python-pyproject-examples 2023.6.30-4 source package in Ubuntu

Changelog

python-pyproject-examples (2023.6.30-4) unstable; urgency=medium

  * debian/control: Switch to Debian Python team maintainer

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 04 May 2024 11:34:02 -0300

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyproject-examples_2023.6.30-4.dsc 2.3 KiB d534b2e623f1753c64f7def0c2e6271a0e14bb63e2e9555b181842a8ec8c3acc
python-pyproject-examples_2023.6.30.orig.tar.xz 20.8 KiB 6efec8a2ad6c0863f93648892fcb082841598ed74bdd73373a71120b759013b9
python-pyproject-examples_2023.6.30-4.debian.tar.xz 2.3 KiB 93e11db479a241e8c7664e65eed351eeec2b45e4eef03d8395772ae589cb4f8b

No changes file available.

Binary packages built by this source

python3-pyproject-examples: example pyproject.toml configs for testing

 pyproject-examples was developed with the aim of being used by developers who
 want to manually test their pyproject.toml configurations. The module serves
 as a test suite for pyproject.toml analysis tools.
 .
 Key Features:
   - Examples of valid and invalid settings:
     Provides a series of example files that adhere to the PEP 621 and
     PEP 517 specifications. Containing example files that demonstrate common
     configuration errors.
   - API to access examples:
     It has functions to retrieve example configurations as strings.
   - Utilities Module:
     It has helper functions for creating regular expressions and testing for
     file not found errors.