python-dom-toml 0.6.1-4 source package in Ubuntu

Changelog

python-dom-toml (0.6.1-4) unstable; urgency=medium

  * debian/control:
     - Added dependencies for running tests
     - Added 'Testsuite: autopkgtest-pkg-pybuild'
  * debian/patches: Skipped function with error
  * debian/rules: Enabled tests execution

 -- Josenilson Ferreira da Silva <email address hidden>  Mon, 01 Jan 2024 20:57:23 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dom-toml_0.6.1-4.dsc 2.3 KiB 19a0c767175629d9ac675b089d7f24ac611e83f3999be670f35a5b26527caf97
python-dom-toml_0.6.1.orig.tar.xz 105.2 KiB 2042741033be744fb6a7e2659ae0493bb3d413971f9f4a678d629b9cd9d1124d
python-dom-toml_0.6.1-4.debian.tar.xz 3.1 KiB 41a644b09a582aa15ac52ce7c3ac47fc017e9cbe106ccbca7b89ef454cb24fe7

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.