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.1.1.tar.gz (224.2 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.1.1-cp310-cp310-win_amd64.whl (37.6 kB view details)

Uploaded CPython 3.10Windows x86-64

sabyenc3-5.1.1-cp310-cp310-win32.whl (33.0 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_i686.whl (922.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_aarch64.whl (679.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (466.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (434.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (146.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sabyenc3-5.1.1-cp310-cp310-macosx_10_9_universal2.whl (82.7 kB view details)

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

sabyenc3-5.1.1-cp39-cp39-win_amd64.whl (37.6 kB view details)

Uploaded CPython 3.9Windows x86-64

sabyenc3-5.1.1-cp39-cp39-win32.whl (32.9 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_i686.whl (922.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_aarch64.whl (679.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (466.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (434.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (146.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sabyenc3-5.1.1-cp39-cp39-macosx_10_9_universal2.whl (82.7 kB view details)

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

sabyenc3-5.1.1-cp38-cp38-win_amd64.whl (37.6 kB view details)

Uploaded CPython 3.8Windows x86-64

sabyenc3-5.1.1-cp38-cp38-win32.whl (33.0 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_i686.whl (922.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_aarch64.whl (679.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (466.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (434.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (147.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

sabyenc3-5.1.1-cp38-cp38-macosx_10_9_universal2.whl (82.7 kB view details)

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

sabyenc3-5.1.1-cp37-cp37m-win_amd64.whl (37.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

sabyenc3-5.1.1-cp37-cp37m-win32.whl (32.9 kB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_i686.whl (923.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl (680.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (435.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (147.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1.tar.gz
  • Upload date:
  • Size: 224.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1.tar.gz
Algorithm Hash digest
SHA256 9aea890a7e45712a7928d66a7d6e37dcd08ec5f8f50ef16f9593c29663643d1d
MD5 145be83cba5fe72e1623a1bbacf879f1
BLAKE2b-256 d4b26eecbeadab765c71a81de8117bbc855b8ad36a913edc2cf6407ac144aaa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa9e44075b91e82118eecbdc8830faac524bbfa527ca7d29491e5e6e69b72a69
MD5 61366ed1e52a80570928e543dfaeea1a
BLAKE2b-256 9c87a9e404dbe270a40adb1072502fa4f48c42c3bd34a540f28d4c71369e4b38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 db1ef62e8a4af33dff2291eac38b2363dc4421b0e763bee5d2b57f773f3e142a
MD5 dfd6cbae3c289698556e98366729b9e3
BLAKE2b-256 053d75c2b72d2e0cadd23d8d1695e5b037e3d3a4903f1eb9b8bea5d1f2e21b99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4fe456021bb5ffadf0e8a40f06a38b8902c3beb797f9888e1d34174b45a565e
MD5 3a5b21e57ffe7680ab48afc7fc0fcd9b
BLAKE2b-256 4d1e1927b586f76b19e61307ddce99f1044c87b2074a9e9dd10cee196cdd3b4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 922.2 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4b083c01adafa059ecb2b98b9b48cc6ff725f3b7501fec506d3d55e3de7d5d01
MD5 55867c5afdfd1ef1c881113162a9ad50
BLAKE2b-256 77f6b6fd72b3151beeefe50f923edfde5f6e7c14c62ace779a00553d50e5b2cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 679.4 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d841bb1eaa1ea5f893846a017820095a643a3b34a4f9a5be0964fc43355acf9d
MD5 2309c7f09c1ef1227a55650df9a714d6
BLAKE2b-256 b6e5cba31b71295eea3397b5a251e7a4f8006498b114c3606fc9fbbaf394136e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 466.2 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7170306dac91cef6e2115c6d66fa905e107c159e1b99cf9c93039a1a90296d48
MD5 27b17af49c230a735e8011d3f93ae534
BLAKE2b-256 a3a88006550351b3a877d1a9e4a800a4b62dd548aa319c8bbf77178791debd63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 434.2 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d90701b30e37e5d3724f0adcd056156fe575b0161d8ecf0bef66bc0bfebec3f
MD5 c54b4a61e8967b8ff233eb9115213811
BLAKE2b-256 14ec68ee9b8991738282db17224dc186303decd03828f77afea0ee3d546e6f01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b02acf184abb4fe2da6261cd72f4f7a4282fc0ba28324a134d9f5fca3c44d504
MD5 afc8c51a403d70f7dec4118b48f9bbdc
BLAKE2b-256 a60b74bcc56c1631dad38dc42c89775ece087e179c36e32a3f6e657d2b7e2bc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 82.7 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 02e82fe1485b32215a28f9e5ef35cba481ee5b429cd1967bb55fc96dd34cad4c
MD5 30de909dc4389d0ea386b4847efe4627
BLAKE2b-256 bb87f82a6c2e16ddf809cc4e7fdc882ad23453c6077724570d0632713c102d8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 322ae64ff6e1b35004f8122b86bfe28b3ee7fcd994c3ff5a38ca32fe13769661
MD5 dfe1100c935a8130d5aeb0d33ea71c87
BLAKE2b-256 f4cff378a0bec83d1674e70735eed9bd6f7b4c9d69e677f71879e56fba9f455c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 32.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dfbb65a4a4ab05eb97708f4902d69ff8c69e9d3c20022bc7bbfaa15a7e977d28
MD5 3297b65c92a0289fa9bf52e3029870be
BLAKE2b-256 7a68a2c86aad6f35564034c2f89b8108f5387c70e992df8d6c29c45fdff0e32e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3ab8b01a734fb172d4094aed886c1c8940f83bd7cb312161be0de481dc449b92
MD5 a1c3a436dfa18d68f5d807787f964390
BLAKE2b-256 7c549d2380fe2505209f5758947494814bb1fcedec0a0b6c14e23f6fd152d835

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 922.1 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8edc901e0b3e221292f6d8fc5abd4947cc3f37446b03b9581b6f3c906d608120
MD5 2ae563e3a3444022128edb3436556b04
BLAKE2b-256 76bb162a8d3473c86573846fbf3d6738616ff24c11873bb16dd0378f0d163606

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 679.3 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 77f8389008d30eb27a7b9729628630c907e45109bf1fffba7ad7310f7138a076
MD5 4fb3d8d968a8451731e7accc74f9ff69
BLAKE2b-256 ad9696d19f45e405b32d0910e6d9ed1e0e06214cfa4cee86b3429faee63c9319

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 466.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3db96d45083f52cdd73ec09d8b829bdf2a404154606e58c25a622c9605a93443
MD5 277e22a6dc10a0dd33da04634db54211
BLAKE2b-256 f1b9e28764541bdd9d7364b0e463d08eaa235113ffaa758de42c784d31c5c423

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 434.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e433615a653fe214bb11f356b02158d26a805dda580f1e2b6f409806b8336e35
MD5 0873e47fbcf77651d3a5b225d0372087
BLAKE2b-256 d7bcfcd4343c2062559dc1c923fab317e07d9357fdd68e160a3632fdf07f44ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 146.4 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1785b603dca0b287c093f156d2671335f4a22dda7bfe2f2b8e56dd1431e04ec2
MD5 55f16846183b83fd3b663cc7ff2f13e8
BLAKE2b-256 3c7c9acd8116b977be2c2ac348ad39220a75912b6526cf98ade267f84163543e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 82.7 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 27c9f1dc2e304473984ae280c29682c32a877d1673b83fe9c54e2102334543d9
MD5 2351c25f6b780054ec85b811c6933330
BLAKE2b-256 497a11578b0c0d54496a70d9206dd9f3fc0aad0a6f407a92be0b2deef7653ba8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6815df60930cc65ca968fa2cde9ff88cd473ce2c87d4543504c38c4e43ebb855
MD5 b55e4d59d2cba241f1372913062f1cd1
BLAKE2b-256 e38aab567f52f71b93ad42dc05c4914436af130d21b2449f8771890825a80b60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 277395558577e6a35c4173db00a6da8139f6e6496a58b484bc966477b2994846
MD5 dcbee5de0f31d4992f8907621e2d02e1
BLAKE2b-256 3f4302f68cb673ef11869bdaa51b0d39973efc16f0f110cf182197fb47256d90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ce01925997a3ed75b2ce1c3ed2ba27616409c71ffe8c20754c6220ca5367d10e
MD5 e3a9bd638f94ed1497f91527c57f418a
BLAKE2b-256 8f539ea8554b3ebdcea946d7647f3c61e4a6739be9ae1933a942e43164b0758e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 922.3 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7a3ff07776f080522c216fc1e56faa53aefc7a7167e1dd55f94a0e0ed9322e23
MD5 856e8fc8aed73fb82029bcd0f89bd54d
BLAKE2b-256 6910a106ef34b43b507cf07735426837e2326e550caffe05699bcc834c0ff746

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 679.4 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3fe47888e67166753372b757fa5b342f1d45dfa6b651c82e553d5a5cafd42a8
MD5 f6de11b09b3bdfbee003caaa859ec121
BLAKE2b-256 9ef7306be0de00a281090013e7665b72afe91645e7ca8146076306e8799f80be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 466.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dfa25b3190bcff2bf2209fca0cc6751b3d7e469ae2700537e5552d5e954cbc4
MD5 2cffd02d2a6a46c0c1f9f79aaf4e860c
BLAKE2b-256 659e8e6ee89c55be3a342e18c553f69969b88c17d95d32b076bceb16be7d09c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 434.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf72040d5dbc79b616ea27ab80667d275687568ad3267ada8fd6351393d5942e
MD5 48f0d0e9937968cd2ce1996133b15c9a
BLAKE2b-256 48ca2d479f2c1a4111b90e463c8301a2ec9bd2120be256d6e7d5bdd189f86d39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 147.0 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 896788d66ecb5cbf32e2569c05d329f97d8b857de079daa5e25cf46354e36974
MD5 c66b4e1f465b748ed55104cf545610e9
BLAKE2b-256 d84f950681119681bb8eae4167b6f192747e7cfb5f9d24570cd09434252ba1d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 82.7 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 795452fa290db89f82f0402bf9910cf492e3203350c8d092e8258704ab2e879f
MD5 187caeab05e674c651d75fb74da7a0ce
BLAKE2b-256 96f505a794627bde4614a87a0ff111b079449e558ad358ea40c72d1d7ad63b06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 37.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5c9aaeaeb51ca1dbbcbf1e33723e5207b83b8c7f337fc5b7a6cabe3ebd29a5bb
MD5 54478d1b9704943182025af6e3fc99dd
BLAKE2b-256 694ebe7dfdbc3f12b4121152dfc947223ffecb5b28b8dc4efee1c1e2308fd1d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 32.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f679e1dd206e97fefe90e280120439eb25b0ddc84a350e3b8530791fce129cdd
MD5 470d82c3e6ffd87a63a369abb934f332
BLAKE2b-256 54b2afa5789e41fcc211867eb37dd50002ed18a145ef2719a4a89f687ce32a66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1494c577bf3f894391dafa518eff0f6e1468944c62ee709a2c24f0f8cc4bedb0
MD5 11f9374e1f53d1f88c190ed1f85df768
BLAKE2b-256 19daa34bf34528190375153366a4d2818f374bb617e5878ee620645d9bbc857c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 923.0 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 867471167f00874ca307e5218914af8b0d2cd906e28638580ac38e6cb86d3ea1
MD5 2e725466bde0405b648afc8506d8d1cb
BLAKE2b-256 07e34cfb2d263a9a35a575c9c436d5df4477044f378fb730aed06338992dc17e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 680.0 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 312bfaa5cc1f5ce96aab42eda036c2dea59f307ca98ef959f972a708eaa6b910
MD5 428136d195b6b940eccc2f39b7849ddc
BLAKE2b-256 4ede14613b3565571dc78a77cfc5406ff4d0eb1a81d711cab58af8e56b8e35cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 467.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8452a000c742007eac850488dad04cd177bff8bdd4736fda025aff59221afe88
MD5 0b4c6336824ff3ec6317d54cd2543bab
BLAKE2b-256 230e1a82180b44659a6e0540759897a2a0f0acd859b61163833495e1276a0507

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 435.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd8b0e4b29a72221ace47d377386c370c7b188414ea5c28fcf4794c1acc35b48
MD5 ca52967eb1ca30db4dac5e4fd29e62d6
BLAKE2b-256 26d3646a6784e79d44f7aa8b8cfe988c28c40c33e87c19abe108f088dc964d77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 147.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec26b0f9f2ddbbe34df34b8ddfd3219a202a3800f0997aad326a049d3f9c9bbe
MD5 f0c937f862612729162d4f31a988cfc7
BLAKE2b-256 a8c5db0a98b420bbd67fe396bffbd70dc39eca75debb98d63b4983e011abe5a4

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