sintonia/shared/libretime_shared/config
jo bcd877266f feat(shared): load env config using jsonschema
The env loader is now capable of loading lists of objects, union types
or list of union types from the env variables.
They are some limitations: for example it doesn't support unions of
different shapes `list | dict` or `str | dict`.
2022-07-31 21:43:34 +02:00
..
__init__.py refactor(shared): explode config into multiple files (#1987) 2022-07-25 21:30:15 +02:00
_base.py feat(shared): load env config using jsonschema 2022-07-31 21:43:34 +02:00
_env.py feat(shared): load env config using jsonschema 2022-07-31 21:43:34 +02:00
_models.py fix(shared): validator value type can be wrong 2022-07-31 21:43:34 +02:00