`tomli` will be added to standard library in Python 3.11
Such a great news that parser library1 for TOML will be included in standard library from Python 3.11. So where is the simplest YAML parser library without extra deps 🤔?
Tomli is a Python library for parsing TOML. It is fully compatible with TOML v1.0.0.
A version of Tomli, the new
tomllibmodule, will be added to the standard library in Python 3.11 via PEP 680.