Build requirements files from setup.py requirements.
Project description
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.
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
Changes
Version 0.2.1 (released 2017-01-23)
Bug fixes
Accepts non--e packages from devel file.
Sphinx 1.5+ drops support for Python 2.6 and 3.3.
Adds Python 3.6 support.
Makes –extras option accepting comma separated values as described in help. (#14)
Version 0.2.0 (released 2016-09-13)
New features
Adds an output option which is useful in the tox context where one cannot redirect the output to a file. See more at https://bitbucket.org/hpk42/tox/issues/73/pipe-output-of-command-into-file
Bug fixes
Fixes problem when the setup.py command try to import the package its about to install in order to get the information like the version. E.g. Django does that.
Fixes problem when the setup.py command plays with __file__ to read, exec, or whatever.
Version 0.1.0 (released 2015-10-05)
Initial public release
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 Distribution
Built Distribution
Hashes for requirements-builder-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ffd6bd0a7c28dfd9c8fa23dbb96c64770587ca2ba4436a3a001c89d3f36f48 |
|
MD5 | 8c4de9c707cce5962cbc133da7ca0e62 |
|
BLAKE2b-256 | 2f42d1c2cea7bfa9b7fdd3cd5963a80729d0a624e2c2a47bf7876a25dcba2961 |
Hashes for requirements_builder-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcecc17304e18c70288e1c51a93c19b4d3d314b8f50aeeb08cbb149f5300e602 |
|
MD5 | 35d7b7a78ebfbb758a16c9026352eb6a |
|
BLAKE2b-256 | a9fdd944ca4c2d21f203cd5c143bdfa4aeb67b8e6ddee7936686f65dddd75a6e |