All Projects → inveniosoftware → requirements-builder

inveniosoftware / requirements-builder

Licence: other
Build requirements files from setup.py.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Requirements-Builder

About

Build requirements from setup.py to test your package against minimum, latest and development versions of your package dependencies. Particularly useful when combined with your CI systems build matrix.

Full documentation at requirements-builder.readthedocs.io

Installation

Requirements-Builder is on PyPI so all you need is:

$ pip install requirements-builder

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv requirements-builder
$ pip install requirements-builder

Testing

Running the test suite is as simple as:

$ ./run-tests.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].