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


ANNOUNCEMENT: v4.0.0 beta released!

Install the latest beta version with pip install h3 --pre or with pip install 'h3==4.0.0b3'.
Feedback is welcome via Issues, Discussions, and Slack.


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': '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-4.0.0b5.tar.gz (134.1 kB view details)

Uploaded Source

Built Distributions

h3-4.0.0b5-cp312-cp312-win_amd64.whl (814.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

h3-4.0.0b5-cp312-cp312-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

h3-4.0.0b5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

h3-4.0.0b5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

h3-4.0.0b5-cp312-cp312-macosx_11_0_arm64.whl (843.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

h3-4.0.0b5-cp312-cp312-macosx_10_9_x86_64.whl (896.2 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

h3-4.0.0b5-cp311-cp311-win_amd64.whl (809.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

h3-4.0.0b5-cp311-cp311-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

h3-4.0.0b5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

h3-4.0.0b5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

h3-4.0.0b5-cp311-cp311-macosx_11_0_arm64.whl (840.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

h3-4.0.0b5-cp311-cp311-macosx_10_9_x86_64.whl (890.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

h3-4.0.0b5-cp310-cp310-win_amd64.whl (808.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

h3-4.0.0b5-cp310-cp310-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

h3-4.0.0b5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

h3-4.0.0b5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

h3-4.0.0b5-cp310-cp310-macosx_11_0_arm64.whl (840.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

h3-4.0.0b5-cp310-cp310-macosx_10_9_x86_64.whl (890.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

h3-4.0.0b5-cp39-cp39-win_amd64.whl (811.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

h3-4.0.0b5-cp39-cp39-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

h3-4.0.0b5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

h3-4.0.0b5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

h3-4.0.0b5-cp39-cp39-macosx_11_0_arm64.whl (843.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

h3-4.0.0b5-cp39-cp39-macosx_10_9_x86_64.whl (892.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

h3-4.0.0b5-cp38-cp38-win_amd64.whl (812.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

h3-4.0.0b5-cp38-cp38-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

h3-4.0.0b5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

h3-4.0.0b5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

h3-4.0.0b5-cp38-cp38-macosx_11_0_arm64.whl (843.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

h3-4.0.0b5-cp38-cp38-macosx_10_9_x86_64.whl (892.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

h3-4.0.0b5-cp37-cp37m-win_amd64.whl (809.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

h3-4.0.0b5-cp37-cp37m-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

h3-4.0.0b5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

h3-4.0.0b5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

h3-4.0.0b5-cp37-cp37m-macosx_10_9_x86_64.whl (888.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

h3-4.0.0b5-cp36-cp36m-win_amd64.whl (802.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

h3-4.0.0b5-cp36-cp36m-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

h3-4.0.0b5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

h3-4.0.0b5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

h3-4.0.0b5-cp36-cp36m-macosx_10_9_x86_64.whl (869.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file h3-4.0.0b5.tar.gz.

File metadata

  • Download URL: h3-4.0.0b5.tar.gz
  • Upload date:
  • Size: 134.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for h3-4.0.0b5.tar.gz
Algorithm Hash digest
SHA256 f194e1e4e88a7904ab4aef8835ba7e65839f1f1138bd349181a4d2784e4beb54
MD5 c8887dbe716947540d4c813831b90b4a
BLAKE2b-256 f7f9eb37209b9404b83417ac8042a00e0e8219661dc6d0540494c01a73378051

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: h3-4.0.0b5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 814.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for h3-4.0.0b5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 21fe5ec68a3784f96e8cea1b50800290be3ea441c3ce382427d91c08ae1b9807
MD5 9e358e1dda2d912be43ddfc8d5d288ae
BLAKE2b-256 957e5fac253f61436106f41be270a05c00e5bd466a9fb24d9b774938d3d3e2fe

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dd0407a022f01c3ee7be3b3513227d21dae4beafcb583018f545bef20f9f7c90
MD5 c8522d3163bee96c0f997e6306c4f3f0
BLAKE2b-256 bca7bec557f83c088eba78692f7a64f1b80299e2f289401bb4519700dd15bca1

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77cebeeb4a39ef471179e17e95f583861baeefb3514c651ee29ece58299225be
MD5 035fc4ba0a992494ec79cc5f5c0cda89
BLAKE2b-256 77bf684b2013783e9958616d372f664511cd442a73f1a9da1e4cecda47085880

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ebac3e8daf8f573f55ca196d7c08087ff543062bd9c30c60e9d7fdb5e7068cb
MD5 c75ab8b1b74948b8bf68b10867384add
BLAKE2b-256 81891a56499402c38e1c3828bf5910a78019a343db97f7ef9052afd60210b080

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15210d0c4f7691ac161f1bd3a111c6605f2005e8f395313ee91fad425551cbc5
MD5 6eeeef07d504a599c06c2923844dfd58
BLAKE2b-256 782f6f6eb6d5b13816bcfa0c7b5fde9a47eaaf1b807a46c88b0f3375b1b19f08

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7a015011cf21679440eba57eedc71d2880416fab734e5594ef49875ef83969b
MD5 b17181f32957065524316862c89e98df
BLAKE2b-256 b5500fb382085ab3575b13cf5e8db74d1543df6bc4599fa9df9c8aa2c6c80586

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: h3-4.0.0b5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 809.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for h3-4.0.0b5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6a5cedb8c4e2766c518cd8089d2c47285b4b55b36addd2260c9bf49b2e76b8a5
MD5 7f040b392b2a67d495002fc1bfafc256
BLAKE2b-256 589bad58054a6f55ccbd5415debaaead7019368938bdc5289dd3d462131a7981

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c02610496db3fee4fb754aebbbf8b09731afa39ba2fd0e26b5045940ef7b4cf3
MD5 eb6b442810ebb2444493681367fd7f3f
BLAKE2b-256 6f8e63554889e992471c3ef821765fea350bd6f2b9bc3248e33f6802969606c2

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acca06614c695e25c2d5ccc4c7eef684870530e926049665e0d0b0643c5621cd
MD5 5ad59b057b155bc708ec81a8986cca9f
BLAKE2b-256 f03f78504ab3bc5f0e79840ed678156211fa88f5363e882be6e10603a75b21fc

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6077817e0172b93c565c4d15b9680b661b1cca441b43d1c26c3ab20b6a49b603
MD5 104400b6291836661253b6d6957c5763
BLAKE2b-256 50b636fba7d4df7dfe0894dd51088709a81e3851fda1afadf40b959725151e09

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63a49476b737926c2e134b49666429e45972b81abcba9fd8e09a3f3bdd7f027f
MD5 f29fd07e7093fa4021a30375748720c8
BLAKE2b-256 06e639ea7ea96d4c3b6ff066bc0c0ce7a510dbe175634314532fc8fe69ddd622

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd61a6e8cc3310495189dfcab4713d2a45926d4af5ffd6bd525c6e4fa190eed1
MD5 3f210fc981b323e2e5c409a3a8794bab
BLAKE2b-256 033b8482366a7695b3459b56d18de4f920231109f8dc51028498cc29b5c95c10

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for h3-4.0.0b5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cff707ec83a60d430ba67eb99a27eb3285f98fdb219839bf08723711e60504d1
MD5 4da0b933cdda579c4ad21d76dd26f911
BLAKE2b-256 cea9738ac636a390acd7d6f09663d7631ad6344ca4943ef1ed13a58e63c08a3d

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2cc951bff1c31f873ab553b0a29f9679b33bf62f9254c7c3388f022b085f7afe
MD5 fc517c63b30cafe32cc5337807a2c8be
BLAKE2b-256 da66e7a52b5b75c2d83de679df129119d1d927878675ad4e85bbdb654690f99d

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92aed04bfd8d1188f37f5a2ea35d8a75742cc3ac5623e96879d968ddb5c34458
MD5 9e5913820211edd979ab3e7cdc051f05
BLAKE2b-256 d43569218b1b716cca0b0bb419d01abed3ae607a3933967276ed4d6100865e96

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96376862c3830da548e0f4b21fc46caf2fa2815412e3df673065da829f8fdfa0
MD5 77447c9ec4387966bbc5527900b4f49b
BLAKE2b-256 16c5fee63e9805e73d067115b9efb6634cc9bf20beb24eea20a91bbbc78bab94

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 113d64ddaa77135deed5358d9c5a1348d202da3eac9c3887ebe618c8ab3891ac
MD5 bcd2f72c4b67a06935902a0188cac5cb
BLAKE2b-256 49b239d788ee48de32d62c56715de0170089b5a68dc8512f8ba6c9045f22f0ac

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7f2faa1affac39f72151217e0b05db8c92cc889aa60156cc60ece0947954760
MD5 553752a1a4181b0116058ba3729a98cc
BLAKE2b-256 75179a80f6bb62445c313c34da64628841767ce323d2c594cac140ff3118dc9f

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for h3-4.0.0b5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1ff74c15bde588f98da9aa91106c88b3de3e9af3dbb6543b80db09cff9a815da
MD5 ebc632114630565a8523636f5f3c68ac
BLAKE2b-256 08d1ac673340c85a74c962c28d0b04b5179cb738a3aac6bcde2d4560852c4f5c

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1da967fff0c91664578de18831c9172aaceaf0c661b82fe55e0c809147e27e89
MD5 fb3ef2c13516fb5cb809e085bc3d700f
BLAKE2b-256 8d37a910ade38fb76c359632dccf6284c526b75a8e4036a3878d2a026078d7d7

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d4c67eb1c1d81627567010af73ac41f58a94217e4b66d413b3be6349993278c
MD5 aafedf74fafce33328c8d9ce5ab67dfd
BLAKE2b-256 0370ffd978c6f7951441b304778c44e6cb0aa991dd33b8aab597786513b7bab2

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 225b319ad9a3399296094b3dee026923a280adcca77e864144254e54a5d353bc
MD5 9592d67ffc497f751e0fbaa36110388e
BLAKE2b-256 291d14d4a535757dcdc39530b75faaa3c4c594617d955b1c582b6777de3dc0a6

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebbfb1138e0b9a6f4a5d3cb1aafd2070150b2146f5bd73cd46179d499e50ea32
MD5 846db5dae0e76b6aa603269b4e8fbefb
BLAKE2b-256 3b2c249df6531b7c3cdc52a28f0417df6d01687bb1ac465a83cbe51286abb985

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 86931ddbba5a34415b2e454580a3c9fddd0f51324b7c1b78f84d859f3868d673
MD5 4e0a7b2320865d60f2b8b26c8a0fa720
BLAKE2b-256 953af93315cb2633ada99e76fcc1df70ac015a64624ada42d1ad3af23ad1ef99

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for h3-4.0.0b5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 26c5fc34bb14417f22c67469cea72f8cd9a53e2ebfb4adaaedac6856830c7c2d
MD5 56c0bef53ced72fd7c744708767fc846
BLAKE2b-256 793ab97c62a808d9370c1845dd57a5e26f3666461636fef8d3d9643fdace8329

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 82714f9422d32f01b4b10d9fcb2bdc280cc1fb51b39725431e6d48becdfb3f98
MD5 c1ee24d350e3fe6e6be8a89e3182723e
BLAKE2b-256 6a77c0e0bbf92ba4e5e5bdc617ab8bd45805145c4e149c27b149482836b84092

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cfc8b9eb344f27b2738857ea99d4fc3e8bb57cf42c99e4ae5d32f560d331d92
MD5 c77d8d5e0d241ba351faf78020705a08
BLAKE2b-256 98153436d7ee6db7fb8ad4878ba0b5739c76fd2734c879523768d705f2ca50e6

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ef162efd813ec0e94fc9a2527583b291c71fb76cf4005ae955a4157f5bec8c0
MD5 0865e610bead0efc1d2e2f4de0dd73fe
BLAKE2b-256 398f9d6b2be8f7c4d4aec4945c96572c7aff8d0592bafd0dc6f87d8564ec1da1

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e195ef6562e0410dbbf27eb85a86dfb6afc4c38713ff10a5b3c3537407fb7acd
MD5 78b100b15364344c338d545c53f7a6fb
BLAKE2b-256 da333b8614e84ce88bb4153518be9d4a24c52c43ed2dcd5416ce38d1fdad7779

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4afb457550055317da0aae99fdc4387848f3c1e15280127ab075b98e42678d2
MD5 8c0ce46b4d51b1e8348fbf5532a62184
BLAKE2b-256 7dadf3340a04dfbe97c5278266088b4ce27f2042f5394bf541275e2623337dec

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp37-cp37m-win_amd64.whl.

File metadata

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

File hashes

Hashes for h3-4.0.0b5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9bb6e50b2ef209da76834d7b54506c26966d69779d2f36f49ab1e17374f832b8
MD5 3dbab96d5f7f36715ba4d4e67db1eedc
BLAKE2b-256 5c223aa218c3ea30f77bc8008075616bbb06743c1513d4caa6cc0f3d6457ac14

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 63be839ff0a8f20fc4b0b3ba306ffe663d5a798447b9720ac30c5b681172ffac
MD5 6f1cf53c3558bcf82a375f83f5badd10
BLAKE2b-256 7fcebf5bd5681d176f0843e8726bed169ede9753c901ae6837c96d8749346d86

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e56a52fd5a02eb582075841d325796e945e64bfc18f0fbe1a4cb11fc02192cc2
MD5 0f4f67c3e16a38bb9c4b393e8d0e6d36
BLAKE2b-256 3490c9595840b5e995be90fee60fd4c4c441f0f7a4a8d2984f67ae19c6c5936d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1e1f36ffb6f79ad41378131de5b2207e3c44b46b4f08587127f126cc5ab86d7
MD5 a04d7519a0f6734dc549463dc56c61b0
BLAKE2b-256 24e3bdd6d7e2c148494815a272de81f9f187e0d660459e4016c1d281be8d454b

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 02f100d207c59e148662cde32a6bffa6b9a468ea0847a7ac732eac04e6791cb9
MD5 3f9c4e457a79b28e5bbb65e84b37a792
BLAKE2b-256 b53c3cfdc5a3e9a097bd157098414cb25960062bbf613d365bdd62c2208aaf10

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp36-cp36m-win_amd64.whl.

File metadata

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

File hashes

Hashes for h3-4.0.0b5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 52c9bb190ddcc671f5fe7ca2ae14977543d1d7d0907a186697c9949b0ea0708c
MD5 dc5f04a6d6b9cb0d37be83fb5848724c
BLAKE2b-256 06dd497d02d7eeef46e9ce4417d444856e282451b1de29eb53d0c5645f2530d2

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cf44d994cfe55815c729485e30660f06109a0e2016306536674f8771f64a0185
MD5 b31b2d46e7c15a12dfe1497dca26824b
BLAKE2b-256 b39b8ab757bc4ae82863e9d99850036acfc96e12ac28e7b2f5139d7328e32453

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eee994fe40b9107f46d58eb6e11f049781652abd47d7da8c1660c5b91b36bcf
MD5 a1ca59ee93659b6d6f2e57bc6081785e
BLAKE2b-256 04391d0d58180ba62d18866013eb8553c2f70e69ccf36e0dc8161f7766727ecd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5f28f802b866cb3020f3e6bd6096037a451390bf5eeb7869c05618141575117
MD5 8dc94c1c77c0b43a3f7c75c85aa1e4ee
BLAKE2b-256 d4f2f00f0981973fea918896d140c1b0ffcd07b25d459b21c712206574edb642

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b5-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8249d358735e162215be3de454234514856543743418ad0e8d63a3af54f0460e
MD5 e0a438a71b55690f70bc850920e8f270
BLAKE2b-256 5abc9ebc11b10ea43ba6e10dc865a9a5418621466d45d6b7584d2eba563cbe4a

See more details on using hashes here.

Provenance

Supported by

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