Merge pull request #2580 from rochacbruno/patch-2

Add dynaconf
This commit is contained in:
Vinta Chen
2026-01-10 17:37:55 +08:00
committed by GitHub

View File

@@ -308,6 +308,7 @@ _Libraries for storing and parsing configuration options._
- [configobj](https://github.com/DiffSK/configobj) - INI file parser with validation.
- [configparser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser.
- [dynaconf](https://github.com/dynaconf/dynaconf) - Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.
- [hydra](https://github.com/facebookresearch/hydra) - Hydra is a framework for elegantly configuring complex applications.
- [python-decouple](https://github.com/HBNetwork/python-decouple) - Strict separation of settings from code.