Which toml package to use in python?
See also: toml-lang and PEP 680
{{latest-report}}
pip install -U toml-bench
toml-bench
toml-bench --datadir /tmp/toml-bench
toml-bench --report ./README.md
toml-bench --comver 1.0.0
toml-bench --iter 5000
git clone https://github.com/pwwang/toml-bench.git
cd toml-bench
# See https://python-poetry.org/docs/cli/#add
# for how to specify a version constraint
poetry add "tomli=2.0.0"
poetry update
poetry install
poetry run toml-bench