A low-level library for calling build-backends in `pyproject.toml`-based project
129
stars
436
commits
Python
primary language
Sep 8, 2026
updated
``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 <https://pyproject-hooks.readthedocs.io/>`_. Note: The ``pep517`` project has been replaced by this project (low level) and the ``build`` project (high level).
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
Python
100.0%
A low-level library for calling build-backends in `pyproject.toml`-based project
129
stars
436
commits
Python
primary language
Sep 8, 2026
updated
``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 <https://pyproject-hooks.readthedocs.io/>`_. Note: The ``pep517`` project has been replaced by this project (low level) and the ``build`` project (high level).
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
Python
100.0%