python-validate-pyproject 0.13-1 source package in Ubuntu

Changelog

python-validate-pyproject (0.13-1) unstable; urgency=medium

  * [e5c06bf] New upstream version 0.13

 -- Carsten Schoenert <email address hidden>  Wed, 24 May 2023 10:58:56 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-validate-pyproject_0.13-1.dsc 2.7 KiB c190dced1c76ccfa33a3bed68f31e27eb651dae758a66323869d323c2f4bc293
python-validate-pyproject_0.13.orig.tar.gz 80.5 KiB 3122ab14e006cabba9439cd73e2565eff0e44981156483f413c63da07a982974
python-validate-pyproject_0.13-1.debian.tar.xz 7.6 KiB f4288511c4a2a26dbbd915614f4f36b22829b0eb4c9ec190c03b422eabc5aed2

Available diffs

No changes file available.

Binary packages built by this source

python-validate-pyproject-doc: 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.

python3-validate-pyproject: 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.