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 codecov


ANNOUNCEMENT: v4.1 final released on 2024-10-13!

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': '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.1.2.tar.gz (148.6 kB view details)

Uploaded Source

Built Distributions

h3-4.1.2-cp313-cp313-win_amd64.whl (777.7 kB view details)

Uploaded CPython 3.13 Windows x86-64

h3-4.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

h3-4.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (972.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

h3-4.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (971.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

h3-4.1.2-cp313-cp313-macosx_11_0_arm64.whl (794.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

h3-4.1.2-cp313-cp313-macosx_10_13_x86_64.whl (855.4 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

h3-4.1.2-cp312-cp312-win_amd64.whl (781.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

h3-4.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

h3-4.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (978.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

h3-4.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (977.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

h3-4.1.2-cp312-cp312-macosx_11_0_arm64.whl (801.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

h3-4.1.2-cp312-cp312-macosx_10_13_x86_64.whl (863.2 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

h3-4.1.2-cp311-cp311-win_amd64.whl (777.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

h3-4.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

h3-4.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

h3-4.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (993.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

h3-4.1.2-cp311-cp311-macosx_11_0_arm64.whl (797.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

h3-4.1.2-cp311-cp311-macosx_10_9_x86_64.whl (852.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

h3-4.1.2-cp310-cp310-win_amd64.whl (775.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

h3-4.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

h3-4.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

h3-4.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (992.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

h3-4.1.2-cp310-cp310-macosx_11_0_arm64.whl (797.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

h3-4.1.2-cp310-cp310-macosx_10_9_x86_64.whl (852.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

h3-4.1.2-cp39-cp39-win_amd64.whl (778.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

h3-4.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

h3-4.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (996.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

h3-4.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (996.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

h3-4.1.2-cp39-cp39-macosx_11_0_arm64.whl (800.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

h3-4.1.2-cp39-cp39-macosx_10_9_x86_64.whl (855.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

h3-4.1.2-cp38-cp38-win_amd64.whl (779.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

h3-4.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

h3-4.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (999.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

h3-4.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (999.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

h3-4.1.2-cp38-cp38-macosx_11_0_arm64.whl (800.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

h3-4.1.2-cp38-cp38-macosx_10_9_x86_64.whl (854.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: h3-4.1.2.tar.gz
  • Upload date:
  • Size: 148.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2.tar.gz
Algorithm Hash digest
SHA256 505344f080b2fee96c1124fc0f9d9ba56c74cb46d17692b8ab5de6ce241b3ad0
MD5 6b09f6f185ffccd5c82686aed5062267
BLAKE2b-256 01152af9544bfdd1a0a419769d8f74c5da5ea1860629ff4d5148017a2b1bccf6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 777.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 71f964d417d83ee8888f2ab9544c677b7a8a2311fb17eb9e5c23711671cb86be
MD5 f9751183a952f6101f322a981f2fbe95
BLAKE2b-256 b912c1cdd86271397867830c5d65108f8c5e23408fea6801af79269d05473078

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d48b0afb056e8c2dd08b265d570490c92122b842c3e1068644625a6c4aa8f8a
MD5 25d5a5c9f12491020ba6a3fd2ba9f90e
BLAKE2b-256 9245d19b9474c2764baf9584b28775ead87e208ddcd6a73e970521984e206c10

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e64ecdcdd09514dd86a4dbaf811de8927d27a106f887412825ae8bc51dbf8ea
MD5 2a764df1a9aee27ddf4c77582d061b04
BLAKE2b-256 6238f3cabbe70bc6ac85eef61fedad8cb1dfeef601f6e875d66cc11c09712df2

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8073e4169624dd4e628055aac0d04094f76919e8798039157163a64bf7f85b07
MD5 4b07790cf506d238c8cda1f96760aa4c
BLAKE2b-256 fbb9dfba3b53808e996c1cbdee7a67b3d0bc082515351c86b546c5fdd667cf5e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e680f384b3f2f351c7435a00632acefe006429f5d6271d118c9be4968a5d38e4
MD5 e3bc73acc3f7e75fd22b8eb2bdb1be90
BLAKE2b-256 4f7de654a19c606581b109824ef28bbc5fad4c3db0e762b05cb37ec34e786c93

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 404746987c9f65e1a369729894c9aaf0f50640b134949cb7a704109f46dc49be
MD5 ccb337fda6d515071255a3c7e19e42ae
BLAKE2b-256 4c73af17814750346b0204cd677ad87524f4fb82a7ba5317c7fb8fcd6f344d1e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 781.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e9c78eb4240ed737157b8e7ab764ac6bdebbb7643f6ed1d769cc638efcba558a
MD5 cb2c924e1302b58d0daaaaae5fd4f26f
BLAKE2b-256 348f7d5905e44f8aa5ca047d54737a37267e10be2108b455689539611b59b6ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 844eddfefcfbafac2fb17f93910bda00fd2fd85a4194145363f84233340d1273
MD5 887c925dc4e3df18534bf82a0f84e398
BLAKE2b-256 1379a266c25e673cf1d6fe235fb5eddde10e34b1278dc7710d10452e53faad17

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 194774640e30f849ca69ebcfd0a8b73e580ad87592a40e52f522af670bf23f7d
MD5 ba9bbc8f8bccec56702d0cd4682408e7
BLAKE2b-256 89af8917a380ef342b715197fc05ebe49b79d127a7134bbbc4ed7729650ddd14

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7ea3c418dc595f37ee37184dfdca670dffaa5bdf42d8383f0e1b6a6cb233b5b
MD5 786c26137737cce72e4d2ccf1227d86c
BLAKE2b-256 c1d6cac04287d6025069338314542828b3b95a46de25cb4f1f7fe2e8fbb55375

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a77f901957f1f8a1a6aaee0380dd1ee504eb9cf15290d9944c3f8d303cefd299
MD5 ed4ea124f3eea58aa6474d0066e270c9
BLAKE2b-256 f3b9428c70452f1b74f91fd10e5cc42dae18292b754a847eb59148086b11cb2d

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e6cedb9931098a3bd81b8571105384abeb75c50b2ee8d5c1335b1ac034717c07
MD5 91691e4f77b221e3dd85351b6b6e9e7b
BLAKE2b-256 a191e253f888a1ca61eac9534bbf411c6aca1f02e2f9db1d5bd719939d72d159

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 777.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e88b7189bced71f81e1ffbab8c71ec305100379fd99efb093853351a570d20e1
MD5 81a38868b88026cb7267a4483d4f2003
BLAKE2b-256 5e1def952b811627e46d611993e8cd5bf906cb98b6401f1fa5fb090f36e45bad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7426c5fc55f2780ac33a4898b86c2330c2676a64a96fadcd879914bf34179b64
MD5 043cb9c3716df288d44a42c1ad55234f
BLAKE2b-256 cbcf5c605ece4981ee316f684af642e1d071c8e89509d0456b674e38658eca1d

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83ff8045825883e45c30763059828ae9497dc07e3650317617216342b313ab41
MD5 1e068150610e85ab3ca6b58bc933a5b7
BLAKE2b-256 c2d136d3b7f2b09f7f6977e78dc1ab708798fde2824a8ba2be398f0ac65a4c90

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea237b1d07eac2ee2623c13ee7184f25ec53656bcf8bb24b343d1ee2d0e5235b
MD5 f3091d9b435ff7ac67a019cac73e2ce6
BLAKE2b-256 ff8a517d0f7d30ab117a3ddf0cb0d43ec159afc6ae1342db5267923ef7e948fb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d94bb16ebb1430a867d947a05f9e8aeeb826c1a57103451a3d6f7a074fb8cf4
MD5 369552b42215b9e61af906a9506ad412
BLAKE2b-256 053f4938dd97fbb90a4dc0bd5de36f9631d42153dd8cf9519fdae5090297c7bf

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf4d5c4d80765ad35a2b095356d925ffdabd4862f222551c662fa5d67601719e
MD5 9ed78d50259262ac39836a83fd3d1f9f
BLAKE2b-256 bc860480d067082ad9938ac9ff2e625d089180a9445a216188c9ea9b1c4bd979

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 775.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9499cd0328767d5782fa9743ba541b16d6c9ac23b77633525609f814f994b2c2
MD5 4fc777275537fc2ce68d66ab58e6fc6e
BLAKE2b-256 f2333a85f3f8a4637cf0414b3cb38c27bf3b19ee9e67967c964095831b4b74b3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2f0cd18c99016f157529dbee7d9dc1c10d4f68a1a23c8034f0a85ee266b712a
MD5 3a08374455b3e5f3f4683c765a0cbc8f
BLAKE2b-256 79d5ae5321f2f57e801fc269e8301154d1d32ad695ecb23e79ed8cce7a7191c7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afda9065e45b49b2d8c008ff668c7dd22adf72b8077e3e8e1062a16fc5321b4e
MD5 a601dd4c7bae5f262e364506c6e75d5e
BLAKE2b-256 aefa787c5222330fb2605744590fab609abb0dd324b5166605369926ab19fed4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03da6f6bbaeb6225e1adccd7033f0f6615348306bbcabac687c6296bcc43b8ae
MD5 53191c66cba54561ee8d005fa7c2c242
BLAKE2b-256 99372fa94de9fae463677d9ee7be70a2031d73ce710d79a6828019a4ce698676

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aae33b789cd279754434dbfe85cbc5613c7154d8833032224a2517544f99949f
MD5 0e4d09728c930334fa4e28b022a8f7e2
BLAKE2b-256 c7f4298997c4c415cd34239e4f99ba2f74d3d51f911d3219de18be03ff99431a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a3249ed73b6abd58d117ddd77c164111a7de82001fe0418b8bddad0ca002dde
MD5 903178a4e189a73f2d3b6a320a40fba8
BLAKE2b-256 c310ff44521a789c92b934b3ef549609719758a3affa0baaa1ea2656b1737cc4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 778.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7760539ee7e566c62338405526d0be27efff1818d7db618721ef7e1c78811919
MD5 36b99074783d9493da80dedfddc5c8da
BLAKE2b-256 868698742ddf174655e5e151660ea25d72d45d71f14de4aa8c1f031563c2a19c

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1ed29fb5b5ce1fe04683f541ae8443199274dad07dfb4616167b2a80e94dc47
MD5 d9c0a35908e55fdb34a669cf73b359b0
BLAKE2b-256 494c09705e52c219ed56e2723e9fcf762bcba6f3713d48be11d5af4bcef06c90

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da9254e1ac842a1162cbb554ce354760802741402b593a14eb9baf762662491c
MD5 06b5392413ec64c6621d09c5a9c90134
BLAKE2b-256 3d2b571738d4a9d35dc8644143c603debd644c3670e58646a8c91a3a15f0c57f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44b53cc9061a94ca0b7ae9043e9fb24e37468186c7b68f8c846c5651cf4550f6
MD5 a1055ba1261b233b31a78fe54f43a475
BLAKE2b-256 39913f0e26dd5b1ec54e87db2fa8a242918bf6be70b6a24fbf91ba7918790e64

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 800.7 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e9b1d3a2bdc19e06e4ee7b2d604a30b3388da8a2ed4a40724fed1ee69bae4e1
MD5 e1d46cd4ecd5cbfa8bb8261e200f95b5
BLAKE2b-256 6900f867912ee68480d889d691f76c68a8eb6a0f940708379da7814634a07623

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 033175d639fbf26807ead3ba6c78e72f3093aeb8f898b543eba59a0f4d7c493d
MD5 1e756e70796ef77e631430ec0ae096ab
BLAKE2b-256 351a1415fa83c2ca7824cd22f6cb955bc07e77926d100e5b283d5b147d3b37c0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 779.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4e7ac71efbe11e6562ad03a830f337b2ae657b7adaabc0d6feafafc136677ecc
MD5 458ab266039d64834b3fb82366a543a6
BLAKE2b-256 0f361938a4083f83c090dc823ab637f036af70905087b1a767dfa3c21c9ba820

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.1.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59dbdb9a5b661150b2e08d7f1b932ea9b2fd4f42315a7a04bc19994bf803c7c3
MD5 dff53c699c6fc08f40c5889066e9fdf9
BLAKE2b-256 6d73922c1380501f28f296c32e789bfa5174ea8f1364f972578ab06d8346a5ca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c51837406f7580b388be151be574fc34dfda43d4e9703bb3fe61029dda73af1
MD5 ea1f512eebd370a0606e0f7269123c6d
BLAKE2b-256 f781ed33e36003e1615c5645a267ac3b2191adfcfd12301b3c3739989553d6ac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae2ecdc19bfcd3b1a474897c87b413d309a26e18f7ec62132ad130c7ad24d58a
MD5 fc422e853d22f22dc2b9b454c694d54f
BLAKE2b-256 478c4a5f0bdf53f32c54ef3a1b7fdce9d54dc1f811caafe8ce77e4bb0156f35e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 800.7 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for h3-4.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d7cb5b18c29e7e68d3a67de872adb4cfe9d17c7154f7b5b526d8f3b5df1ac2e
MD5 5866e7f1ea87a201c2198c9e18fe3766
BLAKE2b-256 aff7a47de7bd60d933a249b3f509120c3694b170f046ea7956948ab0bb71e273

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e37e72c888d0a0d60ab4386ba5d5963d4594d5df658e2c80dc083195986e07f9
MD5 9bc04316e9d1f95fe90eab245504540c
BLAKE2b-256 2f92b8dff67773fa79e0108d34a56170ad7e697acb6ca1f490537aca0f7ca2a3

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