add configuration handling module

This module contains the logic to load default, system-wide and, if
specified, additional configuration files and merges them into two
dictionaries: `config` and `email_overrides`.

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2019-11-19 14:15:00 +01:00
parent 3bde7e6e54
commit c71b3cc0ad
2 changed files with 152 additions and 0 deletions

View file

@ -4,4 +4,5 @@ dogpile.cache
python-fedora
PyYAML
requests
toml
urllib3