Add dynaconf

adding dynaconf

https://dynaconf.com
This commit is contained in:
Bruno Rocha 2024-04-17 10:34:35 +01:00 committed by GitHub
parent b5bd4d0ad0
commit 71499de54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,6 +303,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [configparser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser. * [configparser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser.
* [configobj](https://github.com/DiffSK/configobj) - INI file parser with validation. * [configobj](https://github.com/DiffSK/configobj) - INI file parser with validation.
* [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. * [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. * [python-decouple](https://github.com/HBNetwork/python-decouple) - Strict separation of settings from code.