Commit Graph

7 Commits

Author SHA1 Message Date
Jonas L e207b6e388
docs: be consistent with example domain () 2023-05-26 14:00:34 +01:00
jo bd76971312 style: format code using black 2023-02-01 11:17:49 +01:00
Jonas L 9b3207b8a4
feat: move timezone preference to config file ()
BREAKING CHANGE: The timezone preference moved to the configuration
file.
2022-09-14 12:48:08 +02:00
jo d9920a1196 feat(shared): create stream config models 2022-09-06 13:21:54 +02:00
Jonas L 1147853c63
feat(shared): pass config data via init () 2022-08-12 15:12:39 +02:00
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
jo dec51eacee test(shared): move config tests 2022-07-31 21:43:34 +02:00