`tomli` will be added to standard library in Python 3.11

Date: Mar 14, 2022·Tags: #python, #news

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 tomllib module, will be added to the standard library in Python 3.11 via PEP 680.

Footnotes

  1. Github - hukkin/tomli