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

Changelog

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

  [ Geovanna Maciel ]
  * Team upload.
  * New upstream version 2.0.1

  [ Sergio Durigan Junior ]
  * d/gbp.conf: Add file.

 -- Geovanna Maciel <email address hidden>  Wed, 12 Feb 2025 17:13:10 -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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dom-toml_2.0.1-1.dsc 2.4 KiB c8da8a7bde4a44661cb0fa4602b89fc0ed822172ac852aed6427b491d8083c2d
python-dom-toml_2.0.1.orig.tar.gz 164.3 KiB 342c785a1b347724a43e16fb94bc9b4752a6f770efae6e8e7904dd1e3f72a35e
python-dom-toml_2.0.1-1.debian.tar.xz 4.0 KiB d23d657d7e64d76a8dff198940d23b1f48abbca81cfea99054d15071cd214a08

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.