Source: python-validate-pyproject Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, furo , pybuild-plugin-pyproject, python-pandas-doc , python-scipy-doc , python-setuptools-doc , python-sklearn-doc , python3-all, python3-doc , python3-fastjsonschema , python3-pytest , python3-pytest-cov , python3-setuptools, python3-sphinx-copybutton , python3-sphinx-rtd-theme , sphinx-doc , Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://github.com/abravalheri/validate-pyproject Vcs-Git: https://salsa.debian.org/python-team/packages/validate-pyproject.git Vcs-Browser: https://salsa.debian.org/python-team/packages/validate-pyproject Package: python-validate-pyproject-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Multi-Arch: foreign Description: Automated checks on pyproject.toml by JSON Schema definitions (Documentation) With the approval of PEP 517 and PEP 518, the Python community shifted towards a strong focus on standardisation for packaging software, which allows more freedom when choosing tools during development and make sure packages created using different technologies can interoperate without the need for custom installation procedures. . This shift became even more clear when PEP 621 was also approved, as a standardised way of specifying project metadata and dependencies. . validate-pyproject was born in this context, with the mission of validating pyproject.toml files, and make sure they are compliant with the standards and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files, which, in turn, are also a standardised way of checking if a given data structure complies with a certain specification. . This package contains the Sphinx based HTML documentation. Package: python3-validate-pyproject Architecture: all Depends: python3-fastjsonschema, ${misc:Depends}, ${python3:Depends}, Suggests: python-validate-pyproject-doc, Description: Automated checks on pyproject.toml by JSON Schema definitions With the approval of PEP 517 and PEP 518, the Python community shifted towards a strong focus on standardisation for packaging software, which allows more freedom when choosing tools during development and make sure packages created using different technologies can interoperate without the need for custom installation procedures. . This shift became even more clear when PEP 621 was also approved, as a standardised way of specifying project metadata and dependencies. . validate-pyproject was born in this context, with the mission of validating pyproject.toml files, and make sure they are compliant with the standards and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files, which, in turn, are also a standardised way of checking if a given data structure complies with a certain specification. . This package contains the module for Python 3.