https://github.com/bing-su/pip-binary-factory
https://github.com/bing-su/pip-binary-factory
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bing-su/pip-binary-factory
- Owner: Bing-su
- License: mit
- Created: 2023-09-16T04:22:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T11:09:41.000Z (2 months ago)
- Last Synced: 2025-04-07T11:36:22.220Z (2 months ago)
- Language: Python
- Homepage:
- Size: 326 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pip binary factory
binary package with pip install
- micro: https://github.com/zyedidia/micro [](https://badge.fury.io/go/github.com%2Fzyedidia%2Fmicro%2Fv2)
- eget: https://github.com/zyedidia/eget [](https://badge.fury.io/go/github.com%2Fzyedidia%2Feget)
- lazygit: https://github.com/jesseduffield/lazygit [](https://badge.fury.io/go/github.com%2Fjesseduffield%2Flazygit)
- fzf: https://github.com/junegunn/fzf [](https://badge.fury.io/go/github.com%2Fjunegunn%2Ffzf)
- task: https://taskfile.dev, https://github.com/go-task/task [](https://badge.fury.io/go/github.com%2Fgo-task%2Ftask%2Fv3)
- zig: https://ziglang.org, https://github.com/ziglang/zig [](https://badge.fury.io/gh/ziglang%2Fzig)
- pocketbase: https://pocketbase.io, https://github.com/pocketbase/pocketbase [](https://badge.fury.io/go/github.com%2Fpocketbase%2Fpocketbase)
- act: https://nektosact.com, https://github.com/nektos/act [](https://badge.fury.io/go/github.com%2Fnektos%2Fact)
- nats-server: https://nats.io, https://github.com/nats-io/nats-server [](https://badge.fury.io/go/github.com%2Fnats-io%2Fnats-server%2Fv2)
- yazi: https://github.com/sxyazi/yazi [](https://badge.fury.io/gh/sxyazi%2Fyazi)## pipx, uv
To install the packages listed above using pipx or uv, you can use the following commands:
| package | pipx | uv | binary name |
|--------------------|--------------------------------|-----------------------------------|---------------|
| micro-editor | `pipx install micro-editor` | `uv tool install micro-editor` | micro |
| eget-py | `pipx install eget-py` | `uv tool install eget-py` | eget |
| lazygit-py | `pipx install lazygit-py` | `uv tool install lazygit-py` | lazygit |
| fzf-bin | `pipx install fzf-bin` | `uv tool install fzf-bin` | fzf |
| go-task-bin | `pipx install go-task-bin` | `uv tool install go-task-bin` | task |
| zig-bin | `pipx install zig-bin` | `uv tool install zig-bin` | zig |
| pocketbase-bin | `pipx install pocketbase-bin` | `uv tool install pocketbase-bin` | pocketbase |
| act-bin | `pipx install act-bin` | `uv tool install act-bin` | act |
| nats-server-bin | `pipx install nats-server-bin` | `uv tool install nats-server-bin` | nats-server |
| yazi-bin | `pipx install yazi-bin` | `uv tool install yazi-bin` | yazi, ya |Please note that you need to have pipx or uv installed on your system before running these commands.