1 रिपॉजिटरी
Integrating dynamic configuration systems into web frameworks to replace static settings modules.
Distinct from Python Web Frameworks: Distinct from general Python Web Frameworks by focusing specifically on the configuration integration layer.
Explore 1 awesome GitHub repository matching web development · Web Framework Configuration Integration. 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
Replaces standard configuration objects in Django or Flask with dynamic settings supporting dot notation and overrides.