TOML
From Just Solve the File Format Problem
(Difference between revisions)
Ross-spencer (Talk | contribs) (Add Python info) |
Ross-spencer (Talk | contribs) (Add PRONOM and Wikidata) |
||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Configuration files | |subcat=Configuration files | ||
| + | |pronom={{PRONOM|fmt/2065}} | ||
| + | |wikidata={{wikidata|Q28449455}} | ||
|extensions={{ext|toml}} | |extensions={{ext|toml}} | ||
|released=2013 | |released=2013 | ||
Latest revision as of 20:01, 18 March 2026
TOML (Tom's Obvious, Minimal Language) is a general-purpose configuration file format. It is a modernized variant of INI.
[edit] Language support
- Python: TOML was introduced into the Python standard library from version 3.11.