polygon-geohasher
polygon-geohasher copied to clipboard
Add type hints and type checking
Adds type hints to the library and test files and published this type information along with the package using a py.typed
file. This will allow downstream libraries to do more rigorous type checking against function calls from this library. I did not see any CI or pre-commit configurations, so I just added some documentation to the main README on how to run mypy
to check type annotations.