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

Changelog

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

  * Upload to unstable
  * debian/rules: updated information disabling tests

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 30 Dec 2023 00:10:27 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyproject-parser_0.9.1-2.dsc 2.4 KiB 11b88ba587cbafb5b08f87f4b1d003ac0b870efd33d150ed86173436dcda960a
python-pyproject-parser_0.9.1.orig.tar.gz 150.1 KiB f005c899f5208381da204c0aa59ee8353e18d411a81453691042f29de6eb7a9d
python-pyproject-parser_0.9.1-2.debian.tar.xz 3.1 KiB 94bc4ad4ae609d85b7e0b459a58543f4e7fbf789ef18877634ac4b2e4d3c3cd4

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.