https://github.com/pypa/pyproject-hooks
A low-level library for calling build-backends in `pyproject.toml`-based project
https://github.com/pypa/pyproject-hooks
packaging python
Last synced: about 1 month ago
JSON representation
A low-level library for calling build-backends in `pyproject.toml`-based project
- Host: GitHub
- URL: https://github.com/pypa/pyproject-hooks
- Owner: pypa
- License: mit
- Created: 2017-07-13T13:06:18.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T16:09:37.000Z (12 months ago)
- Last Synced: 2025-06-15T22:10:10.621Z (12 months ago)
- Topics: packaging, python
- Language: Python
- Homepage: https://pyproject-hooks.readthedocs.io/
- Size: 374 KB
- Stars: 128
- Watchers: 16
- Forks: 55
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
``pyproject-hooks``
===================
This is a low-level library for calling build-backends in ``pyproject.toml``-based project. It provides the basic functionality to help write tooling that generates distribution files from Python projects.
If you want a tool that builds Python packages, you'll want to use https://github.com/pypa/build instead. This is an underlying piece for `pip`, `build` and other "build frontends" use to call "build backends" within them.
You can read more in the `documentation `_.
Note: The ``pep517`` project has been replaced by this project (low level) and the ``build`` project (high level).