forked from KonishchevDmitry/python-config
-
Notifications
You must be signed in to change notification settings - Fork 2
C2Devel/python-config
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple module for reading Python configuration files Python configuration files themselves are actual Python files. The module reads only values in uppercase from them, checks that they contain only basic Python types and returns a dictionary which corresponds to the configuration file. Note: if you want to validate the configuration values, take a look at https://github.com/KonishchevDmitry/object-validator project.
About
A simple module for reading Python configuration files
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 92.1%
- Makefile 7.9%