Skip to main content

Uber's hierarchical hexagonal geospatial indexing system

Project description

H3 Logo

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

PyPI version PyPI downloads conda version version

Tests Coverage 100%

Python bindings for the H3 core library.

Installation

From PyPI:

pip install h3

From conda:

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

Usage

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

APIs

We provide multiple APIs in h3-py.

Example gallery

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

We also have an introductory walkthrough of the API.

Versioning

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

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

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

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

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14tWindows x86-64

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

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

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

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

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

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

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

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

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

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

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

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

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

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

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

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

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0.tar.gz
Algorithm Hash digest
SHA256 a1e279a1674fc799445c710e35bc4b1b388a406c881d8b5e59a9b8bebeb5bb43
MD5 f46d4110a380814d77324d8e0751935b
BLAKE2b-256 2d1c12f1e2842d6493de4dd8244538c30a556712e9a6b25c5151a0e0e522a67e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3d3d8917adbc2f81a1b766f643f66857581617d03a73eab89bacf0935cb61305
MD5 2c9565d450abf3a0350250fd64630c2d
BLAKE2b-256 2c5d555fd4373919e12e1289325388c2677a6bcd7e4f2a2ab87d50323a77c8a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d031c922c49ce047728ac698541c1e0535ee72fe821e5f73f5faaed50a7c899b
MD5 06ab8c7a1b0df3319fdcdfc9cdecfca8
BLAKE2b-256 da1a6a782f2ac00a1b3defbefadf5751ccbdf6263e75313210f35c301aa6a80a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.5.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 889.3 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70d125d0dc70daabaf241267eb9cc7cba97b25b22370ebb8e12d68ff8a49f227
MD5 ae560a550536aea916c27c2897094595
BLAKE2b-256 8094352deb26f5bd6d779d938bd5812e4ef97cedbd5412211c1d126fc696e833

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9657dddd0de99a24f4cd3d0cc409648b2ed5b9c0fbc202149615a5419a119e08
MD5 d30e610feb3c3a48160d21bd6e81f54b
BLAKE2b-256 b9b8772ad03138c09b17196ff6d93c5e476e1b50d41ec4194f99cfc5db5f98b3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3870b4fbd9e302e550a811d10b57f4e42074a3b9e39bed1281761486153cd37b
MD5 ae61e24849f7fc268517ab6d7ea99205
BLAKE2b-256 7c88030152f50ee8bd3cefe9c05dbb1d247eb98e959bfd071057d0b139581e0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 463e8d59dbc65570d1cbce1bd3799ab1be7b2e8123af88586ed314fbf50cb6b5
MD5 f540400fcfd6b37acdc5b398b49eebe4
BLAKE2b-256 033bcba32deaacf80f9135dc9457359df4c9b0fcfc920a5789798386afda7959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1bb5ac89a494fa8e4c1594b77ed8a18419b95513c3e586ce1189606df54a38a8
MD5 78ea9ac2b1dc28a58850ae9752d91105
BLAKE2b-256 deb035103fd89f16e9f11dd310c7b16e0da9603711852c8e0d343fdf95a9200e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b17cf243923e9554ba4d8c6a5b5ade3cf302751155edbc2cc5821e7dc859dea
MD5 143756a6e5253cd696bb1dd29bb4c3df
BLAKE2b-256 556e8ab33def9888aaf724b7fba3b6027fcf99c4262fc61e5b3d4a123e428d49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.5.0-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 847.9 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74dbc558a10177a7b63d307d85d53c94b10408b253291961235f33d7714986c2
MD5 e257563b1ab4669f593d68311dcc5d50
BLAKE2b-256 a29ad270563a3aac0700f38dfc167f3cd3f7dad80290faa277692a28e3d0b57d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1ef3d069afa78988fb221574ab75cab35117651247e955633efe6cb89d635c00
MD5 56b2fe9c0823c2709a55a9bb5f98c27d
BLAKE2b-256 67d8d2454a2cdccfd011c9584db75d67e8b7e313f176891713059d743db2d5f1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7b5ee5185d7fe5126d67a85d1bc1033bdb932e579e2b948eaaec08a43b6b40c1
MD5 b435ff2bb3dda9085c08f8193121ec67
BLAKE2b-256 6315338b4d4bb427999463b91c32c81a37b7cd16c8d94605a5a98e3d1149e459

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e8af93363b9b14fe1797a2557b22bb158b1be7696f145ea8ee6f8b9315860fa
MD5 81d597b7002449ed3d47c8bd91c83bf4
BLAKE2b-256 de766e2eab23667a6ee153e3c369fb6fb793d4b09c81030495da989e8e5bf66d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df23f9ff0a9ff9c6195f48ebc8fb8fc6d50c2025ec37649991749d5282a2950f
MD5 c1a5584ee2240848d5db73bc48099271
BLAKE2b-256 eb37a60d26681ac540788c4ef656960084c9cbf4c24657f7e7347f07e97ba27f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bf8fe70eef1c122e7465f3b9c57f793fa1a6885cf067be3a83423c0f30c0d80c
MD5 7326b2093379f6dfb1062b26a075291c
BLAKE2b-256 00d04256f2515f8dd1a322e95a7a5f4174ecc405098f8b217d1d29767989c171

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.5.0-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 843.6 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44f9eee75985ecf06af82cfbce5fe7a0fd1cae73bee53d15155fe8fdb165578a
MD5 906105ed1508bb14ac83e6bf7a9a2b18
BLAKE2b-256 a3a9bb36156db3a1f9eebb27de9c72d1229c69a643bc5bf9f59cbc05a8b0a634

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 260220ea216acda378bac481b26d414fab2d88bb724fe3fc3d6d0d764a2b16bd
MD5 5d5bc95659aa2fd9b7e79924c1a94558
BLAKE2b-256 3308ea0ef498971cf2e5821074f7dff80a9a2992417c78ff9141979f2d49d259

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f2cc7ed2e2370a67393b791972dab107eca4e14c5bfa96558e1c9ec8a501af6e
MD5 ad98c02c4842c0f59d7a3f9ba5dd7021
BLAKE2b-256 745b0e4f0c4f02414166aa0c96dd84b215f23c68e09bf36e4ede55f50ee250f7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 551907d1ee01b5fee599da4ce1c41b054c64e8b20221094caf8e52caeb5d30bb
MD5 0b19e6841e20bb5a8f2c188d56c3c426
BLAKE2b-256 70826c027ef04717fd4dd1d3897086d7706c29372ddd51e78319ec4fcb5f2cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 583c3c42b3fa3576649c658f24beba080655159e724ecd1d6204b185df9eb4f6
MD5 94c4a9038a4bb8decd4cc3d0b325817b
BLAKE2b-256 87e3afe081686e549a82cc13a38c6e24b97eb3de939521979f0dde9c921c5154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebe9875778d240d7ac37496b66d89abecb7e0090977e5f1e20d0caf63e513223
MD5 c0ccaf6022805064889462fbdf3649fc
BLAKE2b-256 3c73f7d5c3c4e0853726ac3d2c20d2b6789fa4a6d753c228541cb1929317defa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.5.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 848.1 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1ae8f31981cf0dbdae15f1cc817ec30b6bbec7f27461cb28a0e1eb1794360d0
MD5 35968c1b3f113f8c6463a7f2e877c0e6
BLAKE2b-256 00631acc39ba0fc4b8ba7786662d7b5800a2b12653d64c6658e7293f6821abd3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 531ff6a42432ea08869ef29ef6bcf244fd169f6d0720e74842bba40089654390
MD5 0b27684a365fbd33db17d56eabd8a6dc
BLAKE2b-256 837644266d4e0acd4cf170cbae6be6d9b94eeeff806e2b0b73f8fbf495e3a727

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 362efd509ed8899e75a5fb43ea39745103fac13a65ef6bb1971f043a562c90ef
MD5 ada35e68a603118221760e2910e715cb
BLAKE2b-256 4411c8a3feb1dbf406033d0fe250601bc359afba65517ea7d0b38a2ac32c6c3f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64e05ee026241b8ed536a3e5ee369ea6d82d19dcb13d3c6842bfcf2f8b414e19
MD5 86c0f86bf963608d37a523c9c19b4d96
BLAKE2b-256 b0b3374f464a13dc69770b32626beb1c03a4533db817daa498c7417584e6b39a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b181b13758e3852b02276e2e46422feb61ba38c23ea02bd4f045bbeb29df154
MD5 576491be1abe8de6a0061a62be33f5c1
BLAKE2b-256 961a4bd1d9639dfca3b4268e4da5af9664cc9dedc18f6d398825d49e9c3ccb27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea0b236c42298b4266a9745abe0fd807f8054a65a54733da3f07f69395bbce77
MD5 d243f09761ff571422ae0c1d90c65617
BLAKE2b-256 d4002771a2217ee9fe13334585990b587e7b78ade7125844b9f30461f2d72710

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.5.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 848.6 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3d5367218c97cacc998b41dca370f07c2273aee11e75c56d8d87f4c4d19dabe
MD5 f404aa03bb59886d1d261d4a477adb0e
BLAKE2b-256 98517dd692a928e7f1b98dc48c98cb480578d1666e098c07b165af96fa608cbf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9d28ffcfb4cc1d9fb1cba44a8eacb45cf67d0a649391d8624eb537199c1f2e1a
MD5 b39e9aa59f2ac598984430af13ba7229
BLAKE2b-256 82d53e8759eb3377d1fc3863664f51ba7ee348b7cb71720e19efade6edba64e1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52acb53a7a5b8be3f530c0168fd006457bdb67f78d0f0438d7facb76a9d331c3
MD5 348b7807f3fca65199cf6be2a142bbc2
BLAKE2b-256 66b68163b1fa47f6ff87771991c887bf88cbd0e38e17204f5d3844d724c98ce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5ae6104f93ede960e6146efbb461dcb14e6cdb7d3932d8f1444ceade4f178b5
MD5 b3431892e9879fa3f3555ca09f1be540
BLAKE2b-256 31b21aaa802a3ab6a69e83f96ec17ef8b3e1307e718e98e851f03ccb9d052450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7a49fb578454a509a5941567ee47786a5cd9fd4194f499baa96632c897c77a3
MD5 bf45001ab6fa35277fe59a85b28af98e
BLAKE2b-256 4ea565058a3b55623176cd911ccab554a03c2424a0b97ab86f105ca78238ccb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.5.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 850.9 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h3-4.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17d3793e6bdeec1c1dbf5fd92cb8aad42dc64918646f5b69216fb0cf28dbd3f7
MD5 31a1095f0134dd4db273215504ea5a34
BLAKE2b-256 e0466c8f3be7c021ed04b5e2418e8f96d45133b4ea89cea73b32f902948e1a3c

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