Skip to main content

This tool helps you handle requirements.txt installations (e.g. in CI) where uses Anaconda for some packages but also wants pip packages.

Project description

Resolve Installations using Pip and Anaconda

https://img.shields.io/pypi/v/ripa.svg https://img.shields.io/travis/tunnell/ripa.svg

This tool helps you handle requirements.txt installations (e.g. in CI) which use Anaconda for packages if that package and version are available, otherwise falls back to pip installing packages through PyPI.

Install

Installation can be done via PyPI:

pip install ripa

Or through this repository by:

python setup.py install

Usage

The intention is to reproduce the pip install syntax.

Point ripa at your requirements file and then let ‘er rip:

ripa -r requirements.txt

It will then check each requirements and install prefarably though Anaconda, otherwise through pip.

You can also install individual packages:

ripa pip==10.0
ripa wheel

History

0.1.0 (2018-04-18)

  • First release on PyPI.

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

ripa-0.2.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

ripa-0.2.0-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 Python 3

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