[ 源代码: python-tomli ]
软件包:python3-tomli(2.2.1-2)
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/).
Tomli uses [mypyc](https://github.com/mypyc/mypyc) to generate binary wheels for most of the widely used platforms, so Python 3.11+ users may prefer it over `tomllib` for improved performance.
其他与 python3-tomli 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.12~)