Skip to main content

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 codecov

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.geo_to_h3(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': '3.6.3', 'python': '3.6.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-3.7.4.tar.gz (178.4 kB view details)

Uploaded Source

Built Distributions

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

h3-3.7.4-cp310-cp310-win_amd64.whl (849.5 kB view details)

Uploaded CPython 3.10Windows x86-64

h3-3.7.4-cp310-cp310-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

h3-3.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

h3-3.7.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

h3-3.7.4-cp310-cp310-macosx_11_0_arm64.whl (895.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

h3-3.7.4-cp310-cp310-macosx_10_9_x86_64.whl (952.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

h3-3.7.4-cp39-cp39-win_amd64.whl (848.7 kB view details)

Uploaded CPython 3.9Windows x86-64

h3-3.7.4-cp39-cp39-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

h3-3.7.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

h3-3.7.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

h3-3.7.4-cp39-cp39-macosx_11_0_arm64.whl (894.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

h3-3.7.4-cp39-cp39-macosx_10_9_x86_64.whl (952.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

h3-3.7.4-cp38-cp38-win_amd64.whl (848.3 kB view details)

Uploaded CPython 3.8Windows x86-64

h3-3.7.4-cp38-cp38-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

h3-3.7.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

h3-3.7.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

h3-3.7.4-cp38-cp38-macosx_11_0_arm64.whl (884.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

h3-3.7.4-cp38-cp38-macosx_10_9_x86_64.whl (940.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

h3-3.7.4-cp37-cp37m-win_amd64.whl (842.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

h3-3.7.4-cp37-cp37m-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

h3-3.7.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

h3-3.7.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

h3-3.7.4-cp37-cp37m-macosx_10_9_x86_64.whl (944.8 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

h3-3.7.4-cp36-cp36m-win_amd64.whl (842.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

h3-3.7.4-cp36-cp36m-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

h3-3.7.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

h3-3.7.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

h3-3.7.4-cp36-cp36m-macosx_10_9_x86_64.whl (943.9 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

h3-3.7.4-cp27-cp27mu-manylinux2010_x86_64.whl (1.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

h3-3.7.4-cp27-cp27m-manylinux2010_x86_64.whl (1.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

h3-3.7.4-cp27-cp27m-macosx_10_9_x86_64.whl (954.6 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: h3-3.7.4.tar.gz
  • Upload date:
  • Size: 178.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4.tar.gz
Algorithm Hash digest
SHA256 f8edf5a546b31afdcd801b60448ea890ce1ff418fb784335e1329519f13aa85e
MD5 db816fea63f136acc40a6117d8fb0804
BLAKE2b-256 e6b3e086cec24e4a8bc1b2e34913c0f079c4d43dcf089c76d090727ab70fc8ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 849.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ce86c6dce2c923bfb16e26586bc5f0443a8be61d4f43227be8587ccb95588a46
MD5 100db9c178fa2bee011326c801f3ef44
BLAKE2b-256 29535f631e6bd87c271c70e96772f8e2498437873f4b55e64b3704df848fbf10

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c1108a9acb755310dce50a6e3c58ae1a2460ef60901d40e1155d633c7392f858
MD5 720a90e7c7a08527a467b9380d84b0fd
BLAKE2b-256 7248eb682658b35e645523eebd87811d23cad7e08c7bdf4a0f35818db13d9f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83c2b0cd8259541f95b0493a620fb781b6a18c7c1e8fac1bda4fb234ae23ab43
MD5 e5b8f51357b1fd43ac752dd57ff070d4
BLAKE2b-256 58300403713332c48638941423b8159a676aeffbf9450ecb27ecc8ad58e2d6db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c5366d24c2c01ef3bae68547c15f1965fac6053b2596c0073766bf7544ecaf0
MD5 0a05b3c3d45c911ee55d60cf4ebdfb82
BLAKE2b-256 7cbbf4c22483d34480b5d6ba91f5926bc48f64e52183478a9de48a28e64f2606

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.4-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 895.0 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c644ab3f221c7faaab2d1ccd11bc3b1106f172e9bb1c85a863b0a097f6b71cce
MD5 649801a41b80c98fad8c276ee6eceb2e
BLAKE2b-256 ea7965801cd50ec56b4f72819dd84fd1c74b7bc7141ba67d94010b83305deb9a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-3.7.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2bf4d75fe42a260ac23bf4cb9f9de6e6f2aa37279b2719387711f3e0727c4653
MD5 d1817db53dc748d795f5827f9130751f
BLAKE2b-256 3a5980d6a69aeafda4943dc966fa43734dd9f0f6b30a9cd659bdf6f0b1ed3d29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 848.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 25f0c22f4802ab71c45b86d206bd30fa0a6c7fbc3b630398b60c22907e9742e6
MD5 6a4f2a288cea0c252caa936aa0706e3a
BLAKE2b-256 520005045f991be3655604b46ede28c246857e38276abb69c05236103f1f0923

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 62057c1c3d1c7fe492841e42fa360825d66fafd55ac37dc4e90b2292af21cb47
MD5 8c65e960dfac993219f23b2bcdf2f8f2
BLAKE2b-256 35e278e4c22459c3b9737029d4e7088dc9d184e2eb655e89da857848b2477482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1387166f453816f91d624c6ce70876a3c20356cd28a3a759920dee23c78684cf
MD5 643ff27c360cae68161269f2b7987d4d
BLAKE2b-256 4fa7648764b983cb002db304e741e9cb50db478274cc5d0085d165269618b28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8155b2de1938eb56128fe4fd96e4f6d2022d4c34d8137bc95d73cbf329f8f89e
MD5 85c3db94bad8f63a31bdbd28e508203b
BLAKE2b-256 dddd23c7a61237ccf492f184a547293b863a5d61a30c72e237298abfeff94acf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.4-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 894.9 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b0277d82578b3ed3220167ef5c5acd8b4e0ef2fcd6c2fd69dbf29e0c4e03765
MD5 8a1e2fcc9296323363b3497e25c4aa36
BLAKE2b-256 19ff2f993cbc916d6620630d1dcbb461059b14fc8eea269089f480cbac4d6704

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-3.7.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a33fae02a54c63acb3c30fe49388715d658d76d42858a6ad4563e7e6859a9e57
MD5 b8d7ab1ff78a5bf363afa2860a1c5f9f
BLAKE2b-256 c5973aef9e7af27a64e5e9cad89e20fd052a689bfaaeb2eea308ba97bb763b43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 848.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 38a084d74b234d48aafc01e4329cd9a92966e3f45b8cf21224118643b6eaa1c0
MD5 37ad81c049dbd684e479c587b5ed1ad4
BLAKE2b-256 6eeeac9b039f21dc29595ac4b505fb433a113b20bc7a6d3b304ce095cd4d5027

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a59d7d10597a2da9e9729637a625ae8dff2ed4e7c6c0b4952f0a5b2db6ef7152
MD5 986b13c5f1aa0864d227d8ab0c36f81c
BLAKE2b-256 5a09a117a7ea4025a95231cd7eb6b23cf31154ff0483234feb76e31505c494ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdd68e684f0c6e18604d46ee04dbcfe5c79de62238b2c29f1db0f3a5d8dfa47b
MD5 d5c76dd14c48c88e49c70044687e6b1e
BLAKE2b-256 f48fa779d5a97380cbaa3ae02b5e0df5234f1e53529042b87f82838d080d0430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 585f375ba2a95ceb16b115a378e9118159c912c26703cf1627f57a004818c3b3
MD5 6cd0e1558d0f53d4e20c99dbdca14e97
BLAKE2b-256 e5d23df6863b131564151d60008aac0dbb4e22d3db09b2102bbe2bfb2694ee1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.4-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 884.5 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46a1284521d86cab414981056390be944dca780fe74c6c9e463a16d1c8d24871
MD5 a68a1b577770197f83e10a544099ca84
BLAKE2b-256 35b282766d8b6377ee7305d235abad02488b0e77c744761c020fa855ed9b54ec

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-3.7.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b0ddfdd02920996d7c6672c91e83efb5432c67ff83f89a03f774e84bcfe19f8
MD5 bd35f7e6c1d6ded8d1a721d4de874d12
BLAKE2b-256 d571001f273ecedc0030ea9d6125d761c62e90ffd1df21492bb482f0047cd2ea

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: h3-3.7.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 842.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c95c0818c163b69989c9e876dd82005e60edfbaabfd45429abebfc26f9a357e8
MD5 edcfc92cf65cd4c80db1ef7c5a3a9eca
BLAKE2b-256 ff7a5a67c63dbec37bacc895b65a0a2b8664f257e7cd1b0ad65e929f52d89801

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 33b147ecc0e19ab1f27303d0e3ae28e5a457f3347ce18ca9a58b694a8b0cdd0a
MD5 141f207dff0d79a7326ec16cda404e46
BLAKE2b-256 a8538e8d322d89f796af24c394015b4350397130d9f07f133f997a78363f779d

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-3.7.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4469fdf90034b1a67e155cac4f46b077fdc404b6182ab33abcb7081c9bfbf411
MD5 e303393d06f9428178fcc2fee75c84c8
BLAKE2b-256 aa293741713eb655ae774f8e0dfbe262da78e6841d29a1d26dd968aacc6f430b

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-3.7.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08a09f7a43ed142573c602ef487a058da54ab4d86c173082b29a5057805fe2d3
MD5 44cde3dfaffad70ec6854e753ef626f9
BLAKE2b-256 acbe817b442d08839a2ffbb32095efd902187216858dc4b6cffe2083e9aa33cd

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 944.8 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d03622433da1a2761574311af378ff1ff841f5956db25927837c6aee9d1c13c
MD5 2ae9fbf8bae5f79a15aa633609210360
BLAKE2b-256 798abe956aaa9df5419d0c09efe0621f5d87b79682721e14b937a853e9fc6068

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: h3-3.7.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 842.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3b1642085939c597a9c723ae3b187f80527ffc79cad0ded0e55be9c9bac69c6c
MD5 b44054db80746dbb7b7b3e8cb290d94c
BLAKE2b-256 0d9391a0427c54b16c172a23c90c278c2d5059e7897a15c2f1e67a0cfb72098d

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2faf304020493c5ffede34264bd28ed529b8b7238103e0904c0f3e9ca880bcfd
MD5 3afc0e60b7a76b77c8166403bbad54e1
BLAKE2b-256 c99e0bdb5acdb964ef332a73aaf78879a238dae22fd8d30bca4c0449c36d4ed6

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-3.7.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a96ea1844182bd0511cdcdc89e38e3026d9a3d4139fd0c5e899709edd798ffa
MD5 34b55761f45e37ad629c2a0a72ba9a19
BLAKE2b-256 c3eeb18a979c3afb20d3c1b0b1fdbe6bc221de7db2056d0769377ee1f418fabb

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-3.7.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be63482de86bbb91db7f3f3b7dd452b9e08a11dacbda2088386831fb0e7de59c
MD5 f829f7916c5a855cf54b79620854e777
BLAKE2b-256 fedb2924886909dd4b3ef934410b36f65a01badd1d5a3688f75cb6d3bca2784f

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 943.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad21cfa8d97a62984ce30692a7ddf71a32a0c744cc247c43cbdbac1536aec4de
MD5 81451007ca4bee56b8a7badef44ab6e1
BLAKE2b-256 7b65bdde5b381f8f3afcc7c8b9977d571199600766e9c96aec5213e53cf6a197

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 68227df989274b0da54de9101a50741c70c48197ba3beacfb97c88170445c18e
MD5 956ab49c854ece1129d112f981cb659d
BLAKE2b-256 707223038b17c6edfd69913ed1fbce68b0feeb68e7b29957c42f7b2622367302

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 960cd005b8817314d95fbaff3e848a72385df4e3c6c9703ff99b08581c8def69
MD5 c36c6e3d37d1dbb146c8ec5dc1092410
BLAKE2b-256 2cab210a97658a12f3f8a1763177069626bd76f9b3ef39257b1c8e3bb868e069

See more details on using hashes here.

File details

Details for the file h3-3.7.4-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-3.7.4-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 954.6 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for h3-3.7.4-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e61d3c6b1b66072f5b74d46dbee7df29daac6ce9738b9a6223a67dc577114515
MD5 82cc28a92f6b046ea7b4b6aaa1019e72
BLAKE2b-256 30b3724a15a60e5473ef24847ab32c7bb31cbc0ea31b6ed32ee1a74a580c14d4

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