dynaconf
Package — ConfigPython 3.7+Intermediate
Settings management: env vars, TOML, YAML, INI, Redis, Vault
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python; optional: redis, vault)
- Install
pip install dynaconf
Learn by Difficulty
Quick Example
python
# Install: pip install dynaconf import dynaconf # Basic dynaconf usage print(f"Using dynaconf") # See documentation for detailed examples
dynaconf is a third-party package. Settings management: env vars, TOML, YAML, INI, Redis, Vault. Install with: pip install dynaconf
Try in PlaygroundTags
packageconfigurationserializationdata-format