Skip to main content
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'}

Release files for h3 4.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for h3 4.5.0
File Size Uploaded
h3-4.5.0.tar.gz 180.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for h3 4.5.0
File
h3-4.5.0-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
h3-4.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
h3-4.5.0-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
h3-4.5.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
h3-4.5.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
h3-4.5.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
h3-4.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
h3-4.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
h3-4.5.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
h3-4.5.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
h3-4.5.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
h3-4.5.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
h3-4.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
h3-4.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
h3-4.5.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
h3-4.5.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
h3-4.5.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
h3-4.5.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
h3-4.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
h3-4.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
h3-4.5.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
h3-4.5.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
h3-4.5.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
h3-4.5.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
h3-4.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
h3-4.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
h3-4.5.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
h3-4.5.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
h3-4.5.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
h3-4.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
h3-4.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
h3-4.5.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details

Total release size: 30.0 MB

Release files / h3-4.5.0.tar.gz

Download URL h3-4.5.0.tar.gz
Size 180.8 kB
Tags Source
SHA-256 checksum
How to use checksums
a1e279a1674fc799445c710e35bc4b1b388a406c881d8b5e59a9b8bebeb5bb43
BLAKE2b-256 checksum
How to use checksums
2d1c12f1e2842d6493de4dd8244538c30a556712e9a6b25c5151a0e0e522a67e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314t-win_amd64.whl

Download URL h3-4.5.0-cp314-cp314t-win_amd64.whl
Size 919.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
3d3d8917adbc2f81a1b766f643f66857581617d03a73eab89bacf0935cb61305
BLAKE2b-256 checksum
How to use checksums
2c5d555fd4373919e12e1289325388c2677a6bcd7e4f2a2ab87d50323a77c8a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL h3-4.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d031c922c49ce047728ac698541c1e0535ee72fe821e5f73f5faaed50a7c899b
BLAKE2b-256 checksum
How to use checksums
da1a6a782f2ac00a1b3defbefadf5751ccbdf6263e75313210f35c301aa6a80a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314t-macosx_11_0_arm64.whl

Download URL h3-4.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Size 889.3 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
70d125d0dc70daabaf241267eb9cc7cba97b25b22370ebb8e12d68ff8a49f227
BLAKE2b-256 checksum
How to use checksums
8094352deb26f5bd6d779d938bd5812e4ef97cedbd5412211c1d126fc696e833
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314-win_arm64.whl

Download URL h3-4.5.0-cp314-cp314-win_arm64.whl
Size 740.5 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
9657dddd0de99a24f4cd3d0cc409648b2ed5b9c0fbc202149615a5419a119e08
BLAKE2b-256 checksum
How to use checksums
b9b8772ad03138c09b17196ff6d93c5e476e1b50d41ec4194f99cfc5db5f98b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314-win_amd64.whl

Download URL h3-4.5.0-cp314-cp314-win_amd64.whl
Size 822.8 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
3870b4fbd9e302e550a811d10b57f4e42074a3b9e39bed1281761486153cd37b
BLAKE2b-256 checksum
How to use checksums
7c88030152f50ee8bd3cefe9c05dbb1d247eb98e959bfd071057d0b139581e0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL h3-4.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
463e8d59dbc65570d1cbce1bd3799ab1be7b2e8123af88586ed314fbf50cb6b5
BLAKE2b-256 checksum
How to use checksums
033bcba32deaacf80f9135dc9457359df4c9b0fcfc920a5789798386afda7959
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL h3-4.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1bb5ac89a494fa8e4c1594b77ed8a18419b95513c3e586ce1189606df54a38a8
BLAKE2b-256 checksum
How to use checksums
deb035103fd89f16e9f11dd310c7b16e0da9603711852c8e0d343fdf95a9200e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL h3-4.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.0 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0b17cf243923e9554ba4d8c6a5b5ade3cf302751155edbc2cc5821e7dc859dea
BLAKE2b-256 checksum
How to use checksums
556e8ab33def9888aaf724b7fba3b6027fcf99c4262fc61e5b3d4a123e428d49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL h3-4.5.0-cp314-cp314-macosx_11_0_arm64.whl
Size 847.9 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
74dbc558a10177a7b63d307d85d53c94b10408b253291961235f33d7714986c2
BLAKE2b-256 checksum
How to use checksums
a29ad270563a3aac0700f38dfc167f3cd3f7dad80290faa277692a28e3d0b57d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp313-cp313-win_arm64.whl

