python-tomlkit 0.12.1-1 source package in Ubuntu

Changelog

python-tomlkit (0.12.1-1) unstable; urgency=medium

  * Upload to unstable

 -- Scott Kitterman <email address hidden>  Tue, 01 Aug 2023 13:42:42 -0400

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tomlkit_0.12.1-1.dsc 2.1 KiB b382330a2d9825e658fef977f79655445a5bf4d3d403b6252d685777510bdb80
python-tomlkit_0.12.1.orig.tar.gz 186.1 KiB 38e1ff8edb991273ec9f6181244a6a391ac30e9f5098e7535640ea6be97a7c86
python-tomlkit_0.12.1-1.debian.tar.xz 3.4 KiB 408023112c199dfac1b5fd1218c0f22988f0c565559f81a5b21300b55078d3b9

Available diffs

No changes file available.

Binary packages built by this source

python3-tomlkit: style-preserving TOML library for Python

 TOML Kit is a 1.0.0rc1-compliant TOML (Tom's Obvious, Minimal Language)
 library.
 .
 It includes a parser that preserves all comments, indentations, whitespace
 and internal element ordering, and makes them accessible and editable via an
 intuitive API.
 .
 You can also create new TOML documents from scratch using the provided
 helpers.