**Fixed**
- [1]: README badges
- [7]: top-level imports
- [8]: using `.startswith` and `.endswith` per PEP 8
**Changed**
- [4]: Supported python versions are now 3.8, 3.9, 3.10, 3.11
**Added**
- Explicit `encoding=utf-8` when reading files.
- [6]: `AttrDict.__contains__` to support complex keys
- `.toml` configuration loading
- [2]: docopt configuration loading
- [5]: `.env` configuration loading
- [9]: dotted keys for `.env` value expansion
- [10]: generic get/set functions for `dict` and `list`
**Removed**
- [3]: functional wrappers for a uniform `list` + `dict` interface. This was never published to PyPI, but this was something I had briefly published to `main`.
---