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.3.0.tar.gz (226.4 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.3.0-cp310-cp310-win_amd64.whl (37.4 kB view details)

Uploaded CPython 3.10Windows x86-64

sabyenc3-5.3.0-cp310-cp310-win32.whl (33.1 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

sabyenc3-5.3.0-cp310-cp310-musllinux_1_1_i686.whl (932.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

sabyenc3-5.3.0-cp310-cp310-musllinux_1_1_aarch64.whl (680.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

sabyenc3-5.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (477.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sabyenc3-5.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (443.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

sabyenc3-5.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (147.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sabyenc3-5.3.0-cp310-cp310-macosx_10_9_universal2.whl (84.1 kB view details)

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

sabyenc3-5.3.0-cp39-cp39-win_amd64.whl (37.4 kB view details)

Uploaded CPython 3.9Windows x86-64

sabyenc3-5.3.0-cp39-cp39-win32.whl (33.1 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

sabyenc3-5.3.0-cp39-cp39-musllinux_1_1_i686.whl (932.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

sabyenc3-5.3.0-cp39-cp39-musllinux_1_1_aarch64.whl (680.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

sabyenc3-5.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (477.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sabyenc3-5.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (443.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

sabyenc3-5.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (147.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sabyenc3-5.3.0-cp39-cp39-macosx_10_9_universal2.whl (84.1 kB view details)

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

sabyenc3-5.3.0-cp38-cp38-win_amd64.whl (37.4 kB view details)

Uploaded CPython 3.8Windows x86-64

sabyenc3-5.3.0-cp38-cp38-win32.whl (33.1 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

sabyenc3-5.3.0-cp38-cp38-musllinux_1_1_i686.whl (932.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

sabyenc3-5.3.0-cp38-cp38-musllinux_1_1_aarch64.whl (680.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

sabyenc3-5.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (477.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

sabyenc3-5.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (444.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

sabyenc3-5.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

sabyenc3-5.3.0-cp38-cp38-macosx_10_9_universal2.whl (84.1 kB view details)

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

sabyenc3-5.3.0-cp37-cp37m-win_amd64.whl (37.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

sabyenc3-5.3.0-cp37-cp37m-win32.whl (33.0 kB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

sabyenc3-5.3.0-cp37-cp37m-musllinux_1_1_i686.whl (932.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

sabyenc3-5.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl (681.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

sabyenc3-5.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (478.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

sabyenc3-5.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (445.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

sabyenc3-5.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for sabyenc3-5.3.0.tar.gz
Algorithm Hash digest
SHA256 387de4e31b5edc499e25010bf41296ecfbde643476b4a5067a94f74cd66fbd0d
MD5 50fed4a1b92dd61d77b0650e23391431
BLAKE2b-256 ccfce73f41e0d3cd1b1ab86e9aaae607b6bd5e868ad0bafa5408d1406d9c4b5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 37.4 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.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 46ca956a1a101b5085fa14e2172d95f98dbb588155b24c551e76a883fa5e2f41
MD5 09150e29207628119b77542ce08127df
BLAKE2b-256 373dabf6b298dcd74eb8f34eef458f867c0e4fa8c209e5e09d0336c7a0cbd0c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 33.1 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.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ffc8d3851de87c87666d450420a84ca3077e9cc5957148f3760bc2a16a52b535
MD5 00a856baf620bf0b7f82f2ad6f350259
BLAKE2b-256 062a1dd8d7fd6b77c3e91e58fbeac60695bde19bb3a98037f75d228c91900758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8fdd22c5f566fea231b1ac23f06b6db54bb2564d96bfbe1b4684b91eda9c2ed0
MD5 f13b9d5f9e6902c1b022184e32a4198f
BLAKE2b-256 ec1f76ebe311564ff9cbd94728d1f0537bf5cc2c05f09299e43bb4699591a030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d64c5f43ac5e86074109dcbc931336183b66eeb7ddf691e7f2e23215a51b912b
MD5 f3552d64854baaeed74cda5300d0d508
BLAKE2b-256 23658da20fc9af456d9bf58546f3fc7e3eb1117690820b5ac6c9ce2df2e9b0b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3197f822fd29dd81ba1f8377d385e085112e8232e7f39533ee20b73176b83c5b
MD5 45156d13ea48ddd3b0bc8c61034d08b9
BLAKE2b-256 3797bb022db8c75aad2d0b2a94648372946dc0ad20568f8c621e0df85a931c0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef1178d39e10287b8e027a37ff371eb1d4eb2be028b30ac617e64dddfa26da3f
MD5 f28030b143ad55f6fd305d13ff13a5ff
BLAKE2b-256 ed5b3ac662ad6c2fe1d27f414bd4ff2fa8294cc84d17ea8f8851b6d4c0d2969b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f51c53022e176ee6ea0c3d49aeb7b53ba99262a768aed054a51d2609f41cc097
MD5 38c6596ff148242bf99bbf3c386f0192
BLAKE2b-256 bbba51b47e4ff2e669ddae0775fcae121cdf27fad659a8b9b25497a8dc1747e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c23c8a1a2b799c887407c7a7e5d4f2c3c011c1ab0d179c6a3303eb36c56116c0
MD5 8e88cb46bc44fafcd87418871b107eef
BLAKE2b-256 d7d7182e737c3f83d8f71ee0575c5b9d6a31a648bbdf102f6bfdcc0f612cad79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ae4b8228e8a15ecfc1b7e955063e78a59273daa3d0357b0bd2f0a202a20c9dc0
MD5 19350338cafada696e0d0b431cf6cfa1
BLAKE2b-256 5c93e56445aa0036cef3f5a44071f7371c51d5c640fc8a0c91cb61aaaa8018ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 37.4 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.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a32e0be0214bafa10660758d6c26039201270c814d0c2cff9e46848a6afcacc7
MD5 f30d612f1e9a865b0f977c0c96852e9c
BLAKE2b-256 12e5d6f2c0cba0c64155cb80932ccd4b4a630311df6b107d64d359e38d505ac0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 33.1 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.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 48e262024b989e3e3082a7331d50fa071f617a088dab32d38d322fd44f112480
MD5 9ed21d26e087f55006f3a4dd09c7836f
BLAKE2b-256 1728bd9a4b87e9126bea42e979a1ff500e96eb9279ec0bdef26d0607b5a7d714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e9d4061b254964fe38c116f5acefabee8d86319db1b04c7e5b087c9e703e9898
MD5 f470e59acae8d9b435d02dafb55fae28
BLAKE2b-256 de20245fe0bb58a11f66e93f7a877941b126aa35fa6b55fd80e0d128848b6b25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c2c98723877e033ef9b01b87bcc738f6267be51e16e534ef01a651f72682d3ec
MD5 8e3b0db7946530d6d5b12530fe44a3e4
BLAKE2b-256 bce52cb608df4d07b41c1c1d49c1758bc0778e439a330c7b96c34b13e51e0f1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a23b15471baad2a8086c29b68e5c943feeddecf5334b828e8454a9f7ce157f20
MD5 ecb235eb6c321e4080433e9689dacec5
BLAKE2b-256 19c2f5062edfa4f2e41a329be4ca2cfecd3f1f75451ffba1f9b857a48aca2e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e909ffcecb521744be0cf52d76f995508016696184e1b198faa42e8fe6abfb9a
MD5 a9776a871e65fc120c070cdedf6a749a
BLAKE2b-256 18cc3da395a1892a4d962f7705e93b7c1b84598e8078930bb7fe95a656e2c1b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c72609199c19f5813215f986308e724f0bb2c27cee657eb52a98bc4085893ed4
MD5 a523145fd99f3500d917144cddcc0d03
BLAKE2b-256 5262d1884ac45077c0e853db8bde5242155f45aebfb7c34953270e99565a2978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89601c69421eead3d9759a6f2937645c24bc6aaae53e921b7d4de07e9790e054
MD5 54191f46736d882700819f86fa6a7463
BLAKE2b-256 616d9b2d4b32d91680974ac564b102341c9f7a6debd700773d0bf25242988260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0bda5900875ce70e72f746eafa6602fc3d0641bce85a5e538bf4f23fce078055
MD5 773903828474877fa435ac9c900669c0
BLAKE2b-256 860a3441f5ece7a09fe0a78a4d2b82dc3cafde133b0e1aaf5b0d80b1a1d2a86e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 37.4 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.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2a14c38543c2871574c1e1ff9ccaac91dca76523c5698028501ddf61ff07a656
MD5 5f76e473b1cb25dd769a78651ab8716c
BLAKE2b-256 59bd9cd34249747a815d1d9a099b530b2cd77a71d094e5f1ffdf195f603964bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 33.1 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.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0e1aa461f27e157c1c5a218a5498f7dcbdcd0b877a786cc00e7022b843c405e6
MD5 3ec0b2bf76e2fe314f17ef3404991122
BLAKE2b-256 3395c8fef2e0cf55c06bfb957a62f0664244adad95b07b75ba40bc3af80ec25e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4def64f71936cb48774d0cd088a2ec7b41eaa8ec2f0cb249d8765ae886077681
MD5 ca80379a324e3d1a519bce8c1a023087
BLAKE2b-256 9ee3314357693a6e7084daf4bd87da4454bb6a2cdda424ea0cd7907c76c15ef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1e0828c54ad8fefcfea6a26a3e6bfbc8229ec7276d8ae0bed92116f59059b6be
MD5 30f20b8252453b251a5ee74e877070b1
BLAKE2b-256 366f48271fc7ca864bae04169bd0ab2b4301cb397766425bae7379f22b4c2a98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f3d2e60dda729cbb0a55372ea54637039de959b70f8ab7b709d917b072e00b99
MD5 d373c1d762dc93039cee9edaad666db0
BLAKE2b-256 97093db4664d2075e6ec533a9ed32cd4a2e7d3ee06b683562859f0ec3292a4ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 821c2c6c3733a1fc9a3c04e33925548dd3810a5ce06d74d5267c7998c3584948
MD5 5d2e71007069df1c2fcd18592b620870
BLAKE2b-256 f11d8cba2c3bcbf2f84b8a956336a2a58263133a1832703426c9d81eac8494f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38eccf9af322493ea582cdd475b97a09bac0d3afb138c034eef76b8285b0d251
MD5 08817aad8edacf2c48afcfc509de327c
BLAKE2b-256 067d4996632de77d3d86cbba81d9d66e83bb5714f133ba3d2d305ebb75484536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff5bb5dde93e5864dae8fb612722be9afcede4a72c070d26a8abc6e76d1f92d6
MD5 c0295f890eee7457d1b5fe2519e0a327
BLAKE2b-256 90a2fa2dfdc7b86ae885f477f115c694501460676db8329c548ead8f7d118948

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 87f106cb447d35b87c7afa8097ac3499ab26befe88dc6b0fca56f19624ce3a5e
MD5 36e38176143d60fa75579125b888fbd4
BLAKE2b-256 46180a0b764f2da77587cb8f5ce84bdc24c35e2644f4848936668a8fbd2ce311

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 37.4 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.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 28949d2e3fcd55f2c14edadce2e7434dc857725cbcabf6e7a8857d6c0d34283b
MD5 2ce528bcbd2f56ad9f1af214e85ff0d8
BLAKE2b-256 249410e5b66b5818040b37d81a60ecd8e9d14476200cc045e6b59b046dfdcc5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 33.0 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.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cd9063f4e75fc8bb70ebbb2ea703c4a7e2eaad29282f16ab6a453944005b1657
MD5 512bf85422270f0f03d811b19b379125
BLAKE2b-256 9ef5750987d56c1faf2a891e2f55e2987b2a242027a87f52f8f5670140dbad49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3c74d7f857a26262dba8993e03edc07064273a40807cf8afffb4113f0ed3396d
MD5 97068445ea1f9c22abc16ff3a674d0a4
BLAKE2b-256 129c6e98e13442fc0e251a810cd8f61e59a9dda7e44b50fe270a42f81b59b712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d2667c5dc8ff5c03db5cc98ec68ff0d26d3f57d9a0e8ada2857014132ba8b226
MD5 b61b7d8b601f0f92518829bb363be711
BLAKE2b-256 da4d28528913e933727bebae57b8a9f5c6671a24515b3aca454fd16f5e8be802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6b2387fef0bc363fe27e7cd3bc019815c0d2806bd724a1dfe2cb3b74dea1c639
MD5 d7bfd58f8b3b8ae8531654d0458cd1b6
BLAKE2b-256 cbe6c04b40bfe434be4169649a0c68d134a891c57b99a264bd049e3a88d984b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d11ddbf4e6d2bf31fdc9076f3da6b02c414c0031c6aaa836a0e5494de0713194
MD5 fc347b33c8c90951d6be37f10f22e685
BLAKE2b-256 36d3bc35438cca6e446ab2c976841d8dafd91e2aafdf61d0bcafa08bcf8cd40d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 715efa5c0770cbe1d5bc8eb4801b1d32152a57fc66dca9c4eb16fbf6794d9620
MD5 f591abb8c0b4cda72c2101b3e74ccd8e
BLAKE2b-256 4514c52f5a0b196a2155da258e25739a1f6e78d496066728c81ecb04fd8e6e16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ab44a84018d35637667ab15c8961e677b3660fd9256a0767182f137d78c2554
MD5 b1f15d13d4f2b427a9fe6f58267b96bf
BLAKE2b-256 5763a4ecd9c1224ffc3357cb342a66021c0d54a1e0c1102436d8673a96bc429f

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