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.3.tar.gz (276.7 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.3-cp314-cp314-win_arm64.whl (36.7 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

sabctools-9.6.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

sabctools-9.6.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (666.1 kB view details)

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

sabctools-9.6.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (297.1 kB view details)

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

sabctools-9.6.3-cp314-cp314-macosx_10_15_universal2.whl (106.4 kB view details)

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

sabctools-9.6.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sabctools-9.6.3-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.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (295.4 kB view details)

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

sabctools-9.6.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sabctools-9.6.3-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.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (287.6 kB view details)

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

sabctools-9.6.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sabctools-9.6.3-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.3-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.3-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.3-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sabctools-9.6.3-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.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (290.5 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for sabctools-9.6.3.tar.gz
Algorithm Hash digest
SHA256 faacd20d5ec9111e39c81326ca1e49a2be2b24b95c13c28f82e3e7ac198c9129
MD5 4095b726f71d7e112ce1e8dd08c640b3
BLAKE2b-256 6caa3d415b13b5978e9d457bc1ec4d35e7701622bc697dd928ba6e5d30cb8432

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3.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.3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.6.3-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.14

File hashes

Hashes for sabctools-9.6.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9c46345ca3fba6a2edd816fafbfd82c427260a78356fdf1ae636908270aec35a
MD5 9241f677ea75c35a9c960d51ca959bb3
BLAKE2b-256 2ffef9f2acee2e07189a507c534d436e8255ac66fb0a13a6043d4ed91fdb06ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.6.3-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.14

File hashes

Hashes for sabctools-9.6.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b55b2673672705a29b9c2f27c9472163cd1d74f9ae3a82cafc935f2ffa62c5c3
MD5 404a78ca0409e1f275d8417cfc5d470f
BLAKE2b-256 d2e41b08b80a7b96c76ac975a487ae2aa8c3631ef043eb18b0a5650969abd525

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcf75b12876df9dc0290bb7e6d77bf92f95769c12fe57bd625dcbd32d3aa0020
MD5 f516ba19ae9421b57ac02e590384b50d
BLAKE2b-256 106e6f5c0047e07d387651bc1296b5002a35499c6ad4bdfa57a61e3d4e57f124

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8d2d3e73473b7a005f0fb54b25d867ac266b0d6ed3d0216f9eea81f8735f24a
MD5 2bc59cf7baba9dff1fa4a21380560ec4
BLAKE2b-256 ef9553e589cc82a29ad8a4872d551143534d97d0d68a99329834aea7781e2ef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef080b145cab066297697d36ce9721657aec619b1f796178d956f0ba1e7f0278
MD5 91f20dccdd66ac8e027c8ec7b9a95f4a
BLAKE2b-256 78ee56c13202beac2d8987e7c3ff62c5eb7c54ee84bf08c73e97ae0b843c76da

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 facb86c465dc52addd9d6d25164bb30ac585bd33a0895df897187acdb2c0c128
MD5 3faa736dfb8cc533be2ad8bc5d455c98
BLAKE2b-256 7a1dac166c88089479899306b4233b1ae268942d037a52b417bfe1d746a31180

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f394756ec44e0b561b4333b538f2fb274c93dd4051319b2240e2e6a500399998
MD5 421ec24e00aacfad947a350e2e19586f
BLAKE2b-256 d748bbd86e6787ab481451e0f0f9281d4e86455b2c85253147de964d76c94018

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a89f050d36cf5335fa93bed7354f29c0d6885c0e61c194f98489c9defe54b6b
MD5 37995afa6d432fb39999e1d47759674e
BLAKE2b-256 4503bfb73f15a2358af3801afd3aa3a2716e977966d6897aac3824a793888194

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03a8ab8ee7463ec54483e5c8f1673981de4819fb56533d47d634a071bafb55d7
MD5 528be6a07c6895ee7250e6fdf3693582
BLAKE2b-256 a6b4f4519bd4e28668392e9e7acdafd7c51e420f6e34e3020d959fe562a4271a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 955a02ff3bad1833424b3b952d6cd2199f64c7d05c33f6946efb512dc3af8d54
MD5 77ae73af1d99bbbb42195dba0eb89413
BLAKE2b-256 c4d2c271117677bce4098905144cf4c8d825475bc65e6e5cbdbbcf8fb6092936

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d334177be0fb0ba4c0a7c0c85fc592e5cc792aa0748f5920560705da850380b9
MD5 69db2520cafbdfee4831ace3a80d221f
BLAKE2b-256 00af8dad0e4f8d961da8f5fa3a2ecdf005cd35e9d8c9204a393c833c19c55375

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e58ae95346972f554bf5909697b3dd30244f0099209d0aa8e939498901e70ec7
MD5 d72400f82a2263a251e0114fa0e8d122
BLAKE2b-256 acf8ba8d3da4d112958bd14ccb76b4113f7c38ed09c9524d1e83212f441e48a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 262a18dea3ea2e748ed2a1466408459f2fdcbefc7ab4bda6a776b87968c5ca61
MD5 75e1e19c3e5d713d3685c73f5e2736b7
BLAKE2b-256 44a6e2aeaf7ce02e7b6c106ca154818dd5e1e9f5f2deecb4b28b5111a7882f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f65ff2c8eb3d209b868c687b5fc8d7a090f366e4d087253ed39771b8649c3d2
MD5 3834d65192f1c05d0866cd80626a755e
BLAKE2b-256 e4e0baabd5353d4c50919a823688914c0b213250fae48d01845e855803dd8602

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0bdc5b4e3e5b65f3daa848f36b6b22131576bc9d58958d5f566766ba4a54f827
MD5 84d775faf0d8fe81db54756eacc8a93f
BLAKE2b-256 ef9edc790363afb203879870db39ec0291f94854291814e0f7d2bf58fbe3aa62

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 251458a384f9ca5b0b1472ebd317aec5b021dbe0817d3f39e349c378501043e8
MD5 c180d624e8888e52fc92ad87f1f5640a
BLAKE2b-256 be3712a933cc2d7d9aad1b7fbafc74f2ce09b16960545a49632cfb58008d8092

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec35135ad1a7e08abf79dfed53e736a1997c22dd1b25b66de35ae31667065b94
MD5 1386708748c3c36ab3e539cad9ddc15e
BLAKE2b-256 33bec1317c5fcd7f7588253fd1cd6a9c2b55590b7c9ee65db811e1a8e0ed26c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cd11321ad2b41b741694c34cea1a90959a5ac8946644bc007a38b4c7068a8dc
MD5 885c04b341fd67ae4fb7ae97f9a682c5
BLAKE2b-256 612da879a9cd1c83d87bfe5928c2d55df3e99622461ab3585612bea8b78228ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d916cde8be86d610ba426f36d8dbbbd7405d0cbd32c5c143ec152c59a85e883
MD5 46825d1ba550eb3ea7d86e931058920b
BLAKE2b-256 e5a3319a4b34fbda324d22b05739b83655f27357d8012bcebc87d8ac63b75885

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b045821a5cc94c9766e2157c0add72ec31767eff71c0173527e3ae40c6bc6dbc
MD5 6c21827765960510b09436de73963338
BLAKE2b-256 fccea5e5ab8e31f8564fa5459ba9bae432e5320975f7d9017a4911bef30e64d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca70cbe0284c89ad3a320731156fa3e47cb765dbc28143fe35698916544320f9
MD5 8a206463539266d6c9e97ef4b40c0f62
BLAKE2b-256 cca2148f8e3bb3e70aaae73d17e57bb6aecb1f28fd8181108f23dd3ae65595e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcfe4f0c30e1490e92cbfdda12a3eb931c2a58fa1f37cfb437efd7d810fc0e54
MD5 68b8ad4de489e7afe2a2fd343a608cc8
BLAKE2b-256 389bd2bc80eb7af857040dc08c6e051a331e29f01a859a464339814e01d7ad8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.6.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c5b8419b0637b2428142b35448f76ef429757535af208ea5a4fa0e1fd377901
MD5 3cb04450e855ae317437e0c61c47731a
BLAKE2b-256 df72848d0fb1e69930d1d33f08adbf8a6ac2919e8e0188fa141baf3369cb7005

See more details on using hashes here.

Provenance

The following attestation bundles were made for sabctools-9.6.3-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

This release

9.6.3 This release

24 files

9.6.2

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