python-toml 0.10.0-ok1 source package in openKylin

Changelog

python-toml (0.10.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Sat, 29 Oct 2022 11:14:40 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-toml_0.10.0.orig.tar.gz 19.9 KiB c3821b94be15da61d631bfff45b5c58074f01149792182e68f8690829cabfcf6
python-toml_0.10.0-ok1.debian.tar.xz 2.2 KiB c8a5c528d0ca5728edc636a0a21f4863aaff4d23b39c2d95aeb6707fc2d7d4a7
python-toml_0.10.0-ok1.dsc 1.7 KiB 8466756b24bbdd2b39052fd4eb37b28cd8cee52e96ec0fd76f9c69a1f0233db3

View changes file

Binary packages built by this source

python3-toml: library for Tom's Obvious, Minimal Language - Python 3.x

 This package provides a Python module which parses and emits TOML. TOML aims
 to be a minimal configuration file format that's easy to read due to obvious
 semantics. TOML is designed to map unambiguously to a hash table. TOML should
 be easy to parse into data structures in a wide variety of languages.
 .
 This package contains the Python 3.x module.