Skip to main content

SABCTools - C implementations of functions for use within SABnzbd

This module implements three main sets of C implementations that are used within SABnzbd:

  • yEnc decoding and encoding using SIMD routines
  • CRC32 calculations
  • Non-blocking SSL-socket reading
  • Marking files as sparse

Of course, they can also be used in any other application.

yEnc decoding and encoding using SIMD routines

yEnc decoding and encoding performed by using yencode from animetosho, which utilizes x86/ARM SIMD optimised routines if such CPU features are available.

CRC32 calculations

We used the crcutil library for very fast CRC calculations.

Non-blocking SSL-socket reading

When Python reads data from a non-blocking SSL socket, it is limited to receiving 16K data at once. This module implements a patched version that can read as much data is available at once. For more details, see the cpython pull request.

Marking files as sparse

Uses Windows specific system calls to mark files as sparse and set the desired size. On other platforms the same is achieved by calling truncate.

Utility functions

Use sabctools.bytearray_malloc(size) to get an bytearray that is uninitialized (not set to 0's). This is much faster than the built-in bytearray(size) because the data inside the new bytearray will be whatever is present in the memory block.

Use sabctools.rarfile_rar3_s2k as a native replacement for rarfile via rarfile.rar3_s2k = sabctools.rarfile_rar3_s2k.
It provides a significant speed increase for decrypting RAR4 headers when the password length exceeds 28 characters.

Installing

As simple as running:

pip install sabctools --upgrade

When you want to compile from sources, you can run in the sabctools directory:

pip install .

[!NOTE] You need a compiler that supports at least C++17 to compile the extension.

SIMD detection

To see which SIMD set was detected on your system, run:

python -c "import sabctools; print(sabctools.simd);"

OpenSSL detection

To see if we could link to OpenSSL library on your system, run:

python -c "import sabctools; print(sabctools.openssl_linked);"

Testing

For testing we use pytest (install via pip install --group test) and test can simply be executed by browsing to the sabctools directory and running:

pytest

Note that tests can fail if git modified the line endings of data files when checking out the repository!

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sabctools-9.6.2.tar.gz (275.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sabctools-9.6.2-cp314-cp314-win_arm64.whl (36.7 kB view details)

Uploaded CPython 3.14Windows ARM64

sabctools-9.6.2-cp314-cp314-win_amd64.whl (61.8 kB view details)

Uploaded CPython 3.14Windows x86-64

sabctools-9.6.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

sabctools-9.6.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

sabctools-9.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (666.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sabctools-9.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (296.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sabctools-9.6.2-cp314-cp314-macosx_10_15_universal2.whl (106.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

sabctools-9.6.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sabctools-9.6.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sabctools-9.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (664.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sabctools-9.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (294.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sabctools-9.6.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sabctools-9.6.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sabctools-9.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (657.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sabctools-9.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (287.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sabctools-9.6.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sabctools-9.6.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sabctools-9.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (658.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sabctools-9.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (288.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sabctools-9.6.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sabctools-9.6.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sabctools-9.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (660.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sabctools-9.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (290.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

File details

Details for the file sabctools-9.6.2.tar.gz.

File metadata

  • Download URL: sabctools-9.6.2.tar.gz
  • Upload date:
  • Size: 275.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for sabctools-9.6.2.tar.gz
Algorithm Hash digest
SHA256 cb16d4e2991888a01c4840ba54ea15738f22593cdf74f247917b78f12800c81a
MD5 d50657db7dbb77aebdfb9e97b3253edc
BLAKE2b-256 f4824616ee1c9efb826748676a17d53723959e555e511df475401195c28662ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2.tar.gz:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.6.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 36.7 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for sabctools-9.6.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1f295798be5bfb5a4063a7c97627fdfac5022e751f27567dc8ecfbf59d2974b5
MD5 dfaeaa6c0140084f696a4a3f3aa31929
BLAKE2b-256 4f4034a3fa8b1b863ea7f0d0c09d76bdbc494412a6c80c2b7c341e886a4d103e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp314-cp314-win_arm64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.6.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 61.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for sabctools-9.6.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9858f9aa34e9dd3c86357d0d08067a0ce6a3dbf2104e8b0fc186cf0b7011f648
MD5 f1afd49f44871989c4d6730b595cea5b
BLAKE2b-256 3934e4e84cc8f37431e4a7190ea6e829cb261915f7abf64084e533cfb32cdfb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp314-cp314-win_amd64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a483a863b8d68959698b897b0c436829cda24aa4fba93bdaf58178b91bd0079
MD5 e242bd9ce71b070cfa35b6fb45ea6a3c
BLAKE2b-256 b79b6af1cc340bd2496f637dc0ad79e3b92549c0e3ef3f16b710f4b258e08552

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31b04edcb373b7293c5e2e34c4a4acb687d677229049edb38ed33298c77c73cd
MD5 7d3fb1004fcf0e79ba004499c875c3ca
BLAKE2b-256 7fbba008b4f4e83576631dd5d3656abe585f5942a3199ea7f78b47cbb50ec66d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 975111a1bc0b75c22a9998a416cc95b4238a6741a5e50665fcc51043e9718265
MD5 a3e2855630539fe4867bca126fc083c8
BLAKE2b-256 0d53edb64e0f14e8120bd9b256e219e7cf66f6a03f1137d368108228e1b530c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a9e798983357ac54e4e1ab0155e529969d5dc607a9e9dadec765469ddcc5fd5
MD5 a00c13e47c77576c7cf76a83176eba4e
BLAKE2b-256 b31f8faecab8f98868746221d82e76c56b77dd10abaf8ae764d99193b9acab21

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 26c98d1007d45784fac8d6eda6e3775463b0abc3e3cc29f55ce93ae6fffe6cff
MD5 2dc4c868db96ca817e8dbb8289072130
BLAKE2b-256 4257a30b2913d3a5a30a245050d4511c79bd8699008bec302a2187f22ff45cca

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ae39ba70dc21e8e2525359a22dc0bf3878d3b5b250f5140955bae23cbd64b35
MD5 535293a248d61a84b5d8a7ffe108da47
BLAKE2b-256 31e2d760538bcf7b1141f393ef2b96d6ecd285497f5f2f9c8af88bf597ef2c77

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df3c44b183c1256e4f9b173d3ed07c56b6c30c1558a8c611e6e591ce1f79eef8
MD5 a575b9c46a241afae221df8e90cb2417
BLAKE2b-256 adeeb2d9c3805828d30af4e72e2802e09ed9d4ba5cc7dc771d1514d57328bcae

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b18686208c05c3cd2ca56eea88497c6327a82e89f6312272a984128ecc02303
MD5 66eade1823f85654a77d476f39a82db2
BLAKE2b-256 06820ca043fea9a05d387dc79a72ba8815f2b5491dbaaa9aad276e5b9880ab5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a182ad72090726db4aeec694cf64984283b22f72f2ca1af934a11156d21383ae
MD5 acfd07a7faf1f4f227ab1cf9c33bce12
BLAKE2b-256 d3d8921dfa51bc7bf3bbe316716910071640a62b0d965b402d0e721f9e7a9161

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bef95cad247519064cda5469e74d1cd3abf019550207b9e914f823e1dd92c07b
MD5 f81771be234f0a8efd108742d4f2dc63
BLAKE2b-256 f556275581172c0e7abb00f63158ed4bbf51c6573279bfd98f868a5a7f733064

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08b368b46d46d75bd0f1371f496c9f70107962ccbaad21c65b7dd3ede6b319ba
MD5 dfaab8962a79579fb8dad5c8b47cddb0
BLAKE2b-256 7522fa33a59012bfa9dade5afa14efd6d571ca2e56d86b5f666966eb8696e17b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30a26f1435e25562d780c9295bd607525359dd45b598ba69eefce71b3dda84aa
MD5 a63d288cfc717bc2fd32436dcc4a7b85
BLAKE2b-256 b57c85df7e1f982a218c24edb4ff306fbf147701f870253a33486818a7155b37

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90a57f111fcced0ca86be5232d8e2f8f96484b2c7f3d7cf23822e88f9cdf92cf
MD5 6d89eb45ada70cd2325c2dea17e9a3b3
BLAKE2b-256 d57cf733813f69689f035163be35d7246e6b1cc8a0fcdef55c4eff6ccf00648c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9dade439e15c571f859ac1108723daffcc091fb8eda6ef7d786d1e1770084b1f
MD5 34618746fb9250ecfeb0b43d5da44437
BLAKE2b-256 9e0f607e7873a38af3ed3efdf8895f016c66de38c34450b6e3fde2364b11d67c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ab54d961935baa8005ed6f00f7f411fe4125e9d6a865005523e79ca4450f592
MD5 719c03c3931f00a81463d59284faf84e
BLAKE2b-256 439f2cdd7051f8b6e16397c24e88f8e8513f973b331bab9d35112796c5635100

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd3559dfdff4d049d8f07ee693bd655b6ffe1e28dc8a3efb604937cc12701205
MD5 2d3e0290dfd66525f0ea72750604ae68
BLAKE2b-256 bac375aaa26087a2d707c819a414b82b8388cdaf42a5f2dacfb25522b399842a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0bc886c5333ace1b46b8be94e42c2f85838dad56c4b3237b00261fb335599fac
MD5 8a7f3235ce09829bcb2f752519053d62
BLAKE2b-256 7e265c0a619441551b195677e7f609f5ed7497536c66f6890bab0dcb3f699ad5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b75f8e26c812aff516383a3e0b74c89fad4339f61f84870507035b9c0646252b
MD5 5d593d7de955b3ba2feb444ef2554564
BLAKE2b-256 2906283eb1b501db7440b6aa4d009f7ccb1b7967bbb4fad67df4eace25a4908b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a55a711900c7cf637314ad1b92ae2ff85fede0c894e1a13deb6f72d58cc5d4f4
MD5 3a54ed810229b0c9e567b5c02607c165
BLAKE2b-256 36a37b3f50287ac2b7cacfb8dfe3561feb8ec54063ae3a3551bda6d373cb020f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acd58e59f9c899bbb608ddca059f450de01e2812d7b433744ccaf99504fa2b1e
MD5 f3c8383f8412cb878b23284e8c5730e9
BLAKE2b-256 7d1e0cc2c7a7362bd5e99e78af021a88ff0bd52dd3ee110c6c592f3765274546

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sabctools-9.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10117f85a53ede1586e5acd9632f0c87a6d903733455f8d511a854065ce1ea24
MD5 0f18bcdce27e6afae1fe0aef64af5c89
BLAKE2b-256 40804dc5f8ec8a9032583b1f1949a1121aa426017024ef207d88c071f13e3781

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci_and_build_release.yml on sabnzbd/sabctools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

9.7.0

28 files

9.6.3

24 files

This release

9.6.2 This release

24 files

9.6.1

24 files

9.6.0

24 files

9.5.1

24 files

9.5.0

24 files

9.4.1

24 files

9.4.0

50 files

9.3.2

50 files

9.3.1

50 files

9.3.0

50 files

9.2.1

50 files

9.2.0

50 files

9.1.0

56 files

9.0.0

56 files

8.2.6

56 files

8.2.5

48 files

8.2.4

40 files

8.2.3

36 files

8.2.2

36 files

8.2.1

36 files

8.2.0

36 files

8.1.0

36 files

8.0.1

36 files

8.0.0

36 files

7.1.2

36 files

7.1.1

36 files

7.1.0

29 files

7.0.2

29 files

7.0.1

29 files

7.0.0

29 files

6.1.2

29 files

6.1.1

29 files

6.1.0

37 files

6.0.0

45 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page