Skip to content

A simple tool for detection of PEP-517 build dependencies.

License

Notifications You must be signed in to change notification settings

bruno-fs/pybuild-deps

Repository files navigation

pybuild-deps

PyPI Status Python Version License

Read the documentation at https://pybuild-deps.readthedocs.io/ Tests Codecov

pre-commit Ruff codestyle

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.

Features

  • find build dependencies for a given python package
  • generate pinned build requirements from requirements.txt files.

Installation

You can install pybuild-deps via pip from PyPI:

$ pip install pybuild-deps

Usage

Please see the Command-line Reference for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the GPL 3.0 license, PyBuild Deps is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.