1 repository
Custom logic applied to configuration values after they are loaded but before they are used by the application.
Distinct from Collection Post-processing: None of the candidates cover the transformation of application configuration settings specifically.
Explore 1 awesome GitHub repository matching software engineering & architecture · Settings Value Post-Processing. Refine with filters or upvote what's useful.
Dynaconf is a configuration management library for Python applications that provides a unified system for loading, validating, and managing settings. It aggregates configuration data from multiple files, environment variables, and external stores into a single object using a defined precedence order. The project distinguishes itself through a layered environment manager that separates settings into distinct profiles, such as development and production. It includes a declarative validation framework to enforce data rules and type constraints during the loading process, as well as an external s
Provides the ability to post-process loaded settings using custom callables to cast types or modify values.