CLI tools to help dealing with python build dependencies. It aims to complement
tools that can pin dependencies like pip-tools
and poetry
.
For users relying exclusively on python wheels, those tools are more than enough.
However, for users building applications from source, finding and pinning build dependencies
is required for reproducible builds.
pybuild-deps
might be useful for developers that need to explicitly declare
all dependencies for compliance reasons or supply chain concerns.
- find build dependencies for a given python package
- generate pinned build requirements from requirements.txt files.
You can install pybuild-deps via pip from PyPI:
$ pip install pybuild-deps
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the GPL 3.0 license, PyBuild Deps is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.