[ 原始碼: 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.27)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.12~)