Skip to main content

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>

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

pip_helpers-0.6.zip (50.6 kB view hashes)

Uploaded Source

Built Distribution

pip_helpers-0.6-py2-none-any.whl (4.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page