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.4.0.tar.gz (227.5 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.4.0-cp310-cp310-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.10Windows x86-64

sabyenc3-5.4.0-cp310-cp310-win32.whl (35.4 kB view details)

Uploaded CPython 3.10Windows x86

sabyenc3-5.4.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

sabyenc3-5.4.0-cp310-cp310-musllinux_1_1_i686.whl (968.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

sabyenc3-5.4.0-cp310-cp310-musllinux_1_1_aarch64.whl (681.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

sabyenc3-5.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (480.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

sabyenc3-5.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sabyenc3-5.4.0-cp310-cp310-macosx_10_9_universal2.whl (89.0 kB view details)

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

sabyenc3-5.4.0-cp39-cp39-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.9Windows x86-64

sabyenc3-5.4.0-cp39-cp39-win32.whl (35.4 kB view details)

Uploaded CPython 3.9Windows x86

sabyenc3-5.4.0-cp39-cp39-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

sabyenc3-5.4.0-cp39-cp39-musllinux_1_1_i686.whl (968.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

sabyenc3-5.4.0-cp39-cp39-musllinux_1_1_aarch64.whl (680.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

sabyenc3-5.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (480.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

sabyenc3-5.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sabyenc3-5.4.0-cp39-cp39-macosx_10_9_universal2.whl (89.0 kB view details)

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

sabyenc3-5.4.0-cp38-cp38-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.8Windows x86-64

sabyenc3-5.4.0-cp38-cp38-win32.whl (35.4 kB view details)

Uploaded CPython 3.8Windows x86

sabyenc3-5.4.0-cp38-cp38-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

sabyenc3-5.4.0-cp38-cp38-musllinux_1_1_i686.whl (968.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

sabyenc3-5.4.0-cp38-cp38-musllinux_1_1_aarch64.whl (680.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

sabyenc3-5.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (481.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

sabyenc3-5.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

sabyenc3-5.4.0-cp38-cp38-macosx_10_9_universal2.whl (89.0 kB view details)

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

sabyenc3-5.4.0-cp37-cp37m-win_amd64.whl (39.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

sabyenc3-5.4.0-cp37-cp37m-win32.whl (35.4 kB view details)

Uploaded CPython 3.7mWindows x86

sabyenc3-5.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

sabyenc3-5.4.0-cp37-cp37m-musllinux_1_1_i686.whl (969.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

sabyenc3-5.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl (681.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

sabyenc3-5.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

sabyenc3-5.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (482.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

sabyenc3-5.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (149.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for sabyenc3-5.4.0.tar.gz
Algorithm Hash digest
SHA256 3e57cf8f7fd0e95bb130e978ec37b8b35482ea5a8003df631d97e57ece3a6b18
MD5 80a7dc1ade5676fe44fb27a64b0ed9b2
BLAKE2b-256 829d544a5409ed6b76860406d97ac63d6ac979ab08d923caebc472dd06ddee09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 40.0 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.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 de654c13b94c8475be55727b6c6fff0f41c9d3f21acadd9929b452db8711156d
MD5 0faf638d78fcd3e4ad91c6379c0bf9c8
BLAKE2b-256 3872a4adcea8881d58a124eb00d56f6a343eeeb7ffa4b239c7d5d2aa2fbe7bd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 35.4 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.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 02c82f4ca9599867c9152ba8f47a7eff3e161e441766744efaf7edb084904e65
MD5 307c074cc27a898d0a4449fa8925c70d
BLAKE2b-256 77e861af468dc67585c4ad540fbd9c832053bb48154a91672905d656b2142d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81b8340ea6bca93157362cd92f066537e10cdbedbd5e2b228218dfc9d2851adb
MD5 bd3e58de40e91d1d43a224637652a175
BLAKE2b-256 17a4cc421dabd72d14a5187a2ca5ac2366366f12dddc6be8270f796b46f2ca7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b8cbb81196d5ae6d6cefc72db51dde6dd015c46f71b6d856ff8d93bd85c4eb3c
MD5 9088474f7e4dfe352ce58c8c94cd0500
BLAKE2b-256 b7595cd6b7d29f14997936498f04517fd57793fb3fbe39d64168b2e89ea4fb57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cc5f84b0d410152a0eea8280bb89175ada33baca532fe9fc99c31c468af2fcbe
MD5 8cdd0e792417a075e5b1578c128c3761
BLAKE2b-256 93c51c6d7c583e0221cbf3eb6991c2ad39ee6dbe3257fbb80169f204828ab528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4b7df67e6ec846b8dd78f0dda41043e8b7025708b814e98b4c3587371e5bf2c
MD5 c9b9b8078170ee5976c14439d009454f
BLAKE2b-256 10000d6961bce6e84aaee4b71ed5493fdc6eb89bdb08c51c84605de4ebcdb8c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbbfc7ff57b97b6a9923637feb1e802c31ae11cefa00461cee8efd356cf6ebf9
MD5 f70029a0f1435fdf18be3032edd95fe8
BLAKE2b-256 08754738b92c7bfe6d6db26569abddf4b26f3f6fea4ab670263b8adc76206b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f7a4d049c0bba19bdc14891060e9ea59632ffc4c053d6592cfdf1dfda6fc66c
MD5 a8fab362692a21371a54c597689db86e
BLAKE2b-256 5df4644b83349da45bed8e18019fb81334294312502489ce5de33931d738f2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d5338250dbcf22dcb8f40a90dbe15d7a18af17483bab890b9edeb447c1398c8a
MD5 185d98ada130d97d33ab875474462563
BLAKE2b-256 95551bbe0675794f6e4c9551a31f1be75d64f528deffab0552791d908cd9c86a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 40.0 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.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 262321e2a00933530044c15b42073afa605b23ee22da3b833523c82807096543
MD5 618adc811b4ed79cbf02cd0a36260fd4
BLAKE2b-256 0dbdd344e9d7ab49f3188a3cad96d50da9db5384760428ee9e4d94f18190ee3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 35.4 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.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cf53a584debc60ee3ad90f9f33e8b0af7ecac74e116cf9d9c0e1944998f551c0
MD5 df6a52528b26049129c1c1b4f5a0403d
BLAKE2b-256 7f0bf0d7a0a6c8cd52e8316d103b07fd4278a69054cfcfc07522655d89025cfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 500fea676114eebc4baf9333bcecdcbf9171042af93d8c843f55716f88f89e4f
MD5 6f98b3eb1fd739c24725f7823d88f9d0
BLAKE2b-256 0de6b470d0ac3e05ae4ecde34d7804079bbeaf9e3c292df1314209d07011b811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 93f9d97f64fd0d3116546e643d2649b5d32268458096fe8e39cb5c407a7ac6e5
MD5 5665dc2664c12bb46397eea94ed8af67
BLAKE2b-256 cd166d4d50bfa2fb7d7aafaa862e6daf6acb7d9c8f5f45c9dba92ae58af8abf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 caf69acb2bc4a153d41444f6afafbfe9ea9d993098cb562ee923f6668dcae4ae
MD5 5d68f1d854590c2cc5475b67c36d1493
BLAKE2b-256 36386f10404449277e7abb1facd2f4b48402a35a95ff854883360e02e8cd2e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca5e2f6625676f431d7c0e3b2e3a7f01dcd850bb9860dca239159576032c0910
MD5 4c7fd2b4a08dbfeebfeabc51dc5916fc
BLAKE2b-256 d9907180d7b07863a4a2f87b19607f6cde40d14bff76fcb5dfb1d1e7966096d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 999bc1acc9ee15880a5abc3a156ca278396aa9d87fe7a12bfde51589d2282e2b
MD5 2cb7bbdb0580b066acd054a459ed630b
BLAKE2b-256 4dd498a2be2a4aa57c4fc7a1a35913b1025c6fe7a61c60975cfce34e8a5fce50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 346a46aec0f857330649fa69b4c93bbe3272319d363122bc10df29ead0360c3f
MD5 7079deab8aa9d92e426f1c927f2c4e63
BLAKE2b-256 7bbec977b9dc842eed708bb87df43294c504707b61023df709a2603742dfcb47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5501095cb14d7db552a5a6626630fb6d4a390cb557ee92ce63b521b06656bd94
MD5 8d80884539ee3d5cf7c274722308a20e
BLAKE2b-256 bb45709566556f05c122ab16b8c9271ca6655730e797025197b6fd097d7f4883

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 40.0 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.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9292e5f45e241044de46771805581014da043044426d5c9f43054b940a42cfd8
MD5 39cb3fd9c9c3f7e41feea233652f33b2
BLAKE2b-256 ee5b75ea7718209bfed809f601c2344b73eea7c9589fc12d7c5e9cbb0262c92d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 35.4 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.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7b5952cdbe0f38f82fb380fab22370acefbd3b00f79bab72a8edd0f1b2762d27
MD5 15db240a0c21e363ed972235dbde14c7
BLAKE2b-256 3375e8b5e54fe5fc369bcb050f9583480088eed1d81b43f9a5b97505ca9ef771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 293d83ea789f642f3604979d352417c3e65164bad71a664c96e4efff998e3141
MD5 38d872177b73f31bfa8e3bc85bc3b67b
BLAKE2b-256 9f8bcb134be0b90774a82bfcd0dbb7a5c4c0f65146bd976c44a6e888344a86e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 14b91b7c851f21383cb7852718138bcff4c26b2737cfc081f1891a3d46c0e258
MD5 c7f652ae49a1e6d04767519ef8d6557c
BLAKE2b-256 75a5f93db528b929455c120e21de4118cc8e1079cb348e6539e67f4d1284212b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 35d10e96be49b8747fbf7d52c272d221989be5d72027a7ec9d111161073147a9
MD5 165f6817ffcdc325ae2cd889fe786bf1
BLAKE2b-256 7379c6176809181c0778dd080049dcbfd6c8ba11ae7c863ea551866e2563bde0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 283fd342be29688e3346834d1d41f297559ae93db6a147bcfd36afff579ffab2
MD5 aab00b51e43d6daa2d8aaeea32162354
BLAKE2b-256 befe8588bfe8474eee74bbe129010d71cf7d2c87f0c9e59befc5e3bc498f67ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7868c25af33336dc8c4a6e16bd837279c7258939e9172ccc58c7f75f7c479142
MD5 f44a1abdb30b6167612c8e7d51b17cf3
BLAKE2b-256 0b8a2c742af0c0cb3992655100d4b58395073a9241f1dc4576c9c306b014a5b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2878faba69ea9f6eeb8ebfa912cb1381e60c3e5fa147d96f18f28d2ab72631de
MD5 f95a507f77e47bc87c5e77b7ee91a280
BLAKE2b-256 709f4affe6175d35692e1de873ca32c95991db7852188d9b9744e7637c1e578c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fa39605be366582524f0f9a75b1d5b5c704c7d7d43db3fdbb200012ba97e769e
MD5 5bf55214365874a1eadd550ab71d0f4b
BLAKE2b-256 b36dc62893da5fd4a3a78a9a53a3663f0dad43fd1e429822c4fa96323b3ee28b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 39.9 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.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6a07bf3cb7ea8625fd055c0cb905468754cf37ea4c7b294e43b325e33866f9e9
MD5 576bf63bf71ca44b519b948c7ec1fca9
BLAKE2b-256 293fa91a200d29d4518ded8480055255c6085c33883a158a126400ac5118ca65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 35.4 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.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bf4707aabbf24ee94413711fb4b5bf37e39adfca92fc1af8773099c6a77a9747
MD5 fcec00fbf577bc6dc6580de12057928b
BLAKE2b-256 88102898091b80e64517b254385d3c8b082c5a43be4bfaa5d9886939e587295d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 599929bafb3a782255776976e40484f560c57c2ef7b8e1601bac69676031aacf
MD5 d56dad5d3db0be89545a2586062247a2
BLAKE2b-256 f2bdaf24867e3d169c4d333f259f5a549a8073807437f153f76803619195ecba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3bf994fc90064481d266804e535388338d219bc8f07e1767f302ab37f53c3f7c
MD5 ea2b984a7c75f4ee8c146ce2c8a1135f
BLAKE2b-256 9ecf2d93cbad6c37dcc49be6d75fe87bc86f4dbc7bf2d32eaa25d9c0f8ae5666

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 76feb5253d6370919206966bd43ac7141c0c8886e356766d3704e8908bf55907
MD5 daeeba3670f7b5a21e86b642068b4662
BLAKE2b-256 e3ed09e43682cb382abb09873fa62ed980870dfba55aff47583342fe98d5ef6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9bc621edebce6c16bb8fb4749ead4484a024525b40615ba161023c4c8377a7e0
MD5 095a95a93900171341580e09d3ad9c47
BLAKE2b-256 77c2d9392ae9896e3072236e98e813d2e182600e5dfde82f937e6ad773cddedd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7113b04f5ad33a4b73e9b3d08326779ae92940300e27973959d9075c1f1eb63f
MD5 daffb1bf00d6a32bc7733dc22d898cbf
BLAKE2b-256 aa1c3906b921c83c0e1518a94db29fc1bc5f86bc5a2abb683f72bbf75ca3be8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea646de93c70b937b4ceb4bdff9229d6930f5df17f070c18c673a989241070e1
MD5 4f755f974018b66caf6e916292b7e569
BLAKE2b-256 61d41c93d22f0ebdaec6c1c7942660d81b3ce512a78e8317421611d382b1fc1a

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