Skip to main content

Uber's hierarchical hexagonal geospatial indexing system

Project description

H3 Logo

h3-py: Uber's H3 Hexagonal Hierarchical Geospatial Indexing System in Python

PyPI version PyPI downloads conda version version

Tests Coverage 100%

Python bindings for the H3 core library.

Installation

From PyPI:

pip install h3

From conda:

conda config --add channels conda-forge
conda install h3-py

Usage

>>> import h3
>>> lat, lng = 37.769377, -122.388903
>>> resolution = 9
>>> h3.latlng_to_cell(lat, lng, resolution)
'89283082e73ffff'

APIs

We provide multiple APIs in h3-py.

Example gallery

Browse a collection of example notebooks, and if you have examples or visualizations of your own, please feel free to contribute!

We also have an introductory walkthrough of the API.

Versioning

h3-py wraps the H3 core library, which is written in C. The C and Python projects each employ semantic versioning, where versions take the form X.Y.Z.

The h3-py version string is guaranteed to match the C library string in both major and minor numbers (X.Y), but may differ on the patch (Z) number. This convention provides users with information on breaking changes and feature additions, while providing downstream bindings (like this one!) with the versioning freedom to fix bugs.

Use h3.versions() to see the version numbers for both h3-py and the C library. For example,

>>> import h3
>>> h3.versions()
{'c': '4.1.0', 'python': '4.1.1'}

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

h3-4.5.0a3.tar.gz (180.8 kB view details)

Uploaded Source

Built Distributions

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

