Binary package “python3-tomli” in openkylin huanghe

lil' TOML parser for Python

 Tomli is a Python library for parsing TOML. https://toml.io/
 Tomli is fully compatible with TOML v1.0.0. https://toml.io/en/v1.0.0
 .
 A version of Tomli, the `tomllib` module,
 was added to the standard library in Python 3.11
 via PEP 680 (https://www.python.org/dev/peps/pep-0680/).
 .
 The tomli Debian package uses mypyc to generate binary modules on all
 architectures so users may prefer it over `tomllib` for improved performance.
 .
 Tomli can only read .toml files, the write functionality is provided
 by python3-tomli-w.