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 ...
Almost every Python project eventually needs a config. Everyone starts with a simple JSON or YAML — that's the normal thing to do. But once the app grows and goes to production, configs start fighting ...