Download URL h3-4.5.0-cp313-cp313-win_arm64.whl
Size 718.3 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
1ef3d069afa78988fb221574ab75cab35117651247e955633efe6cb89d635c00
BLAKE2b-256 checksum
How to use checksums
67d8d2454a2cdccfd011c9584db75d67e8b7e313f176891713059d743db2d5f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp313-cp313-win_amd64.whl

Download URL h3-4.5.0-cp313-cp313-win_amd64.whl
Size 803.4 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
7b5ee5185d7fe5126d67a85d1bc1033bdb932e579e2b948eaaec08a43b6b40c1
BLAKE2b-256 checksum
How to use checksums
6315338b4d4bb427999463b91c32c81a37b7cd16c8d94605a5a98e3d1149e459
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL h3-4.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4e8af93363b9b14fe1797a2557b22bb158b1be7696f145ea8ee6f8b9315860fa
BLAKE2b-256 checksum
How to use checksums
de766e2eab23667a6ee153e3c369fb6fb793d4b09c81030495da989e8e5bf66d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL h3-4.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
df23f9ff0a9ff9c6195f48ebc8fb8fc6d50c2025ec37649991749d5282a2950f
BLAKE2b-256 checksum
How to use checksums
eb37a60d26681ac540788c4ef656960084c9cbf4c24657f7e7347f07e97ba27f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL h3-4.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.0 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
bf8fe70eef1c122e7465f3b9c57f793fa1a6885cf067be3a83423c0f30c0d80c
BLAKE2b-256 checksum
How to use checksums
00d04256f2515f8dd1a322e95a7a5f4174ecc405098f8b217d1d29767989c171
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL h3-4.5.0-cp313-cp313-macosx_11_0_arm64.whl
Size 843.6 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
44f9eee75985ecf06af82cfbce5fe7a0fd1cae73bee53d15155fe8fdb165578a
BLAKE2b-256 checksum
How to use checksums
a3a9bb36156db3a1f9eebb27de9c72d1229c69a643bc5bf9f59cbc05a8b0a634
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp312-cp312-win_arm64.whl

Download URL h3-4.5.0-cp312-cp312-win_arm64.whl
Size 720.0 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
260220ea216acda378bac481b26d414fab2d88bb724fe3fc3d6d0d764a2b16bd
BLAKE2b-256 checksum
How to use checksums
3308ea0ef498971cf2e5821074f7dff80a9a2992417c78ff9141979f2d49d259
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp312-cp312-win_amd64.whl

Download URL h3-4.5.0-cp312-cp312-win_amd64.whl
Size 806.1 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
f2cc7ed2e2370a67393b791972dab107eca4e14c5bfa96558e1c9ec8a501af6e
BLAKE2b-256 checksum
How to use checksums
745b0e4f0c4f02414166aa0c96dd84b215f23c68e09bf36e4ede55f50ee250f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL h3-4.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
551907d1ee01b5fee599da4ce1c41b054c64e8b20221094caf8e52caeb5d30bb
BLAKE2b-256 checksum
How to use checksums
70826c027ef04717fd4dd1d3897086d7706c29372ddd51e78319ec4fcb5f2cfc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL h3-4.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
583c3c42b3fa3576649c658f24beba080655159e724ecd1d6204b185df9eb4f6
BLAKE2b-256 checksum
How to use checksums
87e3afe081686e549a82cc13a38c6e24b97eb3de939521979f0dde9c921c5154
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL h3-4.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.0 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ebe9875778d240d7ac37496b66d89abecb7e0090977e5f1e20d0caf63e513223
BLAKE2b-256 checksum
How to use checksums
3c73f7d5c3c4e0853726ac3d2c20d2b6789fa4a6d753c228541cb1929317defa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL h3-4.5.0-cp312-cp312-macosx_11_0_arm64.whl
Size 848.1 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c1ae8f31981cf0dbdae15f1cc817ec30b6bbec7f27461cb28a0e1eb1794360d0
BLAKE2b-256 checksum
How to use checksums
00631acc39ba0fc4b8ba7786662d7b5800a2b12653d64c6658e7293f6821abd3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp311-cp311-win_arm64.whl

