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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

sabyenc3-5.4.2-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.2-cp310-cp310-musllinux_1_1_i686.whl (968.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

sabyenc3-5.4.2-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.2-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.2-cp39-cp39-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

sabyenc3-5.4.2-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.2-cp39-cp39-musllinux_1_1_i686.whl (968.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

sabyenc3-5.4.2-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.2-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.2-cp38-cp38-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

sabyenc3-5.4.2-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.2-cp38-cp38-musllinux_1_1_i686.whl (968.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

sabyenc3-5.4.2-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.2-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.2-cp37-cp37m-win_amd64.whl (39.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

sabyenc3-5.4.2-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.2-cp37-cp37m-musllinux_1_1_i686.whl (969.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

sabyenc3-5.4.2-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.2.tar.gz.

File metadata

  • Download URL: sabyenc3-5.4.2.tar.gz
  • Upload date:
  • Size: 227.6 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.2.tar.gz
Algorithm Hash digest
SHA256 eb05f098bd51099ef6292a8980c8cede0aefb832d6c8cb1bb94fa42661240a63
MD5 8f5be0e7c39b9493a56d32895790785b
BLAKE2b-256 f06a5a4d9e21a8906bd0d01f401bb22a523cb95e3e5ef4c0f6cf6b8e0161fba1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 53f8cc3689526c18b778be381f44103915af32f895b9f2d8c23d7042625f5ab5
MD5 98b000ab5c6600df72fc82bae00592b6
BLAKE2b-256 2a18869fada05657bec14e12b6b3b476b42047e2dc55f399a69f0e08e7d0bb1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 901b17db89177e0d27baf406a128dfbc55853fb1f38172601f46726fbac47b3f
MD5 12fafa4238b180c1d7f372edfb3f9eb4
BLAKE2b-256 3a85edc7f61693f8c0d5b4409479b0f6fea4e872e32a3a25070bdc4f8cae6bb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d848be97488e4123c151e4cae5aa3610039829c8553513f01f86a9bb2409a2a6
MD5 1d8f4e2b4fd9375e863b78a8067a0753
BLAKE2b-256 a7578ab219e04c70676dbb26d2088e3e02a0343ab5886324cfac66df551f8aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 98110a7fe2ee45e55d94eb2bfe44c4ed9035516a8b178473124f44efef5f3ea0
MD5 c0a14e16219b7a0bb865ce125cd5756d
BLAKE2b-256 dadbd830f15c1f29ea083fbba2e5736bee2186f93fc6e342c47067d402d72045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bcf38de7972761997d5529cbe8e4000d636d780cca6c42b1834e2e0922924a69
MD5 70016227704704c87d0829ef5b8aa404
BLAKE2b-256 55e4317859f18a7cfdfc58536a39d22a2d7156607682eebc64659b9cd9991612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 519300bd68049a259573f6195109f9383904a92b4a5b7e700bb40d05d68d58c3
MD5 188e667b4552a7ee9231e5de267b17f9
BLAKE2b-256 c7f082a910d1e1ea243926e456a1f02d0f45cf34cda4180e86c0a277cef1886e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbf92c0dd40e6ff8d7d0ce5e0a2201f1b316670b1a9d09b5785a00704b1817ba
MD5 9ffefc450de513546cac511445fcbb4e
BLAKE2b-256 dc94256afeee1ee7ab9174e567da64f869cacf51e38a1ca47f67ef52ffab30d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 737b44f25f01d85a1bf987293bcb6f93ee5ad6ec848945058e238f3d1d9aa3d9
MD5 019d8b97da93510379b2c374d04900ec
BLAKE2b-256 e69c6233b0788765596cb494d5d33488635dc457352a8e0e6081658aef513273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5555c970d79aed4a899bbda2aab6e25260ee93475fa4cf92d507ae34040b2ab3
MD5 420d5d52699339dd4f88332265b7d666
BLAKE2b-256 cef598516b70acd9c189d0ce685d534a4b627ead7d0a0f56378bf8d76b279483

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 016fb29288f561f2fd597e7ea353bf978589ef244da7e7aac9c73b7220eab9e8
MD5 1292f8ea4dafa407fcd955d498b2097d
BLAKE2b-256 b11c57ccd8df034736b8a04834a07d9ee0fa74e8e48500ad7abccb9742e3896b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1c6c02f171921622e9f48ab3ec6136a53d589b71bd9552b03ed6d599bca29875
MD5 bce8b04c725699d332e58558dca9986e
BLAKE2b-256 902dd0d172e1505f2cb900051d76a1269987acfa5b3892e25dc5b4b42f8f30b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da3148f4898e6d0cf47c3d2e11cb9b8d954ee0723e83adc5559f27278a913c62
MD5 d2c443142f89ba0f9f0e3f4a5e51003c
BLAKE2b-256 49475873bb9d049a3bafec326c3685ae0f71ec2c0c6636fdf2395ba6556371d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d26ccaba025af5382affa10fe421abbc6182a26e56bf81ecf5b93c3b114a7374
MD5 31f617416a6a1be54561e0a2660974bb
BLAKE2b-256 c31a08cc554a9c6ecf28652be23e85f534450dce0643df46f9e7f8074e213b6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 adde6054e49da779fd876a83e61a1d207fa45ff5863fe2567b692c96a3417cba
MD5 6c28e2f253c4f4d822520eb447280bc0
BLAKE2b-256 5c530b3a50b03b3b1e44b6b0659ec7ac651843bb1f440031b476887d05d5abba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28bfc6d48acd1fbca52128938218b546bb2f1ceef7f54d1a6ef9c5debc4953aa
MD5 700fc73bb17af3a11df43372b56b1da3
BLAKE2b-256 378ffbf72f2b2235f3c7e2725890c2f430d9b80612c3eae4613b986cf58a608e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 29b0f3d036bde25dab9a0c2c9745260bb310e099882a3ac9601cbd7e0b769417
MD5 eb5d3403da5086167cfec85d14152c58
BLAKE2b-256 18e084f6b5b38f916eb3ca99ee191d959b5e18e580f396494470cf0d13ed1b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 956787c76b1e4f58617cb67fe1cc4ed7c17a7d775208b3cbebf45f10e1679b9d
MD5 b99e49279120949b05cac7a4ae5644af
BLAKE2b-256 c359cfa523da1e5a3636589ce25bfe73edaecf71227db94f9e483897f9fd4751

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2918c8ccafbb94b19a4716a1cf6e852731cc99100a36985424a8dccfdbcff11e
MD5 0ff8946693aeea3b2486ae1ca09ab93f
BLAKE2b-256 50d6bdae978a9a44584dc19dde8b0141bccf9deb2d483a9a99193e1ca7e0f1a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 abe8baca63f7bd051d06376224fd3e79c47529559ea454cd4c4eb78bcc11883b
MD5 6900898e341b434114397b91b8fbbbf7
BLAKE2b-256 61bfdadc7c559952ae0fdd9e3095fdb2bdd7d92b819ac9032c334b7714f8e935

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a074fc3872992544509a04cf4f529e6890a65e601fc9199db86a6f0355b9a3c4
MD5 d9f938a4dca28023cc2f484ce4e9416c
BLAKE2b-256 ed34a778198cdc097b0de05088c3359697393ed4b83476bc3281a76034ef7c64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0022a880a0fcccefc9762a6eff4081efa53904312eacea727e230775b4ac1482
MD5 6dc3d8dd3a7dca9d8622629b8f663efd
BLAKE2b-256 d1d8b8bad64a7df40ceb1e7b56cbd156181d5a4134424f9a6394769ff9c71144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9d6e22846067e6daa308971b7becd18bb9bba19feee8703ef8a658f7fe631710
MD5 65e7c044dec80f1fff5c8d72cf894c67
BLAKE2b-256 b4ffb855fdfcec76e3595a747cbac816483267313a6c62a17c9bbf8fd85e7cb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 646e864bde19f07e2edbc4f69136550d20989b8e37d7a043f08b7f1c94dbb53b
MD5 50989516620a7f010a74b8489acbaf92
BLAKE2b-256 39edd587ca1cc2ee148d27f7e6f175537292752394498c5d4d5931fb2b8dd560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2815be96a415d5ac08bc00315fe76276faf39c077a92ec358f8367f0810e9819
MD5 9f4f987a59033792f9ec425e79bd25fb
BLAKE2b-256 3dea135a442b2ff762024925f1d37b7d69d5fe1c56ff98f2c7a2d53570af78ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4889ff9fa91be5990d9495adfb09c8d74b9bb12e010df1213ed042dee2746b20
MD5 9286a391be609a1a859d93b0f79c6b0e
BLAKE2b-256 31cd6d73a4a5e7796aa5ee924ae2bc5f4006ebf255d2c3269f992e0bee2a5aaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 505f1a6365f769130140662723dbba590726b6048c8f1c20f99b164b1168fc5c
MD5 0cb05bcd9a7f3bace3295ddd31d5af9a
BLAKE2b-256 506d0fd5e20790879a10dd6d9efb737dcd37a94c02a78a576484749ec5920379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5fa4e87bffc387466ac923aa86bf9e1fd28f06933416c03d8b756e13df95c055
MD5 6fbb3d107cd9d4f136380b94981b4618
BLAKE2b-256 bcc77fe35dfa9b328fe6a9bdc3d4df9ed66bdf58201c1552acf87e2469a0c441

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 38c7a937d090c7867a6cb72d4cf64c32cd0f50df0417287072b126d709691c74
MD5 053ea4afefa0691077c5360ce2c1cd42
BLAKE2b-256 65700b1e16e163e6a4533cc58c4ff650d51fed10369886c85da3f0429b4f752e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.4.2-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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1d68337ae5405519e50113c1024d8afdbad97eb95b5f488e3a12e385191acfbe
MD5 a198c75a336523066546ec9c764494c6
BLAKE2b-256 6d9d6a9c00bbbe7a3ee93f07dd70726e3630feebfbb21a6401936b500ddbc595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9cef6c9532ea2a7dca34e13a479733e7a67a6ecc1fdd9054d52e01a94232165f
MD5 2a284b96221876c2d27e58b123a128b4
BLAKE2b-256 f6b7637587d318958506678d0f56f333f67c1cf2fb9a6e58674ac3870380b103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8851d6e5d705701050172526c3ae7ba2351d8edc4bbc4049cf9d245cac9923f3
MD5 bc074158ae3059ba32611ac76cf80096
BLAKE2b-256 88464f4941a48e767d3115b1637d1422812a1e8736df8a48d94d791eec0b9a1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 50e99fb2ac092c6be2265874f3eda0d903e4c872d4ad0624c141cd85445f9da7
MD5 cca461d34bf945a93b5761f8fac5ab4c
BLAKE2b-256 fa6f712d34514cf9a8abe0374de080739f33b8b63e96a33164b23dd967b37cb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75c87e1f77cc0964f0ed6963904383a3ea63415a9f4fe98c8b35c4a2b114f3f6
MD5 afb88d417a35d0f8847356415b0590e8
BLAKE2b-256 2bb429dab3848353272f969cd56e9adb0ce8006038cc6916d1cd1fecda8647f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0e114f011f6ba4c6a77ac05abef09ffe665005d3b69c6fba49b94eddf992102
MD5 2997749b69b038a9c5acd846832560bd
BLAKE2b-256 b28ea415bdbadd7218c11a9ac4d06fb26e372aedeb3074b83c16ad88ae40debc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabyenc3-5.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccb95c91a3761fefbaecf0ddc5ab6b4c4852b9aa2f0427494016788f60ad9200
MD5 7b8f2651aa9a51e0bcd239aa5f8bbf5f
BLAKE2b-256 9b41d757b8a70324ec0cfdd13dceb52cb066207b6895e5dbd58cbb563d7be411

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