summaryrefslogtreecommitdiffstats
path: root/python/python3-pyproject-hooks/README
blob: dfa06b5179c7133ea97cf6bdef0f1044358c0e90 (plain)
1
2
3
4
5
6
7
8
9
python3-pyproject-hooks (Wrappers to call PEP 517 build backend 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.

The pep517 project has been replaced by this project (low level) and
the build project (high level).