.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.projections.json
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
NOTICE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/dev-guide.rst
docs/embedding.rst
docs/faq.rst
docs/index.rst
docs/json-schemas.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/schemas.rst
docs/_static/.gitignore
docs/_static/custom-adjustments.css
src/validate_pyproject/__init__.py
src/validate_pyproject/__main__.py
src/validate_pyproject/api.py
src/validate_pyproject/cli.py
src/validate_pyproject/errors.py
src/validate_pyproject/extra_validations.py
src/validate_pyproject/formats.py
src/validate_pyproject/pep621_project.schema.json
src/validate_pyproject/pyproject_toml.schema.json
src/validate_pyproject/types.py
src/validate_pyproject.egg-info/PKG-INFO
src/validate_pyproject.egg-info/SOURCES.txt
src/validate_pyproject.egg-info/dependency_links.txt
src/validate_pyproject.egg-info/entry_points.txt
src/validate_pyproject.egg-info/not-zip-safe
src/validate_pyproject.egg-info/requires.txt
src/validate_pyproject.egg-info/top_level.txt
src/validate_pyproject/plugins/__init__.py
src/validate_pyproject/plugins/distutils.schema.json
src/validate_pyproject/plugins/setuptools.schema.json
src/validate_pyproject/vendoring/NOTICE.template
src/validate_pyproject/vendoring/__init__.py
src/validate_pyproject/vendoring/__main__.py
src/validate_pyproject/vendoring/api-notice.template
src/validate_pyproject/vendoring/cli-notice.template
src/validate_pyproject/vendoring/cli.py
src/validate_pyproject/vendoring/main_file.template
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_api.py
tests/test_cli.py
tests/test_examples.py
tests/test_formats.py
tests/test_plugins.py
tests/test_vendoring.py
tests/examples/atoml/LICENSE
tests/examples/atoml/pyproject.toml
tests/examples/flit/LICENSE
tests/examples/flit/pyproject.toml
tests/examples/pdm/LICENSE
tests/examples/pdm/pyproject.toml
tests/examples/pep_text/pyproject.toml
tests/examples/pretend-setuptools/01-pyproject.toml
tests/examples/pretend-setuptools/02-pyproject.toml
tests/examples/pretend-setuptools/03-pyproject.toml
tests/examples/pretend-setuptools/04-pyproject.toml
tests/examples/pretend-setuptools/05-pyproject.toml
tests/examples/pretend-setuptools/06-pyproject.toml
tests/examples/trampolim/LICENSE
tests/examples/trampolim/pyproject.toml
tests/invalid-examples/pdm/LICENSE
tests/invalid-examples/pdm/invalid-version/errors.txt
tests/invalid-examples/pdm/invalid-version/pyproject.toml
tests/invalid-examples/pdm/redefining-as-dynamic/errors.txt
tests/invalid-examples/pdm/redefining-as-dynamic/pyproject.toml
tests/invalid-examples/pretend-setuptools/package-dir/invalid-name.errors.txt
tests/invalid-examples/pretend-setuptools/package-dir/invalid-name.toml
tests/invalid-examples/pretend-setuptools/packages/missing-find-arguments.errors.txt
tests/invalid-examples/pretend-setuptools/packages/missing-find-arguments.toml
tests/invalid-examples/pretend-setuptools/pep621/license/both-text-and-file.errors.txt
tests/invalid-examples/pretend-setuptools/pep621/license/both-text-and-file.toml
tests/invalid-examples/pretend-setuptools/pep621/readme/readme-as-array.errors.txt
tests/invalid-examples/pretend-setuptools/pep621/readme/readme-as-array.toml
tests/invalid-examples/pretend-setuptools/pep621/readme/readme-without-content-type.errors.txt
tests/invalid-examples/pretend-setuptools/pep621/readme/readme-without-content-type.toml
tests/vendoring/test_cli.py