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.2.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.2-cp310-cp310-win_amd64.whl (37.6 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

sabyenc3-5.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (466.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9Windows x86-64

sabyenc3-5.1.2-cp39-cp39-win32.whl (33.0 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

sabyenc3-5.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (466.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

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

File metadata

  • Download URL: sabyenc3-5.1.2.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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2.tar.gz
Algorithm Hash digest
SHA256 105a46903c58491239824080524fdc128a997f2290e60a772be9a5214185eb61
MD5 02ce28101b0e526dc451aafc62600aff
BLAKE2b-256 e4410afc9a4fbe5b1a9d7aa2ab22e4d722bde8811f6691ed5187912b341d6378

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 44baec289a43a22adc120f57597f73bfaaaf923f2737af056f41318a6df8ef84
MD5 949c9b7c8f1c0d2af88d174db11817da
BLAKE2b-256 e79abece1b85510b1dbfdb95c9dce9e6fb8f9ca8ff6babe867f37f3d54fd6f79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c4d27aaa135ef65b574ac8ddb6d8a7c86d3bf1127da799e05d3e06be628a2c31
MD5 2a89896367bedc0a3244d75084318fed
BLAKE2b-256 5f2b91ca20bbf1d9d9ec07c936176da7833834ee789de3591f61ae89cf49184e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 62959b5e423bdc7b0444dfb8b4d982f27903e18fe46574beda62cac392e57362
MD5 f4246e4c2c9cd3e367f2280a352effc0
BLAKE2b-256 f8f043cb6b74cb1ca594850153127b6bcb04d368701f4d7498872106326bea08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 922.3 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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 668ca766abac3fae0a59ca12c649334d6259a829dc377a746b1ceeaccfb97fc3
MD5 da5a943c6aaea7f98ecd6dfd5e9fd02d
BLAKE2b-256 c1fc2d6774584b4c7c2b04d119c02cd01259a60549d30cea4fcfd059ecc18b01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b0bcb87b257183af2850c672eddff6571867d3a9b32677c983cf91c8059942d6
MD5 2765220ec77385d6a10fb4a7ff475a55
BLAKE2b-256 7d2f7eb4714b6945452c0add2c78dcdedfe573b4840f2da60615e7ee585a5f5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 466.3 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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53edd9a84520c1c30135ea8e2757e48ac55ca81f5038aa6900a6d96aeb6b3e94
MD5 fed158a416fff7f1e5822454c70664c8
BLAKE2b-256 95559f6c25e756bc6b1758fe5d807cda0f0c41a760c8780e7600e954a460bb46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4219f119c745d323c4e92acf70ec4e149ccd01879874c7ddee560b14f7e9adc
MD5 a9d2de24770be46b6ba04315e8709eb4
BLAKE2b-256 107dc2a1627d9e644430b250ea7e4b9d57eb381a3934c35f6949d6634082a284

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 720c54a92acad400f60da4313f8b160531019c27a5501e7b69619b4f77e7f88c
MD5 c0be00fa7b93098743bb1fc899e330f0
BLAKE2b-256 a93be2769a1865b1db1c9fabab6d3a60b209a69162e96ac9e0a7febffc021a4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3f8ca1e2188cc158ae595965e675ffcb47b1721ac70141a3a7c1029133461fed
MD5 3a2a285f01e847b65f6e844903ba0a5f
BLAKE2b-256 faffd267b6e90f2b4ed3e6109544f6115d75878924948231b603ad587b606288

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fa2ebd44b3629b313fb650040eff62bdb8a39464052afedf8291d679a0e7f5d7
MD5 43f81f5c5008b3624e5938ac9faeb70e
BLAKE2b-256 1d7a72b6b543b57cfe43aee37772e7e3534dca895de507315c887ab7749453f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 33.0 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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ee79bfffe98259304725dd1d871e49f4e81fae3e70578c2fbf588e34387b7b35
MD5 c5cc19de6beb5600fdb63f0afb899eb9
BLAKE2b-256 7bd85698d2a9de04dd03c342938f954923b20513c0da4d12ab17c8d757f41863

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 61efbb2212f173a1e5da303604535ee8000ee014de8946a5040d9fffd84f2a27
MD5 1e425033ec538ded51865a3324f84a4b
BLAKE2b-256 d1bc475ec80e9ed7297697a38110545cea05bae039333165dc722cc9369fac04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 78a90f95a7a10001d4a6c7e0cce5f50d84f2f2049d8d7b571344eeca5da71d67
MD5 0e5564187cbd7fcabc471ed97d437e9b
BLAKE2b-256 bfe53cbe710219636c1aeef9ca16478149bb83244fe43988044426da91d35f31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 825bed7f43c79dff3aba07535b2bb2eceadfab8d21f15581da4663e91b474937
MD5 2ce6e52380228f88c5224fa2c94381e8
BLAKE2b-256 c99d2946541368effa695edc8472788e8899c83756a0d3e3fe33fb139b864185

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dba27332a3e928bdc20aa82a0931359b5dbf4694dcb533dbbccda415b9da6a98
MD5 7d6ff6a3d26191d95fbb76cffc7775b3
BLAKE2b-256 fd7fbc7e3ff7e4fe89d66dc4ac941e10faac23576bfc0f3bb435fd6a03a4becf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 067e8cc1004c3329597eb7a60c4852e9f90cd4c8f1fd02de6280bc6a81bfae80
MD5 7712b13575504a02668293c6be9ae9c2
BLAKE2b-256 3f36fdd63dda4415847eda2673db95174b11babff6ae6fdd732fc68897790550

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0269475445be28777adc2c1cf7d4ae62aa35ada360507618ef27b76b82f1606e
MD5 28ac114a143da3f5e81131b7bb4b0c71
BLAKE2b-256 54c444ec39cecc29cafe9dbb505b475c517ddc9f2460bc41d2397269f69e9bc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c9fe90a8bb20eed7114a9161ab3438f2fd6967296c760bdf160109b894c39a36
MD5 e5dca99109821f45f46dfd88b70e057f
BLAKE2b-256 aea784e8f05ba8ee9927c16195d2d3dadeda77eb4430f0cb09cef246275cd124

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1b93045d5a08355718a6ee3861a13dd4a859b2237dd6fc56bea5ab5fe87ef0e3
MD5 6f22dbd99b2336cd1852ee0f0064ed93
BLAKE2b-256 f79f9ba4b263a05d4199036d65875caa331659e46197201e348091640eb905aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b0f2e9196e9d76f2fcef1e5dbdbb419d2d7f4a8616077f3ce342d2b56c359605
MD5 4741e2ec05aff8d054496107db2fe77c
BLAKE2b-256 a9e0aee9e8623dff586a78d16dc5326e589c90b9f5ba1deb21cfef9d85c1efc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 04baeda9bea44bd4d14207dcb5ac9147a72c663570c88bc248401c82e9b509a9
MD5 c4f1729e1ec699dcd8e651beec0c2d5e
BLAKE2b-256 a32ca6186a29afc699e80f3e18e324bc2df9612f30b02f5daa45353d2c3d9ece

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 923cde1e29285ba19e96ccda7773debe569f8d8664ba3b3f22b2ecd16a2d2c59
MD5 01216760cd7e72d36710d63f95dfd7cd
BLAKE2b-256 02ac1248ef1f9540c13cfd628ae4caea00687490882d2457749e854a7c723a25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a25f9061fe356facd200f9e4bffec083b144e679d69efcbb773084fd652a3cf5
MD5 f441f5e40c1508e135a1de1fa1ab727f
BLAKE2b-256 955f10e9feb9a40718f56bc8a25036b811ae6e8fa914fb81bebcf1e84cac5b77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 466.7 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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ed6f4ed11a792bd097b2c95873526bd9cff1b1ac72447ba481874f4deb00a05
MD5 1685eb34b2a8c98011f0eb0814ff1ac2
BLAKE2b-256 429e502d2377fe4dbbe473a71ef1f661459cfb976456c12c02162762bc4cde42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aac38364fca766b6a45a73d6b5ed761f77d4b7c9015c1b5cacd896753af28a4a
MD5 a1b2f5303366f3cae5dff1b0f013a313
BLAKE2b-256 bfdd3bed9807836443e7e002eb255c1a9f21069a56c681c85c1b61552c746b09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af30562444bd61ded4d3d3cd028e0da1024cdcdeb63eb897be373c727aa7ee0e
MD5 ed1b7008b7d3562fe0d5f611f5ef9a99
BLAKE2b-256 4235ca769faac7f5773a692f30b665885cd24f898dbb717b4c653eaf979924a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 68bd7fb0258b584403070d6b15c1183e95cedda45b549c9d90b812f2ae1f528f
MD5 1ba87f34547a06764aa65601d75e2be7
BLAKE2b-256 abef0501ebacb194994d7aa14f097ec676bf9ed10aadc339e47ecb70dad13ec5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 84d9821c8f6c77d88c621f1ea425523f7149758fc06ae8f4de56033fce8f8528
MD5 4ff8a353859c8919a5fd844fedb6d879
BLAKE2b-256 3a0fbb8c6337454ff0dc44d5026a10e15aed51db766b888a90fcc192edce89ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bf761c8dd61219a4a06e56294300f8491dc8937c7c6d678ff308635f4874c2a4
MD5 00e04cabdeef54e3549afdd43c8272a2
BLAKE2b-256 00c5da7b2995d6450329aa3c7382448668eb974d5609da69fce65488949044a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 55899ab734bf3101608bc360cb4f6536f7a4c9f2b4d0db8dadf77458dbe68904
MD5 9d277794c3d6eda3e74e5b65a51409ac
BLAKE2b-256 a1448a255086b58d85e5f73164aaa54b4d4a84905791be68fcd3d3d87ecba37c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f33e9c556a59f8f2643dc28750759d4dc0c804e6b661f9df859a375635787256
MD5 377b57e4313a2b1144b8a082709a06f2
BLAKE2b-256 1382229d1b6e63f55e033251921d2433880e20cdd7f7068a9d63200c4b8a09e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a12f192384110cbdccd878704d3ee259f734632b31bfea038cbd0a1080b80cc4
MD5 3b4e7b4ae31a2f2ded5269c960ffbc70
BLAKE2b-256 ed16b543bbb9fc453a22e2ee2ee5fa31b3fb4c42f419b98363597cf91bbc953f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f32d93df9b3273c989dd691da2298ed9ce9bdc28e5bc62c3e431b8eff15c85d7
MD5 84f2d3d4ab46e4723c48110e0fe8eafb
BLAKE2b-256 51b48931345feab309fe31fe5d1f47485498d4ace9a52c3f001c55de5a24e28e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 165fe746bb4854f9b787fb953c43444eadb700663f9c8cd495dc42195aa9636b
MD5 1ee53105ca1392c9d5e398dcea0f2fec
BLAKE2b-256 713e18c5ce8662a293c52dce5c5ee59908d2ee18097dfe044bc423fd7a547582

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabyenc3-5.1.2-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.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for sabyenc3-5.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f92959aec59c4d1549a780afb44fabaac402d0b60813595b54f610cc9b2f535
MD5 9f82c2ca3fd68231df726e067cc4bd8f
BLAKE2b-256 fecace9fd54c8f03d07c3850293a06d80f99a1519fe921f8f46ca4a3a61d79d5

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