Skip to main content

Just another geohashing library

Project description

Geohashr

Just another Python geohashing library.

In a nutshell

import geohashr

geohashr.encode(45.464664, 9.188540)
# 'u0nd9hdfue8h'

geohashr.decode('u0nd9hdfue8h')
# (45.46466396190226, 9.188540149480104)

geohashr.decode_exact('u0nd9hd')
# (45.46485900878906, 9.188003540039062, 0.0006866455078125, 0.0006866455078125)

geohashr.bbox('u0nd9hdfue8h')
# {
#     'e': 9.188540317118168,
#     's': 45.46466387808323,
#     'w': 9.188539981842041,
#     'n': 45.46466404572129
# }

geohashr.neighbors('u0nd9hdfue8h')
# {
#     'e': 'u0nd9hdfue8k',
#     'n': 'u0nd9hdfue8j',
#     'ne': 'u0nd9hdfue8m',
#     'nw': 'u0nd9hdfu7xv',
#     's': 'u0nd9hdfue85',
#     'se': 'u0nd9hdfue87',
#     'sw': 'u0nd9hdfu7xg',
#     'w': 'u0nd9hdfu7xu'
# }

geohashr.neighbor('u0nd9hdfue8h', 'e')
# 'u0nd9hdfue8k'

License

Geohashr is released under the BSD License.

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

geohashr-1.5.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distributions

geohashr-1.5.0-pp311-pypy311_pp73-win_amd64.whl (111.3 kB view details)

Uploaded PyPyWindows x86-64

geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (383.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (478.4 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (381.4 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (227.3 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

geohashr-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (186.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

geohashr-1.5.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (199.1 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

geohashr-1.5.0-pp310-pypy310_pp73-win_amd64.whl (111.6 kB view details)

Uploaded PyPyWindows x86-64

geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (383.2 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (478.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (381.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (227.6 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

geohashr-1.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (186.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

geohashr-1.5.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (199.4 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

geohashr-1.5.0-pp39-pypy39_pp73-win_amd64.whl (111.6 kB view details)

Uploaded PyPyWindows x86-64

geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (383.2 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (478.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (381.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (227.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

geohashr-1.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (186.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

geohashr-1.5.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (199.4 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

geohashr-1.5.0-cp313-cp313t-win_amd64.whl (112.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

geohashr-1.5.0-cp313-cp313t-musllinux_1_1_x86_64.whl (382.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

geohashr-1.5.0-cp313-cp313t-musllinux_1_1_armv7l.whl (477.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-cp313-cp313t-musllinux_1_1_aarch64.whl (379.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

geohashr-1.5.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

geohashr-1.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (213.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (201.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

geohashr-1.5.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl (228.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.5+ i686

geohashr-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl (192.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

geohashr-1.5.0-cp313-cp313t-macosx_10_12_x86_64.whl (202.6 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

geohashr-1.5.0-cp313-cp313-win_amd64.whl (112.7 kB view details)

Uploaded CPython 3.13Windows x86-64

geohashr-1.5.0-cp313-cp313-musllinux_1_1_x86_64.whl (383.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

geohashr-1.5.0-cp313-cp313-musllinux_1_1_armv7l.whl (478.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-cp313-cp313-musllinux_1_1_aarch64.whl (380.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

geohashr-1.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

geohashr-1.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (202.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

geohashr-1.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (228.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

geohashr-1.5.0-cp313-cp313-macosx_11_0_arm64.whl (192.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

geohashr-1.5.0-cp313-cp313-macosx_10_12_x86_64.whl (203.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

geohashr-1.5.0-cp312-cp312-win_amd64.whl (112.7 kB view details)

Uploaded CPython 3.12Windows x86-64

geohashr-1.5.0-cp312-cp312-musllinux_1_1_x86_64.whl (383.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

geohashr-1.5.0-cp312-cp312-musllinux_1_1_armv7l.whl (478.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-cp312-cp312-musllinux_1_1_aarch64.whl (381.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

geohashr-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

geohashr-1.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (202.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

geohashr-1.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (228.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

geohashr-1.5.0-cp312-cp312-macosx_11_0_arm64.whl (192.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

geohashr-1.5.0-cp312-cp312-macosx_10_12_x86_64.whl (203.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

geohashr-1.5.0-cp311-cp311-win_amd64.whl (111.8 kB view details)

Uploaded CPython 3.11Windows x86-64

geohashr-1.5.0-cp311-cp311-musllinux_1_1_x86_64.whl (382.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

geohashr-1.5.0-cp311-cp311-musllinux_1_1_armv7l.whl (478.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-cp311-cp311-musllinux_1_1_aarch64.whl (381.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

geohashr-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

geohashr-1.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

geohashr-1.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (226.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

geohashr-1.5.0-cp311-cp311-macosx_11_0_arm64.whl (193.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

geohashr-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl (203.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

geohashr-1.5.0-cp310-cp310-win_amd64.whl (112.0 kB view details)

Uploaded CPython 3.10Windows x86-64

geohashr-1.5.0-cp310-cp310-musllinux_1_1_x86_64.whl (382.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

geohashr-1.5.0-cp310-cp310-musllinux_1_1_armv7l.whl (478.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-cp310-cp310-musllinux_1_1_aarch64.whl (381.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

geohashr-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

geohashr-1.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

geohashr-1.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (227.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

geohashr-1.5.0-cp310-cp310-macosx_11_0_arm64.whl (193.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

geohashr-1.5.0-cp310-cp310-macosx_10_12_x86_64.whl (203.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

geohashr-1.5.0-cp39-cp39-win_amd64.whl (112.0 kB view details)

Uploaded CPython 3.9Windows x86-64

geohashr-1.5.0-cp39-cp39-musllinux_1_1_x86_64.whl (382.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

geohashr-1.5.0-cp39-cp39-musllinux_1_1_armv7l.whl (478.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

geohashr-1.5.0-cp39-cp39-musllinux_1_1_aarch64.whl (381.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

geohashr-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

geohashr-1.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (214.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

geohashr-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

geohashr-1.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (227.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

geohashr-1.5.0-cp39-cp39-macosx_11_0_arm64.whl (193.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

geohashr-1.5.0-cp39-cp39-macosx_10_12_x86_64.whl (203.7 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file geohashr-1.5.0.tar.gz.

File metadata

  • Download URL: geohashr-1.5.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geohashr-1.5.0.tar.gz
Algorithm Hash digest
SHA256 dba7fe2b3db48dc7ef8407a92c0d226ed9b9f0fdf81bc88a5fb429b95ce592ad
MD5 b9e02cea4d59e252311b2e5a7ac0760b
BLAKE2b-256 0ee9469a822e70e855e22478890d219f881c5a9d722edea23c62abf28a4d99a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0.tar.gz:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6066898fe1e1bd27babb69a0066a896cf486dae7c37ac271a50f1524fc05b2cc
MD5 16bd67910720fa9e8e980c097a47f0fa
BLAKE2b-256 79033d166cf83de2ac6d207138e6275671a36b819a90675d5882307ba7e97125

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 080fd02ab21d038e0160d544706d2526d0ef3a18685279c0591b2f32f8d10387
MD5 1264c5120904f86ebf0f11127ba5fb05
BLAKE2b-256 b7b134c978827d6f7eb6cbac81ae54b57857471c240e3c8efc3791426405c57d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 76bd553862b3026067c576c07792d8ed57f96f7c21329a829fdb770754413996
MD5 425beedf1ab530ff52370de0ded455a0
BLAKE2b-256 77f303bdff2108efdc64598e8fc0c6af3f1553948e890824d69d00d476e407e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d54590f48766050acd4d4e1e4a1112abb2fe88de4d3039e520b05af3666f19cc
MD5 e96e92fdc0fa747ee3fd1a0a34c2dd22
BLAKE2b-256 aed90f5eca396ae602a1e40a8b2d18e60c3aa8260aa2cfab3932065381f9a745

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79d82166c94d32482d67e305040350f857459b95d9dc12256321c681f727c956
MD5 79f06785d5cf6e4b5b9bf4f287cc77fb
BLAKE2b-256 127fe642780ec78b195cf90ac0ff77c021bd216c77604c4f52a710fc6a5424a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 00a945a15f1924ab4772beaefaf3e88e456d5368555b2b84697644a606a74bdc
MD5 545a0c65adf6473c91020effdb8da38b
BLAKE2b-256 2460d7c40be44caa3037b03af6c76d171fbe1dd1ffff33f932f8c05ddb97118f

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 276a35bfa61e5db0c8844b022ba94329fbeee29f330dbcd2ba96dddfbea1a5de
MD5 9967ade140bf60e4b9193bc7fc79436a
BLAKE2b-256 2ff73cc54d19a2ca299482bd9b4399df362409cd2934dda24100c235e9c0d979

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8a4552385529662b674c480edc3ec821ae40cc0ea6e56db0ed85ac9d4f06caf2
MD5 c22fbe17a7398f3ad6e0fd249e0acbe5
BLAKE2b-256 3fdd1828abc7a0c619b086af138c24b9a8c1a7101c3a8fadf8e81b4218985473

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81d80a42f77ea2b09a9f3282d683e37d9c868027de701c856b2f3b0fed8e6b5a
MD5 456a703917314fed920e79df9011acec
BLAKE2b-256 a74214d7d72124ba13eb1cb5c5e30ce13b3645bc92be7e2e067f7cf047537fe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 188374447f8f318292c02648937ac2c8d4c3a389f522d262c21772c0125d5b6f
MD5 d596fbcc40121966184950cdd7574821
BLAKE2b-256 e0dd7cce631550c10430ca2d877ce65a3748819bee2dbd5f291aecee48fd47c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d39211f3bf35b094f3d3d122aeb26b05b9c9299c064f4a0800acc0c79c32984e
MD5 d9823e10094dd13923a838b4ab1821f3
BLAKE2b-256 9dba9ac2f54db54a84d98196d9862a92bf5f2d9f3867ecb2e134ad572478bcfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 541988cf5bb5e67c270c4f8217129c40961328314eff98ecb1d63b65977e03bd
MD5 0e2963d1faccd56b8b8579fbb261241d
BLAKE2b-256 73b64f566d60965a13cbb854cf616d1685a843b089983cf10fe20a8d38b7306d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 84c63aeb4bbb0cbe0a7db10bbc0f1e8c1c292f8e56b40fb693c73ed095879126
MD5 af5badf745b7798e59fa253ad8b57e85
BLAKE2b-256 a42bf920dba6e34561c017f7e0efa4d43dcd1e6db4020ee61e695bfb5e2fd38b

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 428dd94e130a48223fa40de38973296beb7016302f71b66bbaefaedcffb75298
MD5 6815535c6971eb362c6b9cef3f0a9c3c
BLAKE2b-256 ba9bd20addb7595860284f3b536bca1c1ad1c009c667d47e78bc39a4301e1bdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc436d532888bfd3b10055d1a9146faf6cc5177af938e4a258f3be397cfc37ad
MD5 8375124681aa52f21c76966dbd3b44ad
BLAKE2b-256 e3e89f02ac62e747c8b222f705b0a45d3524ba9b11675863cc225901c7f6cc9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b119e0129c9c9d0239a2e592680e5050f335e171dd75b29bf4ebf645869024e7
MD5 d945ff95f3e4b51b7c3c1734858e0695
BLAKE2b-256 567e0bdfa10ad7de2b058a0c1e8e2b273573d81feb80393365e2184b2ffa3a42

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88b6ad457d260f82a52a650a447f2bedf039d8b9d6602d57876a08bcc7ea2d5b
MD5 5e1da8375586c2d37959b4aad26792f7
BLAKE2b-256 4474d7337f084e8b2d9f400c4059f07932595565be84a593fa9febb22c17f8c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 377434aa314a1877df771644c68f5bb389fe3180c380ce1b4ab65e017f844c1a
MD5 1a231b5859011eae41903f5c114470c6
BLAKE2b-256 a0bbf9e5e1ef626afb6c11081ff88822f6039379bc32c8ff97479c9b60cc51b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5863d0172641b30f97b69e07bb3e8633b0f885c890db20da1d8a500e5aacd2e
MD5 8c498bcf8ba5154880f1e79fb6e6928a
BLAKE2b-256 9efebba12211229ad7357cc66611275417eb25e7acbe6db5dcc660ec1b7d1932

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 028c5fe29f07ee7f4d4ff12da03b08901895c352d2523809d8741b9751f8f1f4
MD5 b09900966e694e9fe959148c2f749ef6
BLAKE2b-256 c8a52cc43a5066c64046a63202780116ffd846a329fef3b6d49c4bc86e3119e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2d64e52fc67f43e342519ed24a89c6152dbe942b3a578aede5a7bfe75197dda3
MD5 28cf15dc3eda064ca10a02654eced6be
BLAKE2b-256 d388b9cdb30ea24569cc1192f3f49abb853c5139371d8c61aa8f540ec3a99493

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 748361eac8263c0ece931775aea61cfc610f8ef28ae29fd5242919dc7efc8ce2
MD5 03572fd49022136ca75863d5fddc4880
BLAKE2b-256 c8ec3b09c17f84dc4211206e6dfc11ec0c547d89e372101e05e33ab7b5fca3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 1eeb521885ae0239fb2577070b7dd6329dbbdbf025bd821a89224069bdce35ac
MD5 bfa7d3ef2f9444c4abf6b79afe0da7d6
BLAKE2b-256 719f83830d0627f16221d778d3119ae927ea7515cb10c5b67542a194182fddee

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a28daef72f8c39ce1bea4498c64f6cc5f52910412cfb43209e4efa3203c6c495
MD5 45b903b6aea14be6ffe18a3ffe4ec2a7
BLAKE2b-256 57d9367a54c4de3ffaa7059785809e759b4805d8ede213ee4902ada377e6de19

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2bcdfae6bf7d20d6eae9d38e284f45cd19672e18514349bd4fe79b17b9df1de
MD5 a92d9df063f97df445a8d01a613f01fd
BLAKE2b-256 2070fe221fe0581cf3ac402f705154aed0eade0bf87defa55b75ccac93359ac1

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02e48752d19e3ed0ab22fbfc067bec00d470535fb413755b9eadaff6a61df628
MD5 33deafcd16192963938514fba47e8d80
BLAKE2b-256 a54955e4973476568e2cc49ac9c50c1be4c98aed6e24b3d84d3e3ef6b72b27b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 013c2371ec0ef7394707a7f8a28364bcb20f578b179462274cec76808a5f8317
MD5 d94eea699ff429c01947460584765286
BLAKE2b-256 708f5a6f8b857952d779ac9a8832ba6663f7131316dc204807ce9c613b1dd340

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b6010672ce44651d53a8c78f3498ce0f38954c0d56b9977eecbc4637d411a43
MD5 8c204de5ec4be274a795ff75bfcf5dec
BLAKE2b-256 52671757bb747fb9dba4b0e50fe8ff6454c5d9b4c4afe0d0238fd6afbc5b1c2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8c896229b256d74c19c6af7df1f275938912834e6db801db5d74077baf9f25c
MD5 2482f4de01918a6d53e975cadcef0dbb
BLAKE2b-256 42f11dc75123daae772261b87ab0d809853a6c95c57cf33bc0a773a5dedf5e86

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5bee87a27526b9839d665f181731f1f55e86a7bc70607bc3077ba98bad4323f5
MD5 b7a05c9826a61c49ee110bbd0ebbdf10
BLAKE2b-256 27fe6241da2debd7d8e678730d6f1e82df1faf9804671ed3d626aaa4ab1b2f83

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: geohashr-1.5.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 112.0 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 5f96a056b0db4af8d63fc66ef64c84d98b3861e4be80edae5ef26b4c3c68dc2c
MD5 af060734ecbe6e822f655892cc2286ba
BLAKE2b-256 70f14013967c546eb1181f1ea02524ce6595198825435e7e204654d59cbef05a

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d82b28570d2fddbe1dcfd30ff8d40b3c41fb58dd79677855fad1324fceec915
MD5 d9219d6de48523e3cc8964c22eb2aca9
BLAKE2b-256 830bd815c72ae5fd7b64d2b98ed9772e1e78b64c3096d90a583bb1f48e2ad873

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 5d4ec9b8a4fd6e5cba01a702667f0541424c8791b5f4fc0440392786adb753b1
MD5 5490f14c3b831a0fc912b639289fc2f3
BLAKE2b-256 8245d42c32e08237af424a74e6dde5e73f52641eb63443885ac7360058ab4008

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 24d5c96b394c8e508f48e1bd72ab023858e05c37157acab64f80f8230d9823c6
MD5 4d478e8b562de26871ffc50c3064916b
BLAKE2b-256 0712b92c0924fd3088e3ae642d62fb5d3d9910aaa7c3b495948f633dbffa9907

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d443aedcf84e4f6d0f7901553869d8c1bf6b51a1cf9af50299ce9aa896d6135c
MD5 31d2b1174cf5568a7e0326758177ff89
BLAKE2b-256 e764547d5a98ac164d3148accef8f30902066263edbfec5c11a3ba77baf294af

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2c589477eaa131f0f6c60b8d374fff1b1d9999ba09d1553a02042408be9b53d0
MD5 9600911c28e71284e1661421cbfcd8ef
BLAKE2b-256 d47133af755a4f054acaf0278f14a6f2eac61390639c10a0a6438f514b506a91

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abadd0f513dfe11da798271236fcfbd552c9a9aff8e1dd03fcc4a546ff49a4d7
MD5 2e2080f4d3ed7865ec1b4905a5153fa3
BLAKE2b-256 f73ff01275f1ced6b4aacff18c48e539aca40271f2bcf7482f3c004b0612e7cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e0b1ca09232fd69dcaaa8b1c36bed0e119a2007b00437bdd9e167dfcafb07a6
MD5 0346720c47296f98b7fa0c8a523b0738
BLAKE2b-256 4daa7d8a4ede15c1233f9446ca225c6605d677a4962ce0358e7cc92e3267ccc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b7bcf22fe0b61cba2d8acb6da906f1d0853f32820eb4da6feb8b47ab7faf681
MD5 f55b6be77bf0c6dcde0dd644c54e62a2
BLAKE2b-256 0c5e17b27e2a3cf0cbaa6b273985733ac47be910481c3d65d11b2a2877b63fa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5ceadcde391394f823f8b7625daea306f964e69b754cd33e79bc1dea099a571
MD5 f2a4fcf3244c438ccb4d264ba23639c9
BLAKE2b-256 3a1d447feb5990c0ca0dbb2e84b89b419f44def3d0bce4015878e1fd18e427f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313t-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: geohashr-1.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 112.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 69c5f7aef4235927b626bf484a62869fa74fc43bc3ec3615cecc9aacdb77d062
MD5 30deb3b96f700e9073fb65b84805b720
BLAKE2b-256 e3bd26f1908a3ebb60abca099a70233bce038cc8f01db15a231fec670dfe1ba4

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7cbc1c6eb266b14ca884ca87e3b8c57c09abcf48c21c5b975fed147a0a6e9771
MD5 52a6b16e51b3c03cd3bef8a9dc9af9d4
BLAKE2b-256 f069cfeb43d5f40dc6103a8effb56bfcdcbc7577243c67cb50fec01db225aaa0

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7b0ed21f43e7cc176f7fb2c70ebf52dbee5aac54a7b719f525cce816391b39b9
MD5 72e72b1d972bab66a12fc88ca1dc50eb
BLAKE2b-256 6de9c8019ae2e6ea286732e3727fa7b5ada03024120c1c041bc372ef7559b7cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9d6afb3add32a529cfb9e3f2a187530b72057b6822a84dcd60ea10e6be145c9b
MD5 6df52453a09496729ab2b106b7459811
BLAKE2b-256 0c0295ae511311d1de7fc1cb305da6a3f9ff815cc3e285f3ce0b38e51e42f5be

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75b7cad61e950d831b9aacff3d5771d96a51220419f676d1cb7c550ef518fd02
MD5 98d006579e7efe8c7668651af3b5a58c
BLAKE2b-256 89ea21401ae9cf7505685adaea2e0209a73be2fcb03e2a3df5e3d1b8a9b81c5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0eb7a9a0d6662f53b7fb06a0d030a4dd74d59d07360b2f2c17c68e549ac1f184
MD5 99974a0128388de318f294d921379be5
BLAKE2b-256 0f2dee47e71e43d1be5dbf9a564011387cb17837da00b5f1d36f96de26f63018

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 431d13b4c7bc9e088a6d9b663a627d9dbd0f5aad1d2098daabf0eee98b57e130
MD5 9bdc379b6234596f5d498c60a646dbd4
BLAKE2b-256 6c59090360b696108f4e8506acaf90a65f62a17d6d65c529ec7027fd2a5ddba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a4b90836178acde9555d2c9222234d06efc1b309da624b70a80c4fb2a186fea7
MD5 94f51a22ad21b8a82a136419d20204e1
BLAKE2b-256 e418257ad64ccdec2a9a872e0078afa91955464d73ab1ea987d2fa06eeb6f75a

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2a921572bdf228778b28fea8aa3d37eddc609f887fad94f0b07a274c5f6e9d4
MD5 b033aa0b2a1ccfe22fad477ac682e915
BLAKE2b-256 f657063a890a7efbdcd92693a86bb762a6b86a4d37d7ecdb5a78b698a07ebebe

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a0855b1e408607baf02698d20cb1e7ec541c30cd6631e639fcffcc71896117b7
MD5 e4ec158f4cd7637bac794b323ffbec07
BLAKE2b-256 8537af6d3999b1b86148080ab98e11d9a7e52838403c0dda7a3fea6c1da164cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: geohashr-1.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 112.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0e91c9900f1769d1b0386487d45f31e0308e66472db8dc83be739539d5d1d7af
MD5 92c260795b6fa97d62b4959d0776efd7
BLAKE2b-256 87a7abb6d52a985f4146e514287b7159800d252bf7af8c17c8256d593fcd9931

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3f4bee3cefacdbb89d643f6934fa1c4c83895938db830c24de258ac3a30c439
MD5 e0f8ac4d941aa88c49052f50268facc3
BLAKE2b-256 3f54e4ea1240dcdb665beca11afffe182789d4c6c62aac66677b621fd07dff86

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a988a0af84b4362e1d21a643c51c8c1d2ae541159aefbc7aae9130cf71a723e8
MD5 5d0a9b7df9235b352ab7223376ffba66
BLAKE2b-256 09d8d9d241db59f6ddb9c887155a2eb1310e1c0a446a2197818ec449293a8070

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 35183806f6bb18f555adbee28c535696642c65e53356b0357ed80410b8842993
MD5 c8fe07afc31ea4c7cf39ed767e5ceb2e
BLAKE2b-256 045b5534b6950eb6fbea6ba116bd844341ba45ccf03897395aedc577a9bfd5ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35e6e55d83c37b16058185d15f9d31c0dff435f5702fc894633069151e51e359
MD5 516bce987975d789d5a6217dbda335c6
BLAKE2b-256 c7e8cc6edeaba8c8f0ebbf77fd811a6985754b8b5855bc682c4a4fbeaf562833

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ff400db83ad99f1f3ffda8b21b8d3dcc57a554553fddab203fb48c22b11a757d
MD5 1e953ea88757217d830c06809d24e363
BLAKE2b-256 df6108fbdf1b1583d8dd07b773e490fbfa8348b8735694a65fadc59958e91797

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3470fb2a9d168dd8c38c28b743cb072db8771dbc7f002e2d18fc6022298cfae
MD5 e231fc29e0110ececd749698cc4c127f
BLAKE2b-256 9304a18f17dda0f96234485a838554e7c09188d10787dea1cb23d276a4ff8e27

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 42b013da4115bbe3bc40a8446511dfa127dae930c1ce8a6d4a6f6f7e7b13de16
MD5 7abb675e08e2848a85aa4bd26847c940
BLAKE2b-256 9fde180dcc9accb4fd53d8853063a94f68ed0e6fa54be9dbc67f38c2646495cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9617907173ab0da3865ba65cd154b5d66d3fe4853e677ba9181bfde11f240fb
MD5 746b4165fc08f9f5d53568f11ab78daf
BLAKE2b-256 1a63af3d5e9dd2e43dd43c85198880c9a6fb2e36a9efdb8a8c24648d7aa52646

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bdb070df83959fcb8067efe3781264a80c6ab06daffaeb71a86c444a407f1734
MD5 2eb330686c7a3353c2ba9c18b0757475
BLAKE2b-256 da84552da21deead952e27dd68ccc76afc3b51a6019424226ee0d8c96beb28d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: geohashr-1.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 111.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 78448439b72d9f0e872ad07aad802e4fc4a0b6c91412db66e403524b667549d5
MD5 da4b507b724d681182ba6ae41a28f834
BLAKE2b-256 06e1e76ae7459d341e51dacce84e47c8ef35f77d03a25f3dab608edd9a968df7

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a37db91cc98c930d4e853839bac15f5871c797d32644b92490c7523adfcfec27
MD5 1e897138f34bff39e7475c48bdc94bdc
BLAKE2b-256 f8f69f527f3c967e24d6c4d0050dc1e3c38d8a39deae754705c0f6e7cc2f91ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 55cded989c669c9f24182f55747835c36480233fdc4270818f19205f8dbb2f12
MD5 8a32534aa86cf9f316124215c85339a6
BLAKE2b-256 eadddfc9f3cdb14bbe4f45c33a9d7a6ace7e4a7d478766db9c564f7597beb65d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 97854a5bb157444f79ff4a02bfda3316a6b7b7e862c60b164c81de95f3b4ffea
MD5 02119b235367229b391797b16b63c388
BLAKE2b-256 e182de1a5d6b3767580d90517d3e1c50b683daf4fca2a9e2ef13c9dbd5739509

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0c9c8487ea57d7890e87c9c1f856d468f17cb6bea2b439f4800dafa4bff514f
MD5 5c73a5835c6ddb41ac08e12efaaa76ac
BLAKE2b-256 f0226785e6abf4a29cb90d25b2222ee73e339f35cd05cf2b51239cf64f1664c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 917a63f525eda7d5e47f9e56ef2b45ca6a21588002e0c7504d18a7c6974be349
MD5 a80434f278aaeed6104fad2c2e72fa36
BLAKE2b-256 9467485d12d622dd0b600a99680d1072281d81c0d7d63171194fe6509012707b

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca17671913340bbd13a48cb9e8b1934f521d217c47924edb894f95c5f4656be7
MD5 24554b8a98cff9af6437ba054fcd5148
BLAKE2b-256 99e1fa1022abe72fd3042ef62a79058da80483a7ec2f5d88402d1ae4ae7f5b23

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 541254c20f940c16c712d0fa513f97fc0f01cecefcfc75d6b0fa518495e5189f
MD5 0cf3428514f55e20e0cc894627f29834
BLAKE2b-256 9c9ba2e7edebcebdbe038383e080b2b77d91b0223320ac356d9f38b91451546d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d001d6147671885e4fd3a5f7461e47d18d8507d6998f0e5c92037735269a37d
MD5 c94360203953a56c6983101d42f72faa
BLAKE2b-256 1b623608b36a00775ad0506865ce9e39db91f4935502313bf447f59140fcc43c

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 abcad42424c771a36f7544c616f4122a93d202016dafb4cbc9a7ec8488588884
MD5 4c6b4d985a0fda0961e20ad69db87c19
BLAKE2b-256 1839a657839f64b9aa6b4c3f545587848c6c68bd9772fe14b18e7ac8db4347cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: geohashr-1.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 112.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 afe5f8da45a4fdb6e2e90ba6eaa50878374fb12bbf48573b53b28f8fc751d945
MD5 5b2e21186075af6de5534f9561d99887
BLAKE2b-256 92ae9da454e830d377ca7d6d1e5f54711952ae910e873e80eff70f6da111a30e

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 538c3ba2d8626a45ef266ada8e1b9ae0df3251cc45d5e6bff9f85c1ab380a777
MD5 b2e0a32dd252b06453e713c735b16eb5
BLAKE2b-256 a7c3646d7d4902549ffe91ef80b2d8a56df838f3ffb69508c1c0a25ef7cf3ced

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 32e868722dcba1dd211ba1a7d02f6c27100ac3de18b688c9061c8bb9bddc8ec1
MD5 cd987700dd2c0beef41bdfbc513fb129
BLAKE2b-256 cee2ef24d27670c8aa1c7c7b7c2cace8f087f9e0adc7451c7e3ea5d5ca1c76e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dec1cfd718b9787fec07b1f11fe9ce009f344bba12b297ac4b2b59cb695d3ee1
MD5 1e020011d19f55d5cdeefac495672de6
BLAKE2b-256 43aaf33da1e4a8c6c7c18bec1ca9ff9dca8bff69bc361ed7865f72b663319cf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 683a3e66f6b7bc1d6d2d464a959acf939eda40fe2a414457805831323daa653b
MD5 f28af8919be2464afef9dc34370cade7
BLAKE2b-256 b45f54a61b5771927eaa4da4dbe369eb3a08e76923aaea994ce16e43e2c09fb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 63a3955fcd142ad1f5c224803db7adcda2dc2608737b19c6e7971a514f494e2d
MD5 a64fbeb869cb95772164bf61ff1ee927
BLAKE2b-256 b62a4a80575e235486feb8c3123459937c2720b8a00aff4f780f81fbec889fc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd3ff7aaeb680bd027a2398ab294558c289ea7375e49bf45a56f9357c9d409df
MD5 f45619c4ed4df3f8452020ac622a7b14
BLAKE2b-256 fec104c89c162faafc7176b3969fbd77719b8c52477cc58adf63b51c6f6b6ddc

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2e435c372c215ebf60540719ce9c26fb6544c217889ef4ac9330d718974bc805
MD5 c683a26679e11aeafeac1f13392f3b6d
BLAKE2b-256 aba58cc746c2900d13cf1f62f59a98c9c478caf43913fbd11393ec098605328a

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9de9039c7e5300e3a13ea669b83b3d2436d801fb074b3df8a0e32d2e6f8ff58a
MD5 1af3c3a35ede14cfef16f7bd0aaff9d8
BLAKE2b-256 6ced7ec509eccd56c0cb96863de29bf77063b129b683f8860577114683f1bf22

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 07d5002d4575118b0bb3d0cdf76c73bc75f92accc50ef52bc339cc08db6400ae
MD5 52e52ac7bb364f676b9a9328e5fe16b8
BLAKE2b-256 62994415a6c407407ad83f6c78f154ba2d85fa151b21b010fa5d03bb5e1c9a97

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: geohashr-1.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 112.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7eaec1f77edb2caa53d8bbaa7d282983ef2100814f8d7b04fcc3019c1578bdeb
MD5 4e8f85c89bfa819693b9ec5d66fdc7dd
BLAKE2b-256 0e50d519137f60d7f1b2b3356da60b123a4e6f6698dd9f988dd7bfd125d5f1c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c251fdb5c1e7416bb8aae7bc665d2a606745e03a30fd9c593b7c928b3308b4d6
MD5 59bf96cd43f7558af76d88453c6c5578
BLAKE2b-256 da9b347479f95476ea1b63aa76fabc0d74d9778b45b2b861270c074d04224949

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 afc5622b06027fb23eccb6c24340aa52abee48194fff5854fdfa645c240b6e66
MD5 f5eb703af98ef10bc3431bafa3345e06
BLAKE2b-256 62c552cf4a3efeb03ba393c69a1da7b7bfac94bc76ff73357dd926de827be56d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 25612cac7b7b587a2a104d7987d095602f3a3dc4ee500803a574e4cb8cb972be
MD5 715be76a672e884a71b98c38b17e5cf2
BLAKE2b-256 3605c8cb60a6195c94446d8a032f4e32cd9fefe6fe44c012b2d9438cb536c72b

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 389881a9a0eee454dbbe2074e8bb901f450d2615ebb7e41a33a23d31c1a30a82
MD5 dadbbaa36484abe8ccc8d6a80f240fc2
BLAKE2b-256 7b812a554ffbabc4c47f51d125833836a615ab8fe9199cc3350a27669960bf66

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0710b082722a354bdc0080562067cd9b9b79e358c9307f732d6dd0fda5f19831
MD5 27866553149767ae28f126025c7a4d75
BLAKE2b-256 86171b7556703ae6efbcc81b36ecadfb5918682ba80713e59574b33fde1c6157

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be8b95c2b9a83c78686a8756345db45626dce5ec1d02911570ecaff019c816d1
MD5 723a4d4a11e9d2704a3cb66e19a7d722
BLAKE2b-256 33322e353d8e4878826901c2007293db29ef80e85607a8de48f8f47dff5c7d48

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2ade057e9dd33408b386484206aaa6a5be515f966923076dff95d772a97c5f0
MD5 5dbc8c9b586a519fd95e7b521a22bfa8
BLAKE2b-256 3f14aadddc36405d0e55890003cc628126321f906d16e49d58beb60921828103

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7821c0a05059616db4370c866268f9486c9270937a28d849935f3f66ae2cead0
MD5 368ae52aa0117f7553a56b841fdf624a
BLAKE2b-256 fa34dbc33ad8a0d59220967caccdf2b70afe386d061f7a5ee5a967bf0d7fe443

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geohashr-1.5.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geohashr-1.5.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 30fcc0543763d001e05f213437d58f294208954bcef7619966bd0b97b6367d55
MD5 90296b1f81412c772ac3cf00308ea129
BLAKE2b-256 4e95960fd33dc49db1539c4f650a62837d5bf48bc7ab119b41ca3c103b2ff632

See more details on using hashes here.

Provenance

The following attestation bundles were made for geohashr-1.5.0-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/geohashr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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