Metadata-Version: 2.4
Name: python-geohash
Version: 0.9.1
License-File: LICENSE
Summary: Fast, accurate python geohashing library
Author: Hiroaki Kawai
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/hkwi/python-geohash

# 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](LICENSE) file for details.

