Plant simplifies Python package management for projects.
Project description
plant
Simplified Package Management for Python
Plant is a simplified package manager for your Python projects.
Programmers have routinely complained about pip not being as elegant as
npm when it comes to installing dependencies. For example, with pip, one
has to always specify a requirements.txt file for installing the packages
needed for a project. This is an inconvenience, especially when compared to
npm, which has an elegant command npm install to install all the
dependencies mentioned in the project's package.json by default.
With plant, Python programmers, especially the lazy ones (i.e. the good
ones) don't have to face this inconvenience. This packages boils all of the
hassle down to $ pip-plant, which simply installs all the dependencies
mentioned in your project's requirements.txt.
Usage
$ pip-plant
Requirements detected!
Found 10 dependencies. Please wait, installing!
... [standard pip output] ...
All dependencies installed!
That's basically it.
Installation
$ pip install pip-plant
This isn't the only problem plant solves. More features coming soon include
automatic requirements file updation, dependency stats (i.e. dependency usage
proportions measurement in your project) and much more!
Project details
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 pip-plant-0.3.4.tar.gz.
File metadata
- Download URL: pip-plant-0.3.4.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2edf98825b0689417d9dc07bbbabce28d974390c06d914c2506428aa34451448
|
|
| MD5 |
ac4cfd0a014e88397c6d66926cd01978
|
|
| BLAKE2b-256 |
04424c493f3532f0350782db5e8bfeb4d666b5108286dba5d81b7cf99aac9993
|
File details
Details for the file pip_plant-0.3.4-py3-none-any.whl.
File metadata
- Download URL: pip_plant-0.3.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc782b48fb64da77441d38b5bd4c75c2efadce36483b0d2c02774fe085c67dfa
|
|
| MD5 |
aa6e43aff4ee835b8632c41bd5819e41
|
|
| BLAKE2b-256 |
739b6d39629192d38f87752b03d15c486dec3ade1ba6e81ec9ddb81f54c7b500
|