Supported Formats
Config File supports four popular configuration file formats.
Format Overview
| Format | Extensions | Specification | Library Used | Extras Required |
|---|---|---|---|---|
| INI | .ini |
No official spec | configparser (built-in) | None |
| JSON | .json |
RFC 7159 | json (built-in) | None |
| YAML | .yaml, .yml |
YAML 1.2 | PyYAML | yaml |
| TOML | .toml |
TOML v1.0.0 | tomlkit | toml |