This is a lightweight python library to implement config files, inspires by https://github.com/jaraco/configparser/.
Instead of .ini files this library uses .toml files.
configparser_toml | ||
.gitignore | ||
example.toml | ||
LICENSE | ||
pyproject.toml | ||
README.md |
configparser-toml
This is a lightweight python library to implement config files, inspires by https://github.com/jaraco/configparser/.
Instead of .ini files this library uses .toml files.