mpip ("managed pip") is a thin wrapper around pip that helps you manage your requirements.txt file.
Installation
pip install mpip
Basic Usage
mpip install django # adds "django" to your requirements file
mpip install django==3.1.5 # adds "django==3.1.5" to your requirements file
mpip uninstall django # removes any version of django from your requirements file
For more detailed usage information, see mpip --help.
The CLI is built using python-fire, so for more details about the specific mechanics of argument parsing, that would be the first place to look. Generally speaking, it will try to parse arguments as python objects, e.g.
--quiet True
Features
- Creates
requirements.txtif one is not detected - Handles pip versioning semantics such as
<,>,>=,== - Deletes
requirements.txtif all requirements have been uninstalled
Release files for mpip 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mpip-0.1.3.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mpip-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / mpip-0.1.3.tar.gz
| Download URL | mpip-0.1.3.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b2d8e6547513c98476494f06e0c1d82132b7fb48c7f0fad6a3cbb7bc949bb132
|
|
BLAKE2b-256 checksum How to use checksums |
d35fd332f28dde998c33e942c056baa0056bfc6fdb909f037165919d8a23bbb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
|
Release files / mpip-0.1.3-py3-none-any.whl
| Download URL | mpip-0.1.3-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
63bc1d64032acf7cc1fe1cb9b6dc85ab58a35eb435465e020299c4fe0208b260
|
|
BLAKE2b-256 checksum How to use checksums |
dcf64eef5a4f4ca6c1738830d3ff53193b0c1a664d9a0a8844ce3ed3b0310b84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
|