An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Fext
[![Latest](https://img.shields.io/github/v/release/fextpkg/cli)](https://github.com/fextpkg/cli/releases?latest)
[![Gover](https://img.shields.io/github/go-mod/go-version/fextpkg/cli?filename=fext%2Fgo.mod)](https://golang.org/dl/)
[![Go Report Card](https://goreportcard.com/badge/github.com/fextpkg/cli/fext)](https://goreportcard.com/report/github.com/fextpkg/cli/fext)
[![codecov](https://codecov.io/gh/fextpkg/cli/graph/badge.svg?token=6ZRJTFJ03E)](https://codecov.io/gh/fextpkg/cli)
[![License](https://img.shields.io/github/license/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).