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.
Go to file
2024-02-16 22:14:02 +00:00
.gitignore Initial commit 2024-02-16 22:14:02 +00:00
LICENSE Initial commit 2024-02-16 22:14:02 +00:00
README.md Initial commit 2024-02-16 22:14:02 +00:00

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.