Download URL h3-4.5.0-cp311-cp311-win_arm64.whl
Size 715.9 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
531ff6a42432ea08869ef29ef6bcf244fd169f6d0720e74842bba40089654390
BLAKE2b-256 checksum
How to use checksums
837644266d4e0acd4cf170cbae6be6d9b94eeeff806e2b0b73f8fbf495e3a727
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp311-cp311-win_amd64.whl

Download URL h3-4.5.0-cp311-cp311-win_amd64.whl
Size 815.9 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
362efd509ed8899e75a5fb43ea39745103fac13a65ef6bb1971f043a562c90ef
BLAKE2b-256 checksum
How to use checksums
4411c8a3feb1dbf406033d0fe250601bc359afba65517ea7d0b38a2ac32c6c3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL h3-4.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
64e05ee026241b8ed536a3e5ee369ea6d82d19dcb13d3c6842bfcf2f8b414e19
BLAKE2b-256 checksum
How to use checksums
b0b3374f464a13dc69770b32626beb1c03a4533db817daa498c7417584e6b39a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL h3-4.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7b181b13758e3852b02276e2e46422feb61ba38c23ea02bd4f045bbeb29df154
BLAKE2b-256 checksum
How to use checksums
961a4bd1d9639dfca3b4268e4da5af9664cc9dedc18f6d398825d49e9c3ccb27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL h3-4.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.0 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ea0b236c42298b4266a9745abe0fd807f8054a65a54733da3f07f69395bbce77
BLAKE2b-256 checksum
How to use checksums
d4002771a2217ee9fe13334585990b587e7b78ade7125844b9f30461f2d72710
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL h3-4.5.0-cp311-cp311-macosx_11_0_arm64.whl
Size 848.6 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a3d5367218c97cacc998b41dca370f07c2273aee11e75c56d8d87f4c4d19dabe
BLAKE2b-256 checksum
How to use checksums
98517dd692a928e7f1b98dc48c98cb480578d1666e098c07b165af96fa608cbf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp310-cp310-win_amd64.whl

Download URL h3-4.5.0-cp310-cp310-win_amd64.whl
Size 815.8 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
9d28ffcfb4cc1d9fb1cba44a8eacb45cf67d0a649391d8624eb537199c1f2e1a
BLAKE2b-256 checksum
How to use checksums
82d53e8759eb3377d1fc3863664f51ba7ee348b7cb71720e19efade6edba64e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL h3-4.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
52acb53a7a5b8be3f530c0168fd006457bdb67f78d0f0438d7facb76a9d331c3
BLAKE2b-256 checksum
How to use checksums
66b68163b1fa47f6ff87771991c887bf88cbd0e38e17204f5d3844d724c98ce4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL h3-4.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e5ae6104f93ede960e6146efbb461dcb14e6cdb7d3932d8f1444ceade4f178b5
BLAKE2b-256 checksum
How to use checksums
31b21aaa802a3ab6a69e83f96ec17ef8b3e1307e718e98e851f03ccb9d052450
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL h3-4.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.0 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a7a49fb578454a509a5941567ee47786a5cd9fd4194f499baa96632c897c77a3
BLAKE2b-256 checksum
How to use checksums
4ea565058a3b55623176cd911ccab554a03c2424a0b97ab86f105ca78238ccb8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / h3-4.5.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL h3-4.5.0-cp310-cp310-macosx_11_0_arm64.whl
Size 850.9 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
17d3793e6bdeec1c1dbf5fd92cb8aad42dc64918646f5b69216fb0cf28dbd3f7
BLAKE2b-256 checksum
How to use checksums
e0466c8f3be7c021ed04b5e2418e8f96d45133b4ea89cea73b32f902948e1a3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release history Release notifications | RSS feed

This release

4.5.0 This release

33 release files

4.4.2

43 release files

4.4.1

43 release files

4.3.1

48 release files

4.3.0

37 release files

4.2.2

37 release files

4.2.1

37 release files

4.2.0

37 release files

4.1.2

37 release files

4.1.1

31 release files

4.1.0

31 release files

3.7.6

38 release files

3.7.4

32 release files

3.7.3

23 release files

3.7.1

19 release files

3.6.4

16 release files

3.6.1

14 release files

3.4.3

1 release file

3.4.2

1 release file

3.4.1

1 release file

3.1.0

1 release file

3.0.9

1 release file

3.0.0

1 release file

2.9

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page