Skip to main content

Python bindings for Tessil/hat-trie

Project description

hat-trie-python

Python wrapper for https://github.com/Tessil/hat-trie (MIT License)

It's still incomplete, not all functionality is supported. Sets are not implemented yet. Tested on Linux 2.7+, Windows 3.5+, MacOS 2.7+. It should work on Windows 2.7 also, however it's tricky to compile.

Install

  • pip install hattrie (requires Cython and a C++11 compiler)

Example usage:

from hattrie import HatTrieMap
htm = HatTrieMap()
htm[b"/foo"] = b"1"
htm[b"/foo/bar"] = b"2"
print(list(htm.longest_prefix(b"/foo"))) # returns [(b'/foo', b'1')]
print(list(htm.longest_prefix(b"/foo/baz"))) # returns [(b'/foo', b'1')]
print(list(htm.longest_prefix(b"/foo/bar/baz"))) # returns [(b'/foo/bar', b'2'), (b'/foo', b'1')]
print(list(htm.longest_prefix(b"/foo/bar/"))) # returns [(b'/foo/bar', b'2'), (b'/foo', b'1')]
print(list(htm.longest_prefix(b"/bar"))) # returns []
print(list(htm.longest_prefix(b""))) # returns []

Any Python object is supported as value, however only bytes are supported as keys.

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

hat-trie-python-0.6.0.tar.gz (93.4 kB view details)

Uploaded Source

Built Distributions

hat_trie_python-0.6.0-pp37-pypy37_pp73-win32.whl (40.0 kB view details)

Uploaded PyPy Windows x86

