1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
==================
validate-pyproject
==================
**validate-pyproject** is a command line tool and Python library for validating
``pyproject.toml`` files based on JSON Schema, and includes checks for
:pep:`517`, :pep:`518`, :pep:`621`, :pep:`639`, and :pep:`735`.
Contents
========
.. toctree::
:maxdepth: 2
Overview <readme>
Schemas <schemas>
Embedding it in your project <embedding>
FAQ <faq>
.. toctree::
:caption: Project
:maxdepth: 2
Contributions & Help <contributing>
Developer Guide <dev-guide>
License <license>
Authors <authors>
Changelog <changelog>
Module Reference <api/modules>
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|