python-dom-toml 2.0.0-1 source package in Ubuntu

Changelog

python-dom-toml (2.0.0-1) unstable; urgency=medium

  * New upstream version 2.0.0
  * debian/control: Added new  "build depends" python3-tomli
  * debian/watch: Added "opts=uversionmangle" for launch screening

 -- Josenilson Ferreira da Silva <email address hidden>  Thu, 25 Apr 2024 22:42:14 -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-dom-toml_2.0.0-1.dsc 2.3 KiB fabd193471198d82f056b763b3e431b0d5e54afd64866019117d288f746261c6
python-dom-toml_2.0.0.orig.tar.gz 163.8 KiB dc25daca9a763c857b87fb2ac95d6d91fdb5495249d36d95c25de279d3648ca8
python-dom-toml_2.0.0-1.debian.tar.xz 3.2 KiB aa87b4ce8b04da626b77d5c277952db6ae6f72ae4962b75a97c182480d456997

Available diffs

No changes file available.

Binary packages built by this source

python3-dom-toml: Dom's tools for Tom's obvious, minimal language

 dom_toml is a high-level parser and interface for working with TOML files
 in Python. It aims to provide a simple and intuitive way to read, write and
 manipulate TOML files.
 .
 Parsing TOML files: dom_toml can parse TOML files, converting them into a
 Python data structure such as dictionaries, lists, and other data types.
 .
 Accessing and manipulating TOML data: With dom_toml, it is possible to access
 the different elements of a TOML file, such as keys, values ​​and tables. You
 can read, modify and add data to the TOML file using the API provided by
 dom_toml.
 .
 Writing TOML files: In addition to parsing TOML files, dom_toml also lets you
 write data to a TOML file from a Python data structure. This is useful when you
 want to save or update settings in a TOML file.
 .
 Advanced manipulation: dom_toml can offer additional features such as syntax
 validation, error handling and other functionality to facilitate manipulation
 of TOML files.