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.0b1'.
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.0b2.tar.gz (125.5 kB view details)

Uploaded Source

Built Distributions

h3-4.0.0b2-cp311-cp311-win_amd64.whl (719.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

h3-4.0.0b2-cp311-cp311-musllinux_1_1_x86_64.whl (938.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

h3-4.0.0b2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

h3-4.0.0b2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (935.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

h3-4.0.0b2-cp311-cp311-macosx_11_0_arm64.whl (750.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

h3-4.0.0b2-cp311-cp311-macosx_10_9_x86_64.whl (796.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

h3-4.0.0b2-cp310-cp310-win_amd64.whl (723.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

h3-4.0.0b2-cp310-cp310-musllinux_1_1_x86_64.whl (941.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

h3-4.0.0b2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (931.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

h3-4.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (936.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

h3-4.0.0b2-cp310-cp310-macosx_11_0_arm64.whl (758.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

h3-4.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl (803.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

h3-4.0.0b2-cp39-cp39-win_amd64.whl (730.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

h3-4.0.0b2-cp39-cp39-musllinux_1_1_x86_64.whl (951.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

h3-4.0.0b2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (939.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

h3-4.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (946.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

h3-4.0.0b2-cp39-cp39-macosx_11_0_arm64.whl (759.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

h3-4.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl (805.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

h3-4.0.0b2-cp38-cp38-win_amd64.whl (730.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

h3-4.0.0b2-cp38-cp38-musllinux_1_1_x86_64.whl (951.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

h3-4.0.0b2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (938.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

h3-4.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (945.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

h3-4.0.0b2-cp38-cp38-macosx_11_0_arm64.whl (751.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

h3-4.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl (795.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

h3-4.0.0b2-cp37-cp37m-win_amd64.whl (725.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

h3-4.0.0b2-cp37-cp37m-musllinux_1_1_x86_64.whl (944.5 kB view details)

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

h3-4.0.0b2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (932.3 kB view details)

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

h3-4.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (941.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

h3-4.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl (795.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

h3-4.0.0b2-cp36-cp36m-win_amd64.whl (725.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

h3-4.0.0b2-cp36-cp36m-musllinux_1_1_x86_64.whl (945.7 kB view details)

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

h3-4.0.0b2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (933.4 kB view details)

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

h3-4.0.0b2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (943.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

h3-4.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl (795.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

h3-4.0.0b2-cp27-cp27mu-manylinux2010_x86_64.whl (903.9 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

h3-4.0.0b2-cp27-cp27m-manylinux2010_x86_64.whl (903.9 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

h3-4.0.0b2-cp27-cp27m-macosx_10_9_x86_64.whl (807.0 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: h3-4.0.0b2.tar.gz
  • Upload date:
  • Size: 125.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-4.0.0b2.tar.gz
Algorithm Hash digest
SHA256 be147d4662db70c95742a7b283d2bcf9a46313f29253950a6072cce795908871
MD5 49b3ab6917d84daeebbf6648ddb9ac09
BLAKE2b-256 189fc3bf7ef02d59cb81db8ac2860292ddbfafe34d299d4f5b45ca58899f9ee3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 719.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-4.0.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b3acb6f65829ad293d31f471bf7ea15b09ffadf654e6835789a4ec8850eec7c6
MD5 0f0a6c838eab5511c9c0aa01458d99a8
BLAKE2b-256 db7774d783b63e11c4b9b2f4bb99d7ff89079103b77860997cddf308f1829f77

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aecd898b8e6c343fcf2989518a1966b0691b28dae4266aea0d1126ddea8ae823
MD5 24a80e1f189e36667f252743c070b213
BLAKE2b-256 5d36ebc4d67028c3b295d7a29e44faa1f0a8684b2e4ec1d16320e43aee0c99ab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c3ad9e65f59a69ed2c725e186b576d1dc8e1813db21d56c9addd7aae8162891
MD5 c96b294386efa96216ef7a6f42523598
BLAKE2b-256 d3bb239eceab6274c775502bc59d1e936c11ebf1530193a5b36779161e31521d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e5f822edd8fd0c8c0d7923206b7ede26956f80874de6fd116dc6e34cc770df0
MD5 68aac42185613ac02963d20555d51528
BLAKE2b-256 1e602bbd8c44617b3e3f45c6fb15218adb0f44fc181f612edb909c884b190c98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c29271518498997820d78351d05a0aca97dd9264612b55ba300736f177b926c
MD5 540cc013c69b2418fc3e27980ceb185e
BLAKE2b-256 0557ed734223a3366df3a708050536c25b01221b09e999ce7ed61e41a3c6b139

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1d1049e64a5eac7b328a5c0caf159a2ddecf90f30ba5db791aa5cdaab5a449ce
MD5 d9daa3dc5b0a595aa19baf905f86c9de
BLAKE2b-256 dbe4dadac71b9bfea180572a2dba23903910388b2e242212727d86372242ed69

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 723.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-4.0.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 97004313272831f4004d846871e53d7194ca4d6dc3e41ac51792b27f1dda5f05
MD5 4cfd55232fafd0978f32c1101fa26395
BLAKE2b-256 085bf7c5a9e73f949418eaebc5fd44d814f3985f6ce6898d4fb35a4cc017019c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c6421ebc9be6fe1992875aa819eec4d6d5b19786a290b80f5586c26f4847449
MD5 58773266fecff7a59bd1a9e03713511f
BLAKE2b-256 c4d15b992d243a9cd119b91ae8b124ddb592d389129b57fd8564a319e87fc4b5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e952df0562581c2a564fed48d5910822963307756de93157ba5a5f8535b42044
MD5 86396c6730e53efff3ed77795d2a7bd6
BLAKE2b-256 fd30ce35791eac7efce2ff6458a94f1a936c8631418e0a0d2a8bf30fdd3ee51b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1e5e7bf6d560af4b8a4e7d541b5f12dbd758811eb9d2149ce8554505f85f5e7
MD5 358349fbf7cba3428f27b7aa4586b5e7
BLAKE2b-256 140e6419df29504a379cd4ceff9b9a0acf8a7b42f6b5384e649e9b4a4878f8e1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a929ee46488eb351b279882fb3e3d7ed5ed04b5ac6fb6b0b420f5002a17454d
MD5 fd2a997065f47c455e63c6704c5efaac
BLAKE2b-256 5433538a888d1404352449c3b1fa075056ed60ba60c77052f1fccd900b9518ca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32939d04bce59c1f72c9f41a67827aaa4b5755afbdace1f719deeda7fbbe9224
MD5 7d18ca759dfad84449d81037a2e53b23
BLAKE2b-256 6d2d3009a28d0145f91d7522fe4e9b35cce3d6aeec3d9ffb2831c9f83dd77496

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 730.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-4.0.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cd4e6b64087b3c5d1bd4e766fee59de7cdfe99c43ca4333cd4719750ac7313ff
MD5 31ba24594111bb9bb2e831c79ecf342b
BLAKE2b-256 a0bb712cc75192a86f6d6d423d9ecfb1d129528f08894a8a99c47e6557be4765

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 93d781900f1568b53a116cbd57a6fbf8d0f67a7641816259f82732ba7b477591
MD5 6e741ae962f3a3a49622b085117d45e5
BLAKE2b-256 0d7d9f66bff46e3cfbadb4af6425a45eaf6bdf9f788ff22ddaa5d4e823d0795f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88d9a360f19e7ebbabe1b203bf8b81e72afa9a9eb691bc5f38407496129418d7
MD5 58ea0ffc23050f3cf372614f2a1ee807
BLAKE2b-256 7122ecfa1e47aaa127abd0bc4c3fb32ca309a14cf7991865be989d736bfb104c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 153574baba08f2ac2e301695a017629cff59e564444b735e83c6edc162051679
MD5 2181aabb42283a025051870e2c851e8e
BLAKE2b-256 35637333cf0fd6f75d71a9cf5aede538729a0f1d6bb673a8af36151c3fbdb223

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9001f546dba7da0dad25d8fcf6c62a13ae5ba4c2bc2a1cdd76dc04853b5e556
MD5 2258162f8fb4292c3b19b4d68d3d18d1
BLAKE2b-256 6a494d87929fdb2b7312e0d131c79ab687367f17116eb799f2f2e2cba40f048b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0da5014d76d8aa02812cbc8c3e4bdcfe995ff4c17f95f47994b0ebe7fbb8d8d6
MD5 d0c7dbb80400e41b7a93701443ae822e
BLAKE2b-256 ab32b0e5f177c325f2a6f950345b81b3eb2c086ab20ae66bfae76e0de053e45b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.0.0b2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 730.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-4.0.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9c379089aebee9e90e3839c592a3f07bc92de8ac060a28ca50b38d70cb77cead
MD5 ae0f59560381b83f30a882ac2575a26a
BLAKE2b-256 dc5ed4dc9c5696ef500386265794f27a8cd94116da1fdf5e0a244380db0a4e22

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c9a779276afd54a7877503b9779ffa55e792145efbe8b19f3d51737c1973e522
MD5 a6d4b26d5136c51f6f8ec113763c5c6d
BLAKE2b-256 7f397cfedc3f8e03881d7d9a0989637f9c1f524dddaed988e4d9619de2a91706

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f427541f64d47af21da6358bd034dd801cb2a9f54854b2936a3074867687b2cb
MD5 9c0c90426a6fdcb371470a480c1db6ae
BLAKE2b-256 2bb78194ec037e229cdc2c6c2af022ee839dbdc7d237026e3dd884677f633c4e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a18447ae1a802d02010e6453d43473ed278cab62ae94ba727d8b19a299c6317
MD5 3aa53c6b24eee99e19cf09530582d3bb
BLAKE2b-256 d3b1c657cc75028b1dcae0cc82e08a15c7ceaf733d135506ce56c18a75214612

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a7e24bbfa5f301288c9531b2a82170d91655a55a35fe1df4b5b4ebf54a1f15c
MD5 bf2f72744f10915b7067497b8bc84638
BLAKE2b-256 8a91b8fd0e996b339eae91e52132defe7c678db4a056f39aa7601ed857a69d15

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ae5546fab09cb26ea3a9e234c7be26a5c7f3bf8544207c288b58d08034df3ae
MD5 53ed129a2171773b171d29d0095b7657
BLAKE2b-256 99075b2759a0a6ae50ab50a4e7d95b84cdcacb9ad6762b34a82a138e96ce2b63

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6d9dd20d77e19d981ffbcb619a7d71219833cae592791e849704f2db46f3d502
MD5 f66b07d22b6b51daeb47516262485111
BLAKE2b-256 ae40378469c5b414ecce78bd00d89d8010ca15971cfab47f894a4a3346e02f12

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0489e8892472b9514825d480544bac854862ce5cf94c7f497936053565787954
MD5 a45cf54b3c953155a01fe7e6a1b3d0f0
BLAKE2b-256 feaa9a97f3f866f79232a07f30bc838bb48e46b12ccf9e40b052720db7fd70ee

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d540228eb9ce3692bc38f7e8bd32d10640ea32dbfb4d6dd1fb954a7ca94d8cb4
MD5 c4da8a9f643efd4964415660e3bef9fa
BLAKE2b-256 6b7af307cbeada37997153c37bc5889abd3aef262a32354c9e2c13a000ec0d52

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29b72b1e27b758979c88456df4a4f7725f58613eded3e37ed5ae67b106ee1ce1
MD5 0bc163c9125e12d79a59df19c80d2176
BLAKE2b-256 b750d11ef808664ecaa59e74b6ddb8182e6e86a9d9cf288c1f4cf6561d4856f1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 781e68bedae150baa655aa25ca55d1974107e2886ae6820e539b279300b75a59
MD5 9ff3ff753f8962cfb1d1074c9d9bb8ff
BLAKE2b-256 d386e4ea602c171bb33078f89b30848dfd929bab68f44c324c4aadb766307108

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e93123ff86c599705ab9de6ac35f5d91882f2e3837294b19cebdbc40347320b5
MD5 f994d09bdc94f12dae0daf20224ef180
BLAKE2b-256 c7c78d7f3beb94410fcae83df833c7abe5b1388e834ad774406dfdfddac38a81

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e2905af6a941493467fff7272292cb161ac57515b00d346cef841e3a787d3e50
MD5 fc2df13b3162f956c3ef8e09263cea57
BLAKE2b-256 bab11d6a08249a8c646695be562ecfa9c119ba8ff4fcbbd1efd75ed5b45e84ee

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c65e849219d21ce74d6fb87c327f490925190032ee489d7f467d4d5e9fc6b893
MD5 3182897dc53c330f2cb8b54a942921f3
BLAKE2b-256 028d2a7075621da8a5ea0c78c23dc4688862fa99277c0361c4388b07d8f24331

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5db1010b50365d99f0635dcd484236bb45614442a6d2f0b1285f07cc336daeb
MD5 b07901fe24188892ab9de61f7e353be4
BLAKE2b-256 d17d8465138e9a54187a60f661fda5fed845c728233260ee3e1446948d044f92

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76c7083b17d4685f2e4fed4580e13922d17a853d0d0cc82f77311a2b5611065e
MD5 4fcfefb6b3244c46c8a011dafc45bdee
BLAKE2b-256 7485bceef1add6e007c4246f7f060b0e7b5ab243fc9b2e8388087b68111fa731

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b2-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2dec48f6433516ed8463154cf35fd20002b36db643143fbbe7e1439a82207540
MD5 d3a25b14dc433705a9ef2def7429018a
BLAKE2b-256 ab32ea81cdec4dd0acafd63f12d3c5f0991aeee9bf040ea2391ec58e13d05220

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b2-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d0372f2b22d6ed944fcda0d21d1e01c9d0a1d8e9dec90878e60a729a1ff9789f
MD5 48c6cad0b1b5fcbde88ce563164868c5
BLAKE2b-256 80b3f5d014169767ad8b0de53e3bc4041483bf702e661cb05565dec5a4622f02

See more details on using hashes here.

Provenance

File details

Details for the file h3-4.0.0b2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ccd574740d6167fd91e5fc0d7ce1234ef2c5f58e1dbcb16b9fc6d6e69202d621
MD5 e92b3b3b97adaf8cfb235687265490a9
BLAKE2b-256 ddcb60340732d3f2ecbec0bf439697295c7eea8b59e8e992dcc056b001aea2ff

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