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

Changelog

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

  * debian/control: Changed url of Vcs repositories

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 03 Feb 2024 19:10:51 -0300

Upload details

Uploaded by:
Josenilson Ferreira da Silva
Uploaded to:
Sid
Original maintainer:
Josenilson Ferreira da Silva
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyproject-examples_2023.6.30-2.dsc 2.2 KiB 3cf36edfb95f223cfca8129a5651db6211a44832c68a8a4f60946aa4bdef991b
python-pyproject-examples_2023.6.30.orig.tar.xz 20.8 KiB 6efec8a2ad6c0863f93648892fcb082841598ed74bdd73373a71120b759013b9
python-pyproject-examples_2023.6.30-2.debian.tar.xz 2.6 KiB 935dcdbff5439287a687416e03055b618135293ddbb373f337bcc05602da2e8e

Available diffs

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.