https://github.com/fextpkg/cli
Fast & Modern package manager for Python
https://github.com/fextpkg/cli
fext package-manager pip python
Last synced: 7 days ago
JSON representation
Fast & Modern package manager for Python
- Host: GitHub
- URL: https://github.com/fextpkg/cli
- Owner: fextpkg
- License: mit
- Created: 2021-01-14T01:32:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T05:35:51.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T01:57:09.274Z (over 1 year ago)
- Topics: fext, package-manager, pip, python
- Language: Go
- Homepage: https://fext.lunte.dev
- Size: 2.87 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fext
[](https://github.com/fextpkg/cli/releases?latest)
[](https://golang.org/dl/)
[](https://goreportcard.com/report/github.com/fextpkg/cli/fext)
[](https://codecov.io/gh/fextpkg/cli)
[](https://github.com/fextpkg/cli/blob/main/LICENSE)
Fext is a modern, small, fast, Go powered package manager for Python.
## β¨ Features
- π **Speed.** Fast packages downloading and installation process.
- β»οΈ **Dependencies free.** Fext is designed with minimum use of dependencies.
- β‘ **Shortcuts.** Every command has it's own shortcut for fastest user experience.
- βΎοΈ **Backward compatibility.** Every function designed to be compatible with PIP.
## π½ Installation
You need to download install script and run it:
```shell
curl https://cdn.lunte.dev/get-fext.py -o get-fext.py
python get-fext.py
```
## π¦ Basic usage
To install a package use:
```shell
fext i(nstall) # fext i aiohttp
```
To uninstall:
```shell
fext u(ninstall) # fext u aiohttp
```
More commands can be found in [documentation](https://fext.lunte.dev/getting-started.html).
## π© Bugs
If you encounter some bugs or problems, please be free to use [Issues page](https://github.com/fextpkg/cli/issues).