python-pyproject-parser 0.11.1-1 source package in Ubuntu

Changelog

python-pyproject-parser (0.11.1-1) unstable; urgency=medium

  * New upstream version 0.11.1
  * debian/control: Removed Suite: autopkgtest-pybuild
  * debian/tests/control: Replaced autopkgtest d/control with d/tests/control

 -- Josenilson Ferreira da Silva <email address hidden>  Tue, 21 May 2024 21:19:20 -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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyproject-parser_0.11.1-1.dsc 2.9 KiB d9cb501c630cd2d8d6a1130891d2644599f3d76deea3814b079f3c4c7f49d15d
python-pyproject-parser_0.11.1.orig.tar.gz 151.1 KiB 908291a7c667e12cd15e400399b5551bb1e97fa11b2af2473be0cbbe4b0d57d2
python-pyproject-parser_0.11.1-1.debian.tar.xz 3.4 KiB a999b841a219e0ef509e6c252ac87482a652b531f2c0850eb13f2edd6f1ce942

Available diffs

No changes file available.

Binary packages built by this source

python3-pyproject-parser: parser for 'pyproject.toml' file

 Tool developed to parse the pyproject.toml file. In addition to the parsing
 library, pyproject-parser has a command-line interface for validating and
 reformatting pyproject.toml files.
 .
 main features:
  - Returns a string representation of the PyProject.
  - Write as TOML in the provided file.
  - Serializes to TOML.
  - Constructs an instance of PyProject from a dictionary.
  - Loads the pyproject.toml configuration mapping from the provided file.
  - Reformats the provided pyproject.toml file.
  - Resolves the file key in the readme and the license (if present) to recover
    the contents of the file.