Fixes
- Fix
py.typed
marker not being included in the package - Use
if __name__ == "__main__":
condition in__main__.py
to prevent side effects when imported
Documentation
- Add documentation website, built with Sphinx and hosted with GitHub Pages
Full Changelog: v0.4.0...v0.5.0