Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 600 Bytes

File metadata and controls

20 lines (12 loc) · 600 Bytes

python-geohash

python-geohash is a fast, accurate Python geohashing library.

History

python-geohash 0.9.0 switches the speedup extension from C/C++ to Rust with PyO3.

python-geohash 0.8 introduced uint64 representation.

python-geohash 0.7.1 starts supporting python3k.

python-geohash 0.3 can create C extension. If you want to use python-geohash without C extension, simply copy geohash.py into your system. geohash.py will work fine without C extension.

License

Code is licensed under Apache License 2.0, MIT License and New BSD License. See the LICENSE file for details.