h3-4.5.0a3-cp314-cp314t-win_amd64.whl (919.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

h3-4.5.0a3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

h3-4.5.0a3-cp314-cp314t-macosx_11_0_arm64.whl (889.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

h3-4.5.0a3-cp314-cp314-win_arm64.whl (740.5 kB view details)

Uploaded CPython 3.14Windows ARM64

h3-4.5.0a3-cp314-cp314-win_amd64.whl (822.8 kB view details)

Uploaded CPython 3.14Windows x86-64

h3-4.5.0a3-cp314-cp314-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

h3-4.5.0a3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

h3-4.5.0a3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

h3-4.5.0a3-cp314-cp314-macosx_11_0_arm64.whl (847.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

h3-4.5.0a3-cp313-cp313-win_arm64.whl (718.3 kB view details)

Uploaded CPython 3.13Windows ARM64

h3-4.5.0a3-cp313-cp313-win_amd64.whl (803.4 kB view details)

Uploaded CPython 3.13Windows x86-64

h3-4.5.0a3-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

h3-4.5.0a3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

h3-4.5.0a3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

h3-4.5.0a3-cp313-cp313-macosx_11_0_arm64.whl (843.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

h3-4.5.0a3-cp312-cp312-win_arm64.whl (720.1 kB view details)

Uploaded CPython 3.12Windows ARM64

h3-4.5.0a3-cp312-cp312-win_amd64.whl (806.1 kB view details)

Uploaded CPython 3.12Windows x86-64

h3-4.5.0a3-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

h3-4.5.0a3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

h3-4.5.0a3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

h3-4.5.0a3-cp312-cp312-macosx_11_0_arm64.whl (848.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

h3-4.5.0a3-cp311-cp311-win_arm64.whl (715.9 kB view details)

Uploaded CPython 3.11Windows ARM64

h3-4.5.0a3-cp311-cp311-win_amd64.whl (815.9 kB view details)

Uploaded CPython 3.11Windows x86-64

h3-4.5.0a3-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

h3-4.5.0a3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

h3-4.5.0a3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

h3-4.5.0a3-cp311-cp311-macosx_11_0_arm64.whl (848.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

h3-4.5.0a3-cp310-cp310-win_amd64.whl (815.9 kB view details)

Uploaded CPython 3.10Windows x86-64

h3-4.5.0a3-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

h3-4.5.0a3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

h3-4.5.0a3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

h3-4.5.0a3-cp310-cp310-macosx_11_0_arm64.whl (851.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file h3-4.5.0a3.tar.gz.

File metadata

  • Download URL: h3-4.5.0a3.tar.gz
  • Upload date:
  • Size: 180.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3.tar.gz
Algorithm Hash digest
SHA256 a405ab7d7ca1b7c16d6bda74155745181d9c2576d26290ebbe9c97263711b5aa
MD5 2a1e5be34320142cdaeb78b0597209c2
BLAKE2b-256 31d7aa698d3a7cf8e7998a46de964dc6176b1353fbbc93e21a7e41a111b5026a

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 919.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6aeb0645777e47ac9c868fa16044e62df4c485b6192c9d5a50d7b9f8bf598d25
MD5 d807ddfd1fe21779f273457467eaeda7
BLAKE2b-256 972d19d2984e9a0bc2b1c982f89d6669c16dce84ca237992d6f849b3b0b5ec4c

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2248da9f0571ce7e0321253067ca74c0369060ccd828fe1904a6813f3d0915c0
MD5 d5c297232ab0d11a3a44ca94d28b2e50
BLAKE2b-256 586562eaa94128fa40dc0b7d96668a6e1f5477a7fc84b68381642d848d51c682

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5751bc0746c8dc4beaa780156ce906553fa3b7d636eb429eb6bf89975e6f78c3
MD5 0a2831600972df41957698cf6d101e2a
BLAKE2b-256 06c0ac912790aecf614fa61b40e1d2f50c94da35df96ecc61ffac41771a4c216

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 740.5 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 defe2b90ebf97ffa658dda26af994c59c6a25d1b6ede0775f6fb842206b77e6c
MD5 e270d62476b7e86c872a03dc7606a080
BLAKE2b-256 bc03f49c1da82a2655622d7dc1837e305339500b3bb5e68aa6f19b939f96f088

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 822.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1cbc99f3eaf0ae1941f388d3662b2b605d84ec3c0da1ab55d1221c03b66b4fb8
MD5 a5e6f91192d7161ee2a745885b23d425
BLAKE2b-256 682796c83795e8a28b2b195e32c9302caffdf66d2fbec23d24bd40a56ffa84df

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ae3df3ffb8b44c41089216427592bb6e65ca11171b35be6215c0f0112f8d50d
MD5 3e289f06db68286a38acd614cecf5b6a
BLAKE2b-256 b3fe57c3efbc88519045d612d75e5080802da1ed77916bbe976fea8c760566a4

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b59498b965ea2704c5d0066fa954cec16e4bfacc72ebf33f8c2c03493b8ec7f
MD5 441f466cbb80070d8fafff97b0745e40
BLAKE2b-256 efb7ca962c3d61535dbad8a96e948907b54e38833d0e2965163573f5c6c611f2

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1016c7c6331cfd73891f092b458146d1c30f6630c4fa06045d98f156bbd19eaf
MD5 7d6ac5d55bfbe5e1253b64806c02044f
BLAKE2b-256 ca109434e518bf2ad640bbb0137e862760b3b0b21f9f9349f2186fcac4b8cb66

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f26ebf3599fde4fefe52b9da4db94fec59ae21b0fcf576287c9a3029831f2ff
MD5 bce7cf6a6e3076654d22ecaba8b808d1
BLAKE2b-256 6034b3436b2e39ea1d1dcda82720e524f2930033147e701e663f689a2aa7ba8c

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 718.3 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ad4a9492718e956f2f86229568937e61149cb84b1aecec5afbc98229b5e59ee2
MD5 6c2331cc01c83ce6ef25798bc6edea3c
BLAKE2b-256 a7af206f1cb715ef23cd815e8bb01ecd300b8911c9f338cda8cd74a4830bf7c1

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 803.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8a4ca333b6c1483de8b8dc2edf05320507093f49d3984ada53dc8db06a6be72c
MD5 8f867bae81f7e7b9bc58bfb20bef472b
BLAKE2b-256 e52a5bd3ecae9c283e61de323316d5288a0abd0eb05a6c6326412399d467b34a

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01bb43fa7da8ca240ea2a5bee74ee5b5fb2e63b28d41115dbb2848bbccb2aeef
MD5 26309fedd497ca7f89dfc1761e924420
BLAKE2b-256 bb8f5c50a19d2ebb555bce5c0d57e4bd973e726ebafb45506be568e4767499ba

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b31921f6c75e07d5c387ec41f70e554b6b3e7cf541539793b2cf301c2f63ce5
MD5 80df236a5bcb6885e5e0ba2be8b6f099
BLAKE2b-256 56780cd03060208c6feb9d2ca869c11ca5f3e3460f2404944fdc80cadd038887

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e13444f8eb55160dd13a7ca7881b4bae734262905f52f10579f08fd916afd63
MD5 44e3062a9753e7837b437dbcee82dc09
BLAKE2b-256 074f75007e620aa7b1648ab0787ecbb5aaed33056f2734427be494bee11f3c65

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecf3df9a60f3825fc9a3c8b0b0f086fad6226210fafaa9101b01d48f7061cda6
MD5 39d9a2351ad1b925263e44742477fe2a
BLAKE2b-256 3313f72c2f352254f2ce6d21de070f7a049e541ddff575a5012fc1b7b5ab3288

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 720.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4621a53a7a769891d24f8d9394ca101419fef57cdfa4436f99bf3c35e6d4e8c4
MD5 91788b65a74a1718e3da01d8e0614b60
BLAKE2b-256 27fd38f81ced01004c7f175174ed9f09766c026c421051017a56ad475bb5e65a

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 806.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6604bef2e83738c81a7a25f72eb31d1de3b6ea9cde208fcf623ad0aabad0ae35
MD5 2e2d9c6fd81b05d5c6fe76240f489766
BLAKE2b-256 65f3acdf4552651ec3f5788a0ad645e8862ef633e1ecfdac297e4957ae9e9aa5

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d304ae9bd4ac880705fd9a4b30b3e6d3fb2ccb308eb0d23044f4f6c71b6ddc89
MD5 b64913394ff269158c022395bd76f9c0
BLAKE2b-256 dab7abddefd0847c50a59249340c56fa51f568afa2255482b4b1b33e5508299e

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e496691a3ea4c666dd520c942c22716925d54a2c9bcb2d8b6f3d8ef59e360da8
MD5 3c4f49e12dd2cd5ff3f20ecefbba03cd
BLAKE2b-256 61766c8f7f46d1c5bbd8c2dc93466945115fd713d64449489373b415800f315a

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b60cf5e2577f1373dae84d764cc7d6ffd8a9959b72b076df996bcc6f992a1119
MD5 0bd62d4e4c53c3b65596e4b2f3b92b8f
BLAKE2b-256 b6cdcb73509dea1adb9906356eba0d22a3a65d36578c6ab23278b5c4c1b21511

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49f183c8fe79060eac061a78f7eb8ef7a98d91443b43d080b68e2d5361ccefcf
MD5 6e4593563bba36c90137931dc6b447a6
BLAKE2b-256 b969f95674c754fd5e6bf387d8c8f9fc71ff125c1b9d89d82269b987dfc08668

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 715.9 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3a4bb8c5255467a5a703e8a4ff7e27e6f475bf3c6e97c888bb37d1fe78bac2e0
MD5 41673598325d92178cdb1f17174d898c
BLAKE2b-256 59ddbca717bd3e13b8192e35c3b100a8abf2a9da791ac0884582cad36d7c0c81

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 815.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e34c8f9473cf6cf92504a9443f27d11514dda709f8d3b363d3c6c6dc48fc57d6
MD5 12a3cd8cad2b8e4dfb3cf58641b6f565
BLAKE2b-256 04e48d5edfffa0950851655fe945d2e454839c984efb80ba4579550e67f826e3

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed45d4a2f4f7ee200988142789877392113c7d6fd3bfb63a1efaa96579a2e6d6
MD5 abb475456fac7514abb6644d9e54fe41
BLAKE2b-256 7f61f48d00de01783a334c4d2694af32148851871bb249c341be9f5e08d80bef

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c12a961e0a10e217ad79c91add09b4f438e16f079c42b01ed6566e04728c5456
MD5 ff8841ff9ab9dfcb77987b632f2eeda4
BLAKE2b-256 d5bb172d793aa25f62483e3e65c54eed216909cc0d059a6d81fe5522c425b659

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b90096558f4c8128030b2bc3006419f7c2282464acb7b692970b26ab26c9644
MD5 0aae28c84bfa21070b60364ee81e858d
BLAKE2b-256 dac4778907b83cc8c6caeb4db5074dca0c72844ae0406d0abb02b30059878e97

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36420d8562b00a079b4f30693ee75f50e3ede0ec69c1757626399bc786b12143
MD5 9c402e705eaf0033911b537f639ff705
BLAKE2b-256 b62cb9215358a8be2c53c3d34c9a1b1bca8ee59a44d8fd3f478900f7fe93f984

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: h3-4.5.0a3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 815.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0a3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 387f2a9f089eb4b34cf1b2e0762a7cb2aecfa928470e930aaa6aff4ba60d66d3
MD5 b3647702274b1761257e9dc30d00828a
BLAKE2b-256 65c3d46a45dd74dfbe1f5d0b1f1359abe78f9e478ca44dd3e226f44ff042f905

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c97d0ade08445ea082004cb44c0819ac241c563fc4306aa3b23a951923e385c
MD5 0489e04a491f9f79158e8443e5fbf63f
BLAKE2b-256 bfbc67779df2c580301b35d9d21c534cfa35c353a3cc9671cbfae82daaf2d521

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca9badd8232ab7b19b31c1395127b2fbe76db13528e89b914e9d8ea8737f4171
MD5 366e0121f1b110435245a1fc50f2e74c
BLAKE2b-256 5daa7f9484768a6abfcc92bef2dec3e86185c1d21be1926d3cfaa243dea28b03

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64cdf59ee5016b772d88f28315be536eb64dad7e8d6a81354a01037b4526b271
MD5 b56058eb9d6d5c2091732a95938198ec
BLAKE2b-256 9e9d06910fcb423746aa30abdcf87a7f19e9f78d733101501a869fedcc1920de

See more details on using hashes here.

File details

Details for the file h3-4.5.0a3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.5.0a3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a48ac4b850c40d15cd7fdd0daa48a3f1ce189421954380ad4e8361a0dd69c6c3
MD5 67765a6070a9127008272061bfb6368f
BLAKE2b-256 a9604a3f2575e74b54c4ad09f4660f2535a6f8a70380d44697cd5615af72c706

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