.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
whitelist.txt
.github/workflows/check.yml
docs/changelog.rst
docs/conf.py
docs/index.rst
src/pyproject_api/__init__.py
src/pyproject_api/_backend.py
src/pyproject_api/_backend.pyi
src/pyproject_api/_frontend.py
src/pyproject_api/_util.py
src/pyproject_api/_version.py
src/pyproject_api/_via_fresh_subprocess.py
src/pyproject_api/py.typed
src/pyproject_api.egg-info/PKG-INFO
src/pyproject_api.egg-info/SOURCES.txt
src/pyproject_api.egg-info/dependency_links.txt
src/pyproject_api.egg-info/requires.txt
src/pyproject_api.egg-info/top_level.txt
tests/test_fronted.py
tests/test_frontend_setuptools.py
tests/test_util.py
tests/test_version.py
tests/demo_pkg_inline/build.py
tests/demo_pkg_inline/build.pyi
tests/demo_pkg_inline/pyproject.toml