hat_trie_python-0.6.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl (79.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

hat_trie_python-0.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (42.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

hat_trie_python-0.6.0-pp36-pypy36_pp73-win32.whl (40.0 kB view details)

Uploaded PyPy Windows x86

hat_trie_python-0.6.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (79.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

hat_trie_python-0.6.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (42.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

hat_trie_python-0.6.0-pp27-pypy_73-win32.whl (38.9 kB view details)

Uploaded PyPy Windows x86

hat_trie_python-0.6.0-pp27-pypy_73-manylinux2010_x86_64.whl (79.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

hat_trie_python-0.6.0-pp27-pypy_73-macosx_10_9_x86_64.whl (42.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

hat_trie_python-0.6.0-cp39-cp39-win_amd64.whl (54.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

hat_trie_python-0.6.0-cp39-cp39-win32.whl (45.3 kB view details)

Uploaded CPython 3.9 Windows x86

hat_trie_python-0.6.0-cp39-cp39-manylinux2010_x86_64.whl (500.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

hat_trie_python-0.6.0-cp39-cp39-manylinux2010_i686.whl (493.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

hat_trie_python-0.6.0-cp39-cp39-manylinux1_x86_64.whl (500.6 kB view details)

Uploaded CPython 3.9

hat_trie_python-0.6.0-cp39-cp39-manylinux1_i686.whl (493.6 kB view details)

Uploaded CPython 3.9

hat_trie_python-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl (53.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

hat_trie_python-0.6.0-cp38-cp38-win_amd64.whl (54.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

hat_trie_python-0.6.0-cp38-cp38-win32.whl (45.4 kB view details)

Uploaded CPython 3.8 Windows x86

hat_trie_python-0.6.0-cp38-cp38-manylinux2010_x86_64.whl (508.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

hat_trie_python-0.6.0-cp38-cp38-manylinux2010_i686.whl (500.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

hat_trie_python-0.6.0-cp38-cp38-manylinux1_x86_64.whl (508.1 kB view details)

Uploaded CPython 3.8

hat_trie_python-0.6.0-cp38-cp38-manylinux1_i686.whl (500.8 kB view details)

Uploaded CPython 3.8

hat_trie_python-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl (52.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

hat_trie_python-0.6.0-cp37-cp37m-win_amd64.whl (53.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

hat_trie_python-0.6.0-cp37-cp37m-win32.whl (45.3 kB view details)

Uploaded CPython 3.7m Windows x86

hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_x86_64.whl (488.9 kB view details)

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

hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_i686.whl (482.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

hat_trie_python-0.6.0-cp37-cp37m-manylinux1_x86_64.whl (488.9 kB view details)

Uploaded CPython 3.7m

hat_trie_python-0.6.0-cp37-cp37m-manylinux1_i686.whl (482.8 kB view details)

Uploaded CPython 3.7m

hat_trie_python-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (52.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

hat_trie_python-0.6.0-cp36-cp36m-win_amd64.whl (53.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

hat_trie_python-0.6.0-cp36-cp36m-win32.whl (45.4 kB view details)

Uploaded CPython 3.6m Windows x86

hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_x86_64.whl (490.0 kB view details)

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

hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_i686.whl (481.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

hat_trie_python-0.6.0-cp36-cp36m-manylinux1_x86_64.whl (490.0 kB view details)

Uploaded CPython 3.6m

hat_trie_python-0.6.0-cp36-cp36m-manylinux1_i686.whl (481.6 kB view details)

Uploaded CPython 3.6m

hat_trie_python-0.6.0-cp36-cp36m-macosx_10_9_x86_64.whl (53.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

hat_trie_python-0.6.0-cp35-cp35m-win_amd64.whl (52.4 kB view details)

Uploaded CPython 3.5m Windows x86-64

hat_trie_python-0.6.0-cp35-cp35m-win32.whl (43.9 kB view details)

Uploaded CPython 3.5m Windows x86

hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_x86_64.whl (484.1 kB view details)

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

hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_i686.whl (476.0 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

hat_trie_python-0.6.0-cp35-cp35m-manylinux1_x86_64.whl (484.1 kB view details)

Uploaded CPython 3.5m

hat_trie_python-0.6.0-cp35-cp35m-manylinux1_i686.whl (476.0 kB view details)

Uploaded CPython 3.5m

hat_trie_python-0.6.0-cp35-cp35m-macosx_10_9_x86_64.whl (51.7 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_x86_64.whl (460.9 kB view details)

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

hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_i686.whl (452.8 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_x86_64.whl (460.9 kB view details)

Uploaded CPython 2.7mu

hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_i686.whl (452.8 kB view details)

Uploaded CPython 2.7mu

hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_x86_64.whl (460.9 kB view details)

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

hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_i686.whl (452.8 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

hat_trie_python-0.6.0-cp27-cp27m-manylinux1_x86_64.whl (460.9 kB view details)

Uploaded CPython 2.7m

hat_trie_python-0.6.0-cp27-cp27m-manylinux1_i686.whl (452.8 kB view details)

Uploaded CPython 2.7m

hat_trie_python-0.6.0-cp27-cp27m-macosx_10_9_x86_64.whl (50.8 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file hat-trie-python-0.6.0.tar.gz.

File metadata

  • Download URL: hat-trie-python-0.6.0.tar.gz
  • Upload date:
  • Size: 93.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat-trie-python-0.6.0.tar.gz
Algorithm Hash digest
SHA256 bf75ca87c83246b13ae87927e4bf4a43c67aa68703233162b7fd0a2ccafeb2a2
MD5 2849b30a121824ab1590142961fe9c3b
BLAKE2b-256 594e932024f2e6a56bd04c43e0e94d5bd32acdbac2c67e6617e7ab54e0a6a840

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 1e3c9c97d8d6c1f11eed83913b20bc635ef556d8459fc4d8903a892c232e2e24
MD5 62e0368f52b4d9f6349df1c1cc8b7f96
BLAKE2b-256 9a7a28aa5187d1684a229cd09567a7095811a1131a872b272a220cfcbf1782ce

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for hat_trie_python-0.6.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 10320527c1b28bb7354d4bf6b806e8fb9dfdbc106edc25f7ab2fc710037b3fee
MD5 f8ddbf6aa0c4c067f56af69a9ec9f279
BLAKE2b-256 2d14f057cf56663b0a2f91a44981382780ac649551590e3b191801b075471384

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp37-pypy37_pp73-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for hat_trie_python-0.6.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3dba5a9f190cc5b75812ee43149fa552cc77caf14daad60713862737c8f81550
MD5 df80e3e0cbe3787afdc6c4fa1b206569
BLAKE2b-256 c4f274ddc207ab3c2380eba348b77b8746308b76d98eac369e67407b02762be1

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hat_trie_python-0.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5fd5cead17045ddb5cabe45dc2803979809d7e90d9a3ca9840f7e48c5f384287
MD5 b9904f81484d91af96d059e492d40bfc
BLAKE2b-256 610b88984c7ca042f512765b12129046e0dc8c63c715f304c9da991605cb6e07

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 068c274bde146c8880d2434a7d3a763d9551446d1d5352a36c0cbeb03cf15e58
MD5 5b6f24c0edc69784bb55fc82f67379f7
BLAKE2b-256 e48e202a41918d49243249ef6814a8b5ccb7480f12453ce527a06561ea2699f8

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for hat_trie_python-0.6.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8842373c2d9288e7749c51650f7f47897eb8dfb092c0e4774cadff7ec32ebaaf
MD5 252474f6dcfd519f812850b3ee5929df
BLAKE2b-256 3678dc0247ac27873d12643c3432056ef12d662a2c39659422bbfc9e694d3805

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for hat_trie_python-0.6.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e3c0c611463a4c7c05079c799e12ae62f44ad92eb6c7fc95edba72a052210ae3
MD5 3c21ae9f179bb9484b09a1cb58c2a098
BLAKE2b-256 0f2f0ce49052cc7004cdc331dfa7853d1d10732d9a1a64acc862b54f935fe707

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hat_trie_python-0.6.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2c1e0ce55fff125cc5bd40e201cb023bef80ad0eda76f8ae32d730c7bfd32f6a
MD5 65a61564b66b6fe3c093b5611d11d707
BLAKE2b-256 5c867203f9adf13d3551b24ff54ba40380a9dcf2744d8625badba79a328ec857

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp27-pypy_73-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 38.9 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 fbac8ef705b5ce51d89f8d243e4949bed47ff8fae75a8f5ad28a25de742e6130
MD5 fd23f1792455988c72ca8094967820cf
BLAKE2b-256 d6e43354c9b19eed0c934f7247f5eba2ee22a01667d056c45cb409e292dc65b4

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp27-pypy_73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-pp27-pypy_73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 79.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-pp27-pypy_73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4224396ddd4f38344d45647c7aca2a8b33f37461ea06d06c320467066f191a43
MD5 0e69353fa3e4c017700647cb394a7347
BLAKE2b-256 1b191b73728078ca5b0edc553523581c8bdf7a7964a03e6c9c373de218d02209

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp27-pypy_73-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for hat_trie_python-0.6.0-pp27-pypy_73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8e0f4422c528ddf2bb4c9643ba9724c28cd87e6c4582bb4165dcc89b91ea29c1
MD5 dd2facf3f5ed9ae7a84bfe3e3973b3ec
BLAKE2b-256 a961d6a35675af1d4b9849966fbf59b3b6d92dc287a0166fcb97236fdfd0ac57

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-pp27-pypy_73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-pp27-pypy_73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 42.4 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 209b004d062f3ed9baa914f4d83992a84fa1b0bb8e7518772df7772198a6ba71
MD5 f87b1207eb6295a9eb3deb0a989fcbb2
BLAKE2b-256 58d0419f4ea2451976dd1beef002678cef4137974a0e4610a13ba6adf716e4d8

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 54.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c2018101ebf04e295ab83af2176113ec305107391db9b83d487a7157a877d1cc
MD5 72247bc8b92b2a0c1d2afc1d6573e7c0
BLAKE2b-256 14b4ae5908fe83a108594f6e1067075ff2d1dc4d9136d947c9d4084317c67b78

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 68b99db65b851bba51858af29f4ccded22b003c804e3f43136d6a74f90ffb199
MD5 47e0c4d27e26fb013a882525227cb753
BLAKE2b-256 9b571ca2f832a9fb1993ff236416e51aba2622dd705c99962604f9cec314a234

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 500.6 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 44205fe3925253ec2f77a26e1fddbda33560f2a3c8ad3000f42f7f192ed88c96
MD5 532a82bad40c4731b2e31728bac3090c
BLAKE2b-256 ab23546c87629835e6fce3ed967b8fbdc60ac288333a292486109805785bd3c7

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 493.6 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b8843e2b06a6f2d03bca50aef79ce271c3bfa28bcd8f8f0053b5e770bf8bde2a
MD5 5cff1d339f73377684f204221e3b250e
BLAKE2b-256 dac56b97228ccf614e1143f6539cea96311f23bcfedf16d1159c2d4f25b499b0

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 500.6 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fa2f923083bc102e011f7faf4d5210bcb164bcc2ef94efc61a333992a2bf75a2
MD5 fbcec5e6b499536333981ffdfc7ec07d
BLAKE2b-256 e571c09a5754071f06a68ae9b106198acaf8d0874cae4b408aaec1339902bebc

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 493.6 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 09fcc8e6626fb99bb92771d0a4cbe0a0efa3c45d7b5c554dda2026b3ec4863e8
MD5 255812facad0896c844b194900e9b3ff
BLAKE2b-256 0f02d3d45942d1a0e660acaadc63fd219296943ae732625e8488c35f8ab08a96

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 53.0 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8778509d62ea736c5e4a0f92da583706fcc4a262d386bcd17a00c366350e38e
MD5 7827f4138aaf5f176417911edc515f65
BLAKE2b-256 81377037ee3955e1d798c1a9edca6ea0ee7cab9d0805805c236fc71098ad1912

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 54.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e861b86cacef4223163db8b2d9d646e2777dac4187c046a36ac0d8c61bb372e8
MD5 82db67a4cfbc2f9921a895ff7d7b6105
BLAKE2b-256 399778c0b58d67affe1d737674a388c57cbe28f2e6cb82c73a7b8aad3a5e1fc7

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 45.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 77ab9eff8657a1bb5a50631873b8bddcea1b4f571893697581de7f03bbf0950e
MD5 e2eb55d28776db0938a9da43a00cc11f
BLAKE2b-256 0ce8a6e2db02be7ca427246d5593cc9ee8fa8796459e59a4d17ec16c56bc6d93

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 508.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a652b4449da90932089bc6c9922204f0a032043ad6076267e07156ad9de5b768
MD5 7d90e46f29aa2e7ea47923e0e564da83
BLAKE2b-256 a59f00710bb6f35275b943d4a520fffe4cf18ba05370fdc245a422307b299645

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 500.8 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 be5c694905baa754f339f4ba65791e4414b7976c55d35cc4e467b7a338f7e8bb
MD5 bf18cdc63bee1be8eb6a5620ab38a29b
BLAKE2b-256 c5665ac110ff99b42f7b112fddec71928828fbb6f9ddb91f966e8f306702b43f

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 508.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ba4c86c921f94a8b77e7c62f8e8bcb0dafc8e3dec2ca2ae7259fa62fc6764a9d
MD5 e667190e4441f709c3d9c73a6281d2e9
BLAKE2b-256 c99dc70e409fec666df075d55458dc8e50c6652a9d75793a2a6e7d6e686bfe80

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 500.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 35bc4d5a7b762a05e14712638ed2640bd89ef9a8f4e5d7d49e52be305698fef5
MD5 6da9b5d06549a83388f11d1c03cd3029
BLAKE2b-256 976ee357336d02f18b1aebf34242143ab134565676ad313fe0cbb765e0b463d9

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 52.9 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a4c7809618d904245fc983d25df2e5480c51bdcb4ec219fa9c71d73eb4e6755
MD5 2ba3de2db7a3c1addfeb8ded3209501f
BLAKE2b-256 fb1ebacd4632b334e78cc4e94e39b362f4af99474cce7887370fc163067d0291

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 53.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5cfef8ce199b73c21e31fc37b48fdee2560b318c26141b7543bb7189c8edee58
MD5 1b140ba0d9b207f7d44580ab09387171
BLAKE2b-256 be89e8779928c5ba11ab3426cca7bf8f1aa4222c0e9a7fadb74c84ef9421df46

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4dfd76a4c330dd314959a61f03b209225e1c46771745d5950a66a61faa6fed39
MD5 148cd43d9a7ddcbf658863cffce03ef6
BLAKE2b-256 3343321ebee97dfb122ec8b23fb4e576f73fb05ff881f799d94978462c185773

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 488.9 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2674a0baa41b3b16e6a762f1c8205c72fcf6ab9843fe88e274f953892d87438
MD5 f03e81729ec307e07acbb0bf8df3437a
BLAKE2b-256 ba5bc55115e6cfd6ea67e4e9fe3f8a7daba47ee791e22a98b01996255a580e81

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 482.8 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 042527eb779abcb9f4a81b53ce5ff1a3881c1893aa855cb437230995d47ddf49
MD5 31f6fa64266059e19b0628b59514e153
BLAKE2b-256 30c3c2ceba04c7b1b1e611fa06367a6d44d5ad55bd077b4a60cf350411ed9a6a

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 488.9 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e81cb939d50b054bcb60ae87ec04b86fcc217fca0b454e4163128679c034ad61
MD5 55c770a7e25b1e815a4def3833e2c352
BLAKE2b-256 4045817ea4472d4d2fca22c10579270a3995bed9b0a8ea46eb3b03291ec2da17

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 482.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b622021b59277ea19f861a833c74efbac6b50b409f69cb0d39062cfa5690905e
MD5 51c466abec5ff21a15e583ff814b4596
BLAKE2b-256 7235c12ab5cd20253c1d3ee984b3f3891a31a886cc86a958eb5c4beff2e561a2

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 52.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67bc1cd43672809d9c7a229e8650e290446b964e93a43928aa7df6bd396a64f9
MD5 3a2c3d116ce5fcf8f0cc6a5b290a470b
BLAKE2b-256 ee49e425dd127d40bac55f453ce46ed80f8ce9de02749709e6ff777a32685e94

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 53.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 cb51c920473f1816bb954e61600225b13dc84ece18830e94d11fd72c287ed483
MD5 bc4c8216f450dc0d3338859a71f5cbb6
BLAKE2b-256 3e21876c13eaa014955578ac051f97e949b1908990cc80795cb6b4d664b85358

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 45.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3f81d9483bc352ba78481759610f12cf52656e0f3d1c3dcb4d4d5ceee19d2862
MD5 3ac16574ea1f8a2c54328a431a1e0ce4
BLAKE2b-256 05fe3da88a8859601e49a1d650b02e3532acffb29d89a83879dc982c7fc13cd3

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 490.0 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a8fd32d72480604c43dceb6f2a7cec784469db126cc33fbfab931a2705a38d26
MD5 37cdef13da8ee2949c88d896a2ae9a75
BLAKE2b-256 b6d784e6f2ff1c0c0a7978d03118a76d1e975a58f55b84cc4f5b5f9bb5274e35

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 481.6 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3279e1c8c7863cd183b50b0f3503308c79f33660526b71e2ab15e9182353820a
MD5 dd06c5140f824176f2df777feea755a1
BLAKE2b-256 0329ef9476601e183ce31bcc399f9a9ff94263d166ea3ae07f1d645ab06bdd55

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 490.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fbdfe54453ad4745ae6b4c9551f01d488ba3261b89121e5d165457493396de11
MD5 3735a3969924ab7d6d55e1e7f598eacd
BLAKE2b-256 0b06198b98dc0c101fd8365aad2f794159e0a21ada9c44af46a6a998eaab142b

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 481.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 901a45d0736213273c6a1d276cd4a8127a325ba07040df4d1f68aa668738a9eb
MD5 ede25f43597fd5783090dcd229d39ecd
BLAKE2b-256 e0fd92b8618c4b460072cd2fa4c5bfe3a7aacad3a209599ba1d30b5b08435267

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 53.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 680181e271be27453d7e55d71f470ea3d3772ab6f6eed8adb56f417341835cb9
MD5 8fff9baea02d7bf4ad2131989f424ad5
BLAKE2b-256 b3727f3d277080dc5b2a3d2281bed592be1de935cc37635eb09e230cd19e1739

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 221b0c1e9e657f14b39e3fa356516336b3cf3050890f45f50a96f56d5ef89d87
MD5 29d1513610ba4051755fcebe4b78d8c4
BLAKE2b-256 2d85235493a50c9f03c0211d9acc4493228c88584d470538eee6c1b47485efee

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 43.9 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 040761d4161918e9f21e66f7539b94a721b155d3d127cc0632cc453025ee5ede
MD5 b0ba4f5a24e6642e6a027859a1781791
BLAKE2b-256 3fc8c9d249421e08714bd368d87dc329624de4b9b527c82451597168da9c4f46

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 484.1 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f22e92273e06a4f3d787a5d6d6a6f0195158051cd35762be29b76025f742a8ed
MD5 cd9b1abd374935f16f26efcfdb895191
BLAKE2b-256 a01c60eb7f922616dc70310419a62b41e6d4be0bc49a284a8f542f38dd17aadc

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 476.0 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7633347134fc2f3909386f06c387e71c31e826790a7288ee193b326a34af8c8e
MD5 3ebc06777b9e972e8dd9a592dcbaf4c3
BLAKE2b-256 9102e4d1bae3354e3b864132d8ba9bcd5295585234f9b9c48ead89e7fe5707f9

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 484.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e3eb94527583766b6f6f04502f83c10ec0f456b38442b7e6dba5f2efca3515c8
MD5 70a4e6aeea19caad5b7362978207d5a1
BLAKE2b-256 136ee9d4e64f7c61d032d97cf6253036eb15717c854d29c6a8dddcc4c8900c5c

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 476.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4ee3c6551bfd9b6f3545dd957f87b5d6bdbdf6efe07aae4e03dc151783e87b9d
MD5 dd956010bd8de4ce40015ad6bf4e61e3
BLAKE2b-256 e26e8eed717d6a52e0a8d25afdadbee0ebfc5b83c097c1675ca3060a32b1b48f

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 51.7 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8298934e75fdc972f9e5c938b8aff31fc7bb7e13de595026907903595d465af5
MD5 85adca45b839e009472ad6c76d808125
BLAKE2b-256 7f355fb0f9fd21378a79a2d97be910f7d388bc24c25c77543810ba2cb2b80b7f

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 460.9 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 591b18496a53ec9a86600dbf5af4534d5ccf644b26d84714320e982bc9f86a17
MD5 08107196dffe8a329f08ca0bbfb22713
BLAKE2b-256 3eb0bfcf1add334c2f448ea34b48e45dabf0537ff089eb766ad3b78f2bc1c854

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 452.8 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3e8b5007f9de46c84a52ed628cc6d38472f104e49a2adb8aa5f3b3cc4b2ded94
MD5 2cb485bf0c796f691deb018e80ce0130
BLAKE2b-256 bf302826e25fe019aefc83abbdc9991ced3e7492dba92a201e43f7af1f7f099a

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 460.9 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e995b2b66bf07e4afd6a25afe77b8f5a94a68d8b9ddfe1c488626fd51c8b2755
MD5 a263e5debc6cb862e5d33ea6c23950ee
BLAKE2b-256 ffbb5c6e5678d91f5b2a55744fb659abdd07134512199e0ca0276d8bcc96952c

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 452.8 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 42eafacd0094349ca26ad22f4e778739cafda137d785cc0509080d426f81f2e3
MD5 affe674b4ef314b6a45c6bbcb042815c
BLAKE2b-256 7f58c5df7f5dc0427b5d4396b319391d686e127460e265ffc708416cf0762589

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 460.9 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 146fcb979dd91916abb42a61d4b5a6524f3bec0c2891e1ea6750bc2ac4271ced
MD5 daa01bbf6528b5bd2aecde4b0cbd3c7d
BLAKE2b-256 24b18a2b9be6d55fbdb868e1381a09f1e1b9ef9b04c05f6608d8df582d4ec153

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 452.8 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0d927a4257cc4691562a5a0dd3ca9d6c5bdfceaf861fd333cf5cc35fe989708f
MD5 eb92fd93fce967ffeea805d4b3388c89
BLAKE2b-256 102b2038c2b0fcfffda7cb9e3ce9ae5d7f18c69c9ffde6c5ee6750e6d3cdc960

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 460.9 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4f86ecc9a642a63428e12fdd4bb6c0f6736bc8413f4ee773972f8d8a336b27fc
MD5 a4a73a179afd52aa07bd322763c0ddb8
BLAKE2b-256 2c31efa43b2b77759955be23e1939447a915e5a71dff68a25193c65198d0e0dc

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 452.8 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 070a298ad098daeb3a9b982fd612345d53e210e62626d378049a97bdee16d039
MD5 a5e3a060f742576a801bfd88e54830db
BLAKE2b-256 d5819d38546d6eef5d35a2f7930fedca4a69f362a2e43da9d58633aefa4197c0

See more details on using hashes here.

File details

Details for the file hat_trie_python-0.6.0-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: hat_trie_python-0.6.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for hat_trie_python-0.6.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 713ec694297281768f7c80d5900a873e6bf82cf1b15b174c7bbe28e7eb5f3814
MD5 036ef2f2018e90c28caafa6ac3bf733e
BLAKE2b-256 c78306c59288df619c30f9ecb230956ec93677ecc4da2f4b0a1354d29fa2b8e8

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