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

Uploaded Source

Built Distributions

h3-4.0.0b3-cp312-cp312-win_amd64.whl (813.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

h3-4.0.0b3-cp312-cp312-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

h3-4.0.0b3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

h3-4.0.0b3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

h3-4.0.0b3-cp312-cp312-macosx_11_0_arm64.whl (852.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

h3-4.0.0b3-cp312-cp312-macosx_10_9_x86_64.whl (900.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

h3-4.0.0b3-cp311-cp311-win_amd64.whl (808.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

h3-4.0.0b3-cp311-cp311-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

h3-4.0.0b3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

h3-4.0.0b3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

h3-4.0.0b3-cp311-cp311-macosx_11_0_arm64.whl (847.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

h3-4.0.0b3-cp311-cp311-macosx_10_9_x86_64.whl (892.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

h3-4.0.0b3-cp310-cp310-win_amd64.whl (808.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

h3-4.0.0b3-cp310-cp310-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

h3-4.0.0b3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

h3-4.0.0b3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

h3-4.0.0b3-cp310-cp310-macosx_11_0_arm64.whl (848.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

h3-4.0.0b3-cp310-cp310-macosx_10_9_x86_64.whl (894.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

h3-4.0.0b3-cp39-cp39-win_amd64.whl (810.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

h3-4.0.0b3-cp39-cp39-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

h3-4.0.0b3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

h3-4.0.0b3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

h3-4.0.0b3-cp39-cp39-macosx_11_0_arm64.whl (851.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

h3-4.0.0b3-cp39-cp39-macosx_10_9_x86_64.whl (897.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

h3-4.0.0b3-cp38-cp38-win_amd64.whl (811.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

h3-4.0.0b3-cp38-cp38-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

h3-4.0.0b3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

h3-4.0.0b3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

h3-4.0.0b3-cp38-cp38-macosx_11_0_arm64.whl (849.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

h3-4.0.0b3-cp38-cp38-macosx_10_9_x86_64.whl (895.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

h3-4.0.0b3-cp37-cp37m-win_amd64.whl (809.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

h3-4.0.0b3-cp37-cp37m-musllinux_1_1_x86_64.whl (1.0 MB view details)

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

h3-4.0.0b3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

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

h3-4.0.0b3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

h3-4.0.0b3-cp37-cp37m-macosx_10_9_x86_64.whl (896.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

h3-4.0.0b3-cp36-cp36m-win_amd64.whl (801.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

h3-4.0.0b3-cp36-cp36m-musllinux_1_1_x86_64.whl (1.0 MB view details)

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

h3-4.0.0b3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

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

h3-4.0.0b3-cp36-cp36m-macosx_10_9_x86_64.whl (879.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: h3-4.0.0b3.tar.gz
  • Upload date:
  • Size: 133.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for h3-4.0.0b3.tar.gz
Algorithm Hash digest
SHA256 4d3efbe5cabbd5c176499805526134549ca55f1a1dd8f0a650bb6408c0161a84
MD5 e3a32c6257ab723adcba9a8767a48f33
BLAKE2b-256 dea2a6d1231d6f715091220cde9119e8cd8593fe7b7442f4c5085bd0ef4683b6

See more details on using hashes here.

File details

Details for the file h3-4.0.0b3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: h3-4.0.0b3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 813.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for h3-4.0.0b3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6868023681bde2f68a7a1001c8b6c318f603bbc4e4789e98746b628b5566508f
MD5 255d84a5d6fbbac62de430a334fa17c4
BLAKE2b-256 55747a8e4cc8b9ecc658b0795e8d2bb09c214613adc02f0f3a7efdaab4c4964b

See more details on using hashes here.

File details

Details for the file h3-4.0.0b3-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e2dccc70c6e26740e30a4e366e7c45ef896a632fd20cfbadd2724f9d6f5413ca
MD5 5e8960f734b510c6c5a67a99854333a3
BLAKE2b-256 a5989e412cf4ae3055f38e14c805958749ec83bbc6a12ff3c702c3ea4ed6fd2d

See more details on using hashes here.

File details

Details for the file h3-4.0.0b3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ae05f3b692cb22af206cbb36618742f23074db30668a9c6965b239443cb2fea
MD5 a80f891cc0b4dd32877c1c8d230048bc
BLAKE2b-256 70850330c0cb82949d095940a9cdf2a385c6195f0621ea1f1485ad35dccf59b0

See more details on using hashes here.

File details

Details for the file h3-4.0.0b3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e1ec58f140de64a84902a1e10503152e2d96a7c41ed3b0e57980894749ec213
MD5 2653c2280a322e076c5b5e6a0f061d75
BLAKE2b-256 5a91a5e15425220a8180eb855c3a2e847a590e2dc5cd47bff357e2eebda10bd1

See more details on using hashes here.

File details

Details for the file h3-4.0.0b3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d62510d84f030a1c446f818d60ad70ff52d0ffca076a33cd67f8a77be97ff710
MD5 a97f9c7959a6cf1faf37432392b92882
BLAKE2b-256 754da7658d388a84d2173e188acdf3812cd8c5f48fec0a1c2bdc90cd72d4e462

See more details on using hashes here.

File details

Details for the file h3-4.0.0b3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for h3-4.0.0b3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ca4715f8d5b6af6c8f5eadc2b481a39fdf02ea0e6c5c01c77e094ebda768a141
MD5 c068450e3873e7b5fdb1e2049f794782
BLAKE2b-256 cbdc2907e1f01dffd3eb9668cefc94810e89d0e18fa121ac0c4bd8c261b76886

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.0.0b3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 808.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for h3-4.0.0b3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a4a19ddd6a1018172d3fc0ff8a37006db0b52ec16a5fae2fd357c77654ba471
MD5 34b16c8bf3851ccdcc866fdc5048a435
BLAKE2b-256 858687463e03acfcefc65576cc7dcc89391d7d65960b3562af6ff25945ae4b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1514a18ff2e0ffca5476f6d0e831d6502f85c39fd28f55083073c4a0d07490fc
MD5 271f989d601d8405ff83587a0bc26290
BLAKE2b-256 9057cb650560057ec297611fb74904d7a77288c1104ee10c01c8b6067e8456d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7006b0e35abca26afc43ab83db70fcadd17837adcc1399a7c17d4b9c3b78f254
MD5 49551b5a62ea097f35c18f98b92d2793
BLAKE2b-256 688c59382f23e4ef68d051795c7902d075d5c53e99c88b93f4b452fb116a05eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b7a6479496ad3b0467da3c46f82f5385126cd00c62c6003079f3ac3fe3b2101
MD5 a868cde64a229f51f657ee8715aaeafb
BLAKE2b-256 78ea81734f9df878d2649ef15fd77d8761081542ccdd210972b2848e83cec8f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5e7e69ac86d1ac54cbb70e831aef38c7692fa21a1f8602891e21829ed9d6764
MD5 6f32d3e4b844d8dd662500c70d116687
BLAKE2b-256 ae49fdcc6a2ccb752e2a8c57e62b8d3c476bd325603fe9c06871eeab2bd3a7aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d46dbb52e22eae9a8f2ac88a929ff978da4bb36c5bf9f9ceca55ab3b7f32a304
MD5 fac3bb8a5bfce91b690a4fcfe8ab5f9b
BLAKE2b-256 5f285753f743172113b600ec6dae6e26ec31e0baa7e6d638dd1108c94cea12f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.0.0b3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 808.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for h3-4.0.0b3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 31b3c687fa89a7105e61ee07a7b3a2cd9dc7f0ee89d03b87a8f4f74c95493c9d
MD5 27831d4b335830dea1bfc9c10d5e9015
BLAKE2b-256 eb5bdec1a45c901c913e1d0309bee1685f1e0c74135f3ac888c672080c2ba25a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 879e15384ce3620c8ae308ebd43a2ec4c4f2e7bd4eb0ae4ec081905b036ff60a
MD5 a8dfd5f6b4ff3ebbe48d53e5e35cc55b
BLAKE2b-256 a7343c83a62153055de6412a503d8d88b46bf7d52801d8dcfea3d583712088e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f438b56bde19f817885d3ce9b158231dd4663cd002909ca7e0f30e96f97fddb7
MD5 42f82369dcb3e13845c7f78bb577c529
BLAKE2b-256 42a19951d60293af49905e0a2d949dc55ba7bf584f7c74a40fc222221c3e3dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d33f8efb67717e2327de597c0e565dd6bf8d5be900252cd799d31a8de8a6106f
MD5 6cfcd4b445346e385ee962b34400ca46
BLAKE2b-256 6fe9a4a1fd2cce7d3c8a4808f9a5519940744c65ac3fae75cc923463c667d641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0a261f7cd2d3cff68305051e37770f02acff512c7f1ac583996d127c3bb5bcc
MD5 4196397106d2c13206d4f80ec1239939
BLAKE2b-256 03b7a20d42a6a62b18191fd5600f77cca2223ccad2afbd140dd65eb1fa4c07d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16f3b6a6ffbce030d91fae7cf232401168eb505790ea0982e337421aec359bad
MD5 da46bd0e4f48f6397143b15821421994
BLAKE2b-256 f9ce16dfc89ed778ed993565fd9d59a5fdbf2197483c0ef8c55c21e003943b85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.0.0b3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 810.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for h3-4.0.0b3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 909d1e0f15d6e93c301bc2b54ff3ee00ba1bf441b7227373e7d6fad63ac65b93
MD5 461b3612c17bf4a9ff66ad76404c8f29
BLAKE2b-256 4465f10e0570b17a857208b7ef560d7e5ff82d27c22243213ab129f66f3fa806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 42f33e2486f92ad7ec44d7dcbb8a49472abb2d508796ed107531fd0400a29a41
MD5 2a26c957c7d61befccf473ae3b7374af
BLAKE2b-256 e99bf72fbda0debc807e0a8ac66e50db9238a9fe5a8d29aec24732f56a95d976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2258e63626708f5d5912f94fd42d04e8e32b330a6f263b846c0c5be69d83859d
MD5 0fc58683ed2efc1a129e84476d95fe83
BLAKE2b-256 b40c4d343a998d25086afc33e137f6ffcafb087b214cc1db9241ff2c25bfedf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3d6aa883e981f2a67517f7188e0a5bd0ffbb34b15ab5cf301707d302f1d5374
MD5 f906d5bf8dcbcc1e920b36ae95dcda04
BLAKE2b-256 5aded6095e52820f351216038079fcbec047609261c9ec5a15aa65ac62030fd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12e715ab1e7ddaee5b7c3300d0723a7575649d4ce13e110d259ffc86d4e646ae
MD5 e6623edc90c0b696b8ffaa96ac3ec75c
BLAKE2b-256 532cb0f13b214bd0cbd84924761cce9fba5b87d4499cde9de575d4ade7573f41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2df6c8ed2f22c5060054a675ed8a13c68f341132de06ca34203c582d0e780634
MD5 a5809ed3aee70e7cb6d65378977c3e80
BLAKE2b-256 11819241dd06972ea9b57b8e05deada2e7e6b3a68368dae123956a19ea302652

See more details on using hashes here.

File details

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

File metadata

  • Download URL: h3-4.0.0b3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 811.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for h3-4.0.0b3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 52397298a62612bd6d06d05f60ae7849fcd1fe6bffd5f93df06ff6ec5bbe0f8f
MD5 13e08487e1e4548bcbda33afc0f844fd
BLAKE2b-256 0f277c5aef8eea837040a4942190612c2dc3efeddeadce7877741a23f518b750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 21f579b95330ffdf84a4b8b79daf887b349189086ec9eba183adb77b63db4781
MD5 fc5b1dd740b27ffe4b960c3573f95d9e
BLAKE2b-256 7f62b6ed0797846fa5175b6a9d8c62cb813fc6389bd3e1929d9a1395e4a97e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d493a1a7f88889157a2d545eb509db47f904dcd55b2c57ed96f6f6a939d46f23
MD5 7a5671946b10ce096e34f8ce4cd16341
BLAKE2b-256 0bd9a8cc16e78d78a96664760573f25dec0072b45157a6f146587b096d6cb9a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40f87e4d0da8977517e50cb0c7c833ea74318326be16a6701280ca98e5e54728
MD5 989fdd1dcfd0f97866f37988c7aa0787
BLAKE2b-256 1573c671cc4b3c183e230cc5e87b22571ecf014138c1e2d65a17b7e14d466ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b98fb8f1d1d3bb0dc910708902ff2175706623a067463b2bde0893e9e07fdad1
MD5 200747838779fd5f8f762050ac1fa44d
BLAKE2b-256 2dec8b899f659beb3227e7956b29f6a4f4c75c16112ceba7181ac64a04cf6806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9600d7e130045dd2f7fee4f4cb63ed089ff0bd6d2dd981cdbd5f9fdee5bc557a
MD5 a927297d77663d35c9f8f10958f09691
BLAKE2b-256 ebccb9921f540a77a7cfc330cbfc34be3031821f7541c41fbddd6d73e4f71af3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1f96d0adedbd445c0e289433b002b17c62e215de41c010631ac88e5276520c20
MD5 7950af507ac3170c7cb7cb47ec1b49ae
BLAKE2b-256 328dab1c1f123726de3fffda6f61d61ac9565e803cc78eafea876cb909593208

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 64f2de19c6ae4b36941ff13c04c84b7db02dd4a616b62bbbf071c538f3975b34
MD5 66a3fa08636113cd3b5e06b825348440
BLAKE2b-256 2bc06cb980e626e464054caedf581366945f74068ae975be462db645092fc9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f2595ceca5ef9b098eb260d38f18928d91f9ddbd9d1ab747d999f91a1d2da24
MD5 9a9e2c3acdc30061436e117d69eadc3e
BLAKE2b-256 4d2ee41bfb7a91f0107c29051de5e8def8b4404de543654bd08fe3925c5c8eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4399bfadf613024094a210c4536bc286f0c5352c709d0cd44fa17690329d14ea
MD5 bb70cdceb9557465a9faf06d590e16d3
BLAKE2b-256 04618fd0ad5f3393db467587bae890b622d9aa00de0ecefd60aaa3df5d6ea0d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a6cba4b9279bf0c78a6294c3e4a61205c3178bb9c70b94f72a7415431a84a12
MD5 efbad4eacf97a44e3a03cb3261b3457b
BLAKE2b-256 47edbcdd25efe158ce81d84e991781b05cbbf0a8d5de2e74c0177ee43b2a560e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e526e1434c737613dbd217e063b8182881dc006864f51aa4422b8bbc9821314d
MD5 f525aeac01d1018ef4d9eb90baf358b7
BLAKE2b-256 1a21ff3d50f5ed35a308dfd4b6c78a0124c791a2f6231634b9fedb69d1707ee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab5140f2ca0c517eb09016f05b99803ed21f72c6d83586da8a6cec03033db4ba
MD5 7a6ee6b08e544128e2f4e0245976300b
BLAKE2b-256 137483553c4caeaac83f157796b14f9d1012ba3994203ef63cbfa6d0d7ff171b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96d3e8762e6eb98a31af35f48611f7f3e2baa31728ad02460a68c64d1ebcb562
MD5 60c17ab12fbfe117d44b6ca493534a7e
BLAKE2b-256 489a88ec1c929b5a09e91a9f5aadeb20210dfb502405cc1dee0bb76fb8ecb052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1f0120159efb08313e832b7c928749d7bac90caa55287b3a0d4ad46f98dc07d
MD5 e4fc6dd265d6fd1a73cd6571ee44a5c7
BLAKE2b-256 f1503fdf77c9305a89573a5675cd1c85e17677f121cc8f021165120360d74d95

See more details on using hashes here.

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