Skip to main content

C implementations of functions for use within SABnzbd

Project description

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.

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 -r tests/requirements.txt) 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!

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

sabctools-9.0.0.tar.gz (270.6 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.0.0-cp314-cp314t-win_arm64.whl (34.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

sabctools-9.0.0-cp314-cp314t-win_amd64.whl (58.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (664.6 kB view details)

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

sabctools-9.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (296.8 kB view details)

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

sabctools-9.0.0-cp314-cp314t-macosx_10_15_universal2.whl (103.8 kB view details)

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

sabctools-9.0.0-cp314-cp314-win_arm64.whl (34.0 kB view details)

Uploaded CPython 3.14Windows ARM64

sabctools-9.0.0-cp314-cp314-win_amd64.whl (57.3 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (653.7 kB view details)

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

sabctools-9.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (283.3 kB view details)

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

sabctools-9.0.0-cp314-cp314-macosx_10_15_universal2.whl (102.7 kB view details)

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

sabctools-9.0.0-cp313-cp313-win_arm64.whl (33.1 kB view details)

Uploaded CPython 3.13Windows ARM64

sabctools-9.0.0-cp313-cp313-win_amd64.whl (55.8 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (656.3 kB view details)

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

sabctools-9.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (286.0 kB view details)

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

sabctools-9.0.0-cp313-cp313-macosx_10_13_universal2.whl (102.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

sabctools-9.0.0-cp312-cp312-win_arm64.whl (33.1 kB view details)

Uploaded CPython 3.12Windows ARM64

sabctools-9.0.0-cp312-cp312-win_amd64.whl (55.8 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sabctools-9.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (648.9 kB view details)

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

sabctools-9.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (277.8 kB view details)

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

sabctools-9.0.0-cp312-cp312-macosx_10_13_universal2.whl (102.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

sabctools-9.0.0-cp311-cp311-win_arm64.whl (33.0 kB view details)

Uploaded CPython 3.11Windows ARM64

sabctools-9.0.0-cp311-cp311-win_amd64.whl (55.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sabctools-9.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (649.4 kB view details)

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

sabctools-9.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (275.4 kB view details)

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

sabctools-9.0.0-cp311-cp311-macosx_10_9_universal2.whl (102.3 kB view details)

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

sabctools-9.0.0-cp310-cp310-win_arm64.whl (33.0 kB view details)

Uploaded CPython 3.10Windows ARM64

sabctools-9.0.0-cp310-cp310-win_amd64.whl (55.7 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sabctools-9.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (647.8 kB view details)

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

sabctools-9.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (274.4 kB view details)

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

sabctools-9.0.0-cp310-cp310-macosx_10_9_universal2.whl (102.3 kB view details)

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

sabctools-9.0.0-cp39-cp39-win_arm64.whl (33.0 kB view details)

Uploaded CPython 3.9Windows ARM64

sabctools-9.0.0-cp39-cp39-win_amd64.whl (55.7 kB view details)

Uploaded CPython 3.9Windows x86-64

sabctools-9.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

sabctools-9.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (647.0 kB view details)

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

sabctools-9.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (273.8 kB view details)

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

sabctools-9.0.0-cp39-cp39-macosx_10_9_universal2.whl (102.3 kB view details)

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

sabctools-9.0.0-cp38-cp38-win_amd64.whl (55.6 kB view details)

Uploaded CPython 3.8Windows x86-64

sabctools-9.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

sabctools-9.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

sabctools-9.0.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (646.9 kB view details)

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

sabctools-9.0.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (276.6 kB view details)

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

sabctools-9.0.0-cp38-cp38-macosx_10_9_universal2.whl (116.7 kB view details)

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

File details

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

File metadata

  • Download URL: sabctools-9.0.0.tar.gz
  • Upload date:
  • Size: 270.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0.tar.gz
Algorithm Hash digest
SHA256 b87c802439af9855b2dcfbe98d0532f7e223ff183058fe22a2842948d08c8ad2
MD5 61146291c415506e0e98879e871a099b
BLAKE2b-256 b0402250da8d52806bb62f279ebed681acf1671c0028fe07f7ed9bba6aaeb258

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 34.5 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5a1d7b0073d2511bba068fbc3d91fa0564d555b059da23b6e8150ca81b6515a7
MD5 f0ccbe70d9cbac4adb81e353383e6e8a
BLAKE2b-256 0913adb5e9f570ca3cd3dbb065fed096f031352075f18a60908d2c5b6d42362a

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 58.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c9224e1d6de616edbe792f6d215ff70884c87809c30d1f39664e481e86a91b5c
MD5 c50016f27f9d1a8334955205da3dd41f
BLAKE2b-256 88184877e4c37b19b97772d93b2a05265de6ac71564fb7bf1c0a60c64cf7f853

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2757cdec6e0359e20d45750edb73fbf37d0f0a9362fb526a6aa02bc682977a47
MD5 1abd932d80c7798f48cd2d5200c42146
BLAKE2b-256 bd89ae0b1b39ba699c95815aee781b168e9607c321e53461ac5a9e4c9cf2190c

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2e64dbe9a6ed51bb3236662df9fcc9e93aeb464b114008f82c8b08f125c6a20
MD5 81c7a898989898310a9dedbf7dda7700
BLAKE2b-256 159d057ccf7ab9b8ee5148178607de58c915c1f06804935860ea5ab4defc1dbf

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ed2c9fc610b0348f4eaca82b07819ddcec6bf34bfdea1675db27b3600746059
MD5 f49ddbdf80af3418f97358d57ee72ece
BLAKE2b-256 016562bec329a6632e5314ad08b3c7a6dfb2441b83f95d2729ec7e79928b6a9d

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4941c7fd854b221e7fc9ce165cd15b0976525f333558402fa6615d5fe3d4159a
MD5 9789a5ab43c7d3700f7dd1df2404a12a
BLAKE2b-256 4e1c3c1f39d4c7d2998e7eee18ff46dd920a9116c0afb555a417dd71c45f0c35

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 fd417bc84e844ba09df78f50ee4ccbd0acee4aeb9004ab690264523b2cc79acf
MD5 9f257db45e4a069d0607ca809be25ba4
BLAKE2b-256 bac122b47f07e6e878e0d5189ffc877d89d820d295e366ce8ceeed2d02315630

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabctools-9.0.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 34.0 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 efa6683c7da6ea32c0535a142a27990ffe9e507646aff150eb8c6f0b537ef144
MD5 0cf3a2510012ccb2e7fb2b92d703d6bd
BLAKE2b-256 c6990ec519fe3c88edfdd8dfb4a7c6a50ea978453b2a9d18ba9ed02256ec3670

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sabctools-9.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 57.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b9e8c9448e0a8fc08a6f327f2133e50ad5596885d71ab21640735a299de17e13
MD5 4a4ace8d4aa11a50f841d4d81dcefa00
BLAKE2b-256 67e8e529543664714b47353b3c3d98994612f022399d1826cc78ea5b4386176e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99bd81543defee3dc735844ed41dd3c617a4715e1eec445b403452b72af4abc3
MD5 74fd92ea6b8d5f07069f4f3f7204eeea
BLAKE2b-256 2af439ad0f282f1c1868eacdf5e7e190960ee12b97dd73cb00dffb1d9c58975d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af420a689214c4ba2340a7ec80694f2442a3c7c96d9223e683c462153216ec11
MD5 14f705d5d475c773739f56c0d7946d50
BLAKE2b-256 69a4293e406ca83ac369bd267233301c58b64739423e4ec5eeb3ac85848ef09e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 286cf9e3512397934012ecf9c4ea94ad63af71068879b8f57b46ae87b316190c
MD5 2acfbd0cdd943d60fa2ada5f812fbdfb
BLAKE2b-256 6bd9a518028edfba3d7d1d74295b571a0316f61002afa2cab4585e4754c79474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e9efeddf40e39199839184118dbd8f673f51a5c354b4787a2003f44f401d173
MD5 d44b5b57d9c1de1205e02b671fd7d00d
BLAKE2b-256 06fc86564b8d47cfff389b43edb1475e3d0976d9d8ffaf8fcfd1eadaf1020ff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d4b9666bc56c66dcbc2b2720e040ec81a3f92ba56e0854d48cb5ac6f358f8f0f
MD5 65693616eb7c808dba87207a106da01e
BLAKE2b-256 efb84e57ee13731fd4061db826ce1695b1f195bfe5a84a47fa40dd6498bae289

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 33.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f16b2755c384df0f5c4257e64dfee74e967b8e9f8cf3eb1890abfafe3ca9ad70
MD5 5afd45b2b661a4f988639beb020e2e4f
BLAKE2b-256 9900ea0abd913ef93f42d6a46c00ecee97b7b66ec839d5bc3194a9864a4e229a

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 55.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 da1b1d0e8d63ba3b5fdcd265303e3efa82f3c41dc741af2c02ea20c85c3e269a
MD5 feb59833ffd5216be958218c50fa75c8
BLAKE2b-256 6caf1478ab42ca9bf943fcf4c2f858cdd66910a84bf418cf5e539f31a9472317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7bbec2ae2dd5478c924eb2f8b28dc9aec80aa6403548c872d73d294f1cd5017
MD5 e12e7dc73fc873f60fceae596632b3fb
BLAKE2b-256 6b92be59fd189aef7cd9bf8157e89bc4c3dda46e6aa6a5731d63fe4e0f4ba7da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 665898e19e3c6be42c0f66ffaa69d1c917adffd348d328a797739c785da24810
MD5 cf9ffe42789700bf1fdab10f3fec5760
BLAKE2b-256 b0eb062fbe268871acdd7c4c5965565e7b675d60b59efd4747f6b99e520510dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06b0f08122f2b7848366eb4efb773cca6d669140732351f9c98287047c917731
MD5 3dfe1d88d3c7424c9a898626164b4fa1
BLAKE2b-256 04787bdf5fbd54efd699bbef68fa7c00f299d5fc77ad00c3077ba4700398eecb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52504cbc80425ec6e6ffef05d9dbf8226a897555f89cc2142e85d8e583cb3020
MD5 079aafbe3878aac274a2fef469ef6694
BLAKE2b-256 e5fbc81fdb7e603bba72971bc7f24c8c30ca2ccfef02238095e18d7028410b41

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9d7210870a553c4ff8993ec734ef00714d3b3786a7cd692b660f3971332c1f84
MD5 f66792b1cea475e44da33e9320257f50
BLAKE2b-256 a347a70a97b2e21400bb2f121e138d835399af225c1083e9f4f62a59b33f1a00

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 33.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c01d08b42b805b20dec600b12de6c4ab2170c5ef23709e005f4d1543c15ce2a7
MD5 18601a83aa33727d5bd28fc376ea1b89
BLAKE2b-256 0dc70e1612e3e60374002013a601d8f50a3636c96f6e86f3685f9f2d58738f8b

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 55.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b17931f845126e05192e2f7d20d0903cb03be1ecd877e7b5886ec21dff8c85bc
MD5 0b92e8d762b687f5a6c8fe767a4d94c1
BLAKE2b-256 0460f56012178e526e4b0ca3be337fd365b55abcd91e5f0e32eacb8e9aff8e52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 feccbee8ee202f6349bb63ad6bfeda54f9fdf57d969d2752688616934cceb5df
MD5 cb8c7a0c8d38b1603c627bc8a465deb0
BLAKE2b-256 7d34b37bf4088945de46a08d7124c8d4eff06a57ae23989cbccfdbe885ed7d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a47348af25dcda895f0effb2292188e9d7736314d97263fdba7c8115a16b14f
MD5 6faaa89cddd71c877a985b181047f1dc
BLAKE2b-256 a8563c4b944df830a63d6dba77f47738c58343cfcec1c04a42efd938bef5fc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 877f0811e3561b6860874fcd4e09bba2747ac5b4a29cd8c8df2c55f56aed271b
MD5 b695dd34e34eca534284f9d2e4a917a2
BLAKE2b-256 6af61c86bdb6856176bf9b0ad286b53dbe9033874c47be38e3b062de8d3ed374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a975f10eba168cf904874ba4d9530f36a6bda5fb7926ea766889c7eb08c579e0
MD5 254815865abdff3317a14fc0c29464c9
BLAKE2b-256 7b67f90e7f5bc938e2dee9683f781abe9f6d79166f80301aa1d6e4c4bcfca6bd

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 56e5c8ee4ba4f2d36b1673488a0bd40453d143073f9d59397cf7b57e8d36edc1
MD5 169368c25fadd670c4ca8ea949841236
BLAKE2b-256 83a5612ea35bc2ed294f02ab59a42bae514fd03d8b508eaa1207749131848276

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 06171459ef79404d951b34d33c87e4ed5f28ca12a2b3c7adfd5aa3f00ef81be4
MD5 5ee09caeda46993890c72e95cffe7480
BLAKE2b-256 da5fc37a1df0ae343707689ff3214953f4e94122ad0b4e9815efccb12bea5160

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 55.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c2ae1bdea071d9d00ae6e8baca478767492f9eec4844ccf23eb0cdabc072d608
MD5 9aead745897b5fe4c04296a61f3dd303
BLAKE2b-256 fbedc752460e1f6239b7d596783e95c2a9601979d9e39bcf039853e87c49aa2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3c39f770bbac363ea027f4ccb8efb87fe2df69f2b28c284849c2cffe8f7d11d
MD5 b14731efcd1f6873e52c4483fd2b7ca6
BLAKE2b-256 284f1d7a48fa06345411a6f98303dc04a9bfd3c6ff8b575f0930dc8b76746388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5907a3d9716c687ce50cc1905f1fbbf0552679e004619414ca0c95edf5ac8bc1
MD5 a372db75e29c30248c5cea4175e922e9
BLAKE2b-256 5b5fdbf50d74503d0677cb04a3bbb8bb6b0fb3f78933327ffdcbf7d45e4d839f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 422be82d452826de57a5ae8fdfe33b8837198f7240e35e2e68c606543aa85796
MD5 603c3ea87e568d2b1020cbf36c533ad2
BLAKE2b-256 35ff482f02b19185ea1342ecdc3b4bc8eef08ac74a5d4700f8dab47c9c5f9c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86b4e34a176b38939ffc66528390c8f6736c06094adc8d94aa157a0069edf28b
MD5 6df5f3f270465bbc15a46f1aac194f97
BLAKE2b-256 16bc65ddbbbb8fb70a9ecf58680b770771120d84b2b73f84bc8d63b5209b7783

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2c60b07f91f27a009710e8786a845fb8401a0add0456ea19b6c9dfccec0150d6
MD5 6568b48aec21a677853e270671aa3cf5
BLAKE2b-256 4eaebcbb964bf7483340c2e2ad3dea2c227a7c3c2121bb07717d43bc5353370d

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 14809b727883ba4ec07ebe52fe1870d4163f8b1a451a9f22ea41094479627e8d
MD5 9c267e3db1f9b5141853adc459be837b
BLAKE2b-256 965f13fa8099e52c4730afff2750ea973838eb03b3844f4889dc96c7526e5ba4

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 55.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cf5d3961ac41fc83723a00d955c0d6527b0909e87703fd406f78754d0602a2d4
MD5 47e62c7de0875967b84b430c99326c7e
BLAKE2b-256 2e2dd6c879d1b31d330212f08a1f557dcfe0ad23909da7fbc884994053c45217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff90d3ef2f414549b406d4a20b85a8032b0c773480b5508729274e6214708a9c
MD5 76a6a68bd9a92a75fd857603017abbac
BLAKE2b-256 d59871bac19174da2548c9f62568582adf4c9e30ee84a4d638cce61bcfaa9dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4a58063363a4e45dae103b9c7061bb49a048eeda5597743401d19055402ba25
MD5 b769e6fc8448d23119e1e78a02b27e03
BLAKE2b-256 0bf8210da5b11da1f2e9dcee4ea02c220cb0a9be1c5fdb8a9d22c7ab172ecded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11a9742d531b5200e4465c860646d4c546799fbf86d234e4073d79e389260c2f
MD5 b7962e7e0538f6c5ccb1b1f2040a3277
BLAKE2b-256 a1038c6021e9753eb612f0c8953e11ad255ad707e721dbc03dd7af44275853c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sabctools-9.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 695aa61bcb534878509e1a7fde9e80f014d17accb56e8aef9fa287f113b10eec
MD5 8fe5554dfc1f38fca8f08aadcda1768c
BLAKE2b-256 63ff325d72e0193337d1c478bc90f1e1634a03f805f865a618c69add5675b5e8

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4817b58b6f2eef820182dc7b66c7d49e351479d05c6faf6887ded6cf7d205894
MD5 c247506fda9f17c7c445363a4b16de0a
BLAKE2b-256 2a615e8126f7fa879f76848ce928a3804177bc28f0e50c0fb15ed1f2366d7736

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 02e6f07be421bd9b3d2ac40ee0ad0325bc0a6ef7900321efb1e52fb36d9145c3
MD5 9295897a90128845fc320e2a6bd80cbe
BLAKE2b-256 f6130cab34825f045f2c3c6fecace1c23ae1f706b7091a0e36c6bfa340ac5139

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 55.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 34ace7abc97d8b579d9b4569bddb5a1f26c9409ed5957fa654f6fc8d3a9cb70c
MD5 ab95611db9b826496d8cf47d3e41b780
BLAKE2b-256 fccfa75fe95120a9e23e020ad8afd02df78cc38417f54813ec925a2872d04225

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5da5e046b68c9e1ed8eec94f2ff109f84b19e4b0e1a7169369544cb4748e1ee0
MD5 e0c39835a312f3964c5503bf17309998
BLAKE2b-256 cabb21950e2b7b2e82e39ba5633c5356b558dbea6c56fde2a8ee32faf370dca5

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b420017a6ff9ad3b5e448508394371544d7532f593d109a944384eca569904b
MD5 da85c38531c697d69a866b269b2aa9ec
BLAKE2b-256 8ba595dff65f366c7175866118a8ac9ace9c723845b21d21bf8d37bf31299f77

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 962c87ef4ef02c73c3402d14e4459e68438978865d43d54946348c6b325a57fa
MD5 e223c2d645d799eb2d69515e3430325f
BLAKE2b-256 d09f1153e6d12dc0a2b6163b2528c7112396c7527bc23b37b613151daa779021

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1436b3a8f00cff2517a9112ea79906f5d79f5c026de1f9a76b8cba51c51afdc6
MD5 b8608c03b6048a33c60931bcc1eefac9
BLAKE2b-256 8a92c3d31064e3fcf0c9a62abd407f2849a74d272a2b9b8497f872543ff2c0fb

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3004caf6889061fe5a2e0429018623e3a99deccb0a9b7cb6f10d3af1d3de7f17
MD5 9cf3789dbebbbf363cefaf022d266a13
BLAKE2b-256 50c1e8c7a9d97a122b383540d869a6ea55b99470fed828b9cae2a5652ff16653

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: sabctools-9.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 55.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for sabctools-9.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 871bfb6e483e6bf10f71f82b5e9f0547d8b7ae6326fcb250e5854a490e35d686
MD5 3d8919d29208d31efc1bfda1a2473d3f
BLAKE2b-256 1269ecab1d651aacad82c7a229c78ecf649f9a97c9a1eda76cd0a35776a60730

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13b3808622db3021ab0996109778489af9459ec5c739a0a16e30d34d2dc7f9a1
MD5 4ffaa0e9d3aa144337c4bef4b8701b40
BLAKE2b-256 912d2d704529f61f7d7b4dd5494476441265d1dfc791c87df51275aab9076c67

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1d90a21af2359038cb3839fd0e9b610b4184df26fc2a79f3c32cc043a589eaa
MD5 bf834fdfdb5c6be866e5efdd72767db7
BLAKE2b-256 122f057db5ffce863ece4a3d5a32b8ad0bc1f5c3ac211c91a967c96475367175

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 430ba12d268c2957de0f90602f6473cacdb0c30c5350123c7f6a202e4f1ae71c
MD5 004572e1c72606a8d7217c5eb394b836
BLAKE2b-256 7aadf113579cd2f1be6e3150b67e1a18f32f1468bb297a9bdb718bb3cf7f439e

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 900443aaa791fa33ecc5816f866030ea716ea15a1e564e2ec2d9a057090b7190
MD5 2ef2bef844df735068cb029eae35c969
BLAKE2b-256 a2686b053b4008e2665d4403937ca84f615ded4aa06a594575671d948e2482b3

See more details on using hashes here.

File details

Details for the file sabctools-9.0.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sabctools-9.0.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b521772397528bcc381535503001ebdf581072b4bd56dc09806e4fbdb00af22b
MD5 9cc35fbe10843e56c30cc683d072a027
BLAKE2b-256 0cb6ee4973d9fbc822b3b5f54f11852fbfabc3fc0871b8c2061a11a91596fb1b

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