Merge pull request #1549 from nikitabarskov/adding-hydra-configuration-library

Adding hydra library
This commit is contained in:
Vinta Chen 2020-06-07 03:52:27 +08:00 committed by GitHub
commit 2a0061f90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -333,6 +333,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.
* [profig](https://profig.readthedocs.io/en/latest/) - Config from multiple formats with value conversion.
* [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code.
* [hydra](https://github.com/facebookresearch/hydra) - Hydra is a framework for elegantly configuring complex applications.
## Cryptography