https://github.com/withprecedent/decrees
https://github.com/withprecedent/decrees
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/withprecedent/decrees
- Owner: WithPrecedent
- License: apache-2.0
- Created: 2021-10-27T17:45:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T19:03:23.000Z (over 4 years ago)
- Last Synced: 2025-03-05T12:34:11.177Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The goal of decrees is to offer a flexible, easy-to-use system for storing and
utilizing project settings.
The Settings class offers far more flexibility of formats and options versus
python's configparser package. It is also lighter and easier to extend than many
of the other packages out there.
The project is also highly documented so that users and developers and make
piles work with their projects. It is designed for Python coders at all
levels. Beginners should be able to follow the readable code and internal
documentation to understand how it works. More advanced users should find
complex and tricky problems addressed through efficient code.