Settings configuration with pydantic
For some reason I felt an urge to move from envsubst to a python based templating system.
Enter pydantic. A fantastic package, which incidentally also can be used for settings management.
I wanted to split my configs into logical chunks but still hav...