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.0.0 beta released!

Install the latest beta version with pip install h3 --pre or with pip install 'h3==4.0.0b3'.
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.1.0b3.tar.gz (148.6 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

h3-4.1.0b3-cp312-cp312-musllinux_1_1_x86_64.whl (993.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

h3-4.1.0b3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (978.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

h3-4.1.0b3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (977.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

h3-4.1.0b3-cp312-cp312-macosx_11_0_arm64.whl (801.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

h3-4.1.0b3-cp312-cp312-macosx_10_9_x86_64.whl (861.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

h3-4.1.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.1.0b3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

h3-4.1.0b3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (993.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

h3-4.1.0b3-cp311-cp311-macosx_11_0_arm64.whl (797.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

h3-4.1.0b3-cp311-cp311-macosx_10_9_x86_64.whl (852.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

h3-4.1.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.1.0b3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

h3-4.1.0b3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (992.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

h3-4.1.0b3-cp310-cp310-macosx_11_0_arm64.whl (797.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

h3-4.1.0b3-cp310-cp310-macosx_10_9_x86_64.whl (852.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

h3-4.1.0b3-cp39-cp39-win_amd64.whl (778.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

h3-4.1.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.1.0b3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (996.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

h3-4.1.0b3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (996.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

h3-4.1.0b3-cp39-cp39-macosx_11_0_arm64.whl (800.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

h3-4.1.0b3-cp39-cp39-macosx_10_9_x86_64.whl (855.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

h3-4.1.0b3-cp38-cp38-win_amd64.whl (779.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

h3-4.1.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.1.0b3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (999.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

h3-4.1.0b3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (999.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

h3-4.1.0b3-cp38-cp38-macosx_10_9_x86_64.whl (855.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for h3-4.1.0b3.tar.gz
Algorithm Hash digest
SHA256 9c1b9d58967cf27ea8338d1f03d5f4ef5d625af3d17ed0861f1e2b87bf1fc396
MD5 b55371414d5d6d7225f2876c4da9e0a0
BLAKE2b-256 572856838438567c92e0a4db1fc9b000131cc2c5f57564a7a6eae2c39b79230c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.0b3-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.0.0 CPython/3.12.7

File hashes

Hashes for h3-4.1.0b3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0e312f9e246cb282f489285746a98901ba0ad359a17fb8c63121a7f993cc606b
MD5 626820bf4e84c21e61906a8677d6c54a
BLAKE2b-256 7d3b64fe91a89aa577206ce529413943a19d80f6bae7d06091c3c0de858f6199

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8738a631a5bf5d03f27afdf095bb3df78ee5aaa1e57323153a64a6ffbb5ded9
MD5 492cf6a9ede943b9e1e33effd475f774
BLAKE2b-256 c3900e76ede68977f8e905a2b0da57d7908fa4b078af0b619c57d0f8d858993f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9685eb4d61910b3290468cf72e6a1408d7c4a4480a562fbeab8d3a9c24c4aa18
MD5 9bc2aa6e7131a9c3e306805d59135b35
BLAKE2b-256 503e3ee6e1307f3559658ca7381cccd1326856d18de1a36fcd4156126f79459a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7dd290371061aa02286ef02733856262479a6118a12f0661c48816143f6140d
MD5 bd3d6bfa9344dbba1a93500043006946
BLAKE2b-256 1d0fd51e6348468afa5d573dd2667fe2f472ab4072179a1ba726c9bbfac4e719

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f50ad766171781ed8f75b5c5b4beff595793ca8bd05717eff81252727456d68
MD5 2d754c627560a8de8fe9e8c0295ffa66
BLAKE2b-256 cc87b1216678314e592911a4014dad77689d2cfdfed5a06a7773d76943fdad17

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a06a202ad4a4d174b6528be0f61556aab3c508a3517fbbd41a89cb679f87941
MD5 4b2f6f1fd0efc608bdd8aaa3efd18d6a
BLAKE2b-256 d08d805fb86b6161e51abd5bcc682da077d7096ea30562a7d909ff6da3e98027

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.0b3-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.0.0 CPython/3.12.7

File hashes

Hashes for h3-4.1.0b3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cc373f67874209241dcc5d5eb2fb553ad91c264af29f0e25e5ab634fbb75c349
MD5 7666ecf80058b16126ccd72b1815c192
BLAKE2b-256 f402b30b1c98b05ff1e760122f31b4731907e4da6bc9c1f688f0b203b4171130

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8666ab1cc6a1d4c6cdf63964546d53276267c377b616c4877e0c5d232314cdc
MD5 10eacf2fb59ad76e842ffc71ff2b9f5b
BLAKE2b-256 c6cf7753aad6a53013ed7d9470cfba82a6ebc77ae8e4a10d974795ec49aea9ad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cded3a47819a5a8ea626c8806b10eafe7b16c4dd66dd944e4a79fe17c82ec526
MD5 70a800862f36c114e6aa259aff0df951
BLAKE2b-256 3df2e2bae24ad58bd4011cd3f9337a9b86bb4ad8d958fffb604de6d6a4d011a0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fa7ef3eea83f9cf5edf063e3eac800eb99ebf71d2f386d12b7dd4187f13d119
MD5 37b1e95a940c35b87b86aee323ee46d1
BLAKE2b-256 afb7314709554ea8355a19e9fb48d06013b301bacca7db4e39d2c6763ed4c0bf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 012443cd560f72b27ea4a03d53ec8723c63bc7fb112a78bece69fef74691e17b
MD5 b4494fd88ba1bf42884e8952baa7e09f
BLAKE2b-256 5dc19dfd970a4b9ccca408af388a1d8d5246565eb3f6df2f17132d1fd136bd0b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69a944267314645995388f6b9c8e8e00a66e89d43872fb75dbeb7cfb580766c2
MD5 d6879562ff76f9f428cc84f3f1736b3e
BLAKE2b-256 47d79b31629fbc52dd3d8fb674941c17c0bb493bb4ffc279a91fc65ee9cfb9dc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: h3-4.1.0b3-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.0.0 CPython/3.12.7

File hashes

Hashes for h3-4.1.0b3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 68b326b039ae1d82cd5b13f5d051912e4f133af7b0027fdb77fff660ac8767d6
MD5 3d5a63ac43777c19f7e3962057d677f8
BLAKE2b-256 235b74442a14a41872bf70bd0326e1d8d4b534b3a8d878e72a9150b56fd51d36

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 15a32fd3e982d4411b0a216eeb54b4c371736e80fefa114b9f1ac93a62eb4fdb
MD5 d78595cafc812f7c1acfa560076eb724
BLAKE2b-256 3ae13c63167273a3eb92a97a6712497af4660afa74ad83b4965f17c492cee032

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e6d51a033ec6b33eb576649f329e3a32c797fe4c712cd45c03a1751b574253b
MD5 5d0c459cbaef56d38780787b05ced816
BLAKE2b-256 d3ba3fbfea094adaf49637a0a8fce16905b6bc05166f69d1c7c56ddaf4748b61

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c774f5270701d6c1ad9fdcee5ea148fa99d4efd91e23180a755ee7fb45d9a1f
MD5 f3c902ccc9084b9fd715eddee382cd0b
BLAKE2b-256 1c2e40e81ca75e0753b1627438f183bfc981ac2b738a12c0308164d4c52226cd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12b41e99b307a65018bb723527f63f9ae8f970dc42615cb56989b0c1771b795e
MD5 d138c46c62eb45bffd69056d71972ed8
BLAKE2b-256 d0f5d184906c3a62666334c49678f2103d37e6bce408303a8bf5ecf80e1933d4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7725dc53ba6b173a0a0c1bed3c4bee775e04f57901491491fbecb9f677038a4
MD5 1c9aca231e97f460c923cd0cfad32ff6
BLAKE2b-256 be8985d5228eb3b268f60dafa52f30b3684bb171c038578e772f171338fc96dd

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.1.0b3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bff660853b2a504c7ad19a1cde673f20ba68a99131bdd151db5c88937c9f0272
MD5 198ab7c6190b9ab146bc238232ce33d6
BLAKE2b-256 c7d9ed28e7525317889f622f06f6388c541b033983b8210c8bae0adfe99a1006

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f7fa5f623df1475b30fac4ec665e4f67ac05616456115b0ab2995db194bcbf36
MD5 d57bf21ef77230a448c83cf58586785e
BLAKE2b-256 83ba0b3aa5f2e3b39e4a7866a0f8ac3f7a39156cd9bf0756a9e6596ad0550682

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba0777823378c495b375b367026e84e70d73f8ff7850a59566e198b3e1127499
MD5 6ba70bc02d71c19c96e3b93518e5c501
BLAKE2b-256 eb411b78df3b05a0258dc52a5bbc4ec61f8cf7243cda36e8a442e659a76c606a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc56ce7c10301e70f0154557ed1596c6a45af6d8cd85aaa19ff8324d24ca2778
MD5 468acf22b8fca2fda6876744bdac26b8
BLAKE2b-256 8ef99a4c09b6e5ae98a2f6bfbbc2bc7a086146fe4b471506856e291fcfeb4a29

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 730a9976b88d66e79f16d4dc8697d8a5ef2039d47c6472c40bb18db9f1ad2bf1
MD5 8d3066f759d81f2cf305cc472e06e5f7
BLAKE2b-256 5a5370a6d4f241b19dd8d0e4270f4d9007fa94cd49ba842950b77118b4dbaf2e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ad1b82908a164404ff6c14262f6a6fc99b8bad8b084e9fdf8fd2e173a5f8bdc
MD5 c4cf943ee10f3c057dd20ef285df8bca
BLAKE2b-256 ef94926c8811530607fc9f7339842e14f918198c45b2122d42d1ae47f3fdd067

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.1.0b3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6c17b286b7a69d014608d33dba391a9f4ad9e8d677f55045dab1040f43a2098c
MD5 1588547482bc5a5683bfedefa0c73ad0
BLAKE2b-256 f77018d03c9a8c260239d3e5a165035c602340d949a595ae4d5d36a49521309d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9cf7fb9c1b800b9436550a5469d4da2e6c7dd7e048535d4e46edc3b721c579fe
MD5 f8a02ee4d0d9169cd46a8b024bd21010
BLAKE2b-256 295b894e526a9c6bb794ddfbf531546dfaefb5f438d1e3752e46bce20514ca10

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ef77df53c1e3a56018d726aefcfeba1cd9021cf7d7b72450e589b98df38d90e
MD5 77ad2515305cd2ee06a530f41f62a1ba
BLAKE2b-256 15f72280744ed57e04b9c352bb2135ed8f740b45fc94ef6a4c4ba97ef02d0fa6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dd489b177d4663a12f98eb8f5e20b601b4cf1c5abb7c861929aab9a2ac354b0
MD5 ea883f3d4c2d591f3d817b2681d406b3
BLAKE2b-256 1582d14869a0ca1870b1b8591b2a24eef7092b9d1657b095063b7cc2f0f5afcd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ed4324005fc2fe4d7f6f17510b4f90eb2e10aa6bd86c0f70e6331ae2c0a2d4f
MD5 f5da555bb373b04e91a431f26545c911
BLAKE2b-256 4aac89e4541980720e153c761fec592de8ba429698229bb7d7de57019828d2c8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.1.0b3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 13964735bf43ed780393808980f3d8343c255757ca205fa2de6faa834c66a1f0
MD5 a32e23d5f1dda9e6ae1cb87028ddbcfa
BLAKE2b-256 a2a26f20dbf9e42a1f7e7ac2707199bdabe5c5ffae2fa546148b51d804f82934

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