python-pyproject-parser 0.11.0-2 source package in Ubuntu

Changelog

python-pyproject-parser (0.11.0-2) unstable; urgency=medium

  * debian/control: 
     - Added Build-Depends for testing
     - Replaced autopkgtest from python to pybuild
  * debian/rules:
     - Enabled custom testing with pytest

 -- Josenilson Ferreira da Silva <email address hidden>  Mon, 20 May 2024 23:51:38 -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.0-2.dsc 2.7 KiB ab8b59458d138a7ce597b49926090deb4c0caf0f7fd72a2c27a22473955d438a
python-pyproject-parser_0.11.0.orig.tar.gz 151.1 KiB 88d3b6f77d76a2a0fa834777f452af9a9261dde37b57c588596e314b7cc32777
python-pyproject-parser_0.11.0-2.debian.tar.xz 3.3 KiB daa3a4f66aa600b10c7d14e7469d8c4dc5f406635aa7110d4c035c8ce8f79dbb

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.