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

Uploaded Source

Built Distributions

h3-4.0.0b1-cp310-cp310-win_amd64.whl (723.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

h3-4.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl (940.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

h3-4.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (931.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

h3-4.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (935.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

h3-4.0.0b1-cp310-cp310-macosx_11_0_arm64.whl (752.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

h3-4.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl (804.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

h3-4.0.0b1-cp39-cp39-win_amd64.whl (730.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

h3-4.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl (951.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

h3-4.0.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (939.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

h3-4.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (945.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

h3-4.0.0b1-cp39-cp39-macosx_11_0_arm64.whl (753.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

h3-4.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl (806.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

h3-4.0.0b1-cp38-cp38-win_amd64.whl (730.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

h3-4.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl (951.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

h3-4.0.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (937.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

h3-4.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (945.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

h3-4.0.0b1-cp38-cp38-macosx_11_0_arm64.whl (744.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

h3-4.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl (795.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

h3-4.0.0b1-cp37-cp37m-win_amd64.whl (725.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

h3-4.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl (944.1 kB view details)

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

h3-4.0.0b1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (931.9 kB view details)

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

h3-4.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (940.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

h3-4.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl (797.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

h3-4.0.0b1-cp36-cp36m-win_amd64.whl (725.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

h3-4.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl (945.3 kB view details)

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

h3-4.0.0b1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (933.0 kB view details)

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

h3-4.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (942.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

h3-4.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl (797.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

h3-4.0.0b1-cp27-cp27mu-manylinux2010_x86_64.whl (903.5 kB view details)

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

h3-4.0.0b1-cp27-cp27m-manylinux2010_x86_64.whl (903.5 kB view details)

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

h3-4.0.0b1-cp27-cp27m-macosx_10_9_x86_64.whl (807.1 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b1.tar.gz
Algorithm Hash digest
SHA256 589ee60ee1a46bf04e5951734c50471224ed6c99d83114624c1792aace1b178f
MD5 5f9c015c8ca8761ba60e0cd20307d3ad
BLAKE2b-256 a0036396ab34fe04b508d47bf784b8726502c686a4feec5f8bd541027af18384

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 395fc3b30c1a6763af41eaabb6aac9baf201d4fed3a7ec5706539bf30a3a4de6
MD5 d8a10026746d2a7d610d698cd5f6d985
BLAKE2b-256 0a9b7e59c4156caf9db19cf7b8fc504f6429c6e87f6bd26b144dc97bdc634fe1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f53ee098aad7a71c334adf7fbc732670422a80fc4e53e397c0d3a8e100556c41
MD5 ebccf1fe0921d83ee19c903d6865e476
BLAKE2b-256 49aea03dd378fc6aff9dc54a20c3d4b7a8a622acbc7001239e73650c837bb1c3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe0aa818374b418d05438e09ab84023ffeec3197508ea06123533060a7405903
MD5 e73eed0fd02f28b5927b793eb8482fa5
BLAKE2b-256 5f1804c300d34c21ef0234edab6a36b7f4a2a9ca33418ca5021e150a3be609e5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4aec7f2aa1dbb7e78636eed88a32d73d7c315e8e62eafc89994a1715f37b734
MD5 b60177588e561d2963cf465980bdf63d
BLAKE2b-256 57778a5bbe3761fbda68efae26dca0124aa9502547695db1131c68e84d7e0f75

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a87f753df43e81ff3b65a19bad60fed3a343eeacb7951b5a9ec450ae22d6230
MD5 f7246120b6e7692f2f68486201a2e90e
BLAKE2b-256 e4abe4661587ab36ff24b5334d9ec26494a1fae3da4b1b914fc14518c0f146d8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7b192a18a350219e026b3ef6e180aa2db5dd2cb6008f7073ce8ffbb51d0dcfb
MD5 0360da1d96a1c5808c3bda69e561107c
BLAKE2b-256 95100c8a3931b377888f7f34ea08f965d870a6243036b199094a5b5c36dc0212

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dbee6b207db909cca1ddf9eb81a4a28556522158bd81be9ccbd0cc356b7df68c
MD5 0d92d54707207e2cfef5c3e1cbfbebc2
BLAKE2b-256 b934e4d8fa10725c407f3f86f01aafb36c73b96d410c5aa84f45fbc4f39b7b53

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc7f76c2c01fa35f201423ba58ae4a2215a2af9ef3d56e79e62378755db3f670
MD5 0f9af175cee575d56dbb45aebc9ea296
BLAKE2b-256 0416c9db8b26548ff924464bd186046716810626ca0da79bb749ca505c51941c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb100a0d70c185c9e06cf3375c66f3e87ec6430a2fe7081c30aeaec0d461c7ad
MD5 e0903e5d1fdcfd6fdb7599d8d4872f9c
BLAKE2b-256 6fcd0d282481e065b9428a898ee5f4edb0c20080dffd3675f7fd4d65c6ec8894

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa99fd08a4e4a6324e04ea291539af2e0929b7ed3ca40376945b0f22d18b2a6a
MD5 0339490d4e89dcd1c81665f196ec9ad6
BLAKE2b-256 ee415b1a95093febfbdd37be4146b184071b0bf8b6fbbdcd730f97357d759e98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0da49456568ac48eeab8dd3ba492b4b5e30d0661496a7d068cda9c74dc189174
MD5 a6c014ecac12117b64d081b066c36e67
BLAKE2b-256 e8bf4ad3927ae765758b529c99815d5066ffe73de8ba28e32aefaca47bdb34f7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7862bd5764a31e1873ef047f83765d181218f80fa4458e24793f50e859b71f17
MD5 46ae4fbec7fdc554e47c23279de8067d
BLAKE2b-256 439304f31cfa0fffbd1beeef60fea223a945a6a449d58e5db1cdb5da33d57bf4

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 833d91fc27dc9fe5ffe8c6c3ffef9088d4bb7af31935df038b44bb67009f3dc2
MD5 6e707091c59c9799fed706c6efd63942
BLAKE2b-256 51313089d151217984f2fefc120c22ca5d362ef8dce563b3ec1ac04ff533dfca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 40248d80baa45fd7403fa51676782f9e7b046c539c8f7b48404028b173e2aa29
MD5 c4b8f892c56df2e6071eba32a989cfe6
BLAKE2b-256 a9d074a42c73ef7f17637600bee1dc4d3bffc16c49f451d3e4069e7b2c4bf493

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3989462bcf4cd473445b09918b1bb353f6d257b510a667e9513cf8a5407b1084
MD5 55d710c483607499de313d86f2c8658a
BLAKE2b-256 196844ee743981e0ee50bdc77d9b80336d31a1154cbe016cb11b4b4222210988

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78fe00938ce9c087369ce1963bbf8c50fa9be06765415e47e4101a8626187e12
MD5 06f33597a54ed25106a44654d04d2251
BLAKE2b-256 bc88bf339494f47a61c668069f3b7622cd23c1427e30d6e00dd90f8504d3189b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d45152ec5b6e8856d8d4251c3baf9d4b2d42ef7fd00d9ec390b5c3cfc58aafde
MD5 a2756949f91dd43c6df7f1cf7e5f7e40
BLAKE2b-256 1a8a221ff8b7b95ebf58d0a2f09e6180383f945725d7c21b6a9d9c70525c53a0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97795f94fdfa769dbbfc002df5fc24449698d7c9fae0371ad2b78f42483aeeb3
MD5 3b31351eb6633b7a1c3632f3202963d0
BLAKE2b-256 f5073cf40c83defb98d0f402ad5f606f9a87ecfac489bbde6ff6ef998dc73d85

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f96ed57a24cf91254c72945265a16242f083df927063900162766d70b40f0f91
MD5 7f09d91f7752a90237368bc6a03146dc
BLAKE2b-256 6f8aefc1184285386c130ebff22cd8ab301097f37b7131361fa5cc7ae9a1c730

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b25c70f9e5228eff2ce1a27d3a87b23475e002988b9856034a31f02f6eac8729
MD5 8eb8fa3ba817ceedc9406aaeb1fff864
BLAKE2b-256 e5f81726f59ee2fdd05edc02e5b17233587d438e53eeb35d9547f3e98d2ab5a2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70136c533f34850d8f82831ee334f75102019cd5391dbcf0ed4e1a5fb6f5b624
MD5 05eb979f0d90a14b3fc53d38941fe4aa
BLAKE2b-256 34a598dc6267d1b9bd5426252e9d45eff9ca413e3cbc5b26ed9d96643c513c4e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84205944e12009b573e152e5cc7daf23d79c3da14cd64aee7cee2309111ff1d0
MD5 74c7c248963f38767ff52e679f10ca74
BLAKE2b-256 6ca971de5ddd74c65f5a3ad4ba5f02e2c624aeb9aff1e355c762481d7948974b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4560f9d648cdceed3c9644aece4e02800b333fa3d5745e8ed198a8cabdb0c6a2
MD5 6b3444dd23f27bb1035bee2c137543db
BLAKE2b-256 3a85eceabd3d093828ce1cb4a72ff06aecee79f0e5a0be0553f240a67c74d2b0

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for h3-4.0.0b1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a3dea50e9f33d5cedf31f2d32c09de3ba623d35bac546c3ecfb2810b9f4b8928
MD5 cd61cb95a193e1efd5006d23879d5f67
BLAKE2b-256 7c003e58f6a0241d8d3f91382899bc6f295c5f6b7124f1f9a2169298415d1e91

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da823e28fbc0a201ff7f0db3f2848f194807292919cd33bf37002fe2963bf4e4
MD5 7be0482ad1a9e1b6b95865a7c6e9e9bd
BLAKE2b-256 2db222501223772812f4202fc2b0046748e16398f6c5c1caf3d658350e20b80d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f61ec380b2eba72b1298fb651c76e784617dc838b8945740eb1f63240cf59676
MD5 92db41ff517db9e51a73effdc1df143e
BLAKE2b-256 8570de13e2508504b7c041666eaa215306f0eccbf3fe97162910c296d2f8c68f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 715f590851e5d60bfe5ae3b2f916e9dd5f996be4c3afe04a3214411e63dd87ff
MD5 5727aca34382c917dd80dbff9ddd6ee5
BLAKE2b-256 0c84fda46fb5f634786ff3abc4427a4cb96442905775322430471e5d777dcb26

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cfa1bda02d3d517413f36647b00427989112fa0af63807de91c1262ea915247d
MD5 c6a3c07cb8de92838b5599bbc81adf9b
BLAKE2b-256 24399f6e86d58776008b31af965361a90320de1cb3ce194f8dbb2f8fb45d2be1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4686d6417797c0384b3b4e69f9ef6532fce6fce9727d8e0889552a73f35c0952
MD5 42169e427052745ae43469c15a913a42
BLAKE2b-256 14e75432ad91cf5d8407b9a2bca9e627cd284e517e5e75836b238bceb4582e2e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 805667756fa526ffe62ac9902578e41f6c3f6bf08632f1fd54456e74766199dd
MD5 cbc44ab32863025a158c44aaebbbc087
BLAKE2b-256 ec2b65e7003d7862deab53a45a33ab42da53e90b1e723d3aa7f77d9dae44043f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for h3-4.0.0b1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d99f362c024b37eb06157aa2bd4e4a972b24d4ef826bfcd386774932bf1daa94
MD5 11005d063ef81dc4172269c8e9c03742
BLAKE2b-256 68a2b37080b07f01993488e08952560e62062c7aad3603e0a2b7177b010634e1

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