toml==0.10.2
# Python Library for Tom's Obvious, Minimal Language
$ pip install toml
downloads/wk
37,930,642
license
MIT
version
0.10.2
python
>=2.6, !=3.0.*, !=3.1.*, !=3.2.*
What is toml?
The toml package is a Python library for reading and writing TOML (Tom's Obvious, Minimal Language) configuration files. Developers use it to parse TOML-formatted data into Python dictionaries and serialize Python data structures back to TOML format, making it useful for handling application configuration files and data interchange.
Author
William Pearson