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.0b4.tar.gz (133.8 kB view details)

Uploaded Source

Built Distributions

h3-4.0.0b4-cp312-cp312-win_amd64.whl (813.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

h3-4.0.0b4-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.0b4-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.0b4-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.0b4-cp312-cp312-macosx_11_0_arm64.whl (852.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

h3-4.0.0b4-cp312-cp312-macosx_10_9_x86_64.whl (900.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

h3-4.0.0b4-cp311-cp311-win_amd64.whl (808.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

h3-4.0.0b4-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.0b4-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.0b4-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.0b4-cp311-cp311-macosx_11_0_arm64.whl (847.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

h3-4.0.0b4-cp311-cp311-macosx_10_9_x86_64.whl (892.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

h3-4.0.0b4-cp310-cp310-win_amd64.whl (808.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

h3-4.0.0b4-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.0b4-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.0b4-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.0b4-cp310-cp310-macosx_11_0_arm64.whl (848.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

h3-4.0.0b4-cp310-cp310-macosx_10_9_x86_64.whl (894.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

h3-4.0.0b4-cp39-cp39-win_amd64.whl (810.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

h3-4.0.0b4-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.0b4-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.0b4-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.0b4-cp39-cp39-macosx_11_0_arm64.whl (851.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

h3-4.0.0b4-cp39-cp39-macosx_10_9_x86_64.whl (897.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

h3-4.0.0b4-cp38-cp38-win_amd64.whl (811.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

h3-4.0.0b4-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.0b4-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.0b4-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.0b4-cp38-cp38-macosx_11_0_arm64.whl (849.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

h3-4.0.0b4-cp38-cp38-macosx_10_9_x86_64.whl (895.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

h3-4.0.0b4-cp37-cp37m-win_amd64.whl (809.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

h3-4.0.0b4-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.0b4-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.0b4-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.0b4-cp37-cp37m-macosx_10_9_x86_64.whl (896.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

h3-4.0.0b4-cp36-cp36m-win_amd64.whl (802.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

h3-4.0.0b4-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.0b4-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.0b4-cp36-cp36m-macosx_10_9_x86_64.whl (879.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: h3-4.0.0b4.tar.gz
  • Upload date:
  • Size: 133.8 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.0b4.tar.gz
Algorithm Hash digest
SHA256 86ad00e7ce7c898524e968389e22d2d3747ed471719f4a8682f467d851389146
MD5 888c2f936d21530e8ebfc3670f12a54b
BLAKE2b-256 f497a0ce599581805e17f42f2d3cf20011f0b7ab9c995e47eb08e374a305770d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 813.5 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.0b4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c53e5ce67d3370584880307b6d612b3c601bbbeb00adbf31a770760d89f6979c
MD5 ffbc2bf1ef51459115186ce90f539eac
BLAKE2b-256 7cc351ee3f61f5cdb95106858f6add1ca589a3455b5cc8315d8e6d273b6042f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 810b7ce1c63608dffbae933c66f05d67a69e0b8946efe19c594f64d58afad78f
MD5 a0cbf03839bef5cbd095f57367abbfa0
BLAKE2b-256 e6b2dca09e9fac659bca50a1688749ba95868604c454d8f08a5ce1a16f731a00

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c32987fb591b3b884587b805ad2db3ad327abee4b4bfa84cb47784a02fb3849
MD5 f0f7e33dce377d51a8a204c813d4ef49
BLAKE2b-256 46fdc2f9fdcf995f9491a134556c62349eb10757658062a7ae4f44d8f1e1e305

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16bf02985c5c5afbb8b09a6f6e2d06a1182ae683e64cf221066a5646f3182a82
MD5 4612fc60787def44f10fb637f7f096e3
BLAKE2b-256 258e0ef5d2e7bc2d1eedc42cf31f85a30e1a1d7d0cfd55a7ed5b51c10a23581c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3184158d4449f6c9c2b0caa76b4a6a029bd8ee66f48df5d375e6a93be6eaff1
MD5 6313fcb0438e807b26eecd587d3586c3
BLAKE2b-256 13d4698ceec1261781b490ce8b9224da0a62a9af89928ded16e433b469e81a7e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3c721423f0685b3abf61cee89de1b9bae2469606c8e2a2f221769f4e46e8888
MD5 ece4489b8262c3701d1f5866959276f1
BLAKE2b-256 df2f903961001139272cce3c85ffb5890a41c793d39f4f9d8aa30d7d91fbe2b3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 808.6 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.0b4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 75804e916ccc730291f0e6b8530fc5f9d5f88b64edfbdf34f513eedc9dcffbaf
MD5 73d5c369b3e17da54b9598fdba0d55f8
BLAKE2b-256 9ecbe419d1e8615add9390c57604b74530f31232f2478261acd5b3fa8fe8ffe8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 45ef757f877b250a68e9f642fa777da416f97b1ad124ca016d5029bc5d65cfba
MD5 7495922b36763faf7f5c88e9c15dc02f
BLAKE2b-256 1f0dd263b420e9bf756cdc386290b0e445575b4a87ffa65778075477b25f6828

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fee5257e9570ffb247b39474f7f23d88196a364673e1b6c985c8c6cd514def5
MD5 627611d95b478f84313ce8e04a91f25d
BLAKE2b-256 90644408dfcfce4aa301e9497e862214dee182d7eff07bb31ae9061f4a66a790

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ebe748e8d2b14f17c592a0723beabc71015a0c135a69c556c12676d5ca3ffc9e
MD5 332d6d812860e2fdbe8b7e021cd52e85
BLAKE2b-256 6356d42c02abdcf73bbd6b99f40d5e90f6425ac4736c1bde78b2c12df22fc049

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70f26a6350c983ce481a599afd29728e43ddcb0c4ac7aa8a8b281406984d1fef
MD5 1f1a6feae2c572c63e186002e4238c56
BLAKE2b-256 1edab1abe1b6bfa2bf7f985dde885322615da7e8973ce932a7f5d25dfbd7f080

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2cb6f3ccfe7d59d053ddfac3e507583b43b9a413c144245c2a1277b5055ab7c2
MD5 4579955e7b18f74a0b7afb9c0e2e8a4a
BLAKE2b-256 77edae4c05f385bd92b12c8bd757b73a87ba7cbb2c16e9c6959f4252f2150fcc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 808.4 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.0b4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f39992ab4ab50798082f6e6ab3401fb70a81bbac1898e3557f7f116554cdbd4
MD5 8d401f75a8057743dc9789bddcf1f3ed
BLAKE2b-256 52761b61d31a0540a03ec5a07a8b416199737922eebd06fa28760b7f5ab64926

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b166e5ee94658be41afffcdf294c9e9f365c7d25d9b09406a51b65a731481b09
MD5 741f9edf8ebffc474e2d59a3d0541e27
BLAKE2b-256 47b11157d0c6b4cb1751755567574ff346c66c54340c9cece58dc18bc436b20b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c422bab0c46e291e5e731bb5a35837fec137f82a8512d790dd1ec8da014f624f
MD5 146c5b0d165e40a098ff89a71149edc1
BLAKE2b-256 7ca9daae5d305d791dbd20376556b3557029e2e7ce42953dbf3bede2a264d202

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9547b6ba74cad3e43785f360cb360fdc5ca40d72dcc0f2b927c0f96f2500d044
MD5 21a11457d4a35f066897186074217837
BLAKE2b-256 4a48ab9c2d1bdb3a766a61e98e4d79c1dd6a8995f0f357ab14af9ae89184b504

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d23874715f87384830c9c75a77225bd4f8bed76ada02f3c11e270bde80a4365c
MD5 0f53be2aa8f372f6ffafe0d17de13a52
BLAKE2b-256 e7086367c8c20a7d3ff97e4964789a93c0daf3cfacd0b72e2d803e0f08eab2bf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7aa3531c1d5db7d3426fe8fe9735cab0e2630928e2f485ceea151b8c85991bf
MD5 84c427cfd82b5d587ee5dee8fe6ebf24
BLAKE2b-256 d814e2a94708f3937c0a4a1edb53882c6492fc5429dbd29482826e51e082eb11

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 810.9 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.0b4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 13f83467c77d9baffb2f7bb5acebc880c21cd3dd587341d64d26da16b4c21caf
MD5 c707a27ad583139696f4de915a52b3b2
BLAKE2b-256 b04dfb0a42a2dbcdb74d0797b1cd17f63d6869918938f668029e86b7f837bddb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 700ba4f0a7c064ccebdd053cd73d5ea8f989b1fd4e0a12b163cf531fa2c3a59c
MD5 91ff69e8b9554f1a5ccbfee023c220b7
BLAKE2b-256 dc5f3ce41e871d89a75d8b2360c7fb2f99026f317952c8a7772ed3d51b387dfc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d85e2f37674847ce7fde4cd0e025e0031df10785165a81c0f79739bcaa394dde
MD5 da8e24a2bd8bf6aaa89807030966bff4
BLAKE2b-256 4825978ad195298820b9ee3754481f81f82e90deb41c3a8fa817c2a397055873

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a90b120b13b4f06e5a788805419b6fd593d6cc4074d1f17ccf1bce2d4ee10404
MD5 bd236f729918d750380b912045254146
BLAKE2b-256 4ce6c0b129db87540d3cba7033e95e0287d424f20f6d58a05413a5bfea01d988

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6582e90622675abd19a85de00611271fab9597bdb078b88792fe7af7d0fc8854
MD5 ca8d1204f81119c23e4642aade2db603
BLAKE2b-256 11c3055749afcfae77615a30671c3a10f70fd9a3b2c7798cc8dba74566ba91f8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31a2233139fa1b31f2643696991a601723d7764aa7462579676d4d094c09f816
MD5 ea37e888fbf26c2dc8a60c1732e55fff
BLAKE2b-256 c89288c86b9c6edb9af79afd44b8fed0b62db0f10c1785484559d4117a4716b5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 811.6 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.0b4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 23f5a17d86c0b429bcd6aa5bda7e4c669d59b494cb97684ef64c6ffe8f7bcdd4
MD5 7926b216b80bdb02b3fe3623c55f7500
BLAKE2b-256 17c4dd100c99196708ef98047444bebcebccd42dd97aae40750f8d5e1496ef8f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0a2a707c4b21880805e5967bd5f408d9a1399c08a2dd981ce7f4fd5c18904e3
MD5 a48b244de4250707e3af4edab8de63d3
BLAKE2b-256 ae53855274650cedb699fa2af3ced3244373b9080b052b9c3e0048dca36c6911

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3091108adf735832c66bc0f228c5c00595c1e5b4924dd00724acd7a4f0545e20
MD5 7faa54970ac7f187978a1dec1e081e2c
BLAKE2b-256 ad0419b4357c9e88d361a89f9bba35716c57e38b9c66643776e3bb6309a4bc0a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d1b7cef63e23ecd45eae36eec9d877b189bff7bc875de844b2e5fe054fa92cb
MD5 e3910d70336b370af4ee9908db28d2cd
BLAKE2b-256 0dca7022b98c09868813c1d4476823adbef02fc64899906d4a471e0cfd850f95

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2475f2f8becf64d1dcd794786fd5ad43b14ce4866647d39a6e3630f08c5044e0
MD5 d5bd663fa2cbfd9f7448ac2751e1e83b
BLAKE2b-256 530d088b83c7ddcf8966757b9d5661e7f07a6defc067213e3571dce3c1cd1b4f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 461b30ab51b97694c277ce9da4f9ac5455d35d199e99a0c5f2dd4885345cae27
MD5 8d22cc74236ead7f33d0fcb5cd880bdd
BLAKE2b-256 d1019ae0c478c6a0be45e2390f995105bd5db0edd2413f2a93d9d3801a068f28

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 809.3 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.0b4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7bbf6520bca5ccddff2ebb0776d0092e425cfb1ec63e02d87018a8addc91d46c
MD5 e0b6390e2eccdeadb8a951661beceb19
BLAKE2b-256 bcbd98501e972f20004861ef07e1c0a28a4cf8b0ee723e2717e639b4bfc51274

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 426e2e0f33ccffc7a411f047c99b6bc664ab3fd7630f74524f872dd890cc9e07
MD5 aba765c4c76f095ba5f56044ddcc97bd
BLAKE2b-256 3b20b9016eddd801dbf3157053b25606a462ca2b2a417012d15462b913918f5a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b00cc29e5918c20fede795af187c8183cc49330f36ea573760c5debb9bd6816
MD5 c36595b770e3bf80fe1fa5791a2e44f0
BLAKE2b-256 a393e7de6de663d48080027255c5d6326777141ad42e5916a614452fef3f1549

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85c41082e82c14f91461263ef54b1fa39edf9e2e9ac3699522f96b1f90dd30eb
MD5 9b7341653d11bbe78ec70d4689223532
BLAKE2b-256 bc9c5c33c2bfd0f4f486f1227c65fc9bc950cac7b4bbbfe8d574e8067890017d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 323cc447c0897b4fcd9b77768c20049b42bffab60e37e580fd632df71dba0214
MD5 4164ca56c6ea5c33de97bf4bcae994cb
BLAKE2b-256 b9a039a47809e96e25bd57469dae667b146dc3ff8db14c0d802c27a8b98e07c2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 802.0 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.0b4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f59432a52fad28ead3f5ca25c7555302002f7e0df2685977b4bcef654318e484
MD5 4f750eceb840679d229b93dfb3d6e4af
BLAKE2b-256 a5297d53fbe12d5bbbb3b07b9cd70d008eb876396eb367475206b077ab101fa6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6d54023cac5866f3de39c632425fa9fde7e6f73fc727bbe75a8b013110ec4919
MD5 b666d6a8d3e1a7c673de26a9e5668740
BLAKE2b-256 386ae3fc1fa23e650894f6f885b44a0db44e0ffc01d4c3b349b4160e94240c3a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c664b476410b288393276e63264365899fba21015f68fd389167349da330976
MD5 9323d06196a42e1b70815f59effed2a8
BLAKE2b-256 51199ff97b99497b4fc805f5c92272d36c0e3a800f2dde68dceb062399e34a61

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2741fdff0b1906001bbc5a29b1992c72399fdefcc017b4be722b58d4ff30fd75
MD5 88a341caaa6109c6d9a6e1f468230e7e
BLAKE2b-256 8bea6d07c453ccd56d2221203e00597b13e45cf5d97f8b2400882680bc0eb9db

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