- Move py.typed into package folder
- Add py.typed file to support type checking
- Add
mypy
tomake lint
- Fix type errors
- Add helpers
- Update dependencies
- Fixes suggested by upstream
- Support Python 3.13
- add flake8 to linting
- Fix Dockerfile to use
poetry install
instead ofpip install
- Use Poetry
- Add CI tests
- Create Python package