Skip to main content

yEnc decoding of usenet data using SIMD routines

Project description

SABYenc 3 - yEnc decoding of usenet data using SIMD routines

Modification of the original yenc module for use within SABnzbd. The module was extended to do header parsing and full yEnc decoding from a Python list of chunks, the way in which data is retrieved from usenet. This is particularly beneficial when SSL is enabled, which limits the size of each chunk to 16K. Parsing these chunks in python is much more costly. Additionally, this module releases Python's GIL during decoding, greatly increasing performance of the overall download process.

Further improved by using yencode from animetosho, which utilizes x86/ARM SIMD optimised routines if such CPU features are available.

Installing

As simple as running:

pip install sabyenc3 --upgrade

When you want to compile from sources, you can run in the sabyenc directory:

pip install .

SIMD detection

To see which SIMD set was detected on your system, run:

python -c "import sabyenc3; print(sabyenc3.simd);"

Testing

For testing we use pytest (install via pip install -r tests/requirements.txt) and test can simply be executed by browsing to the sabyenc directory and running:

pytest

Note that tests can fail if git modified the line endings of data files when checking out the repository!

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

sabyenc3-5.2.1.tar.gz (225.8 kB view details)

Uploaded Source

Built Distributions

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

sabyenc3-5.2.1-cp310-cp310-win_amd64.whl (36.8 kB view details)

Uploaded CPython 3.10Windows x86-64

sabyenc3-5.2.1-cp310-cp310-win32.whl (32.6 kB view details)

Uploaded CPython 3.10Windows x86

sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_i686.whl (923.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_aarch64.whl (680.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (435.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (147.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sabyenc3-5.2.1-cp310-cp310-macosx_10_9_universal2.whl (83.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

sabyenc3-5.2.1-cp39-cp39-win_amd64.whl (36.8 kB view details)

Uploaded CPython 3.9Windows x86-64

sabyenc3-5.2.1-cp39-cp39-win32.whl (32.6 kB view details)

Uploaded CPython 3.9Windows x86

sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_i686.whl (923.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_aarch64.whl (680.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (434.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (147.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sabyenc3-5.2.1-cp39-cp39-macosx_10_9_universal2.whl (83.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

sabyenc3-5.2.1-cp38-cp38-win_amd64.whl (36.8 kB view details)

Uploaded CPython 3.8Windows x86-64

sabyenc3-5.2.1-cp38-cp38-win32.whl (32.6 kB view details)

Uploaded CPython 3.8Windows x86

sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_i686.whl (923.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_aarch64.whl (680.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (435.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

sabyenc3-5.2.1-cp38-cp38-macosx_10_9_universal2.whl (83.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

sabyenc3-5.2.1-cp37-cp37m-win_amd64.whl (36.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

sabyenc3-5.2.1-cp37-cp37m-win32.whl (32.6 kB view details)

Uploaded CPython 3.7mWindows x86

sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_i686.whl (924.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl (680.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (468.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (436.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

Details for the file sabyenc3-5.2.1.tar.gz.

File metadata

  • Download URL: sabyenc3-5.2.1.tar.gz
  • Upload date:
  • Size: 225.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1.tar.gz
Algorithm Hash digest
SHA256 1cbc0361464046f8968fb4a964e864aa8a82fe64b3826cc764805a0557c9c9e5
MD5 de75c43d93b5c6ba67c99830041b2dcb
BLAKE2b-256 8ab4b40aad932bf188f081137532121a0b34c6e4f570b935a5abc3cb6391506e

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 36.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42e7c0fcd98ff0eea76470138a0ffc80833b7f3ac19f0b198bfe5538722453e1
MD5 8062e8b8d25a1c7b3d9b1f32a4f5a580
BLAKE2b-256 044dfa2640db2d9a6ce4d445164cb9dc18a41df08998e47945f2242ff831ad46

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 32.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 929fb5e9b4830ca4df274b000472767672dd5a413f63d73295e3e8f9d20d970f
MD5 2908a71cba6c7830eda53f57b244d59f
BLAKE2b-256 ba6db9140d24c7f4b8726e2c2cf9c984544d8bdf3d64a9a1210cdd4aa35150ab

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 11e4b18ba68116cc58a9ceae226d287632af9d50e024a26643cfbe2676ad7f35
MD5 bd46799660f9a5ace0c82a00f46efbd6
BLAKE2b-256 dd499fe8246b640b1b041793396f0f1dfba9b0d488c1a49d798d011a4c998648

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9a41d0c840c7b4819b0533d0e700ebc3c81ea7ca3707069b6975a4fea6270229
MD5 6bb483fdbb506a60c30953c18a6a10a3
BLAKE2b-256 bf53b30cb71e3611a96c02a8fc32897709487dce7f94e5ebcf84289b08f2a04d

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bcee8fa666781c992e7c8b7b5609f9cb9bacfc8181d6be72c0baa4ac993a39d6
MD5 202b7685bbeb22a438e7f098cbbe8846
BLAKE2b-256 a04aa713fff4b1c921b2781d4935d4b58ae549bb9a0baa21c49eda92bb4ab34c

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c6f1c7c3ec3ede2c53478ee2a5eede095327c25357c18c369a89371127b05ff
MD5 b202cad6010fcdbc85f61122a4c8bc3f
BLAKE2b-256 5fb7273da88c3b1cf274eab7bcc329abbabb7e955aeb69e1e84ea9f3f4c5fd6d

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d3b3fdd42ab72ca2fd2d42f89b5a1a8098e36ad3f45a0709398effcc6310c6c
MD5 9236d16b66a35fdbdc03a9f920e4872e
BLAKE2b-256 1594ed279bf6015cff0dc32ffaeb22f2ce7ba21c5b5884c4e64b6d9796faadd3

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0471c27e28bcbd8c6ef91737af393b5ac2c06a49cb6b19ed5aa63d52add0f90c
MD5 d40c9987d7b6d90e60a53b779be70af5
BLAKE2b-256 53a17b84dac99d09dd98fbbf2e57ebee047922e822915d97f1d21f2e847f908b

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f4bfd32d97955adbbdd0bb34aa4645af3b36b1f1fdcd2b996a229296672d0242
MD5 cd18eed3af4a803607396a03de8acf0b
BLAKE2b-256 59dbdff02d59f3fee4b25bcd68078af9b586b9011fab8c37ffd9ce8e985a1727

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 36.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f94fc02a697325310ef247e65af0e80dfbef211e6187b6285132a3f6da1cd07d
MD5 c1d3a58497fa9775f1b2bcd134dc641e
BLAKE2b-256 4806838430f0750447a2a5bb1071b79221eb8eff23b01e3f81b003b48bf2e1d8

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 32.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 21dba02ea40504c97f62c6ebab9f15ddebde1daa4a11de3878162c0ea40392ac
MD5 71fb7ad5c2bf1b06d1096a97fe623bb7
BLAKE2b-256 61d0d722e987d319b88a8ce61efb96a5febeca8440b436c2bb901c63870f67c9

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eb0ba6dc3c8ee5d1bf21e2b71ea46e3911bf594a08ab7560e2df0538aed2624a
MD5 4dbce769962aecc359f94b841a90ad9b
BLAKE2b-256 457ed04e5626a198ba752fb5f8c6dca27e14fa947f78ef3bc2342dabbf37ff15

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 55ff6e4abbe057f5be3d9a671d221722cbf09dee8ea3ff61d4c91dd577b12501
MD5 8cb82f7f69388bbdece3d121748acedb
BLAKE2b-256 0479383e19b4bbff626e44d2a4f40ab3494bdfe71fda8a4db20c32777bd5a2a8

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9531c7fbc3066f7ca23cd7f083f14a1f5d101bfccbeaae29fa3aa940f654dcbe
MD5 1d3e49abe246174ebf285997053720df
BLAKE2b-256 439781566b7c659f144c46a118c2dd8740be42e85827e5208d14787a82ee3ae5

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7649b2b5511c1d7b3c25bd69c24c0c79d782c5a9ae4326db04deb714dc276b66
MD5 f8c7944640b727183ea547f9b9c34c73
BLAKE2b-256 ca16609fa2ca2ebcb65971ac300e86bf59b312cdc132e40065841c14dfe21a95

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2339afe4e85b5cae612d85814c9965ae113f0a8316826de03a202dddbefd580f
MD5 558c5b28630feab0500080d2a3e35ae3
BLAKE2b-256 ead137daa1ea593326a79cefed4dda88cfb3eb7ca602e6002c4ec4e30ed6ea34

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d39d22a6c734b770fa30effacdac1862fab5bb9f088145b9bbe1c1c35a1b22fa
MD5 778e5227cdbd4100ea3af04a0c8e4d6c
BLAKE2b-256 7a0cd8fbfe94f4b75cc88f25855a22a7269d3d47c10f00c04c8ebb47d4170808

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 11b0d0b13c83ab372d52424ed1f6ee05c0694ce3d3275bcf410fa1b6a1761386
MD5 1db16eaab6aecc41abbd210753c5bc42
BLAKE2b-256 e86865a1253dea4aa10e9f9c03fbdbf72bd507dbfff1da358ba6b290b5077dc7

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 36.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6fc62ae9775d506b3de65ca146fa5983169bec7c24e6f3f24e11bb5771f9ce31
MD5 3f2f234b6d9f2ee77cdb12f215bbf8ea
BLAKE2b-256 876760d54b83e6a53e28796d21a39073dcbfb08143070b3e34ff8dbf7a1abc1d

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 32.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6f47147a55a077fbbee0a79e1449ebd6bb6ef37580ad5595f7eca7ef0b1987f8
MD5 8b7f59dadf2f45c3b8e77c98bb1e52c1
BLAKE2b-256 748518f4fb8506f23fa6db26816a00acb0bc2d622e7cc7820656a909366cb2cd

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44959757a0683b92b3943d41daa127dcb7cd77d2576002fb640f5d5821c04117
MD5 34dc2403eff7fe4d0513938b58c6568a
BLAKE2b-256 be98f18691768af1be5fd6020ad37f4e5c1d00cbb17f3c07f31519748a9bfd7f

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 68f289259f282b9f6765244d31c500da258f9767f71d6a9b42221c029c07da20
MD5 23a12074714f21a246aef37c35ce2673
BLAKE2b-256 381f2766ac8b6dbcbae9531860a366b41581ad6b2d3c9aea9c9240425e25f051

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 844fc37e588d3b5357e0559b3401481a6bead9f8466d6fe4d6fef9b33aea2c54
MD5 03f9ac26caebefb8eac3b961e972e283
BLAKE2b-256 ac25277e5d9b5cae9c7644f263430a0fd157674ceccfe03d62f62af7bb84ec22

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6e58f658f3ce5e852789aa922c86068269399eb8a19852e6774e281a2435033
MD5 cb402788f45c92bdb6ea6869ac1f6b32
BLAKE2b-256 27c73e08d7dd587279681c74d8d9676720ba913a7592a5874caa2ff8ce30f866

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aa88131498b6504bd8029d5a437315698841e6078b2b2caf3e25a037f12edce9
MD5 176aa87a7cd50c4b259e4581e7227aa2
BLAKE2b-256 774e376d8b4a9d6c05f0341b1bbeaf1eb50c34ad7874556d14e9826b8d9997d3

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd5c68efce982be41eae95c6427f2096b77fed277b11ee077588a3b5d7b05f5e
MD5 ba1ccf25d07ef02880b036182cac9322
BLAKE2b-256 f6ef55709797f69b3ef51beee0915bee2749cc97cf9a4afd21e63b7877fda8c4

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c6539c3159f4600bb3a4a3bbce6ec40c49594b2aa0ef2281354d19bf2e4ccfc1
MD5 ea0c407e41881e5dba96c74a6c4b1282
BLAKE2b-256 3fb270928568c90a707b35d2b7f7bfce06b505d6dc03d71aa3619bd864c893fe

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 36.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9098fd23a22812f0522484abf5f88e34a0bff974abc9fe7bc4784b0db96156e7
MD5 69dcf3ba5563b274ddd08d668b7a14c2
BLAKE2b-256 eb5665469b95564a986a9faae4e4d5c47cec072e039474e1693aaa8d633d3916

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: sabyenc3-5.2.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 32.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 93403580b5a229aa9170dfd78cd933808e8961c16ca674e1d75daf4e3f43116d
MD5 e5f2f17afb33c1e35b5cb5c489cd9cb5
BLAKE2b-256 e564b0d801d64a23e7fab182903ab6e70c9499a822e548f840876f70c505eafa

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5cf0bd5d458d5616b5e00d5dcc1ff4e179c0dd0eda03ef9d23b818e814dea6f2
MD5 8ec7ca3e214377a712747db14efc61d2
BLAKE2b-256 793f10c7d799bb0ad4b83887ff22f85240863c6fada143d194af867b90023510

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 345db0f7a20a6eafef46429f7fcc48c24d2affbaa9a6ef86b1799f9e8b1b6d2d
MD5 e900968bbe147b664f69dc9462ac7f55
BLAKE2b-256 0c06bb410ac88ebdfe0a9350aba118609036e331cbeaca1a663decef4b221863

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a13645778adaa8370e00adab7622ed2105f650e3c2c5508e647874b3ca2b94d1
MD5 d4921e1e912b4d17cde64596d21c6a26
BLAKE2b-256 9773ca19b3192e3ba5a0f3a5ffda245514220a45e0b9144b91f6ae2a56f51828

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32e170ff8a5d123943a84917a5512881b85b46be8e3deb84259f1e7bfde99726
MD5 db59d572e9ed801585022eede2d632f9
BLAKE2b-256 5bc7f2ff441ba26c8ebba6c2837cceb76e996afea586fd34631b7bc4e6ec9866

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77d77baa4ca22716926c9e21ed8c0909ccf9a570d186cf8ffbbb312b8cd143f8
MD5 751888b7add645ed136f511e5e72522f
BLAKE2b-256 ff20f3f53da5b038f3fae501d1dd4d243c7c89085a00ce8bd04d949675278763

See more details on using hashes here.

File details

Details for the file sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7be067743ef7e87369970e66853438e790ccaad46a06782125c62f1aceb92c8a
MD5 4c9304c8679601f756f3eeb58e0fb905
BLAKE2b-256 b3768a8ee1f4c8d44d163f5033df81acfbe041142d02ededcbb1006846531474

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