From 1cc7b7c4fe7e9132fdfe82b4943e10a77f5ef9e8 Mon Sep 17 00:00:00 2001 From: Nikita Barskov Date: Mon, 25 May 2020 17:39:53 +0200 Subject: [PATCH] Adding `hydra` configuration library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64542be5..28b886cd 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,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