Skip to main content

Rust-powered library for geohashing, designed for high-performance spatial operations.

Project description

geohash-py

geohash-py is a Rust-powered library for geohashing, designed for high-performance spatial operations.

Features

  • Rust-powered performance
  • Compatible with Python 3.8 and above
  • Supports macOS and POSIX-compliant Linux systems
  • Works with both CPython and PyPy implementations

Installation

To install geohash-py, you will need a Python environment compliant with Python 3.8 or later.

pip install geohash-py==0.1.2

Quickstart

Decoding With Offset

>>> lat, lon, lat_offset, lon_offset = geohash_py.decode_geohash_with_offset("ww8p1r4t8")
(112.55838632583618, 37.83238649368286, 2.1457672119140625e-05, 2.1457672119140625e-05)

Decoding

>>> lat, lon = geohash_py.decode_geohash("ww8p1r4t8")
(112.55838632583618, 37.83238649368286)

Encoding

>>> geohash_py.encode_geohash(112.55838632583618, 37.83238649368286, precision=9)
'ww8p1r4t8'

Contributing

Contributions to geohash-py are welcome. Please ensure to follow the code style and include tests for new features. For major changes, please open an issue first to discuss what you would like to change.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geohash_py-0.1.3.tar.gz (11.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

geohash_py-0.1.3-cp312-none-win_amd64.whl (124.3 kB view details)

Uploaded CPython 3.12Windows x86-64

geohash_py-0.1.3-cp312-none-win32.whl (121.9 kB view details)

Uploaded CPython 3.12Windows x86

geohash_py-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

geohash_py-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

geohash_py-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (227.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

geohash_py-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl (236.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

geohash_py-0.1.3-cp311-none-win_amd64.whl (123.5 kB view details)

Uploaded CPython 3.11Windows x86-64

geohash_py-0.1.3-cp311-none-win32.whl (121.7 kB view details)

Uploaded CPython 3.11Windows x86

geohash_py-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

geohash_py-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

geohash_py-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (227.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

geohash_py-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl (236.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

geohash_py-0.1.3-cp310-none-win_amd64.whl (123.5 kB view details)

Uploaded CPython 3.10Windows x86-64

geohash_py-0.1.3-cp310-none-win32.whl (121.7 kB view details)

Uploaded CPython 3.10Windows x86

geohash_py-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

geohash_py-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

geohash_py-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (227.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

geohash_py-0.1.3-cp310-cp310-macosx_10_12_x86_64.whl (236.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

geohash_py-0.1.3-cp39-none-win_amd64.whl (123.5 kB view details)

Uploaded CPython 3.9Windows x86-64

geohash_py-0.1.3-cp39-none-win32.whl (121.8 kB view details)

Uploaded CPython 3.9Windows x86

geohash_py-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

geohash_py-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

geohash_py-0.1.3-cp38-none-win_amd64.whl (123.4 kB view details)

Uploaded CPython 3.8Windows x86-64

geohash_py-0.1.3-cp38-none-win32.whl (121.6 kB view details)

Uploaded CPython 3.8Windows x86

geohash_py-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

geohash_py-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

geohash_py-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

geohash_py-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

geohash_py-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (999.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

geohash_py-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file geohash_py-0.1.3.tar.gz.

File metadata

  • Download URL: geohash_py-0.1.3.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.5.1

File hashes

Hashes for geohash_py-0.1.3.tar.gz
Algorithm Hash digest
SHA256 f2edf467103e1d799f39ed65f0abf849556f7f0a82901ebe70bab185330bb9c1
MD5 bdbf9329e62b8aebc6bcf093b0178698
BLAKE2b-256 ceda2759e6445ddd933484ff7495ae345b0d44839d2eae5d1379ba10be3f4c36

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6862e63696458eaf266f5aa171137412f8be537240f05e50505d0f145823fbe
MD5 2eff86b93cf3b4cb67351d3251eb1e23
BLAKE2b-256 3d9aec2ce7db7b1d1a32da12fd7d7254de4362ef018f9279e55e035caff293fc

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e5cafb6d8b971eafe8a654bde6f5689d68fb058ccafcd5498f2ec2c613dc8b1
MD5 18fdf688f850688518bfd94ab9ad1aaa
BLAKE2b-256 611f590dbb545afb0fdfc16f252d52a4a8092f23e5efe981e0a0dc40a412beb3

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 518bf9d6240ebc59a824879fe36f420c811f798968cdf3b04196ab68de2835af
MD5 cf5ad510235be75af700c101a2539d17
BLAKE2b-256 d4849fb0eb5faf2491066b2f06873fa27bfa976aaf27dab223aa047b227b577b

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c563c2332eee6f72c638c2d5c8e2eec5dc6815959180544476ce91d04be3b06a
MD5 5a38a69a3322a25a839da74bbe9c6d50
BLAKE2b-256 9235db83d5afe46d8db6f651496e1a99c4743211fc27a3c0d2a5fc82fb6a63da

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec5b41a7f7983c3469cb69d1389a449fe1f79ba870b9d25ed0122e783745a2d7
MD5 e32143ec7356577bd4f94c675dca5c09
BLAKE2b-256 2ea6e32b9ab9f280ed2798936017c051a1f8fa2b001a0bbf01b3613e37a42d04

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af4ac572ce40c42ce8a9c7ae63907cb0eda19c40e00f9fad7d1537c885d801cb
MD5 5e5ac58f7cbd27ea064c3cca4fc6bd64
BLAKE2b-256 3299dd6d46b8018ff0706bcfd2e98b01bd65e599f0e668e67f30af8820d44ad2

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cde6025536105bb9d87d00aa639504175ac3d1df54c66e413ea9ad699c59b4e
MD5 29bdcec6fe89ce775c841d51be246876
BLAKE2b-256 a47b602f8c241e2d79f8667f884facaab066cb24de2715cdec28854070b654fc

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0f2a5164160a303ef661568bc3351f2822916106ff4515fdcbe750e5a5830645
MD5 841939e76f9aca7759664ce747c4d8b8
BLAKE2b-256 6c0b85378969d29d359a5258e598d8a3932885523adddc420794eb9447e8b9b4

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e60f7cb2c826685892f14563178f2d1e937e76a237279e2dd1dde28fe28f9adf
MD5 4a88b155c9fe7f317b0bc7e7ce77ffc8
BLAKE2b-256 87e01c273adbf020adb8a4e2c473e47d7d6eac503ca79df5d4d97f8ad7922e62

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fe1bf2e6f30b2008ae644da06361052f232b3768abc639eea3a1b13036d2ab28
MD5 5cc4d96491397d6fd75e60c208fe3a6c
BLAKE2b-256 51213623e4b066b2390ddaf966136ba18d34a4926ef319c97f24414dc3a64815

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29fbcd306870ad667c6658a9fff29fe33d80fa4fb0af57ed7a45904214433e08
MD5 510a657922734ce3e52fd76d441d8dff
BLAKE2b-256 73716e98706d83cc4dd11fb8b5af0d32ef318cbfaa78ff207b52804429d8f38b

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e00a225aa66c3d8f1f7eeff4b49853af63aa7310cea8cb62e1b74954e042df2f
MD5 987a84a0895b54fcd8ff981fef7cef00
BLAKE2b-256 255c55d53c6e5658c384ef44592dde10edadd5485a6c6be6b453e9e1283d3722

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53d50c358ea3e75385305d5d4db2c289c3adfa96e537d0e20cdc7140f95e7923
MD5 41d45f867cd8b34b2c5ed70b41aecbe9
BLAKE2b-256 3947b2abc1f2095d652f1162e981922110e21ddfdc665ffa1cde69f847e3843e

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 540eb7661355aa649b5244d5f4feae1ae0409f81fa5fb98d60cd38b31cb9ab65
MD5 1b069270180d909ea38a02e5e7de2a4c
BLAKE2b-256 d5c141eb1639caf70f0545cbc82130ad9670dc41f4bed1c10f91ef848bd51fcb

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 28b665a7c8a5787186a5d23f21d3a13501d773b5e33564fc57ba4b2c3ac4a0a0
MD5 673bcc07087e65ad982bc5ae9158b3a1
BLAKE2b-256 2b4276cfef664872012bfaa630ff92a41f7bc721b5b9682cde797e8b130f5fe8

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 79330d93d8e528c444af9cc28f546707a43564f8c7754a8a8f27b14fdbe9ea2b
MD5 428f253423045946de3ab852ca9167c8
BLAKE2b-256 5ff5aa7100c8667cbfedff7b013bc7ef029df8b5d087a8107af94dfbae042355

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eee0081c7661ed4f7662165cf7cf572a19b187634a18891039d83d5a0624a476
MD5 203a59b2f88dc75d2450573a51899427
BLAKE2b-256 add639f74a01bf334c89bf8dcc2a91ff3ccd6615c72b567911543e045464e232

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2107d5af4b17ec2337dcc2b6ca046f68902b5167a457a295c3f3c2bf6ee3c5dc
MD5 8336f2e314cf9cc3b95a8643d8bd4105
BLAKE2b-256 2ca7420c46de8da8271f87eb6d973f2dc928af660f3807e0d4a7c2b3c169bb03

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 aff6161f0aa101972ed997f373b82e3f9a517e8198fcc2084ff7276be15dc594
MD5 a0c1a5d3c3c2e22281e6321155d3ac04
BLAKE2b-256 c6d5ad6bee57f739a0889525c2738f2be0958881bbe657d33a5d903eeb0965be

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-none-win32.whl.

File metadata

  • Download URL: geohash_py-0.1.3-cp312-none-win32.whl
  • Upload date:
  • Size: 121.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.5.1

File hashes

Hashes for geohash_py-0.1.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 862320fe885715d99855c3edf6de0f2b38ad7e590ca158632283505ac819667a
MD5 b1c1fcad314620b5eb576ef7ddd0d3fe
BLAKE2b-256 6c335ea9e05a258b2440237de619c9f8e5813b3710ea824e62b3f1adeca145bc

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19d3f4f0a98804f27d4d3eccec39ca4d0cfb9c054e0cfd3546c82ca8bb4bd771
MD5 7d7629d2974031c404b8c467853defb1
BLAKE2b-256 b06982ad5577afdc248876eee97898f954002ca5b02ec7ff459b156376a870b5

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a71b1f40f11225854ff26da824f392f4b14f9c78ab2013e995212bce7861c81e
MD5 bb8ef79576cd59c1631a7c08df25b331
BLAKE2b-256 3f608042245942ed936b727e210f7dff1555254356b78c0763e8f8c4cad56067

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ffa5560c3609a882a372ef77e246e0c73f24a6be8aec25260b53dbe5709f3a84
MD5 5b55cc5bd070c1900775ff988790d430
BLAKE2b-256 33b6ba5c545a346940c87174c14ded3d13de65b948b6f7f5579c86a27464b0bc

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e08d2cf009d7150dcae4a84be381b30dac4caa1596ec3281846ea162d2f55101
MD5 003ee8faabf5f9303afbc04589bddfa2
BLAKE2b-256 2f159127293ff7e62d7b9b1d9238ff6a3f9931053c7efb43eea7da5005b67ced

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3d5ae9858251f3432dc27bc2fe7de481ce50bc99d9b062a8d87c2057ac5f660
MD5 ef5643b8d6f9501c7634d55586278510
BLAKE2b-256 37b97a3c46a6fdcb45335b7bc71ea9e3d7622357b18dee5838558f9d48ba5cef

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6155528ca4dcb5f4359988ef1743c7d0b0e12bf9fd141250679e000d5bce24f1
MD5 b7a79d415945d82011b8e4db5274186e
BLAKE2b-256 aebe06c922b9ff7fc4f93579aca1d73b8cc4d9cb5045545fbb886068afed7b94

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 014481034e79a25910392f763b293574b6891e62d17899ac7d48deb241340100
MD5 31d3dc152abb56286bc25825df023fb5
BLAKE2b-256 f386330fbbbae4a2fa2bfe53d0add5b889c731a95904b8e4042c171dca48663f

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 41447e769ad416e1ac6091e75f2f1313b2e0f3d455d1f1900ddbee14dfe9b0f1
MD5 04a7d047dacf318d50e46322b5f178ca
BLAKE2b-256 946d233cb8f1b1e6e966387420fc0279f8edd63cd0bb2d145cc22f400bc773a5

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 983f95891256eacb3918d56c5220690dff4e73858d5b52cf4da3df54571a405b
MD5 cdb63eb0c4b242c782f1ea5d3da74e89
BLAKE2b-256 9e14e0ea54e760299066b153eb0472ce3e8133c1eb790d0731d720949cf998f3

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-none-win32.whl.

File metadata

  • Download URL: geohash_py-0.1.3-cp311-none-win32.whl
  • Upload date:
  • Size: 121.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.5.1

File hashes

Hashes for geohash_py-0.1.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d019975055eb0d3ca8817c5fd67e5a7dc734533943c20747ba03fdc10a9c3b87
MD5 023ece1a7fd9580adb08b0f83c79922e
BLAKE2b-256 ccdfeddc162cdf3929f9722c9ed704c99eb652cfda41e121480de2e557fedcf0

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b2e30c44ecbb37245a4f93defce679ee3152d52ded4bac097b51bfe84bd98da
MD5 f19a975dc7509781c88ed4d86751e832
BLAKE2b-256 e86c8ce46e791c0f609ef34ed62e70a644a41e0e9a7fbe26d32b02b6aeb730c2

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2db9abcc9376eb69f55647eabd576d930a77b1d965284163174e834cd02407d9
MD5 e03fbc98531ee108dcedcfa9e7403a40
BLAKE2b-256 4fbb33298c72679aa7340f454e458593ede833c667857b0945da03219f02e336

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8c2563bea04c6188b91f5935d2b90fb7621049977c721c9da25bf7637c775743
MD5 c724a21658dca2407e329053c13a1a3e
BLAKE2b-256 2ef29d6ff06dedecd00e6a7b55cf37f83a2d7543143ea3282760711edc739e1b

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 08fd3e792e1df4940e5c2976d3603434f79457ea2de12d37f03c68b444dc4bab
MD5 09fa70dfcd8b5b31d0217b331951150c
BLAKE2b-256 a5d4de906e8a0089d50023088b39d9cb921f669e340d1d3f5343ddc229d76615

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f67d6e163dd688754338030eb2908b05e8706745b799b55c21dcd7ff5a6d6f5
MD5 398bb97ffc73aa1e41e083d5e873e9c5
BLAKE2b-256 6703485f3703603311fa0b2e83c466be35eb5e8dc56c7d4aa1e3a53ef5d1b3b4

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2f6ee85cb5875b861fbebd8866d1e872eb2ba961783eff3346ba17fee2da629
MD5 0efd9e5a23c530450eab6020b3cd07b0
BLAKE2b-256 6412d801497bf1dee391b6eb2e8dc4e8a1a2a52aef8afb10f426a29234b806b3

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa253ae1bd3e3b40c3a4cf85c18ec2210b035807413f08024ea51edbcc045d7d
MD5 f71e1f5c18f6f5ee8f7461222eadd1ca
BLAKE2b-256 8861fd5475533234c156f8dced84927b3464e0215ff00a86408cde2e00e5e910

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b9b11156b0cfc18f7403261514e7be9de6a9c848f33e716db2ed36716569a80
MD5 ffa70d9669db54bdcce1957d78b3c59e
BLAKE2b-256 5fdd91c69f35afbdfab86be506d4d321bcb7df5cc5a0c5eacfe8f2d048f40cb1

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 d025191d53de2ac29661cc4f0393f126cd899657ae88b1b5bf9960431f287233
MD5 f7fcfabe18fb21767388ec19791d7f0e
BLAKE2b-256 8e5b714fafc37ecba212c9b0a519dc670836dfb4419f7f66c6fdac18a2bc3d7a

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-none-win32.whl.

File metadata

  • Download URL: geohash_py-0.1.3-cp310-none-win32.whl
  • Upload date:
  • Size: 121.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.5.1

File hashes

Hashes for geohash_py-0.1.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a48ef7c00302ebec4e9b7d67b339d6ebf22640b717732ef840e78bd63f0ab921
MD5 dce6f1b456373e298adc95cfdb5483df
BLAKE2b-256 b9dabdaef5f7e9a45476209c0973e6aee03074342ff03dd609e5e3a562e5b2f9

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ee8ac9f5732b5bfa6cfd7cd57f98d46a0943632079110d2795243f8dd1c9a70
MD5 5521b25e9fa4d1d34777cd37b8d7538e
BLAKE2b-256 584412842b115e9d1336ad3baeaea9f2debd3cb6833f5b8585053e708718a82e

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a4fb1cf06f027d3446da4a53535c35b26b7f6b0197ff34a854b062798cc63a7
MD5 7063b926f4f820662657e2ea78b56e46
BLAKE2b-256 0c13f0d89fcd0fa0631de81a7752c97b1a5f62b176396551d06193eed48d2501

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8de874886539b3ec92727a946bef93beb421a9d750e691367355b4a55724d840
MD5 1aeb12426b4e52443cbbc54d1a76907e
BLAKE2b-256 89492d9ee02e9883a39a237eddfbc333bb42c81bd20a5ffb3f4fbca7c5f4fbc6

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 656cd5cdc6ae7f5be5b7bb68e923842f555895f8775f3aaedbca952aaeb0ee1a
MD5 e7e3ef0b307a59a8a29e3dcf584878bc
BLAKE2b-256 1a0d0a5f68b7380c29b49c464396383f723f7cce0e00b343afb3f07fd52c7509

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 510c5112258b499d9f761680c758c06a6a8930022a15e245694e331fbeaab3ea
MD5 b81b40388a446a7abb9e1fd68376f677
BLAKE2b-256 841a307bf402f6dd4859f2594c28f2f04285d16ba2ee39dddb9d2393a053d3b1

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c47ecfe0764392c22230f72ee29f29e6d8c22a2e99903a2fbbed3dede41c5d43
MD5 1e4c7d1a1fd5e7a2db3323f83562ed3f
BLAKE2b-256 20389a93493919c1d8fc007a52be584800d52d7e23c60e8646af794e13a2caa7

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8ff6cbc8dc60f012db9bdebe21054593e3cdd4eaff078285df3937a92e87467
MD5 8e5f5243fad909ad37a156cdb9c21939
BLAKE2b-256 eb92117cfb05d6182d721515fbee47fdf20baaf009cff50da70b02711e34b3be

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 abfcce3c740a07ffb865d59edb5ffcc177479dcb01adfdf2f4d40ef33fd03a97
MD5 4d973507cc851b9e7d987b2c4eff624e
BLAKE2b-256 6b290c7348ee8b0895ff1874ad68c0cdcf2d8b8c354f30c2418a0889971f1480

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 32527bc2e92cc15480b633b1f7c7245865f631d41a986362f732a86070bebfb5
MD5 1c2bf15accf3f1091b846000170620ed
BLAKE2b-256 f3b108be3011ebfdcab73ff5b9dc2e614b10e6fa80145a209568675d82cc10d6

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-none-win32.whl.

File metadata

  • Download URL: geohash_py-0.1.3-cp39-none-win32.whl
  • Upload date:
  • Size: 121.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.5.1

File hashes

Hashes for geohash_py-0.1.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 4de1397859a99da717529311da8a55b2220d283113dc3815213b2241e6a896c7
MD5 b57d29c914ff0cd1bf4c14920fde91cb
BLAKE2b-256 3318eb95c132db960ff5a7b66ba58ff013900931289033e465772957cef8ab50

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eadbd6e9aeceb7343bb63eaf2f0813490ff3b6f42273a5eccf77addc7c85c341
MD5 bee497dbc007bb10ca61facc9d044125
BLAKE2b-256 08dc6bd3a6a8d0f4ff6ce9002be7bf3bc6bf63a4d043c45e33fcba14293f40f4

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fefab665e75a95f96de56ad93755f9efe0165d76c16fd63b9293fa9f4fcde9b8
MD5 4eaa033e9cff6143cc6ebfab04443be1
BLAKE2b-256 28a8a507f23807d2981181112581ca65f6f188e82ddb569bf35db6fbb3d6613e

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f6a4ddf185ce0598094a15b8b40b26b07fa70100b74c550ef2c26a93cdecb66
MD5 bba103c8437792c1179750dfbb8d3f3f
BLAKE2b-256 81715d1ad249838370596935c57781d554c2558bed25fa1b57811f493f877f21

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee33a455cb75773babc6f0813621ed486addee424cb7e23fff6ad228544e8c47
MD5 3ff4dfe86c25596480f289feb22215be
BLAKE2b-256 1d9e2df0bc7fb100fa586ad5bb4f7c00d72d9387fcee9660d2e0063678fd13a6

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 912164e10d8342968a7866a5e3229eb17b9aca3d65d05f9bf2e720193b7755a5
MD5 48470b956254ad1adf838ca0262cb6ff
BLAKE2b-256 38d6f7e6d30f8107bb352eb77bb2ddb9e26100341d856a3fdadcf6298b60a4f2

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 afcb22215383881dec3318120cb06aa47ad837ce5436e735382708694decf3d1
MD5 707828d0c64b8c72eed788c070b00eef
BLAKE2b-256 6403ea765b6e458e45812476b617627ee608f5e5eece8f9505f9cdac4af849d6

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 9fe1416a24262ed8a3792a970a2577ea62cffc3117af4cb502e77d3c3991de83
MD5 05d331ee79d7895623b949c66d26c327
BLAKE2b-256 4b865dacca3757a48e78ad3c01e33345db7cd915a4d0f331112a6d9070f9e32f

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-none-win32.whl.

File metadata

  • Download URL: geohash_py-0.1.3-cp38-none-win32.whl
  • Upload date:
  • Size: 121.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.5.1

File hashes

Hashes for geohash_py-0.1.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 52d3c5630111f2bf3a777f3cc6c2ec1e219acc5874726fefc57eff0c846cf783
MD5 d0b0a0e931fc50b3b71b6249a24d6639
BLAKE2b-256 4ce8746ae5c6fcd246fe13f5562970f5c2eeead60a98537f4f4e73d1da7aabe0

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c888d7f3fd76210159d1b1523b4eb05cf8b79cb3cde8ee4173fe4fe0c22557ca
MD5 5cda0ca82581f0905db50ff66abae63b
BLAKE2b-256 8225882d5767adfca77a8390811c90a7028e689e681015f15d17f6374daee0b4

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c73bc0b5042025c904c8295250f9853810b0138ea524c5618336ecdfc6722f2c
MD5 b2f269c93654c9ed0c4b8dad5d0c719f
BLAKE2b-256 bb0e32428462f837e7f62706d9be3d4b09e32358aaeab5f3b2808a554f167e6f

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56c46e000ffa21546132a2ca1a59352093e688cb887282ae1636430eae613b54
MD5 1a8969a5ab81fb79bae618a85b413b37
BLAKE2b-256 372348bd0162415b104f92bdee510d7a667223881998de3d75b44939193a3d0d

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f927acd65eaa689460feaf93f97947651e0940c7af5a265be6d30da4ce219e3
MD5 9227ab24dcfbdc9bda369b140c3a216d
BLAKE2b-256 5f38f26bbc684b94cd0cc5be7cd450074d413faa3e31fd596c3a9e893ca5adb6

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36c8482e80c2f3a091f50b12b84201b35f103341670fd25ca727c81f8f4b73ce
MD5 64ec207405cb5588b7804eaefb6d5ee6
BLAKE2b-256 50068db17ed27704b255486e6daeb70788c8aaba2190039936453e733c9585d8

See more details on using hashes here.

File details

Details for the file geohash_py-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohash_py-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c19ccd5fdf336df4283f6b13b17de84986eda6381e8998fe552db3ee725661f
MD5 7e78ddfbf144d0e35fa6f2fdb685c248
BLAKE2b-256 7076051b6790051c77613888e8fe68f2a1aadce40372aeea73e825716c97b9ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page