onion_config is a Python package designed for easy configuration management. It supports loading and validating configuration data from environment variables and configuration files in JSON and YAML ...
A tool to load user configuration files from multiple formats, with support for default configurations. The ConfigLoader class is designed to handle configurations in multiple file formats (JSON, YAML ...
configparser module comes in very handy when it comes to reading configuration values from a .ini file. ExtendedInterpolation makes writing the configuration files even more easier. I really like the ...