Add full typing support and improve code quality
Features
- Add
py.typed
marker for static type checkers
Fixes
- Fix a few glaring typing issues
Misc
- Switch to
pyproject.toml
for configuration - Add and follow a bunch of linting rules
- Improve docstrings
- Fix a few typos