Last updated:
0 purchases
pybuilderpiptools 1.1.0
PyBuilder Pip Tools is a PyBuilder plugin which generates
*requirements*.txt files from your project (build) dependencies and keeps
your virtual env in sync with them. This is achieved with pip-compile and
pip-sync from pip-tools.
Links
Documentation
PyPI
GitHub
Interface stability
While all features are documented (docstrings only) and tested, the API is
changed frequently. When doing so, the major version is bumped
and a changelog is kept to help upgrade. Fixes will not be backported. It is
recommended to pin the major version in your build.py, e.g. for 1.x.y:
use_plugin('pypi:pybuilder_pip_tools', '==1.*')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.