Skip to main content

HAT splitter

Project description

hat-splitter

The hat-splitter package implements the splitting rule described in the Hierarchical Autoregressive Transformers paper. You can use this to implement training and inference of HAT models.

Installation

pip install hat-splitter

Usage

from hat_splitter import HATSplitter

my_hat_splitter = HATSplitter()
words: list[str] = my_hat_splitter.split("Hello, world!")
assert words == ["Hello,", " world!"]

words: list[bytes] = my_hat_splitter.split_with_limit("Hello, world!", 4)
assert words == [b'Hell', b'o,', b' wor', b'ld!']

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_splitter-0.1.10.tar.gz (34.2 kB view details)

Uploaded Source

Built Distributions

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

hat_splitter-0.1.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (976.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hat_splitter-0.1.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (977.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hat_splitter-0.1.10-cp313-cp313-win_amd64.whl (713.9 kB view details)

Uploaded CPython 3.13Windows x86-64

hat_splitter-0.1.10-cp313-cp313-win32.whl (648.7 kB view details)

Uploaded CPython 3.13Windows x86

hat_splitter-0.1.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (975.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

hat_splitter-0.1.10-cp313-cp313-macosx_11_0_arm64.whl (828.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hat_splitter-0.1.10-cp313-cp313-macosx_10_12_x86_64.whl (880.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

hat_splitter-0.1.10-cp312-cp312-win_amd64.whl (714.2 kB view details)

Uploaded CPython 3.12Windows x86-64

hat_splitter-0.1.10-cp312-cp312-win32.whl (648.5 kB view details)

Uploaded CPython 3.12Windows x86

hat_splitter-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (975.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

hat_splitter-0.1.10-cp312-cp312-macosx_11_0_arm64.whl (828.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hat_splitter-0.1.10-cp312-cp312-macosx_10_12_x86_64.whl (879.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

hat_splitter-0.1.10-cp311-cp311-win_amd64.whl (713.9 kB view details)

Uploaded CPython 3.11Windows x86-64

hat_splitter-0.1.10-cp311-cp311-win32.whl (648.7 kB view details)

Uploaded CPython 3.11Windows x86

hat_splitter-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (977.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

hat_splitter-0.1.10-cp311-cp311-macosx_11_0_arm64.whl (832.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hat_splitter-0.1.10-cp311-cp311-macosx_10_12_x86_64.whl (882.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

hat_splitter-0.1.10-cp310-cp310-win_amd64.whl (713.9 kB view details)

Uploaded CPython 3.10Windows x86-64

hat_splitter-0.1.10-cp310-cp310-win32.whl (649.2 kB view details)

Uploaded CPython 3.10Windows x86

hat_splitter-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (977.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

hat_splitter-0.1.10-cp39-cp39-win_amd64.whl (714.5 kB view details)

Uploaded CPython 3.9Windows x86-64

hat_splitter-0.1.10-cp39-cp39-win32.whl (649.6 kB view details)

Uploaded CPython 3.9Windows x86

hat_splitter-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (995.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (978.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

hat_splitter-0.1.10-cp38-cp38-win_amd64.whl (714.3 kB view details)

Uploaded CPython 3.8Windows x86-64

hat_splitter-0.1.10-cp38-cp38-win32.whl (649.5 kB view details)

Uploaded CPython 3.8Windows x86

hat_splitter-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (995.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (978.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file hat_splitter-0.1.10.tar.gz.

File metadata

  • Download URL: hat_splitter-0.1.10.tar.gz
  • Upload date:
  • Size: 34.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hat_splitter-0.1.10.tar.gz
Algorithm Hash digest
SHA256 03cb9075f47aa0a6a573cfbdf365404886f29334ba173f22a01cf49f06069d1b
MD5 2debbe2b5d44fa8effb589bf443cfba9
BLAKE2b-256 b464f500aa25dd4a9bea23f835fa63f3d5d3341f2196467112b8071cb15ab534

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b569b8e5e6954c91888579fa36bb99c13736c52f1d143fbc2fe22dc60dd67e5
MD5 962519913db5767810d37f84d4481fd0
BLAKE2b-256 f8620515e4304dc8b4587a542fa7eec850a4c544ca58faaebd937370d7540c88

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d4c5a766f16990230eb2d5383625fb7f8e735cde051b7a8fad7143b575f60c51
MD5 5929cc71a0697ff38cd441df357e77b5
BLAKE2b-256 db25f239dac6fd6c654cf1311bac75d9735f6016d65deca7f5e9e2a24bee26ed

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aabd8deb9dd9ca352bebfb18628c057a574942def3455cfefd7d39c4767f338d
MD5 b3800426275b4d2e7293d8a056a64a35
BLAKE2b-256 5796cbc4863d7fb53ab268c9d04202da27741808ef1b007d7ebd01d03a128222

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7a0bae833683f6f5dec1d9049f1bc76245e2450cfde8666c1a493e08dd1ce571
MD5 944e73cc59c333a8ce75fdfab692b290
BLAKE2b-256 f3a58b48e329498af6366a8580291de374aa40ea0cee174457695d06e43e7c9d

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8200223e2a1fd9b747926d5a2624e282f380aa9c394fe2fefdd345eb703de4ea
MD5 ddcf2c6a230e32acad21b75bcc143d9a
BLAKE2b-256 0619b2ac21611414d515fa6347650bc00e50216ad06b6bea2768dd9926ba8c11

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3f15282a2c6a6b70f24b8fe1f4e073280527f9bbba7aae60cb978e282b9909e9
MD5 20f26f2f21387cd02e26058318ce6d54
BLAKE2b-256 27f21f657d7f9750ff2e477e9d69dc296bd1f24da15af1bcad2f93e3ed9e5baa

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27e28194ad88a008a83b04946c443e074f145cc7173e019795423d96f6b90c55
MD5 769e4bb729259da5b535f47f651532d7
BLAKE2b-256 9922a768a7553d1b5ad321f3184db781aa17f1f6f588b1d4faa5ad4ccc234454

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b7856fa0cc5b8f3feec59ebc96576bdca69e06bb87ac634c66395f853fa3d5d9
MD5 7ce5b2053abf32dc481d84e36baedd64
BLAKE2b-256 06c4b3c529e669c0626f993569b51da39e1705122c5f08c4cc0749af2b57b9db

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbd9885a739a7875a74590504559e990093e806af8930ecd796366f9ab654b5e
MD5 c13624cc9c8435efca6e0cf9ea2d9083
BLAKE2b-256 b78e0197dfc1bbc38ace24c7395d5e58386d9ba886d0b3c2d10e32261cf8d6f9

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6501760065d059a9fa6cfa522a45be8827edb438cc4b481fa67a9b66f8b54c45
MD5 7f62c7fe37060da9b397e99e42132e44
BLAKE2b-256 32db2d9af45740bd393f1920f37441affbb437391bbb880cd2e0183463894dea

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f911ba289bb7b3aab0ce1fc601c1dcf2213d1e2e39251cdff9b209eaf7fc2a51
MD5 a00774640a54211af4f9ceab53171224
BLAKE2b-256 16edc6d2d2f6651f308d88f3716d873fecfa9718a72198a4e4b90dd405cadf05

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fd2674d5c9ecc4ff3498bd404989586e333a976e560428c4c61c5c7f584ac1ba
MD5 0a307140401f8bab9d56ca1da1c1f63f
BLAKE2b-256 261b86ec731f49711196bf20f20c2c168fc25e49903430c00b38daa2f0d7fc3c

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddb050bffc27347e158c462f4438f5062e395422c3f7a622b8d1a56a9bb53ecb
MD5 233606c77e88d97a9ad1c97419710ea1
BLAKE2b-256 f79374d11fff613fff8ae161522050ebf6c9dbe08ecc28fe2c1a18e904758f56

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e788bb8668edba666f9b468f5b84a1c0d08d06ce22d501aae39b47d8f42274d
MD5 ed308ef47e8512e64054402cbb7f6705
BLAKE2b-256 82844ad7d7d389f5dfb67af0250d7969f6245e667c04bcce86a5a0e1dbc01d21

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cb1da8759a490a9dc7014b8fed616c4d925078c5c8bb675e7005e8ae7f1ae15
MD5 74bc27734e2bfcd8555e7a1e34306c8d
BLAKE2b-256 dc60f75073ff0bbb4004af10dc0dcd58a205c45be194badfb01e99a1635c09f7

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 58c1fbc1b9e41f2705131175452ef40e2c445d6ead1ae86d27e943490ba0273d
MD5 4eac8eb85722729881d80d8a60388131
BLAKE2b-256 2361438f705fbed8aefd74ead83a65396dc62cf8adb082a6441a55be30b931ba

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9fe25623123db6ecd1f4299e519d2c46d3dbfbfe67709e77cdb1e3d0107877fa
MD5 e95085575db944c5f42cd798ffb9764c
BLAKE2b-256 c6033b72fd216f5751f75a96358dc2f124b7a6494d5fba0a7fb159cea6de8947

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 11481a5ecdd30259f669a65fcfc99fc5f72817bdccb0271d6174f0a2ff3b0787
MD5 f4b9112de457fb2e62366fb70db93ff1
BLAKE2b-256 9cbe0b6f0d8e498d990191fdcf55e8b3059f117494aa45e79f2419b318778a4f

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 711742232b9765c8eb6dbee1a2df594fb1abe2429ec899cc1d996759bb69235c
MD5 35f4820b6693b721ee3ac71871349d00
BLAKE2b-256 e3fc91e90b7485426812e889b1a5e9098608a721a2201c8d0c15b64f480972fc

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 43de8889adbaff2e0cbc261a4846d1a3c1b731700ad49e35d1f88a4cbdd4d274
MD5 33e1436b201e59a2998a1fce4f0ce440
BLAKE2b-256 7231e247648c154ead9de3cc199daebd178aafe3e1c2ab8201b7523ac89c9204

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2eed558316e75302aca1019052110ce301ddd1ef2dc5ae47d1fe82e20cd35c9b
MD5 06db579b991002981bcb73f109c52308
BLAKE2b-256 d9fdfa313905336e0642f8bacae6634281271988df2e5d9d0a98c7b93aa6232c

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 23a1ead78530f249cc9933378de9df8bea928a740e0d6ccb09fd4f7f20763ee2
MD5 b8cf277dac391fb1d550689f27793b83
BLAKE2b-256 f4a740d321f5c7af0e876ce1c9f4e91ef6b9a52ca91cbcf83b53352982a7eba2

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e73ed69e75ee5bba1244f746a08d6594683a1e9ed4cc44c954e594e1a2a05b64
MD5 94eef377c2f787a4d5a74dfea5b17a3d
BLAKE2b-256 86437f4fc8a02a338e7eee3e4ce9036d069a2ca764bb9eef9ffa0efbdb7d7fa0

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9071fef09b89ac7ae9bf8f10e80d6b28844165c7cc7b8520e9e5ff6bc31d1578
MD5 bfcd33bd38799d13917d1d5b08b18c3c
BLAKE2b-256 df592a14b116ec73255f5b0796e136cd9cf576714e45caa0116a36657dac6be4

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a0b13ae385d0bc1fc75d8fe6863279086d803fd7b66ce8feca78cd12d418d4f
MD5 11f3c233aa407030a0529ca2b3436883
BLAKE2b-256 7b9467845794b2c62044e848648e11dccdde11004e8317aca24aae075d725d5d

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8151982ff5703773a872d6658662b58066910ecc9331d6d13f1a5e918971c6df
MD5 79ea86836319ad5b906b15e17e2f2320
BLAKE2b-256 5000ab780fecd017446760e035e8e4e86de055cdce2d6d68b1a8b7cba989063e

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5472129aa8d323f352b36a55437104c89cd9f62eae71781a6de1df01e74aa4e4
MD5 c14cc96d91fc0d24cb4036260bcbe678
BLAKE2b-256 12ae3cfd8df403fadb2126a7e0c9292a6d42dad380b18e4b1d3228843758ba99

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d809d3b5d04c99e2a8b4664e83ab518d4aca132fe8caa2c459bfa748d45a5315
MD5 ffb86694b1efc3b4b327975d316e81ce
BLAKE2b-256 15b53a1e05ab7bd4c1943a6d0e30766a33f4b95804bd42eebe3946a183e38088

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e38d4ae8b664323399977672d0973b727f614ed587a4e4d0a627455be4169d8e
MD5 147f4d1df33dba1a81db11f28e7235f1
BLAKE2b-256 e54b195d982f7ef4067dbec31f2e70c084de755e275cff7933d506256d79132a

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5ab91728bbca2cabf6e09c02f75331a05905d790dcf7d7e2b840de6a4771f6e6
MD5 b9faa5dcd78826b48a94ebe71438b605
BLAKE2b-256 83b5a566403e08cb419b0fe12e811432c538c48d45c5399d63831a6ffbdfe88e

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bce099869b533185f0100a7085eb405a16e5c2c8fef9965250918ed4c43b5635
MD5 5afc70c85cfb4b92a72a6791f0fd029d
BLAKE2b-256 5590b7c4f0a19567449451240ec2a67840bee507aee1fff0724ec09ef192dbee

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 dc26055cb36077a45f40b8fd0a42be049440468e704fbf2003ffb861f8562b2e
MD5 14f6929bd5cc10ef178e0b59886ba502
BLAKE2b-256 4ef08feb031072ce3616e7e14853eff9bb6c174e1ed4e6218c80a232766fd0e2

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b8b004808d5a223bb8389d3043526f4185566fdb868877a201bf61c49b93cbf
MD5 1568c54a79feb6d87d02e9fc8578b872
BLAKE2b-256 8df2675039eded1c379906f9d3f2190dabdbf235f0012f195c3a817435920126

See more details on using hashes here.

File details

Details for the file hat_splitter-0.1.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hat_splitter-0.1.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0401bbd2b679fec5e3f111f5ec125d498afdecae158a1e4e71833bcd7616b9a6
MD5 8d94383027577a268bd95f75438b44ac
BLAKE2b-256 8d13348c347d530258b64578f195382c169308189476009de1f45a07ff90c4b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page