Metadata-Version: 2.0
Name: ripa
Version: 0.1.1
Summary: This tool helps you handle requirements.txt installations (e.g. in CI) where uses Anaconda for some packages but also wants pip packages.
Home-page: https://github.com/tunnell/ripa
Author: Christopher Tunnell
Author-email: christopher.douglas.tunnell+ripa@gmail.com
License: GNU General Public License v3
Keywords: ripa
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: requirements-parser

============================================
Resolve Installations using Pip and Anaconda
============================================


.. image:: https://img.shields.io/pypi/v/ripa.svg
        :target: https://pypi.python.org/pypi/ripa

.. image:: https://img.shields.io/travis/tunnell/ripa.svg
        :target: https://travis-ci.org/tunnell/ripa


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


* Free software: GNU General Public License v3
* Documentation: https://ripa.readthedocs.io.

Install
-------

Installation can be done via PyPI::

  pip install ripa

Or through this repository by::

  python setup.py install

Usage
-----

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

  ripa --file requirements.txt




=======
History
=======

0.1.0 (2018-04-18)
------------------

* First release on PyPI.


