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 Distributions
pip_helpers-0.6.post3.zip
(51.6 kB
view details)
pip_helpers-0.6.post3.tar.gz
(50.0 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.6.post3.zip.
File metadata
- Download URL: pip_helpers-0.6.post3.zip
- Upload date:
- Size: 51.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e28a583d28a59e914045be7eac92e15af8fc42e7e59a55a300ec7467db1043f3
|
|
| MD5 |
e98626fb659ab672f1c824c80857cb80
|
|
| BLAKE2b-256 |
7fe0b9c0b1627e083819b772a1cbbb80a68c849769d606b58e7f74f0e0e44f94
|
File details
Details for the file pip_helpers-0.6.post3.tar.gz.
File metadata
- Download URL: pip_helpers-0.6.post3.tar.gz
- Upload date:
- Size: 50.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e8e757f459b461ee051d754a79086d3545eb4f1ab194b02635fc88b89e2b1e5
|
|
| MD5 |
c723eab13c1c97338ed281239ab54de9
|
|
| BLAKE2b-256 |
3740acbed4f99c74db69e92b7e78b9c8a47f38b5c4c3ea9ad69739aab02d2889
|
File details
Details for the file pip_helpers-0.6.post3-py2-none-any.whl.
File metadata
- Download URL: pip_helpers-0.6.post3-py2-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b37e3da8ad135c2e3f348e33b057f9dfa90affe3e69420f3669bcc0d244768e1
|
|
| MD5 |
7fb758b965e2653bbba1347b0f447381
|
|
| BLAKE2b-256 |
8d339507e0e29cb375a325143a4b2bb63aaab44d9147d0cbebd73031ab2828e2
|