Geospatial search using geohashing, backed by a trie.
The package is hosted on PyPI. Install it using pip:
$ pip install geotrieFor bugs and feature requests, please open an issue. If you'd like to contribute, create a new PR
with your changes. Make sure you include tests, bump the version in version.py according to
Semantic Versioning and update the changelog (if applicable).
TODO: Write about tox and Travis.
The library uses pytest and coverage for tests. To run the tests you need to install the dev
dependencies in requirements.dev.txt. Run make test to run all the tests.
TODO: Write about tox and python versions.
TODO