Helper functions for installing, etc. using `pip`
Project description
# pip-helpers #
Functions to perform common operations with the Python Package Index.
Example usage:
```python
>>> import pip_helpers as ph
>>>
>>> # Install list of Python packages
>>> stdout_and_stderr = ph.install(['numpy>=1.11.1', 'pandas<0.18.1'])
....
>>> # Uninstall list of installed Python packages
>>> stdout_and_stderr = ph.uninstall(['numpy', 'pandas'])
.......................
>>> # Get list of descriptors for installed Python packages
>>> installed_package_descriptors = ph.freeze()
```
# Credits #
Written by Christian Fobel <christian@fobel.net>
Functions to perform common operations with the Python Package Index.
Example usage:
```python
>>> import pip_helpers as ph
>>>
>>> # Install list of Python packages
>>> stdout_and_stderr = ph.install(['numpy>=1.11.1', 'pandas<0.18.1'])
....
>>> # Uninstall list of installed Python packages
>>> stdout_and_stderr = ph.uninstall(['numpy', 'pandas'])
.......................
>>> # Get list of descriptors for installed Python packages
>>> installed_package_descriptors = ph.freeze()
```
# Credits #
Written by Christian Fobel <christian@fobel.net>
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
pip_helpers-0.5.post15.zip
(50.8 kB
view details)
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_helpers-0.5.post15.zip.
File metadata
- Download URL: pip_helpers-0.5.post15.zip
- Upload date:
- Size: 50.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf68b1abc86b1acccc417cf1624b1474df6e5506cc8510424d737de1835de721
|
|
| MD5 |
c5c5491e155582b15c006de61380c987
|
|
| BLAKE2b-256 |
a3b8e102ae3e42ea6ae48718d8f792bef8027a9b3ffbc3e41c725708c0d180d1
|
File details
Details for the file pip_helpers-0.5.post15-py2-none-any.whl.
File metadata
- Download URL: pip_helpers-0.5.post15-py2-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5534b484c6a6264d69b032250e2e571660a12e124eeee1b70d31176850cbf575
|
|
| MD5 |
b5f3e72df8e15777731d47d86314a6cc
|
|
| BLAKE2b-256 |
053708dab3a7f889958a0b0913c52c72974f57630d0d5462bd7291e61c7d4fad
|