Skip to main content

HAT splitter

Project description

hat-splitter

The hat-splitter package implements the HAT splitting rule. If you don't know what that is, you probably won't find this package useful.

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.9.tar.gz (33.6 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.9-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (976.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hat_splitter-0.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (976.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hat_splitter-0.1.9-cp313-cp313-win_amd64.whl (712.8 kB view details)

Uploaded CPython 3.13Windows x86-64

hat_splitter-0.1.9-cp313-cp313-win32.whl (647.6 kB view details)

Uploaded CPython 3.13Windows x86

hat_splitter-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (992.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (974.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

hat_splitter-0.1.9-cp313-cp313-macosx_11_0_arm64.whl (824.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hat_splitter-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl (879.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

hat_splitter-0.1.9-cp312-cp312-win_amd64.whl (713.1 kB view details)

Uploaded CPython 3.12Windows x86-64

hat_splitter-0.1.9-cp312-cp312-win32.whl (647.4 kB view details)

Uploaded CPython 3.12Windows x86

hat_splitter-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (992.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (974.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

hat_splitter-0.1.9-cp312-cp312-macosx_11_0_arm64.whl (823.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hat_splitter-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl (878.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

hat_splitter-0.1.9-cp311-cp311-win_amd64.whl (712.8 kB view details)

Uploaded CPython 3.11Windows x86-64

hat_splitter-0.1.9-cp311-cp311-win32.whl (647.8 kB view details)

Uploaded CPython 3.11Windows x86

hat_splitter-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (976.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

hat_splitter-0.1.9-cp311-cp311-macosx_11_0_arm64.whl (827.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hat_splitter-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl (881.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

hat_splitter-0.1.9-cp310-cp310-win_amd64.whl (712.8 kB view details)

Uploaded CPython 3.10Windows x86-64

hat_splitter-0.1.9-cp310-cp310-win32.whl (648.2 kB view details)

Uploaded CPython 3.10Windows x86

hat_splitter-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (976.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

hat_splitter-0.1.9-cp39-cp39-win_amd64.whl (713.4 kB view details)

Uploaded CPython 3.9Windows x86-64

hat_splitter-0.1.9-cp39-cp39-win32.whl (648.7 kB view details)

Uploaded CPython 3.9Windows x86

hat_splitter-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (977.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

hat_splitter-0.1.9-cp38-cp38-win_amd64.whl (713.2 kB view details)

Uploaded CPython 3.8Windows x86-64

hat_splitter-0.1.9-cp38-cp38-win32.whl (648.5 kB view details)

Uploaded CPython 3.8Windows x86

hat_splitter-0.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

hat_splitter-0.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (977.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for hat_splitter-0.1.9.tar.gz
Algorithm Hash digest
SHA256 346b773ae738921ce217315299eb3bf0c312ec695438902c0bd5096b1b29e349
MD5 f1e562f6991f68a1bc07fa3ee34e96ba
BLAKE2b-256 ddc88fe69f853e242d10ec88e5c660bb205e3fdf5d78cae86ec81972dd95b2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dafd3853edfd8d91aecbc2b932e11af35645503d3ee31f274664e104eaf92d6a
MD5 fb61a59e3de98862581ae0922933b908
BLAKE2b-256 0184f5452aa1b2d5de005c262a35179f9bb12b0e625c6e019be4c9592d596f92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 23fc984c8c603260a7339a5682733a517f003b1ab253001ec07dc1f6807a2d9b
MD5 94efaa721641fb3e5d11a815c8d9c7c6
BLAKE2b-256 e060e9c1e2136cce7c4fc93892a152b66d66a20e527a80d7e0421e7e20e69276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 458e31fd82e3507d1d554cd434afdd7f30a902df9a10eb15318e6831af56c01a
MD5 ba45306f909a4217208235f5331ab692
BLAKE2b-256 70ca7f74994a66dfeeec1bfe2aa0be36d3fb7f7327c6976e3ea82c611c21e72b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 076bd8ef5feaed93b4a7a367dbe8842b54d4afdc4be9cbf325dd747ec05137e4
MD5 d1ff3b5f79ea5071e759340678738e23
BLAKE2b-256 06e456ed392691dcb6431e8174bcf4cee19694a2499ef57d5900a7d1ad03ecb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 69838f29d3b701592184cf387e2f6678aabdf9070c0ef5cc28692c7d482e618b
MD5 b78c2453963c13a1564e4d7010d4aa05
BLAKE2b-256 8866d709a94ba1e26bee8d16d77c82403c00e5822a07d7c3108001d968cb5d26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 cc3d06cfc7a1c02710c3324e2e8ba81fd3d409c75a7595ce4e219d56dad4b06b
MD5 00069f54b85d5415368c603767aa9e7e
BLAKE2b-256 70870d069afaf18e070f4fefb75936202523d2a29fde382a87606a196ea5b361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20a0a4fa9fb260fc7bdc309dac7cb9668d7d227e9fe8e506799dcbbcdf786694
MD5 91642df5d13f1672814123859670ed47
BLAKE2b-256 c3e5ef7a88098868501b16e4225550ccf61396a966f06d7686ae30892aa2084e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f213d9cc948e48fcf0a688e045ff7ed82611bb74421c81abac2c325d9eb1c7fa
MD5 f0cc9e3d25eef07ea1057dd751abf853
BLAKE2b-256 61d0f72a1b9f585cd89fbea8a5b941384a4a9606551d06480caf8283f94bfa74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1044c7e74f53c2694704c8f8be7844f33a4b07ffb5013d81f1402c23fa0a298
MD5 79eeae202cdd2c91ba9c9f5e9f13d5e5
BLAKE2b-256 1dc97d918db1888e6757ccb92547f4e5dbef12e77434483a66ab1b50f7a3a609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ee5ae0d8938ecd5bd1ee8cc9862ec38efdfce9ba368529878166c2f94f034994
MD5 b5a3801b7172b9ee5f93ccd05ac2790f
BLAKE2b-256 7c09a093fe651ae1f0e8de167205b0fb48b00196ab3a6378278c99629476093a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 db5a8e629be7816b23674becdd68d72502f5da95f53a5f535c14b07958ceca38
MD5 d833fb4909909717c2eb5561965c09de
BLAKE2b-256 ea9c4a081346376ef9bc2a6f66e271f0ffcc87d633732b36afb79b226b56df39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a4961f566331df82e3240e635ce0831e66c5e0ac2eaebd35bbfb62075aa6a7f9
MD5 b07f97125eb2acaac6c3b3fd3513f041
BLAKE2b-256 00ba4cefded5184a73afa7993698041857b53161d5dfae834e7f3ae18758ecc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8af0881d9c5eeca8492466d3d00c15015750a42f078ee7cf1714a37b20e6ffbf
MD5 9c7ea7cf247a9d1ec009ca2c54925df8
BLAKE2b-256 7c4c93c7cc8c11f01d44c8528d98eb59b4fa788913b3a6ac2e1be778590ae4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 89ab31cd86a84eda4811523bc3fee0715616b0de0c21ddcb430d05f4dac9b9bc
MD5 fcae371dc84233784f38c1c8a819a58b
BLAKE2b-256 42f9de1c0fbd972594055e07d19d654f8b62ea21f7eba5e797c48d955b481da0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43bbe3972f8a73146a8187011dd67ae1d2526b84a63d53b21309642b4a4977bd
MD5 4f8f266a20800bdcf4e75ac5cc9650b3
BLAKE2b-256 74ba3f34b32d42384f9e4ba273e830619f9bf7c7ab48d7cc6d0bd67366ef3838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 beb491edd3c2e9b4db6236cbb818ab9109b85e56c7cbc2419fc80a71b9fc9a54
MD5 b8b47af01049e1a71babf8b406cd6a95
BLAKE2b-256 917ca362cad38fbee7584a07ed48c0dde4df7a9543a3d498dfb5f72830945add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 922b028d46129586c559d7105a6201c5a2e6d664df0a67d8caea6a9265b6bb8e
MD5 97624ef65895d0f3824f9e23cb3f5071
BLAKE2b-256 ff4001d438d122becbe7c4555b99d544ccbc6705a258518b6d0f34ac5e70d8e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b3157e64b5a37d5036f24ac64b51dcaacd3f3cfeaf1463b51811b9ce0344be13
MD5 5ffdec01a40490bbf64cd84930925ae9
BLAKE2b-256 92b95c8b0ccb85d0c598063fdc820944ddddbd3922731ba009fc77b75c379379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54a5956fe2103fde4c992e268475849b4f4f4c556de810179efcc068a8e9af20
MD5 fcbe8bede1a356f59dc4e119d876f91e
BLAKE2b-256 407f9d23d5ced8d9e2f7700d4e7c733c7e55d183ac1f478188019706f2d10d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8d5c81b0f42314bf94a9c5ae58a34d5d04ce1c095268ff93fae29dc79f6b8e15
MD5 a848a96ee646e9e02ce417bfeacf1a74
BLAKE2b-256 3cf1c89e209332e626e64bf947c96730cbe0cf61eed8d8373022d3f6d1c8d113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 112af573c14066d4289427ba55ab5f2592d8fc4ceb39818463aa2c39de38c55c
MD5 3cbc855bc631b5254a4f4066f07f440f
BLAKE2b-256 734c81e4526bd0f9d533f91b3f78db0d5a416ed7640d0afc4f785ad155ed6130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 555ff63705629a9b27c49085b5a5295329e3477f3786646d4cd85aa48e29effa
MD5 a80997ecbca7e79bc6937d7ccb3661eb
BLAKE2b-256 92df800493a772dd79ae9b858504c6aa490791053753e592a9155110f991bd86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f4b414976e8d5e86fc9c24c8ae4ca0507ce5b0c1012038f97e73a57e14a6fd82
MD5 18852b60e475afa71a96314f796a7163
BLAKE2b-256 7c96fcd7a460418cce46879bc58ea01038af69ac312e6d57d725728010b87e23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6d438750f90db9b966b15b16ead297ee9250dd79e3ca6ca62d0932ee0a4f720c
MD5 0cdfd95139b1ec3f6788ed17dfa00cc7
BLAKE2b-256 96f76572b4456c08cbc2db425be851a4f8663dd1f68c9e651c54e56299df3b4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00e721bca517f1a4c6f3cf615abec7b159eb24c73d41d436ee5d0cdd97a433ce
MD5 262c57e90ef8cd782a35248d1d434d92
BLAKE2b-256 703df1d57bfe2324385520b1ebcf095cf38459e45f7456d2eb06d748bc192d35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f40f3732585709267729f57e58b5c36669528a0494e0acd1940621d556446aad
MD5 23ba046f1efb36a3f16e85eeeed25677
BLAKE2b-256 32723303ffe2cd244d7ab7e511ad599fb5f6ac7a65a4d084122a1b98de1974ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f4b3b954e13c207e15a8b2db3e504bb330607dd67177557cd733479dabf5338d
MD5 6862a59dc71815c9b6ee3f1920847394
BLAKE2b-256 274f9c087ec1f7e72e5738f946eee082c05c5b2c17506d583bf774fea85487aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hat_splitter-0.1.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 648.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hat_splitter-0.1.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 27a842b0272c912ef02f756f0af930ad475dc41de3c47acfd79630869a1f93e4
MD5 092d9e794f0297d49a9f0ef7447e2fb6
BLAKE2b-256 259fcda1bc15926c286964aded327f76d9bef0792659258210f6d05f01c0564b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5edd2978493fc4683fc10a481683bd983c7d45b9f214309dc2aa2a2134dd6cec
MD5 61cd7ef3a59ed3508f932774a23b0d30
BLAKE2b-256 1042484c2cc41a5dd603fb0ec15240ebccd13e4bbdbd36b71e769584c4751d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 74d5c1541f222512125548c048e6bc9f7773852c6f06db7995a3f8f0e28b1280
MD5 1f6b087cc950f272ad0039ba230eaff0
BLAKE2b-256 9be6fc1d3d741faac3b71866f5dd3c2aa9218855e6b8ace6a57137e4dc04f449

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9027f62ad9797bbd56dba257a87a59b974d45c54a772c6e187e320a72fae28d3
MD5 a1f272929c14ac00afb7433daab8fbab
BLAKE2b-256 352e4ce517cfaddd58db55bd52c94fa7a12ec643e2e6302361711babe5a7581c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hat_splitter-0.1.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 648.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hat_splitter-0.1.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f8f72c17eda13630a12533a23203c2f6bc6c0929866cdb15d77b702fb933fe4d
MD5 189c37760f64966392ef8051a0e5cdd2
BLAKE2b-256 f9feb045abafed76814021dc0c210affed41d1a436ee5f031be15c4e285d82e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfb668b087d141e629b366e3ab5c5f2f61c14275be933ee2dab229ddb26478a4
MD5 eaeb3c9966bda3d73b3e5ee93f91fdcb
BLAKE2b-256 dc44f03c0cb93927baec5943483c1fe363b4cfa492c73094b7ab7ea346921811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a82e1d908f4c11b89e7422ce40327e7a2e1c603e07ebbadfe37f12ce88691181
MD5 0f157afe0bc1d4c0518d119cb386fa4d
BLAKE2b-256 18fa5e1ee74eb5f985d77a15c003f5a5fa0fc7b39a6b4af3c32621e971ef1616

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