ports/textproc/py-toml/pkg/DESCR

7 lines
292 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
TOML aims to be a minimal configuration file format that's easy to read
due to obvious semantics. TOML is designed to map unambiguously to a
hash table. TOML should be easy to parse into data structures in a wide
variety of languages.
This is a Python library for parsing and creating TOML.