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
Hellow 5d6060cba0 implemented basic functionality 2024-02-21 21:31:14 +01:00
configparser_toml implemented basic functionality 2024-02-21 21:31:14 +01: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
example.toml implemented basic functionality 2024-02-21 21:31:14 +01:00
pyproject.toml layed out the base files of the project 2024-02-17 00:18:16 +01:00

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.