EYConf¶
EyConf is a Python package that allows you to quickly create yaml based configuration files for your Python projects.
Features¶
Generate: Automatically convert a schema to a yaml configuration file, including comments!
Validate: Validate a given configuration file against your schema and raise human readable errors!
Extend: Introduce custom logic by extending the
EYConfclass!Reload: Reload your configuration on the fly without restarting your application!