Skip to main content

HAT splitter

Project description

hat-splitter

The hat-splitter package implements the HAT splitting rule.

This crate is a work in progress. More information and documentation will follow.

Installation

pip install hat-splitter

Usage

from hat_splitter import HATSplitter

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

split_text: list[bytes] = my_hat_splitter.split_with_limit("Hello, world!", 4)
assert split_text == [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.7.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.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hat_splitter-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hat_splitter-0.1.7-cp313-cp313-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.13Windows x86-64

hat_splitter-0.1.7-cp313-cp313-win32.whl (3.1 MB view details)

Uploaded CPython 3.13Windows x86

hat_splitter-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

hat_splitter-0.1.7-cp313-cp313-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hat_splitter-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

hat_splitter-0.1.7-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

hat_splitter-0.1.7-cp312-cp312-win32.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86

hat_splitter-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

hat_splitter-0.1.7-cp312-cp312-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hat_splitter-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

hat_splitter-0.1.7-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

hat_splitter-0.1.7-cp311-cp311-win32.whl (3.1 MB view details)

Uploaded CPython 3.11Windows x86

hat_splitter-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

hat_splitter-0.1.7-cp311-cp311-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hat_splitter-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

hat_splitter-0.1.7-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10Windows x86-64

hat_splitter-0.1.7-cp310-cp310-win32.whl (3.1 MB view details)

Uploaded CPython 3.10Windows x86

hat_splitter-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

hat_splitter-0.1.7-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

hat_splitter-0.1.7-cp39-cp39-win32.whl (3.1 MB view details)

Uploaded CPython 3.9Windows x86

hat_splitter-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

hat_splitter-0.1.7-cp38-cp38-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8Windows x86-64

hat_splitter-0.1.7-cp38-cp38-win32.whl (3.1 MB view details)

Uploaded CPython 3.8Windows x86

hat_splitter-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: hat_splitter-0.1.7.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.7.tar.gz
Algorithm Hash digest
SHA256 411282fafe5ba489d8951e50456d55eff6d53288f4b03f3e87591414be51f43d
MD5 b28bf3fd57ea818e22b5e52683f2d16c
BLAKE2b-256 ea851d0bdd6a35f6adef90df79cbe28eefc8d571ead2c9ede99747581db21b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29af43e374ea651db0e7c5c25ace0772f1134bede6d00de01b4f70b2a271254b
MD5 051342d61bd08bbf2fc137d1c6db788b
BLAKE2b-256 15e25167eacc60c63261c3bdced1aaec37f8add5ec8c793b9a0c7c94f8a2a7fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 756aab168ce8ff999ed189e735ebddf03beb2bceeacd670e8b38d34a8bc1a30a
MD5 1de345423ad3c7caaec68567250343fe
BLAKE2b-256 c70053cbab9a70fac7ea3127d7db8b5857f58087a13c363ae7c822b455260d9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 809d0bc406e25eac17785e3c14bdaf149863602ed03a339416128afd9249ab36
MD5 c8e35c2272af8964f18080213645669e
BLAKE2b-256 09861259e82b4f90d5cecffc94b86480ea1b4e8351cd25b3161f00ece07f3197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 13fbc64ccf508c49da7411f09008f90cb991c777187b9fda0c518a447ea9b901
MD5 9b05cfe672239bb213b8b35ffee94c83
BLAKE2b-256 d54ca6841cc1f65677f6af417ce3c9f96a8b3a27df2f403b2bf436c481f620dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c05db5fb9e60b0935be52271b44a2bd139e3211e74ccf54f4d40bb8cd54eab61
MD5 99ec88666015590c1681be01b160853d
BLAKE2b-256 497fd22b22c9dc0234c46910ddc4da56716a3d09a993bc0dd172617199763d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6adc8a09ad5df9433a600767e400bbb0f8337095ffd9a6dcc3f406acdb18271c
MD5 d5befdf0a1bf206d8cddc530989443ee
BLAKE2b-256 83083482191482bc8438f4a6240ba62f8c5e936994089985508497c24364c2a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8519277e4cf0ea943bda148cff1e64bbaaee126758a6f032a4029efe177e4820
MD5 136bfc1d760d7da15f7f7d2e52ebda5a
BLAKE2b-256 37df58cceb3a4c4f469829e6d0779ffde20dab5e9d7344a6e5208fc79fc5d339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0b019bbbf22902ed75f9babb21c829affd6ce071963b49eda94ec48a3d2e9b8d
MD5 33c212bfd95035aa82a663392f478265
BLAKE2b-256 bd1ec4f708977461ee172232e78567053087f0e3ad41232c979c45789293a214

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 439959f94478f0eba622ecb36e80abffa21c442f7bbdd3cb0e88ebe2ca3c9771
MD5 819f4e3d13561c2780856d28c7e0fbe6
BLAKE2b-256 825c0a891cae54f6218bdc95671c98d8a8c5600423013f6669dcb4edda4f1663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b40ae051f9840da97697b96c63213b6589e5854397be44bb0fca7058c3af06d
MD5 5821d520ce48332064677b0c1a98503d
BLAKE2b-256 478dbc5538786f4d2d0104653da0024756e5d387a5df989d7bcf2c4300959f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 83a81840ef23c0e1ca3f16c51d1e9e329fda6b7cce257db40e21e896729fcbed
MD5 fe8b1830558a3982fd5b91c17e0404ee
BLAKE2b-256 7df0ac310e0822fce16b6712af8f32a3f09195a65ebb784abf476af1ab2d6303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 982bd3ff0b4273d019ea0be1faee1a4657398332fadb8ffea35bdbf820d9d482
MD5 ba8861712c5a4d8632286ccf1ef8709d
BLAKE2b-256 eabca9e8470e75c03e66bb4ea48ed200cde002cd77fe56c13636d163ec604e37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 451447a4553c51b34aca94b560519dd652ede5e24a509e105fa2dbfeb5483e59
MD5 c503dbfd3d5b752fa9507f73ad99ae1b
BLAKE2b-256 8d67bebfb668f40d6c65405f0728046630b17d64b6ee7c89fa80164e809e31a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4e1c9ce15a4b82a09357508214aae824d28c453f4f43a710a6fd7f2fe993f249
MD5 bf41cc941720c6387c7a7dd925aabca1
BLAKE2b-256 a939cfaa6235697c559f49625160e603d5116b3d46b133d1228c60ca34823973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47e36f75a5f1cb4efb0a6bc77c1f477aea2f39c425cd52cf0640e42c57ba438c
MD5 37c9706e1c98beca8deb81e973d88ea2
BLAKE2b-256 a2b6d3bc7c39df972dae5cc7655118bc4c1034139a8dd01ff5fcf278b666a66b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2e4f779525f71c354f264c63a7c4fa5b687d6c5ebb882ca9249934ac75186d2
MD5 d5e6f01781f3339f2aec19bbaf53ace4
BLAKE2b-256 cf419624efe0dff83e95e4c76cd417159a1cf3460da9f1546a01f36198af6e97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 50bb1c696e7be38f19e5aad44b04ecfb6f9e1b2f3053f2190f6161ebd9ede8ac
MD5 b7bbfb45e90a07c17f914eae1c338e01
BLAKE2b-256 189ff8c9eb1f3c296eb841c8e0dc517742f772c9e5f0fffd490066f023303acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e375fdcd7bb753c5b5c0aa588afd17d067eaf3f857e42a4237232ef92a6ed11e
MD5 4dd77025f70677b5b8c35a471ce4f1f1
BLAKE2b-256 5205ce8188dfc8a2055de667d17b7e2c14bfb78de76f746c8437c2efa36c10da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa2bb2083d76a31abde1ce89f3cc17f46bf86b6b9ce8e07f1910e665f207faad
MD5 183653e06918a257c54240c139cf9e57
BLAKE2b-256 878c3c418f503deed45bf661b3bdf885ba017e18343fae78732613124b173a94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e613b5380da4e019cd68d790c93f79d13b02d28ef49d038eea613fed82bc725b
MD5 37e4a2d856bd405b82793b6e58fa8f80
BLAKE2b-256 c15503295f659ea05b5691916eb8ff2427973df433dd1af784f46b57c40ba320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9973bc23bd7e3b3a768dfec2964dfe98e30160a4649ad3d04e2f39f789a5927
MD5 d58850049e5462aafe1a68f32be888a4
BLAKE2b-256 96bc035460254e1ea7bfd838ad7d9f6b8d28938eabba1ef8ae700c771dc061a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1afcf65fa9f33231ca1a6878ebef24ad91d75291e4b4960e92ea7db86e11f885
MD5 61a0eb3a6d346bf228cfaf011138aa9c
BLAKE2b-256 f39ed18e0aeb8d00a2ed0941f6b3de89cebd70b5b6cf3d60becb981cce376d4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 586effd28a94fba5f6d83c3e6fb696c25b99efc96b596050b224e7de939a5148
MD5 6236a58a6972f920ad6fdd5bb897ca3f
BLAKE2b-256 64dc5fcecfc40b36af01a9ad48152640e5d1cfabc3ea1c63278306c1f3988503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 33c7d64e534899312f3445b99ffc65e2ed2262a9e8ea6b305427b7d23877859d
MD5 9581cbce55dbd57439dd413dc6f54644
BLAKE2b-256 09d7bd7d40f975689f2d93e24312887c39b6e31db60e62a601cd2900ef1ff7b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 881199aac75f89b4dea5bb34716cd00d205ad015ee4112baa8cddeedbe6ef605
MD5 35b87e11a67d376117199687f7a41a67
BLAKE2b-256 4fa47b50dfd299326ff6334d2f0a9631d6cfb8eade9f970533983df87eb78be2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5a562c5ae1975a77894429f0a80881110e34c60c834370b1fe6e19d88bc430d0
MD5 f16ea9a476c3bfd83727d7a366d6e57e
BLAKE2b-256 fa5fec06364f2adccfe00a47560141448309f0834b78a6d6d40567ab61972fbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 501796c3f279a648635a78a8c2089b706cea815e592f20cf8931919aa6219786
MD5 bbea6f97d0c00a22a6b4f735235604d1
BLAKE2b-256 4c71646113d69e1cde3581d1ba3f33095a6cd1752cd057bf3dbf1bac578a4255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eabf4e1a2ebb89c60eca75656302a810371d2e46aa58b06eb8ef068b89226b1d
MD5 4a5fa8724569dbe66d14954e23ba0190
BLAKE2b-256 36ef2f26fe99c8127a27180a8b84e92bcf2102ca1204a6aedb4a9922d9c28d17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3011091ea4dae99bcf1fa2f5ee7edc4885256340a9cf462b66f92d81b4a4cc0d
MD5 4273c3a7165d5cdc40e92a21eddd22ca
BLAKE2b-256 67030d9f63a82ae023fddb5635391409ebb952525244a0e402d9c2bd4e13aaf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 43ee569a1cc56d32197ab1a13a1b64939bc3a5d63da555c28b6a58290c833816
MD5 a95872fdfa04b3748c439566ca2f7e94
BLAKE2b-256 cd9bc6ed7e92b7dd468ce5da74ad24c474613c5e2ceb6159f18626186ae16907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dfec2274ef90d8d190ead0d1e84f90de5ba483890e270276b1199098c0278706
MD5 75df48a38111e368ae800fb26e02a0fa
BLAKE2b-256 eb0539bcaf2e9702c3bdb44a8ec54a38e2ca163d11de8526fcaefb6a227d93dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f8e627a92cb6464465d311d170b3000e11b9248f07c16aa8f91e2b7dab9fb763
MD5 47a92ab0e9bb564e261b6657b3c5095c
BLAKE2b-256 7c0a640c4e7d3d248e8adc10017c7b36ee7e4e43dc6daf05efecc944b85498d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bda4d07a0273350c8c34794e4d585c03a3e2947e3624bc129ee69e19a97822d5
MD5 5b0c1e7bc7e16dbbcd0fa4d4a80466d3
BLAKE2b-256 116a17d204f9eb89fe6b5d26a15692beae7ad8f688af95ff3227aa5a902cd9d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 50fa2375dbc8a30746661f353e5df5a36f8c6e3c6ffd6573c0acd2702046449a
MD5 0663657decf5cb13e12ad419a6c47b84
BLAKE2b-256 4f9917aba27a17e8266c95ebf6934c40c2315259ad171640cc4a6119e2247f2e

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