etlplus.file.toml
etlplus.file.toml module.
Helpers for reading/writing Tom’s Obvious Minimal Language (TOML) files.
Notes
A TOML file is a configuration file that uses the TOML syntax.
- Common cases:
Simple key-value pairs.
Nested tables and arrays.
- Data types such as strings, integers, floats, booleans, dates, and
arrays.
- Rule of thumb:
- If the file follows the TOML specification, use this module for
reading and writing.
Classes
|
Handler implementation for TOML files. |