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.8.tar.gz (34.5 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.8-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.8-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.8-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.8-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.8-cp313-cp313-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

hat_splitter-0.1.8-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.8-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.8-cp313-cp313-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hat_splitter-0.1.8-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.8-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

hat_splitter-0.1.8-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.8-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.8-cp312-cp312-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hat_splitter-0.1.8-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.8-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

hat_splitter-0.1.8-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.8-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.8-cp311-cp311-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hat_splitter-0.1.8-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.8-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

hat_splitter-0.1.8-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.8-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.8-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

hat_splitter-0.1.8-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.8-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.8-cp38-cp38-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

hat_splitter-0.1.8-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.8-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.8.tar.gz.

File metadata

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

File hashes

Hashes for hat_splitter-0.1.8.tar.gz
Algorithm Hash digest
SHA256 51c6f30e22f4a03b8955d7b16b056e023a37fe48b6894d36652d8869721b640c
MD5 e67511a3fec49e5a73ea791156663575
BLAKE2b-256 12e1158fcc89ed6d65657e788fdcb147b2dfcf5c33890ffd8fd5c8040852522f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3aec6d1c3263ccfad0c4ee4008b0c3af1c1da290dfbace7b043302cd8dea933
MD5 ec18fb6923332c10170b5f72a347b79e
BLAKE2b-256 c2dea845cd629918eb0f28b00000fb9864ca90721952d8e4dd0b6fb17250d6db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cafa1f73bdbf3906477e0010becea3addc02610f72e552d0a8039de2339c903a
MD5 e207007d403727448b2cb0bc4d364d84
BLAKE2b-256 3c8f0c37f57ab5976a79466fcc40e15602c04b1361cc703fae05370b0607f291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 608e294ee7f55a0ee761940432f8a4f96e42bb7d7a2c4b000902260985199f06
MD5 1d7e10b2f14db77d6a5b123415a45367
BLAKE2b-256 92aa25ae14e3771292338700736550f1f7cb834093487a1086fbd0cc6fac630b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b26172ee658a71aaf8f20038c5d09e1af410c21644ddd39634a3c2a06a640274
MD5 c691f52332590478d719a612fdf5ca8f
BLAKE2b-256 c394171941df36833babf83003ae5e92b92a5b31f62a8ba3cf2f317abf557d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c5ff9993ea8b4cf22dd1f15473f73af697b2370a0d8e54229d59997e6cf620e1
MD5 31c3118616a02dd9a076bdd4d95b2646
BLAKE2b-256 859a2725fbd796cd91178e484ef99aea802f45b30fe97b5329ae9fa4d983c776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 005e5ec992c4942f246aef21395d29df6896751cdc39e626ac8ed551bafdb51a
MD5 deb7dc218d6a8db383ba7f51b26a228f
BLAKE2b-256 47d2b4a0a19a95d010c80d346122bcb512f4ab9f492dae220285a23db79e7c47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ee1256555c07e72ce744dff060795c56b1557f63c8b0e76adde068fdb08e1ba
MD5 ef26dc41010bd51816cef5799f3b8483
BLAKE2b-256 e155df65c6303b03a6dac878e09fd7ecf77efdb3015bf2334520a151bb8d8bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a576d911ef51be97a221b42fcf969873c3dfefae6492e9343caf60fbab8ea4bf
MD5 2126008ad79eaa86403ba4a8dae2c0e7
BLAKE2b-256 cd635fe065f9d48aec09956623c310a1d285b2b5eb55462a351316b9e50b4439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4bea1ac5fa80da7cb664f42dd750fb9bd65315be591a578a0f6e628c7cacc6a
MD5 5b2b0f38104487d1cbadce96ef125e2c
BLAKE2b-256 620907dfac728d09184f42a4db219f8acdfe6dfee7dbdef28bd7902c21310ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b595f5a142c919a9d137db3cc263ca1de7906cb0ade2c0cdaee6d542adb13902
MD5 bf2711c2a2013ac984155f9db0e74ba8
BLAKE2b-256 4c1c07f1480b00bb7c6ea64a6598d4b82d0946d6206a4ea7554a43883adac306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7fe380429d3cab42c3acac1d06f67f3e2108529b40b5e79add164d09f8841d6a
MD5 d251b03d41695de2e1d718f7ae0315f9
BLAKE2b-256 60cee526a0d8a88873716de4c94b559de4d90eff69ef2f33169d9c6a772cdbd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 58401417d8cbb087742493391d1a2dc99f7421b73e11e0dc3c51fae6ddac55f5
MD5 bee6f236d50db552be045b47c9eab07d
BLAKE2b-256 c5196fedd289fa13c92123b97b7f5327a60560ae22739bbe4f261cc84f63a595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c3fc9046b3e7ac918e01c43fb4f038d8a48f4ead2f0a2e5415ed2d26ba4f507
MD5 279d7cc34270ace15a7fb113481aec49
BLAKE2b-256 d266e052d50ecf87fc6f20e6db9da1044ea83444e84771c7e032f973164a42a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c8e42a4457cea5d134f894131fe1e96719a5598bf2ada780b460c8dc84f177d
MD5 fe773744a3516b0b1cbb718f22fedf8a
BLAKE2b-256 2bbcfb2967507ad284ddedcdb92526a2f3e8585b2eb6d5c626ea8e45069b6810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7498cc8cb38ce0e1565663f5f78846eca1a51aaf8db5922481df9c0b1134656e
MD5 cfb7eeefd4a62f50a8dee1ad4b49f2cf
BLAKE2b-256 e1ac80f3f20a91448663c6ecb39df6e078b8f1e9ce0dde4cdf2875fa0b744e9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 97c4b2ea667a87d19b82050682a416a81a22ef3f0b1974bad306070264238ada
MD5 50f469b909996c87eec33c414fdee49e
BLAKE2b-256 729fa6e635170b77d2b320e8eb425a13c35e4b4c6088697c1013d25d63f55131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed7b336fea8e0bc2e2fe832e572f89f86a35c8cd2c7637bee953767e5bf48f51
MD5 d34665e9a657ed6b357c1fa1de0beadc
BLAKE2b-256 becc3b23653cab9aa7a3fb46f21a6887d615abf8593baeff0efaa90225eeb39e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 15c281cd35b4cbd12696d6b930c89759dc4701e4bf5b2e8cb0aca8779be19073
MD5 e91a61cbb30b603107061c54e55aa5c3
BLAKE2b-256 52907d3d460f340cea9f53b601d2c9bee232b37df084aa1061e27867055d3bfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 392a6c650573b855acded8dcf3fe39abe69729c5fe724231b19b1d7cdc8a8da4
MD5 7d90c17cc49e1101f35837c2d17a5a92
BLAKE2b-256 06de3c5cb9c1f1db0130153c7105a7c88e41b3b6fa863d16d2a120ff4e21cc86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 881cd7756e9026294a9c074062b9df4b730899fb15cf2d1854716c769c26998a
MD5 af4ee1b3d9d9d50e296d23d5f124c554
BLAKE2b-256 f80e193ca1292aa1fd5e6eb80c2a77d1414ca340e10d55c33344de591cf1a0fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0323b254cc95323c621bdc5cf5b889acb5123cbaacb169c7638c6409bf813f9
MD5 af73899d1db1615a9eae45499490155a
BLAKE2b-256 f00dfdd7445028892b480e1bea21f4e193aaa08e980b043bfb4af7754e8505b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b2323aedc0f4b915bec4649581c8806163cac29c3f80fcf07b477fbd8e4db75
MD5 ad51e2dff5b0e1db3dfc7e17dcccfa22
BLAKE2b-256 f919f87b1fcd50884cb6b2a1974f2e550b186d4b0974baeb2c11aba06f8b7670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 894dbdfd5f1aba3992d9016c9a14c526d8f231dac741a85d431769626fa68cc6
MD5 b6f702950dcbd1015dd9b213468c02f1
BLAKE2b-256 18c2892d9add8263023d35612cbc53478dfd41c423613c235251b7cf4b260941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 113d2bfc3b3391e7a4f336d4da182e4d4108e7a8622f231f1016a800d9010498
MD5 63e5182a279b6bd979ac8f71a7973495
BLAKE2b-256 e5cb19208894d0509aeaf567d6c0274e4d41edb699cd2087804fc855cbd591cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb292e3cf9faa8dc3d1af9b53afa04d3218e81fa434b38230d62916a38fb7c31
MD5 acad631d91ec06517cf1e3d7f632bfb6
BLAKE2b-256 3441abc1f73c8e068ad02786bb6d4caee0e5e3bf4150e9e07131a5eb6859f046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 30ed07484c9b364ce48e888d691265db16210adec093c1473315494566403319
MD5 70148e3ff1693dc9138c7033409b4ef3
BLAKE2b-256 2afd7c9e881a056a4de6cefff0d5e5c42a01e9c532103ae3c917f03f56228208

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 84459a70bc86f48519c9f656ad043b2f3b696ece867a01054149856cafe11790
MD5 fd9bf4fd4564357f704bb8c95976e861
BLAKE2b-256 f319065a6e470a3b1969fab42809c128530e910e41bb7b9412b2793e4a8e2e23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c92018e1a92af42f9b6b725696c83d8dd96e3edb04364f14e4ef85897f28429e
MD5 5a3dfd378ee9cc831575069676038417
BLAKE2b-256 fe26d6d31be657be667a19e3392a5de6798675bf44e8342aab73105149e5fe4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb64b6866ee592c908785eba845412a9b345658832cdd4841c4fab6a221da16b
MD5 ab63da8b0d164c331d61d08dcf0a8e5c
BLAKE2b-256 eef51f583bfb1f08d4821ad070c55f3d3aedc852b6cdd9d0cd183941091b9c28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7c19c3b521c75c482c589bd20c8853efd26ce97b3b7c73da5e878de851d0cfbc
MD5 af233179628ad78b0ed6acc5654a4508
BLAKE2b-256 a0cb2819c1441d2946c0c3c70ea572e77a124f9cdc53c52d6100e412393b183d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bcdf8670ec6bb8976de3e9c28e59060c790dcdbcfda66ce8c336129491607700
MD5 ebdb38c3aee89ffe528cf462f9858d64
BLAKE2b-256 683f77d854d84406ced1b39c81b184faa024d8798867642167d79e571b484772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b0dfa6ade2a38a9c4bcc44c69bf610572aa2614ba40911a06933210ed879308f
MD5 f63327d6c74577198297c3d8bb1ff5cf
BLAKE2b-256 6416664d0342abd41b51883711128ae91222a53c3ce339498bd995bad281abef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b30c281d88e12540f076ee535d6db7dddff2de77e39e90a26172df94c9267b7c
MD5 a3aad175ce26c7b5f23a195d0647a9e4
BLAKE2b-256 ad6fd6d986ab9c5624c66dcd69bce6b64112acc95a0198b439566f0a41d43c87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hat_splitter-0.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d10b99266953c9117c84c9970e64e9b5cf646c3592c97fff2d43f34cd4a26679
MD5 1d298249fbaae76044186df110f1e45c
BLAKE2b-256 656f14d8469faae0ac618f88042b98c00a7f07f3a1810d845a40f00d8e9b3b17

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