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.4.tar.gz (227.7 kB view details)

Uploaded Source

Built Distributions

sabyenc3-5.4.4-cp311-cp311-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

sabyenc3-5.4.4-cp311-cp311-win32.whl (35.4 kB view details)

Uploaded CPython 3.11 Windows x86

sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_i686.whl (969.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_aarch64.whl (681.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (481.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (149.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

sabyenc3-5.4.4-cp311-cp311-macosx_10_9_universal2.whl (89.0 kB view details)

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

sabyenc3-5.4.4-cp310-cp310-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

sabyenc3-5.4.4-cp310-cp310-musllinux_1_1_i686.whl (968.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

sabyenc3-5.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (480.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

sabyenc3-5.4.4-cp39-cp39-musllinux_1_1_i686.whl (968.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

sabyenc3-5.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (480.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

sabyenc3-5.4.4-cp38-cp38-musllinux_1_1_i686.whl (968.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

sabyenc3-5.4.4-cp38-cp38-musllinux_1_1_aarch64.whl (681.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

sabyenc3-5.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (481.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

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

sabyenc3-5.4.4-cp37-cp37m-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

sabyenc3-5.4.4-cp37-cp37m-musllinux_1_1_i686.whl (969.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

sabyenc3-5.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

sabyenc3-5.4.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (481.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4.tar.gz
  • Upload date:
  • Size: 227.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for sabyenc3-5.4.4.tar.gz
Algorithm Hash digest
SHA256 f3d65f2a70bcb13ef1beae0ff6bb3b69adae18497035f8cd4ffe4e5af1aa2f41
MD5 60382280a30724558ef967cb6eaad37f
BLAKE2b-256 15304e0c449cac8a104f8ef32ae6559cc97ad5eb3610ca94584cdfc5e5dde416

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sabyenc3-5.4.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e7cf5e478e9afafaa10a7c810dbb79d83c4dc7c162c988eaebcb3332d690a69b
MD5 5a4174bb482b2f9c4f011e7aef5476c7
BLAKE2b-256 3af1367dc5cb2dbcb00f3a187d86eb67e77f68017976f1259ddc60c5a099d9b4

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: sabyenc3-5.4.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e52deb8e9bb711f83e1c8a24d9181319d9154be4262c85690dc0454a89dcbb65
MD5 b71ba085b40f54fe06b9010f01e3e719
BLAKE2b-256 e4fbe22103dcf544d727df9bf0b076abc904c6403773bf11f791b82d90a33c88

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 64166ebbc1d79fe59603ca96427a2a1f812e258155817222d404e62d4649ed15
MD5 dc375efdca00d0b283f1aa2b123e02b0
BLAKE2b-256 877ab6766738091cdfd3c6f83bd3bf7058ddd504379da645d11edffe1bf52ccd

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c79d37ba65ccb4a31e534008bf22381f5920ff14cca09cb58d77c9d814ce3b6f
MD5 ee4baf25a53898ef90c6fa9d2b88f66b
BLAKE2b-256 12a46e53b889e900e19c1bf8ac1555af519d8d76ceececd102422b1fe662b0d0

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b5297c5cd635e893534ae8c447fcb5bc05c0c7b8fb09cb6cd9603099fc2a8e13
MD5 a0faffb86febdbdce653412355227025
BLAKE2b-256 bed4acfe2022d10b21559a34517ac4ff7fbbed43543ab9f6111af8ea73d4702a

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b9c2c45ad3ddc37fe222364a52558683518574684fe824306a779a049d49ea5
MD5 4fd44668116b407f467456977efd5e30
BLAKE2b-256 71098c4a3bfe2ebb6b21ff93b40d13cb0e86cb8c7546bd5d555546aeb08ffa40

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8898b198b29d8ffee37394cd53c0508d096b34a38a6e931b90fc4d7ee7c292b3
MD5 1993aa1674eadc4f91e43a8a9736a6ee
BLAKE2b-256 db04813ca6e602cb864a16d7cd81baec855feefbc3781b16012ffaceaf29a534

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2271660f69bdd769f10eb6b816b9fa0bfda0781ba2d3a254f9d2429e7c726ac1
MD5 fc225fa02292d3b680c0ae3a81489255
BLAKE2b-256 c1327095ba7943552f278470adc0b81980bb2c5fd3b2a5d1f03acea8209e6e3d

See more details on using hashes here.

File details

Details for the file sabyenc3-5.4.4-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0611b5c9a1e829f234b7bb969ae8764f9a8e0488bac70fbef73a6de7066e588b
MD5 8140a73493819ed657d60a1c244a6e96
BLAKE2b-256 140347fa13dc541683a476bb6e205cb9dae1ab32c1ce484c29591a0c1a9224d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4-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.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f0d5a271e405df862794e26353fd8aa4812c960a4758f2f555ecb06ae1f339f4
MD5 f29cb20a46bc0a34c52a2a8fa355ef49
BLAKE2b-256 73e0094e9770275c2d2e487a6640129ccec4f562c1d327cead709c0418f4eb66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4-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.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 aa7855afe688eb072e8ac9ce2b141d3fcc288e62da51a75894783347f81e3d36
MD5 8f177c690a331044769603ca46483504
BLAKE2b-256 74bc86fa395392d89728c6560ce38991eabb5c37e62909091668f52910850f9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bcdf73f400e688abda5ee27cd38f0216e1b7faae3b445d0ddabab8c6d90b0dc1
MD5 908e78f08c9281d388ab7e8ddf041ebe
BLAKE2b-256 93c74b767a197e8595eed71df2f9c0bbd82da88e0f73c04794616857a075fbf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f8859cfebc6db1e8429f0635de5776575ff5adc173d66828903a4468d401e6aa
MD5 dc92783b129f0723c0376b2282d89ea7
BLAKE2b-256 d8b03e8212bcc8dc41bf64b065d24bef5736f9b5584431bce60e4a5b2771ce20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2b66ad5aa52639207cc4cddf1d8955f5c3ca2661876b7e3077e089656c9b2da1
MD5 0e194e5ff68b296ceec85c1f0754d1bc
BLAKE2b-256 9a3608563d4d70db4f2619f9f813150ceff3e64542e99da88b98b86168402b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0197d9a4b5615558a118dd6910eeb5f6a89d150b7c51ee7e2dbe1379b36536c
MD5 3aaa92f9dca406b4620001a3bda2291f
BLAKE2b-256 e5981b34bc3551823c9ede36dcb571412488a4876cd4c951684bd893bea28c79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 62ed8a7c7be490cc50fb545988a8472998a5e49029665620f7ee41e72def7883
MD5 d5d7525c207a7bdf9912495719d11a48
BLAKE2b-256 a7697c2b51e35ee88e604834bb9fd4bd8f90958719303d9447b3ac6c63dfdf6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 147851e7e9ae000a80bce39648bae4920702e5b56ea001e8cba379ed77455fe4
MD5 c9864cdd23d810f54c0ec6dd3a943278
BLAKE2b-256 4a857b36dd4e6c62c39c219ad5a3bc98599ed92b8c23503ffaae3859bbd4438f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6109b1c5fbf8f5533ec358a560639c68e47385ea8feeaa8c8ded7ba6abff1fde
MD5 fa00b8a25dbe563151a4dec17ad7cf24
BLAKE2b-256 a2de8b0f6fc988f7bcbba5fc0200306e9caba0831685adedd0a6b731f2b1a4b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4-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.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0312cbdc8f958c83c7a387a237e606d94bd1f6294b8132d4f7f67b8cca122e2c
MD5 3fcf86c932175a4e2e9be3b0d04b28b0
BLAKE2b-256 5c5f724df1dfcb6db8c5419b1efb2bd2faf7786a40e00c2a6446a391ea7bc400

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4-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.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 30bf9db9b6728d0687b2722e1461f4094a313845376961c62fb44de0d81d8f7a
MD5 28f39172298687f6988e1ec1b3d0c6ad
BLAKE2b-256 c419fcf5125ff84b96a3f31a46f96f82d1df1e2e6e4de68f989251ce1e7e1c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 60158caeae7f7c25f7748bbbba620f0025c8a71dee53561d2f6e19ec7b2b6a40
MD5 6fc924e98a0fe5e499d6e6025b3bedc1
BLAKE2b-256 50814ff2e593915e5c2ab745911644508b604713f0fa17d43782f8b8def3daf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2b510e5c3781d841d0c33a088fb0433cb52e0ef8b8d534fa29a176e62bc8d7b2
MD5 b6bc042f76fc7a1c42c8de6da7b9f7e3
BLAKE2b-256 48864aac2fa113c29b45d84ba323c9632691078099fd5f2b135786c06190612c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0990775691e448601f8a00fbac25bad5499733e34592f0d57af3f5fa9f1be44a
MD5 38c4f99139e6a17a5b555471ae922986
BLAKE2b-256 039e8551711d94937f44353cbc56551f2dbc76f9c8b93e873671a7f76f59873d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8158306d8183172832581c9dbf5935801a2ea674546fe62766be4ab66d993e7
MD5 0a551379ca2c90bc2c2d1a88357f6797
BLAKE2b-256 5122ccb95dcbdfdaac8451f7a24181dc7630a0362a09aa244f9f794bbb780ec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b97899be9aaa81953950dfdde0ccf8c9ddd6a06a11a9142ccf9e6f7eff55775
MD5 064bef5bc2702fa0f6eec693a09facab
BLAKE2b-256 f2fd72e3cf8d4ce42d7818aa796c6ad0c72481359a721cecc2528f0ed6ec6ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20b77ed631a0023cbffd05f8cf92f3a86eb8ec9b30ccac7b6b6a533c17bbc510
MD5 ddcd6fcda46301bd934ad27a16b40810
BLAKE2b-256 feee438c3b15626fe9d71d526fc2dd0d2e74e6a31eecee605f5320dd21e12e4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bd17218902cd112467d7a2e8593d7d6f3e4a526349979a845bd59de35174eb54
MD5 5eb1acd9482321225b5df1de5f7c4121
BLAKE2b-256 8061549872723759a8413a0ea8dc704e883d6fe99466ec5299630906cdd69fda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4-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.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a48837c3ec3c9f5a1786e142360cc4841494bf34d656ba0eb7fbdfe2f4731437
MD5 f790201af3a7b9865aef5a8cdacc446a
BLAKE2b-256 e086021795a40592da8f059a4f705b06e451ce54dd920593712034f67bdb70ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4-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.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d16929c0e48f8450d425c9cb2ed42a374e4828a59a194571184d0bac5eda4a3f
MD5 0206a64ee65e83f9dd55b759f7d1ee0a
BLAKE2b-256 8b9285a333b6bf5225f09e6a1247c25f03ee3734e6d999bab66c3346d072747e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c7afe648dbd4c1987d730b6e5de689c3c0b55ad2bd051ff907a9fa82e334cf3
MD5 0d251b59b9eaba2cd6773af9a6068cc8
BLAKE2b-256 cf1a2cf705af42141d3bb65c76838671700d5369dfbab95ed6be86599c184db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5b7e3c74f195279c43d559153420e939a7cbe0859c5484e8b8a728563c043eae
MD5 0365d9200fa87b91851fcf95163e8588
BLAKE2b-256 f3f1de9f5bed86f5756a019548f86227a1cd37548763a268dec1f4b92ea06d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ef69ee0a087b537efaa1fd6810908fed9a88f09122d39ac318ede21f65704958
MD5 cefc97637f917800fac82e98af8925fc
BLAKE2b-256 47263c01e03fc438d889b70e41fe03136a7f323b4eaeeec36fcb93c5cb9bd172

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f30ca141d5073a5343732b035300fe3d5feca3e94cb3933e8a981e84c3f35485
MD5 8aacf1602ef4e6b7bc716a34ab102b90
BLAKE2b-256 309f1e3d27a195d15799d0b0f230181391ce034ffe4bcf77bc2580ec6eb8c222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59de57bd14c4c1c955e92c945d7680a0d66d68da969e149e468052dffaa68e0f
MD5 72e71d032c822ecee3a9dd332b780237
BLAKE2b-256 4ad4de3d98e685eecf375d485598b557d11738a61bc112cdd19b167e9e7d54d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d62e171bd50ebfb122a1d2db073dfc5c3028faa41ce817314b42ce2eadb333b
MD5 06e263a76ee0b71105dd5ca87b279afe
BLAKE2b-256 994831c39d016f52b2758e201e4b896cf67f61de91d1ff4d668c99a93b8bd583

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8b9a170edcbf567ba31172711b0bdde96c9478207dfa5f575f2f2deeff6c5d53
MD5 8fbc983c4bb5b261be40e8feaf3ec0f0
BLAKE2b-256 9f8edbd98941c26314ec825ff235d969b4052095f0d1c2fe2213ca1f7eb5ddd3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c646a118602eec33b04e07d54134ec395f326510b75a29004ee405e7469de1fd
MD5 29aa123ba89ad85b8cc662b83e33185a
BLAKE2b-256 21c1fe0f689a1d1829e45fd86137bd6eb740b04e4562adefd7c4f4120342e3f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.4-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.1 CPython/3.10.7

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 69fbd1e92cf5c4dda6a1c93c76e9dec5ce5aeaf3945c5b7a02a9f61e9ca84d41
MD5 dd43ff35cbd0a024b59c46736a1faa04
BLAKE2b-256 51ffcd45d432d9880c406ced3c47664277bd933218583983beb57b272d5dbbaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 227933f8895e1400cae566ace16268d64fe7b9b4dca599dacadd535c661a3523
MD5 4aaaf297849bd417e62de7236c30ce20
BLAKE2b-256 98b67cfff622c121e014e332a0bc3ac9f8b219c9ba5b47edc2c80216cfc6e262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2b59d24ecfc04b65ece77eff59c8d51767ba66cb195916b41a44ef4cafce213
MD5 ead2222bb6b3575f749436973995f011
BLAKE2b-256 893460e3a84acddf98ad995dcc90f84c70952a95f2c4c6a9b8b77d0ce2db5d3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e1ccf85e636465f85f6157c68fe052537b2502e4aef3400eaa612d666d319f58
MD5 bbefc7a64cf7bf862859d5378f0b877f
BLAKE2b-256 1f507333232edaf00c47ba6afcaf1e435e54daa701cacf2fcfe836c62e03094f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7027309b1872c60db77c391da1884b2ac7078fa4a80ae16920900dd7d84e0e54
MD5 69a2cc132847e388d02c65da855a4d6f
BLAKE2b-256 db788b6399772355743d5ff7de256cdc9b34ff9f586a3ca7aa6fd7629e9a2ebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bb872435c10314753da03406a3c7c13272c9baa1cfaa8a7026b092bda18c73e
MD5 adcdda6ee192e3dd9c1b8f6aa09f167a
BLAKE2b-256 6a50818d165b8df8fe3e1ede4006d2d9f935f1919e4419a3728423b811a3e876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 345744ff80b804a59cf5ec73a380a8d0e60a183d9c709d0c1050668764fc47d9
MD5 75355d6ba2960e685c0b835033898fd7
BLAKE2b-256 41ad633cff12e656059217a47db87f9a56f49d7bd6b101448ce31f1d207dda1e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page