A simple(st) python dependency manager
Project description
minipyg
Simple(st) python dependency manager
Install
python3 -m pip install minipyg
Prerequisites
You should work inside an activated virtual environment.
Usage
If you need to install some package, you just run:
minipyg install <some_package>
Uninstalling packages:
minipyg uninstall <some_package>
After pulling an update of your project from git repository, you can update your local dependencies too:
minipyg update
'run' command
In minipig.json file you can specify a run command that launch your project, for example:
{
"commands": {
"run": "python3 manage.py runserver"
}
}
Then running the command:
minipyg run
will automatically update your dependencies and start your project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minipyg-0.0.1.tar.gz.
File metadata
- Download URL: minipyg-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42203122449fbbeaa49f348c528dd5dcfabd829beeb64fb5843276d372216063
|
|
| MD5 |
14ab9cbba223cebdd3e36b64649da631
|
|
| BLAKE2b-256 |
048a736cdbf8c9fdb6cc1672fc13defa3a70424f6b07317767aa5dbb9d2e19d5
|
File details
Details for the file minipyg-0.0.1-py3-none-any.whl.
File metadata
- Download URL: minipyg-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63d286926344c36fb71cc3a1229a847d4361530ff71c8be66803939a1cce0345
|
|
| MD5 |
1dd65ab998e1b4964d75b29233641132
|
|
| BLAKE2b-256 |
e94f04c97dc223731ba213f36ce7fecfda4390e3f0fde7f7d079fd0ac0d51555
|