Test with Python 3.10 and 3.11. Add support for python-dotenv in DotenvBackend for compat with docker-compose.
Test with Python 3.9 and Python 3.10. Support interpolation with more than one variable.
Add asbool param to get_setting. Add DictBackend for tests or defaults.
Make get_setting support non-string default values.
Add interpolation for settings.
Package library with flit.
New backend to get config from AWS SSM Parameter Store.
Added Store.add_backend method.
Introducing Store class with configurable backends instead of function.
First release!
The get_config function finds values in environment variables or Docker secrets.