0.1.3
- Build/installation now uses
pyproject.toml
instead of the deprecatedsetup.py
- Removed unused imports and stray files
- More descriptive TypeVars (
str_or_list
,list_or_dict
) - Enforce pycodestyle
- Removed tests, no way to automate them
pyproject.toml
instead of the deprecated setup.py
str_or_list
, list_or_dict
)