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.3.0.tar.gz (167.8 kB view details)

Uploaded Source

Built Distributions

h3-4.3.0-cp313-cp313-win_amd64.whl (781.4 kB view details)

Uploaded CPython 3.13Windows x86-64

h3-4.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

h3-4.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (965.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

h3-4.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (919.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

h3-4.3.0-cp313-cp313-macosx_11_0_arm64.whl (792.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

h3-4.3.0-cp313-cp313-macosx_10_13_x86_64.whl (858.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

h3-4.3.0-cp312-cp312-win_amd64.whl (785.1 kB view details)

Uploaded CPython 3.12Windows x86-64

h3-4.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

h3-4.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (968.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

h3-4.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (925.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

h3-4.3.0-cp312-cp312-macosx_11_0_arm64.whl (798.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

h3-4.3.0-cp312-cp312-macosx_10_13_x86_64.whl (865.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

h3-4.3.0-cp311-cp311-win_amd64.whl (781.2 kB view details)

Uploaded CPython 3.11Windows x86-64

h3-4.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

h3-4.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (985.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

h3-4.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (945.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

h3-4.3.0-cp311-cp311-macosx_11_0_arm64.whl (800.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

h3-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl (859.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

h3-4.3.0-cp310-cp310-win_amd64.whl (780.4 kB view details)

Uploaded CPython 3.10Windows x86-64

h3-4.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

h3-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (985.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

h3-4.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (944.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

h3-4.3.0-cp310-cp310-macosx_11_0_arm64.whl (802.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

h3-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl (859.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

h3-4.3.0-cp39-cp39-win_amd64.whl (784.3 kB view details)

Uploaded CPython 3.9Windows x86-64

h3-4.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

h3-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (989.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

h3-4.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (948.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

h3-4.3.0-cp39-cp39-macosx_11_0_arm64.whl (806.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

h3-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl (863.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

h3-4.3.0-cp38-cp38-win_amd64.whl (788.3 kB view details)

Uploaded CPython 3.8Windows x86-64

h3-4.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

h3-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (996.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

h3-4.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (955.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

h3-4.3.0-cp38-cp38-macosx_11_0_arm64.whl (814.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

h3-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl (872.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file h3-4.3.0.tar.gz.

File metadata

  • Download URL: h3-4.3.0.tar.gz
  • Upload date:
  • Size: 167.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0.tar.gz
Algorithm Hash digest
SHA256 b9d35dfa97e7f4b4c9c9f1564f22a44565694ac1ca96469a08170869e7d0ce0a
MD5 ab17267776bb4e46c62bb5404d563821
BLAKE2b-256 320dea8cee946cf07ad116f7c484e2f8e0bcb5c7509f7eccd594902bca95a979

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: h3-4.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 781.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 02df69a61c59d06b8516c85d9cf4f6bb2efc8e8b526000ac46b16328540d0952
MD5 ca215258bfe2a889d13e4ba38d245b07
BLAKE2b-256 254208b74adfde7a314d22453e6cc70855a2efc05f07dc9a43a94208aeb26d13

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e46ac17a7dc520ba7e5b5698bf39f3123e68e2c834398711a93a42ab3ec46d60
MD5 450125d34c995985072760089225d609
BLAKE2b-256 59bb2d43980a0d265335dc6cb6f771b5ce680ee89b489337d29a221edacf03e0

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fe4c11a1b512ef64cc155c84977fa41bdc8f059d0db3c411da854805b08ad59
MD5 9a2ad1b04f3c3bca1edc4dfe4b3a82ef
BLAKE2b-256 09163b6fc7f59c5965b4318b6d0b797fda9940cfe5473fd567a6607de6ec8aba

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c61761f524d7b42872f085dfcafc6466b7ff2ef0fc4c4626b336448e8fffca3a
MD5 2ad13ca6f7fe94f0af160c2629a91f62
BLAKE2b-256 3d2e2d2c5ed975f108fc5cf95f2590d5f12423c20a34f47b0b55c1d9fc2f7b2a

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: h3-4.3.0-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 792.5 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 902e92c06bb2c08a6a551d5ca6a69a5deae2a9802263ae54455a803c3fb1766c
MD5 b1a8653f31ccaeccafb81738317ecd74
BLAKE2b-256 c092e75ad4fb321e6e4ac6e2e25259b9377aa2950e3a3c5a4e644aecca3ea61d

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp313-cp313-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 858.1 kB
  • Tags: CPython 3.13, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ee2d2ab17c10172b265876b4655094c530251cae24f03cf0d2f339aca5ee603f
MD5 f723309cc1c00bd5c5b209af77eaa326
BLAKE2b-256 65dbcb1aff97ec5a6156753cbeb4bab36e582a4b4b86b742db8b4d580d3cd3d5

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: h3-4.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 785.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 24ad4e247388bb7f5afece4fb5f901b1168c4b2f0417b3459bae5c4939939327
MD5 956651acb7a6b38389c00fac8fab19f4
BLAKE2b-256 0fd9afd3230e9a3c1534df138db5e2cba3f67743aeb8f1349d41008e1eee48b8

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6409d7d9c7c3a888359c5012aa7eedfe909da230e0f109d6a80ab973c0a2bf73
MD5 7d94e74bf3e746958a0ccf68368eafb4
BLAKE2b-256 394b35b06ec47556a175c01b67e00264a2f0e32d310d447d0500282dffa59ed7

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8a7d63ee5213f43dea80b79821fa7e07d9377260bc352201cac5c954017ea99
MD5 a0946f1f811c1baf34bdf8f758de7052
BLAKE2b-256 e67fcab66f692dd3c8e26ee59626b2683894d40c15d7bda26d152dff7c4ebd0c

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69ceab01438558ab2b5a90a2a30cf9e1627a4a8b6923ad8ec51a9e2dfa2ad0e8
MD5 0e8a06487e53f8be4c6c2a98095f1c96
BLAKE2b-256 dd8691ce659e92940145c775c4b0af92377834318d104984b3d3d3565a61bed8

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: h3-4.3.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 798.5 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6adba5b249792d8f01abd9e410439a2912a4e900073cfcc2d32297f2ec803db0
MD5 b5cec779127ee7c837a11753dff87af8
BLAKE2b-256 2967780c144c159f29752890fd8bf1c0f2bc77d976387cefa62cfed855dab27e

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp312-cp312-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 865.5 kB
  • Tags: CPython 3.12, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a647d9635633ca243d8c24c990a9e37e3b294781fd6a47a0f5dfe9a1dec0dd13
MD5 ab43493d268e667bf69a568875227ebc
BLAKE2b-256 fcf3ae5cc2f0e92e3829efbc394a553974b5e4d40d80b92707ddca3e74bac600

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: h3-4.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 781.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a9c18bec33c300485452f3ed46a5165d27b186cfb15ee36fb7252228483c84b9
MD5 fd37d889332f527b1ea8b56dc0badd9e
BLAKE2b-256 ddaac8c4ccc5788b858e101d90f73b664095b3e0dec7039a56773c5396228317

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f6b8432a104dacf21a2a06bb5dd60e2b63375b544d4964d7e4980543d8285da
MD5 f0704a8411199963591fa81703368770
BLAKE2b-256 3ca33b67fce68519c9021a4b8f34a33d1e68d8e34a7758aa9e79e78612c3f07c

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56862fa893903b966840a4aff27e19be2ee62b80e7e67d93dbd805ab719195bc
MD5 3a75eca10960f55191325f19333f8af7
BLAKE2b-256 1c838cb9838fffcc120d9713a5959e0baf79c335ec50ce23b3a267060b44bda7

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f870c0c90fd6657b51d8b1501142e9bee0787437be9486251a0e86e2d1513c1
MD5 16a7656788e8a523b933cb486d19f2af
BLAKE2b-256 c7bca086d336ff93bfd826f803ceded190a8f9805e72f59ab7e078ccb3f9042b

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: h3-4.3.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 800.9 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69dc186712c6adeb500b1aaec875493c742fbddb7b9b40d02016769a991732d1
MD5 8d50700c82b73be300ae7b53c56dc44f
BLAKE2b-256 1abac2c70c17c50ff0510d346a1853d7c64f843a94fdc86e8c6a465d5a763ead

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 859.1 kB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 689cb238becb5f5af3631934e54cb8c7782c60af8fa9daf7e2cd972235b88c6a
MD5 dc478d8d4090dac01af52bfcb1ac3df3
BLAKE2b-256 3df8fd7c6b0a25b643d43cc330f9b458850753df502cf6fdd19433394f5df93d

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: h3-4.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 780.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 67c82019afb5b0b214f50502a141bdb4e9b72dfffe5ed63fdd7630119edee123
MD5 7840d8c718467c618c9c857012348019
BLAKE2b-256 9f66337e40000ac56cf0257bba7a06cfd73b501b7bc108b2cfa248d5efcbfbad

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7de13e47ea3e3a3fc06c50def371050227ecfb1ccf0c8923c2b8bd8acba27355
MD5 8feda3e844752df93077c9a9184a35b4
BLAKE2b-256 d758e3494fffaed455de207e7b356e4c732151df5d519f8485d181d6910b1e76

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e5d2180c1391db507473a6877c2df036de396d88212e90d7d0f6c73b33901d3
MD5 4301f3fa579379ea216a0b8642587fb4
BLAKE2b-256 534d4915d7b49492e4875ec3349a394e5d66af0426ae4a5846e5bee9f5b43f47

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67c3a8d883b7b233b30a372f85434f48cba3b42b926598a835a73512a0a3d958
MD5 879aab04894e30fa8f40777985db9de3
BLAKE2b-256 77b3fe6495b294fea9419eda078ca1f9d32565e966c74023db660e8e38e272a0

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: h3-4.3.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 802.3 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d45005bb56a9d70ab420bda6096c579e4246038f8b0553394b2b82aa474f2d1c
MD5 c65cd53dc03bbc7cb23cf643ba175482
BLAKE2b-256 a90be10f56711e852bab7ef1872af9273ae26bef0fa8d3a4ae1faeebd58adc9b

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 859.2 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15bf255188d5fdd4b33cd24ed3952fbf8161575a42dcba2730a4530ef0f057fa
MD5 8f138165a9c7017ed55f8bd3142bc327
BLAKE2b-256 88914e2148c3f0726234d91df4651c31c2c236256cfd32ba988c7cca654baed1

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: h3-4.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 784.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 23ee690ab45f95997fa20674937eb2d49018395c272ad63373d0f2cc31925094
MD5 df6c4747595afe3dfb1de48e20c851a8
BLAKE2b-256 f31afa9debc3e104f5439ed98b88565ea8baaa2be98abcf3d71937a42047a9e6

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 019f47d5d3bd174b1714ba4c2560783c2a81be98b6a37b130a52e6f00c2aea37
MD5 a68d6217472f43b969e6021b3f489a95
BLAKE2b-256 e78abec64b992da78ced30c7723117baf895df610c7edd44f680c58f57fbeaac

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5d19bdb1d592fa01aaeb6a469050c621eea6d82ffb99f095b5502f483151b70
MD5 88cd1e67d4687ce1feec6228952bbc16
BLAKE2b-256 8f4623cbb5a13dd73bf0f6e87918c3b3551f62064fdcf4367256ff528a2f5216

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e42d6efec68363943dd062e228f2d77b288041870679ffd08eb37813e9694c96
MD5 5b73bc413bc18956476e02fd7a7f9d32
BLAKE2b-256 e4481c5a955a22b170ab4dc4bb769388bcc3911e6f39b9c7367964fc4a44a970

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: h3-4.3.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 806.2 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c961be621a7a14a6fcc2a71c5c4e6b4cf0865781d29e000048a4a5ceb8734ff2
MD5 2729e55dc7d6ee38963fbfd2a358d72d
BLAKE2b-256 3516cbce1c32f0e95fff76776be62e41e03b8a47af459b3425c50770864829d8

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 863.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6f22ce0f63b1bae098e7258321d51ea268b4cb9f8b4db0be68042b5158e1433b
MD5 bffbc2c2d135758211e72bd463512a35
BLAKE2b-256 f1f07f75180aac7e0b6a9a917654f68a7db71fb7fd61207f66e94c5b1741d5fd

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: h3-4.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 788.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0963d760b9b067cffbebab3c8514214bdbc18eb66c6292092ca6439fbed25b2b
MD5 0284cdcd109119adf1ba771fdc4719b5
BLAKE2b-256 1b8ee5df2ee6c69a840508b26956f2dc2fec5d064b6a34d0c1de9864fc374df2

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbaa311260ed1497f6ff97ec8c582fcfb8fbfd90a4156d3d4831d964f0431702
MD5 f8484976330e63a6d9c7a48a7147e04f
BLAKE2b-256 cccce531f6d84cb2dc1987bfc498c333de5d4b3fefa2ff65a61b871c6f6a5c9e

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81ce3b1caeb510618332853a75d6aba5a259f4cf03f9e681c726063915b90d14
MD5 103d8c230944ddea8767008f6e0ffdad
BLAKE2b-256 62743581f4faf6f40bd20d420847a2ecc7e8bd70b5322ebe49f94e32733207a1

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 309bed3271bb7dc5ed32b073dd0a3fda56f4985cf7c4ec2b33d0621ce4357e16
MD5 199ec9df9f5cc26a7cb1ba4a120607de
BLAKE2b-256 7bdb8953df68419889e48178ee1a7d9345b4180a5920c3c220add1ca3d4e038e

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: h3-4.3.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 814.1 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2edcae634d23535827e16bf16282646eacacd911f1735aacee381ff717d8a5e9
MD5 2946de4ee88fe0ecd6e34c1ca3f795fe
BLAKE2b-256 c145e495c8537e211c08e2f9942337a95b2e8339bfb08cbb823a50c979c1bb5c

See more details on using hashes here.

File details

Details for the file h3-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 872.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.11

File hashes

Hashes for h3-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b75f40700466cf5ac82509cccb3c66404b586ee9ddf97168f4550e02504edfa1
MD5 010d8d0b109e49c96ebd03f86005ad88
BLAKE2b-256 db007bac3e3a1cca4e44f4a463efb75ffb61054e1e1d208500356ab076853bb8

See more details on using hashes here.

Supported by

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