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

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.geo_to_h3(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-3.7.6.tar.gz (178.6 kB view details)

Uploaded Source

Built Distributions

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

h3-3.7.6-cp311-cp311-win_amd64.whl (844.2 kB view details)

Uploaded CPython 3.11Windows x86-64

h3-3.7.6-cp311-cp311-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

h3-3.7.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

h3-3.7.6-cp311-cp311-macosx_11_0_arm64.whl (894.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

h3-3.7.6-cp311-cp311-macosx_10_9_x86_64.whl (945.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

h3-3.7.6-cp310-cp310-win_amd64.whl (848.6 kB view details)

Uploaded CPython 3.10Windows x86-64

h3-3.7.6-cp310-cp310-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

h3-3.7.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

h3-3.7.6-cp310-cp310-macosx_11_0_arm64.whl (905.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

h3-3.7.6-cp310-cp310-macosx_10_9_x86_64.whl (954.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

h3-3.7.6-cp39-cp39-win_amd64.whl (855.6 kB view details)

Uploaded CPython 3.9Windows x86-64

h3-3.7.6-cp39-cp39-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

h3-3.7.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

h3-3.7.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

h3-3.7.6-cp39-cp39-macosx_11_0_arm64.whl (902.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

h3-3.7.6-cp39-cp39-macosx_10_9_x86_64.whl (953.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

h3-3.7.6-cp38-cp38-win_amd64.whl (855.4 kB view details)

Uploaded CPython 3.8Windows x86-64

h3-3.7.6-cp38-cp38-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

h3-3.7.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

h3-3.7.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

h3-3.7.6-cp38-cp38-macosx_11_0_arm64.whl (892.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

h3-3.7.6-cp38-cp38-macosx_10_9_x86_64.whl (943.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

h3-3.7.6-cp37-cp37m-win_amd64.whl (850.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

h3-3.7.6-cp37-cp37m-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

h3-3.7.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

h3-3.7.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

h3-3.7.6-cp37-cp37m-macosx_10_9_x86_64.whl (945.0 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

h3-3.7.6-cp36-cp36m-win_amd64.whl (850.2 kB view details)

Uploaded CPython 3.6mWindows x86-64

h3-3.7.6-cp36-cp36m-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

h3-3.7.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

h3-3.7.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

h3-3.7.6-cp36-cp36m-macosx_10_9_x86_64.whl (944.3 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

h3-3.7.6-cp27-cp27mu-manylinux2010_x86_64.whl (1.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

h3-3.7.6-cp27-cp27m-manylinux2010_x86_64.whl (1.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

h3-3.7.6-cp27-cp27m-macosx_10_9_x86_64.whl (957.5 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for h3-3.7.6.tar.gz
Algorithm Hash digest
SHA256 9bbd3dbac99532fa521d7d2e288ff55877bea3223b070f659ed7b5f8f1f213eb
MD5 fa7a1039356953d5773c22dbeeed0aa1
BLAKE2b-256 0e9230070479f7c41d66dc5f0ac44298eaedf4a7dad722348dac82d6dcc7ddd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 844.2 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-3.7.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1bdc790d91138e781973dcaade5231db7fe8a876330939e0903f602acc4fb64c
MD5 afbb0cb0984809674e0f748d9dffaeaf
BLAKE2b-256 800c22ec0172f390f79684f8463f34ba0b7f6f7ed1997325e0d2ff2a6632a877

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp311-cp311-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc8030968586a7810aa192397ad9a4f7d7a963f57c9b3e210fc38de0aa5c2533
MD5 a9398201e59a2407681120da2993e989
BLAKE2b-256 3ad4d1af63a420030256e6ff07a74568a993814744ed975dfba9b83818a5dc34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76abc02f14a8df42fb5d80e6045023fb756c49d3cb08d69a8ceb9362b95d4bec
MD5 de29b769cd19caeddf8e0efd3f223f2d
BLAKE2b-256 fc86d38165382752f16d29a69b411a6af45fb31f231e034a9f476c641926cb06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eddf10d1d2139b3ea3ad1618c2074e1c47d3d36bddb5359e4955f5fd0b089d93
MD5 e7b81bfbd8ac33cf1dcd7bc87d5f0c14
BLAKE2b-256 b7d92d492fdb8e9c6d99a285a80760ace961716b1953a44137b2ac9f984ef78b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 894.1 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcbfff87d223279f8e38bbee3ebf52b1b96ae280e9e7de24674d3c284373d946
MD5 f2b8948677f76a7d9806e0809f5cb382
BLAKE2b-256 660f5d27d4fb35e783a9e55cafb9655e9afa28146699bb9294c53c83ce59fb77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 945.1 kB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 991ee991f2ae41f629feb1cd32fa677b8512c72696eb0ad94fcf359d61184b2e
MD5 a7307e176d45f09162a2c2bda09395e9
BLAKE2b-256 326b8b233327d769c7b667a5f2422a82b6aaee39990db10fefc5619eec8ac362

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 848.6 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-3.7.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6ca9dd410e250d37f24a87c4ecb0615bb6d44a3f90eb5dbbf1b5e3d4489b8703
MD5 af86172692a173afec1f1e277739a03e
BLAKE2b-256 4137bd9628f4dbf11891d674063fa38a8211261bebdbe7e06e08f4970cf34417

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3bae8b95f21f20f04141a35f15c8caa74f2046eb01ef49e35fc45e6a8edfc8df
MD5 11c271dc19244c5a44b436ba5f4d1d55
BLAKE2b-256 95d1ef63232bf2721364cf16a09091e02d13e8376aaa178fd29d54fffdd87934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 783b2ca4448360c5a184fd43b84fc5554e3a8fd02738ff31349506189c5b4b49
MD5 f80dc896d99a13272159aa4dfc71c86e
BLAKE2b-256 a851c764abe87d40f240f2dfe7733b76261dba675b0da245043fbc8d299f8e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d3b93e3f38eb6c8fc5051d1b289b74614fb5f2415d272fea18085dea260d6b0
MD5 011bd3278090dc32c86e68a5dadc6b60
BLAKE2b-256 05deb22de64a529bdee18c582b8de21644560d22ebbe728e1e362de0b667686f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 905.0 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bf1e080b9a47774754834e7f10155f3d2e3542bf895488a0519b2ae7d5b15db
MD5 f29b00c292232bac1259fbf0bb589060
BLAKE2b-256 514b31ed29f5dca2093f6e29707dc21b0cf7071de4623ade7491bd2ee191617d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 954.5 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cda9a427b0de0d4069115ec765118888f180d0db915b5bc0dba52f5ae957b789
MD5 112467411df0bdbae5d8acf503572a4f
BLAKE2b-256 11dc2eb625c709c7cc83c9ea36ce01685828c62645b5e5d213bdb811833ed849

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 855.6 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-3.7.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 36ea935833c37fdfd7ffbfc000d7cd20addcdf67f30b26a6b9bccb9210b03704
MD5 593712c54969d9f6d969b5bb39e6b2d1
BLAKE2b-256 fccfc856e2cb11bd9e7a68f9a5d82c5fd45ffeda672dcfd5bf778290c64cb718

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b1b1bce0dee05175f8d422e50ffa1afacb9a7e78ae0963059aebfbef50e10175
MD5 99654722dd28aa88b01e49828c247695
BLAKE2b-256 62e584012307053fab2514d6854e1dd7f80853f03b32fc04725c9056bb5920fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb96f2caae519d0ed17acde625af528476dca121b0336d3eb776429d40284ef6
MD5 84522e6aee465e6135ae65da02b7656f
BLAKE2b-256 1f94c9fe68a59eb844dec7935187b97fbd739979b9aa81e895798d14da2836d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1471ff4d3875b25b521eeec5c2b72abe27b8e6af10ab99b7da5c0de545b0e832
MD5 6124594f99df227485c0a3e37c2cc2b1
BLAKE2b-256 9281f74d76e7b2ac55c675b51f2ea801cb7cbdd15162e5d4b197b9cd40ab9142

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 902.4 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1f6ec0f2246381ce3a7f72da1ce825a5474eb7c8fb25a2ea1f16c6606ce34a7
MD5 92470c493847ee5f4afe8c6547ce046b
BLAKE2b-256 f73e36abe1ea104a3a609f8d6dff18a12f187be7072c87c3a7353591c4a8db70

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-3.7.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0724d4645c1da59e02b3305050c52b93ce1d8971d1d139433d464fcc103249a6
MD5 5d5307a2a37cb1a0ae916bfa263a31e6
BLAKE2b-256 39ae1e33d21df893918ec7c7f91d5d4b02c2a7c8f9c71aad64ea8d4e515539d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 855.4 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-3.7.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 98c3951c3b67ca3de06ef70aa74a9752640a3eca9b4d68e0d5d8e4fc6fa72337
MD5 e14d9226fc9431760e6bb8e6726b2ea2
BLAKE2b-256 ba16d0bad7f870c8bcf68c7a02a22514e3c7883ebf3d1ebd8e00cd22a41bd6ac

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a2872f695168c4700c73edd6eab9c6181387d7ea177de13b130ae61e613ff7de
MD5 bd7a057eb2b7d40077ae85ab513f28bf
BLAKE2b-256 fcc78661ebe7cf56c2fcd414bd1def5d039c97f37b643e2766dfdc31df8cc484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b58b1298bf1068704c6d9426749c8ae6021b53d982d5153cc4161c7042ecd810
MD5 274b44d840fb57fac2cef6f8a045d5fb
BLAKE2b-256 8d900344b952d1a78fb08098877bdb388b6b792e776b79e3fa3a4b8f3b1fa31d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2e2c4808b7691b176c89ebf23c173b3b23dd4ce42f8f494b32c6e31ceee49af
MD5 335d1925ab0f98f2bd949d3d4b893cd4
BLAKE2b-256 fc3daa51704fb30bde819ba9e0ab861a51bba4feba18ee341c7113272353c32e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-3.7.6-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 892.7 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 495e37b1dee0ec46ccd88b278e571234b0d0d30648f161799d65a8d7f390b3f2
MD5 cb1090c6f001385aef7330a354926ae5
BLAKE2b-256 e136e367b6d5b168c24056a1c61b13d5ee7f5ba6ef11f10e832e165a57f8fe0a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-3.7.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8d1db3dcd8f6ce7f54e061e6c9fbecbb5c3978b9e54e44af05a53787c4f99b3
MD5 47ef499c2ed6eb4fca09815a20df836f
BLAKE2b-256 53693d55795159c80b76e533dfe608e6c4fa94eafdc9ca1073856b9e8d4caffb

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: h3-3.7.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 850.4 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-3.7.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1cd4f07c49721023c5fef401a4de03c47000705dfd116579dc6b61cad821305d
MD5 10d7f936098a0680b4d300351dfe1958
BLAKE2b-256 1a7d7ef7ef5ebcdc16211052fc2f47a15e84ca293d3a54d851e59ad6559e7002

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0c2890fa10fa8695c020569c8d55da79e2c552a39533de4ae6991c7acb122e1
MD5 cda58b1791ce92430424775bc9d0a83a
BLAKE2b-256 d20aaf253adfc165c325950db822d4177ef931313085fb6cb71dd2386e64d515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d7b69015f5bab2525914fad370b96dc386437e19a14cfed3eb13868589263db
MD5 9479003162da4bed88aebcd2f03973c4
BLAKE2b-256 afbacbd02d29a68a6bc891547234472c69bd80dede97d1d49c4b568a7f35d509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26f3175bd3ea3ee528dbf49308e7215a58351ce425e1c3a9838ae22526663311
MD5 6dccd2ac271557af4fcebccad1789034
BLAKE2b-256 6b8e2dc4983418e538fd80010acc34b5b62a9f0f366bae48e93193da444f2335

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 945.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99b81620608378fc9910a5c630b0f17eb939156fa13e1adc55229d31f8c3f5ca
MD5 8f076b898147e6129ec4411156fd8263
BLAKE2b-256 e22160501b1016851689cf5d01287774452bc5dcfec598d53f037b059f82ed2f

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: h3-3.7.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 850.2 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-3.7.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 211ef3317dcf7863e2d01a97ab6da319b8451d78cd1633dd28faaf69e66bc321
MD5 2d7e0d08d5d1a052d63c35fa86c5071c
BLAKE2b-256 f5614dc6abffd3b997c498b0628001a6b43af3ab0242ba6e0e45f46172272a62

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4810ddb3d91411a6cbf87a28108fe31712f618ef223c349e1f6675602af2c473
MD5 bce445b258dabb612ca5d40dd56c904b
BLAKE2b-256 0adbf1f304f8f2525858493ddfbb3c9ac7f1daeaf99b31b4a2673ed8334179f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b4db92ceaeb9a51cc875c302cdc5e1aa27eed776d95943ee55c941bc2f219a3
MD5 86340aef9c3603a83e857dde5c36c64d
BLAKE2b-256 278736b48b2987701a609cc7f49929128c6d694c020bf5cfacb0461de8d28d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-3.7.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02faa911f2d8425c641a1f7c08f3dc9c10a5a3d81408832afa40748534b999c8
MD5 e91b23a0b718985eaf2efdec7f63fb85
BLAKE2b-256 221dbaf7901e0d52bfa4d811196b580b69b949d6e73313667790fda7d8215114

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 944.3 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 198718ab20a06ebe52f0aaafc02469e4a51964e5ba7990c3cc1d2fc32e7a54d9
MD5 00777762549ae44fd4c73b42f786c486
BLAKE2b-256 e519d26896f0a54802f34384ddd774587a9ae58cd5ae42fbfe3edbfeb181bcdb

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b9de9da755c90bbc90d6c041396a20c91816cd86a0bafa3b8899681cfdc2c4c6
MD5 698b6284cf3262c3ff90da80e2ed8ca8
BLAKE2b-256 59cf02988bda02c364f57a303eb3c5f0094cb726bf6877f6ddbdc78f76123a5d

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 231959dceb4cc4ae86fe4fe2c385b176ed81712549e787b889dfa66f583676df
MD5 a1041eeea3cc5ad41b3c27a71a7c8f03
BLAKE2b-256 c1342d3a59b9dfa633a1a7fecf98f64d48671cfa7c6a509b7e5a24406b454fa1

See more details on using hashes here.

File details

Details for the file h3-3.7.6-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: h3-3.7.6-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 957.5 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for h3-3.7.6-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cd4a5103a86a7d98cffa3be77eb82080aa2e9d676bbd1661f3db9ecad7a4ef2b
MD5 fe0b70546dd146c510910c1a108a3ebe
BLAKE2b-256 8ef074b8d1c89a0cac595188c0b38076cf5c052352abccff6f9dd4a9d4ca355f

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