Skip to main content

The code is mostly derived from cx_bsdiff (written by Anthony Tuininga, http://cx-bsdiff.sourceforge.net/). The cx_bsdiff code in turn was derived from bsdiff, the standalone utility produced for BSD which can be found at http://www.daemonology.net/bsdiff. In addition to the two functions (diff and patch) cx_bsdiff provides, this package includes:

  • an interface to the BSDIFF4-format

  • command line interfaces: bsdiff4 and bspatch4

  • tests

The bsdiff4 package defines the following high level functions:

diff(src_bytes, dst_bytes) -> bytes

Return a BSDIFF4-format patch (from src_bytes to dst_bytes) as bytes.

patch(src_bytes, patch_bytes) -> bytes

Apply the BSDIFF4-format patch_bytes to src_bytes and return the bytes.

file_diff(src_path, dst_path, patch_path)

Write a BSDIFF4-format patch (from the file src_path to the file dst_path) to the file patch_path.

file_patch(src_path, dst_path, patch_path)

Apply the BSDIFF4-format file patch_path to the file src_path and write the result to the file dst_path.

file_patch_inplace(path, patch_path)

Apply the BSDIFF4-format file patch_path to the file path in place.

Example:

>>> import bsdiff4
>>> a = 100000 * b'a'
>>> b = bytearray(a)
>>> b[100:106] = b' diff '
>>> p = bsdiff4.diff(a, bytes(b))
>>> len(p)
154
>>> bsdiff4.patch(a, p) == b
True

Release files for bsdiff4 1.2.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for bsdiff4 1.2.6
File Size Uploaded
bsdiff4-1.2.6.tar.gz 13.3 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for bsdiff4 1.2.6
File
bsdiff4-1.2.6-pp310-pypy310_pp73-win_amd64.whl PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 Details
bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64 Details
bsdiff4-1.2.6-pp39-pypy39_pp73-win_amd64.whl PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 Details
bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
bsdiff4-1.2.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64 Details
bsdiff4-1.2.6-pp38-pypy38_pp73-win_amd64.whl PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 Details
bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 Details
bsdiff4-1.2.6-pp37-pypy37_pp73-win_amd64.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-64 Details
bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 Details
bsdiff4-1.2.6-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
bsdiff4-1.2.6-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_s390x.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_ppc64le.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
bsdiff4-1.2.6-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
bsdiff4-1.2.6-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_s390x.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_ppc64le.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
bsdiff4-1.2.6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
bsdiff4-1.2.6-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_s390x.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_ppc64le.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
bsdiff4-1.2.6-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
bsdiff4-1.2.6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
bsdiff4-1.2.6-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_s390x.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_ppc64le.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
bsdiff4-1.2.6-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
bsdiff4-1.2.6-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_s390x.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_ppc64le.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
bsdiff4-1.2.6-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
bsdiff4-1.2.6-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_s390x.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_ppc64le.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
bsdiff4-1.2.6-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
bsdiff4-1.2.6-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
bsdiff4-1.2.6-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
bsdiff4-1.2.6-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
bsdiff4-1.2.6-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
bsdiff4-1.2.6-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
bsdiff4-1.2.6-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-64 Details
bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_s390x.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ IBM System/390x Details
bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_ppc64le.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ PowerPC 64-le Details
bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-32 Details
bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ ARM64 Details
bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x Details
bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
bsdiff4-1.2.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
bsdiff4-1.2.6-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 3.6 MB

Release files / bsdiff4-1.2.6.tar.gz

Download URL bsdiff4-1.2.6.tar.gz
Size 13.3 kB
Tags Source
SHA-256 checksum
How to use checksums
2ab57d01a78b39e29e5accc9cfead4130982ded9dccbc4261bd0e9c51d6b751d
BLAKE2b-256 checksum
How to use checksums
53b94559ede9a4c8c4451688303544da84654643fdc7f28790aca85be80b4b7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp310-pypy310_pp73-win_amd64.whl

Download URL bsdiff4-1.2.6-pp310-pypy310_pp73-win_amd64.whl
Size 19.6 kB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
9f246beea8dce9725b2ae17487059e488b213ea22e9df04170fca2dec9ac2f30
BLAKE2b-256 checksum
How to use checksums
a1da407abc7404975c5c06926f036db77ea97f0031ede68249a8ad090fc3c8ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 16.9 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
2e986f6278d9f1dc124d9c67533d6dd1c93883b5d57ca54c4e224ec888613ab7
BLAKE2b-256 checksum
How to use checksums
889c03a1bdb9c7804efa3dddb56987bcd5619f6f6c840e42c6d861ab4298e366
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 17.5 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
e08bc23ca5425f72d2c87a66b6ac4e8d7765abe04ed9c8233b8cdb3ef1ee6808
BLAKE2b-256 checksum
How to use checksums
67e56b7f12d45ac7cf9d842cafa2905262c78fe6ac43feca2439f9679267253a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 17.4 kB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
94290de262cb823bb557860c20769e63fd20f3d29b1a31b8c69e4309f2fdede0
BLAKE2b-256 checksum
How to use checksums
7816109ba98222911bc6163c15f4605e19043c94982b3364f64dc1ac563e6a79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Size 15.9 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e778f9e9e3df5f3ffdf82b338ceefa2a6fee3fd14366d50cde74dc849e083cbb
BLAKE2b-256 checksum
How to use checksums
bd4f4dce64c017702e0f16fde4cb79dbb5bf446d57135d3f76ebd4fb9fde55a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl

Download URL bsdiff4-1.2.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Size 16.2 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
61f504f8ad04cc4f4aea06a56f81ba392fcfd58434b67210186772bc949f6b8d
BLAKE2b-256 checksum
How to use checksums
4af38579894ec44ceae5e120b37fc18cc7fc24021f0fb2fe7c90f92fa9c3c7ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp39-pypy39_pp73-win_amd64.whl

Download URL bsdiff4-1.2.6-pp39-pypy39_pp73-win_amd64.whl
Size 19.6 kB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
9f06f0c0a6f4633148496d96ffe5289861ec43c85bd602e6753a03962300717f
BLAKE2b-256 checksum
How to use checksums
32aa04d36872e2b2b8623dae4e786bda397c426249a10f7e37603c7a9de6ae5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 16.9 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
7a7b234c1d85d9b29c2232f7a8767ac007ee0e5dd3b68e08e5b0b4c002659225
BLAKE2b-256 checksum
How to use checksums
71e8a610da58e43c494fa4e773d237d4126603024f202b11b2bee13e1da9124a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 17.5 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
483f53cf7504cb174e680e6a0d1545fdba59db5a8b17e62b3e207de6940235be
BLAKE2b-256 checksum
How to use checksums
ce856adc2f6f8f3ca3afd52e01e4abfb3a670e702e2fa1eeedc26bbc56043ecc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 17.4 kB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
0d45733fb226ad54122a0c46714c7e5af4aa796a22bc4c52e45c4f3784f957b6
BLAKE2b-256 checksum
How to use checksums
1a5a4b786e7a6304bddd1be1bd8ae1c7e1c4c475c09032c4315a85ac1e27b6c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Size 15.9 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
503a104a545bb890baec09ca8282a20594fc795b4960fa149729fab34b0a8134
BLAKE2b-256 checksum
How to use checksums
e16fe332e599095e9b8011b63f5dd9b47e80702b7b1cee12f41980b14f042dd2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl

Download URL bsdiff4-1.2.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Size 16.2 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
0e2e8176196400ba7188795b172d7ef5e953bb09b8158a92e42f0a687d6f77d6
BLAKE2b-256 checksum
How to use checksums
42b469ecdb65d58dc8c485701c8e37cddfb803ddd67f29f7ca3909b71c822820
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp38-pypy38_pp73-win_amd64.whl

Download URL bsdiff4-1.2.6-pp38-pypy38_pp73-win_amd64.whl
Size 19.5 kB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
ae71d466525955c636bf79fb3fe592008a8f21f7ff028ec9e42421f5ba299471
BLAKE2b-256 checksum
How to use checksums
d8de44bd2b7db8bb929c15eb2187336f705283d86f6a2e720062850d00a079d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 16.9 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
74f6f3de195e50ee7ec128be0d184b01f1005a28e35a3b3275a88b5063c93523
BLAKE2b-256 checksum
How to use checksums
e009cc5eccd8a13a8701abe946221f1689988d2b4c547e923f565279bc4c079e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 17.5 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
bfdefadc2c9ce07cbcdec29ba803935b87bb2649611e356c4ceeff797baa87a4
BLAKE2b-256 checksum
How to use checksums
3cad2dee734caa2f67d4531ba0e6543417cdd52b33ad054c489b34d18f6b1684
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 17.4 kB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
a7ea1fdb67a8b9e310ef5ca223ae7ee78e0f320881a500f0eead4cbc0b232687
BLAKE2b-256 checksum
How to use checksums
eb1192d9d68ae89d4b2314ec299723184144a3e74abafbefeda877f8fb9dcac6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Size 15.8 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e8b7261b0015b1f567e28b4b402552030fe9649b708c8201909d31a4a0ace991
BLAKE2b-256 checksum
How to use checksums
9b9dec5a8cc7320aafb55ce8f693a306908626103599a498350365d75be1a2e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 16.1 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
38dedd760a6f3a32d86aa91575c34f6541455357e7d90850f488ba8cd94108d7
BLAKE2b-256 checksum
How to use checksums
666c7b5114652e5c2f9e35eb4b21d8cc683388a3244305a68172313a6e5e1f65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp37-pypy37_pp73-win_amd64.whl

Download URL bsdiff4-1.2.6-pp37-pypy37_pp73-win_amd64.whl
Size 19.5 kB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
4b7f1fd60e66220fc6986bf78f64ea603012cff4b6f8a2ccd83d0845d147f467
BLAKE2b-256 checksum
How to use checksums
9725af55aaaf1e26441f02194124547c4e473481f669dfa0a8173d6f0ff08682
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 16.9 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
92d80fc6a8bc6bd3586df31dda7acbeb9bfe73a1591008533843ee374e8f7395
BLAKE2b-256 checksum
How to use checksums
0667abfa26bef13975f219321d6c43c23b360d98d142830aace7a69a86e6782b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 17.5 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
4fc2b9c8df45c29df2e87b215763dc7a47f3840a16222ca6909eb6b0a4bcd0c7
BLAKE2b-256 checksum
How to use checksums
06d4b700f9f8e6e074ffdc4a1ebd7d013a6e79cb789fcc08d0d1b2a15997aac7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 17.4 kB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
a28eefc0fef5e34d5a84fb717b44b69b0d483219509aaf44261390674081152f
BLAKE2b-256 checksum
How to use checksums
723612337e9986a9517adcd0a94fdf16c9e6a47dc91c3ceb9384d9851c250683
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 16.1 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d9a3044af04fe6c83d065c34dda4598dfd9479639c7eee0523227693c24e09ef
BLAKE2b-256 checksum
How to use checksums
d181afed540e467a0e1cebc5124f038edd4a4cf38b39e992be1450db70ae9879
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-win_amd64.whl

Download URL bsdiff4-1.2.6-cp313-cp313-win_amd64.whl
Size 19.5 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
37ff935ba714e0726584dad2bc4c063218b588b110115e8554ebc438ee7bccf3
BLAKE2b-256 checksum
How to use checksums
88d19be6f6124afab9837db1ffc5801ca1aa86f2077d4224ff729e88fabada71
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-win32.whl

Download URL bsdiff4-1.2.6-cp313-cp313-win32.whl
Size 18.3 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
c8089827c41b37f7c9192492742289929097c5ab2a6b3a120919fee27fbc01b8
BLAKE2b-256 checksum
How to use checksums
446ce740e347bb46ea08ceacf39df56c2ffd2bd20b95d458409ea303fbf2b946
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_x86_64.whl
Size 32.9 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5529731ac88151345a8bb76dad4fdb218af10a8a505161d1aa3d669e49cb7b77
BLAKE2b-256 checksum
How to use checksums
eb52623ee28011b6935f0dfe67397ec27c2a900b9f0bda1b1ec2a5b174c53fb7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_s390x.whl
Size 35.4 kB
Tags CPython 3.13 Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
f5474e1d9253564ed0823e2685a403d9dfdbba3c7b70a80f5066d61427848253
BLAKE2b-256 checksum
How to use checksums
187bc02f703b449feb20b245eb803e7d446508b80d5b4065d1eb9cc75d02ae3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_ppc64le.whl
Size 35.8 kB
Tags CPython 3.13 Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
94526dc11e56f330c2f4b1e2e9389b958a7891f6c86b5aac83bd9c7a90eb088a
BLAKE2b-256 checksum
How to use checksums
7d842223a09c4950a3e419ce94eb0af6d90c1ee562b9962ef2d72515f4ad6271
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_i686.whl
Size 37.3 kB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
853c3221daac6f8d347f12eb0b73ca9dbb7db483e7b5f40b1e2fbb05730645a7
BLAKE2b-256 checksum
How to use checksums
b3b3b240d4840a16d923c60e8e9eacf0777cf9378e30610037f6c85324daea85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp313-cp313-musllinux_1_2_aarch64.whl
Size 33.7 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
734552992ecc86749a8ef55d03f999f9a47576cc609d7d4d9a7aec274b43ee4d
BLAKE2b-256 checksum
How to use checksums
830376a5aaaa0ccc282b239b3f148f6dd6033d37f79c1d1a89846b712224d132
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 33.2 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
46313f0eb8f63efb54a3c4219cd7b5b8a7795012b535f9d0838fe3f2b3349849
BLAKE2b-256 checksum
How to use checksums
5a1e7027849a6dc02b580e352b1528899053bd919029b185fbaa14c6f268180b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 33.8 kB
Tags CPython 3.13 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
f8e9c876929c03ef5d448e2626e8b2961040c3a9f0dd3d483643dbccd0e7ff7a
BLAKE2b-256 checksum
How to use checksums
cb6bd5871af38cbb8527652b65463c3dd736b6250828d8d6daf48be712a2ebfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 35.6 kB
Tags CPython 3.13 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
6474d8f34f89d25fa1803c639cc8ed49121752a56a15b4cd21e9267154cdaf70
BLAKE2b-256 checksum
How to use checksums
1fc044ac255f1d16865e39ef941470e30bb5c362dd216b62837bb13880d1dd36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 33.7 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
39ddfa2137de44c9743a611d71d263d0cc8c45e5b18ee84ca5ff6b6240be1740
BLAKE2b-256 checksum
How to use checksums
c2e20cf538a786f47b08e26f3970a6f98c2b7b9d555c01e085425282944a2c7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 35.9 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
f6b5757b1a83829f00ef34953c6865ea82e9c71126e465bc32d029c55da9e45b
BLAKE2b-256 checksum
How to use checksums
97dfc4a3e2bb1c1f9f09c2c5f8a9025c67f5ec7fcc8949338e54cb2d4fba9009
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-cp313-cp313-macosx_11_0_arm64.whl
Size 16.1 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ee4417341712a4bf736694ce9ad3902b8c6fbd3425aadca44df9b66a51bbefa4
BLAKE2b-256 checksum
How to use checksums
d84c825a16932605d305501ed144ae5567a3dc90c9164a393c61cc0ed68df3f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp313-cp313-macosx_10_13_x86_64.whl

Download URL bsdiff4-1.2.6-cp313-cp313-macosx_10_13_x86_64.whl
Size 16.3 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
a98d7975a670fc360d894ef2ec00294e6b7b19790c58457e40c8a5d57a1865b0
BLAKE2b-256 checksum
How to use checksums
4f56887d90b0e52ce7b5533a6f1390ab9a68215a70ba34848441730e215ffc1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-win_amd64.whl

Download URL bsdiff4-1.2.6-cp312-cp312-win_amd64.whl
Size 19.6 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
0b29568d1e33e32ea075c12a696b32e4d6cea344d0270a2292075254efd86014
BLAKE2b-256 checksum
How to use checksums
9d5d31672172bb4566c1f1187fa28a1437125d4b5106bc55f9f7b9a75371094c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-win32.whl

Download URL bsdiff4-1.2.6-cp312-cp312-win32.whl
Size 18.3 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
f9f2e5e716d35af3252f69a15afc2b166970c98596a1114af4c6d2834fe8e871
BLAKE2b-256 checksum
How to use checksums
6c18adfcf72780f19cea1fe9948cbfb49890599424e94c752bf7d614093c0fc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_x86_64.whl
Size 32.8 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
701168e2931da777e6e72ae17f22eb519e9ce25ec5108d149c9da7b3b80e1184
BLAKE2b-256 checksum
How to use checksums
d6ad0968b67aecf00873e0e5c07e97ba2300594505d4dbce62702b9f56a62d66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_s390x.whl
Size 35.4 kB
Tags CPython 3.12 Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
baa76ec557dc48847c3ed1ff5720b5095c439c868f7568da30dcabbabceb2b92
BLAKE2b-256 checksum
How to use checksums
bb9beb4683896119ec9d26d1eb3f12efc0d8a902451f4025db12c21c5a82992a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_ppc64le.whl
Size 35.8 kB
Tags CPython 3.12 Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
43649a44fc21f017be902e19ccf7fb8bac6ef2d7f93d871bbc6bc49acec9ffee
BLAKE2b-256 checksum
How to use checksums
0bc540559695ea0bd3332c37ef8182fc0f96ceed838ae6b03ca9ddcd8cf0f7df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_i686.whl
Size 37.2 kB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
04bb2948301ad48123d308bf2342c83cae81d7edb52d11bdde00266d89ca071e
BLAKE2b-256 checksum
How to use checksums
6bc3713b3bb3711b62e51f6f67d6d9f63098e4d3a51d8b91e52c962f5c01a2b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp312-cp312-musllinux_1_2_aarch64.whl
Size 33.6 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e87c67b06ac96af6171b774dc8c03d2bde70c67c6488078eff44e0af4864acf6
BLAKE2b-256 checksum
How to use checksums
c3a873d2abfd98a33cd74a0fc491e527d734c222ae18b499a10689f3adbc8d5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 33.2 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
56c2728c96d1d4eb8e089e4797c018a56be3f905f440fb507773f44c567fcd38
BLAKE2b-256 checksum
How to use checksums
882398fc7482f957602c611203a9e485b9dbf4caf9d918e92453e3729cf5f0b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 33.8 kB
Tags CPython 3.12 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
4ff079b0f4cf874af4b6816983557b6b9d45996f88736046653e2d2311fa1876
BLAKE2b-256 checksum
How to use checksums
52390b1dd6494c743fa2c62bd7c35f5dec9f5802d01c1da1ef75a2e20a481ed4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 35.6 kB
Tags CPython 3.12 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
2534e286ef5ae58767b9b17be64742424ca1e52ec748b0d8f8e24eecd12bc28a
BLAKE2b-256 checksum
How to use checksums
4a978b73b3684c63e88508ad308229f33a8a5be6c4762e4160f96e2a6fc46906
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 33.7 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
48ea2298a281068d82b78454ee58ac7306ed38c9af55afddb04cf796df932d63
BLAKE2b-256 checksum
How to use checksums
1a9036531261d8a150fcb8193fe2ad46d939b8a91549976424852f6a2a335689
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 35.9 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
9deb9b3cdb4d327e43b8c7bd11ed3707587f1183b35fb8a4c06c4f34bce62c6a
BLAKE2b-256 checksum
How to use checksums
7504c3db957b7a324a3f25f721a82c288e9abe60059a0a2d2f9b3c19fb49cdb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-cp312-cp312-macosx_11_0_arm64.whl
Size 16.1 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
223ae0fc9f386dcf919a09a2029c391a0f0afaf4a5892b9a6e1b622bf42e1ae5
BLAKE2b-256 checksum
How to use checksums
37a170b74154344486bac9bf438ec309ae502f07df8cd7ca713d58f658769ff4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp312-cp312-macosx_10_13_x86_64.whl

Download URL bsdiff4-1.2.6-cp312-cp312-macosx_10_13_x86_64.whl
Size 16.3 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
69c5052e94ad991c397b5a46f8eab42f2e256c42aa5677896b7a3ea9e3d06adc
BLAKE2b-256 checksum
How to use checksums
9a58044dd110fb0a0160f5cacecbfb9904043c8179f8c14093e22b6d8c6b9391
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-win_amd64.whl

Download URL bsdiff4-1.2.6-cp311-cp311-win_amd64.whl
Size 19.5 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
164a059e1e07932f91d90471a4ef4dac749f2dee780f08501522805398b32ed8
BLAKE2b-256 checksum
How to use checksums
b1f883f087ab62bebde26956f084ab272e19d11db5df6700f4f48d29647235fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-win32.whl

Download URL bsdiff4-1.2.6-cp311-cp311-win32.whl
Size 18.3 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
403e8cc003451a8c4672c345a50aee3cf89d20983701e38fbbb67e07cb808c57
BLAKE2b-256 checksum
How to use checksums
36322943637e17eca717cdd091625d4198cf7a49dd7d235944a86f1a8a6134fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_x86_64.whl
Size 32.9 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cd133a9475c9dfba6243dd07f118ee58a0b7f136c00d316e2d92d3f82169bd9e
BLAKE2b-256 checksum
How to use checksums
c6d63fff18a97e127cc783e02de3c934bca63fabc0d4a379e091973b006cbae6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_s390x.whl
Size 35.4 kB
Tags CPython 3.11 Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
6ad599216e7ee3db5737951d06c43b8e65d5b0db5c42300e85f18d399ec0bc5e
BLAKE2b-256 checksum
How to use checksums
10047616e8abec54562c86742c7bacaaba53c0c4733565ea00e8c5ffe2c5c9ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_ppc64le.whl
Size 35.8 kB
Tags CPython 3.11 Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
f2f7504f08181227717fee04f25169d5901322c29d3fd054e4cb61bd60b3ffb4
BLAKE2b-256 checksum
How to use checksums
d9ea5fa1d331c4a2e73e4e90a851768749a9960cefcb443da3abaae69e891f06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_i686.whl
Size 37.3 kB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
b7309380d8edbd3d46c4ed3930f7062b793bac8f004b32139db7af7c4612e241
BLAKE2b-256 checksum
How to use checksums
3a73004b3c4511df3df0d5e591ecd7aaf92c851b22be200283428d3577f4400b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp311-cp311-musllinux_1_2_aarch64.whl
Size 33.7 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
0fb562e451d5b3a7523c67ce04fe541d3a004914e5760a47116883972f5ff8bc
BLAKE2b-256 checksum
How to use checksums
6cb4f29c451e7718d4366a72f9a87a7f3cc76cb56cb5e9305eae087eab83f7a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 33.2 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ba5028a2aaa8e4cacb224031af9140e05d9c407ba15b59471380badcc4845777
BLAKE2b-256 checksum
How to use checksums
d28b010d14d3ab321c1c35fc4145b020c1e76ed8a29a214ce6bcc093ddedee13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 33.8 kB
Tags CPython 3.11 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
d994ee6113c3f030bb9f373e917f00db13c026c295fe9f314f23171935d88371
BLAKE2b-256 checksum
How to use checksums
fe54c235fd3e95aa3a4ac53de83605723a149a33eb11aff64e49488132b857f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 35.7 kB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
897a260d30acc4df9803f500682eb7951fdc104a3e155787e1e581258f38df50
BLAKE2b-256 checksum
How to use checksums
27ea84cc364a0c0f6eb3e503bf1625aa62eb411aa7474d1c91ec201812295fcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 33.8 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e6f4cf8e00116e14e9e6c3fb5747478022a27215a9a65ed223fed82d2cfbc4d3
BLAKE2b-256 checksum
How to use checksums
9e41188f858a71eb529145b6706f8ac618fd9f719807f46e0cebe2ea482bfe78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 35.9 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1edd3069dc14cecaa804faaae776a5d14f85217c41b3180b794e5fbf684d35dd
BLAKE2b-256 checksum
How to use checksums
2c91ae41950f7b823e8061520f3b28d47534b47f314b4148690c4a002d764bd7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-cp311-cp311-macosx_11_0_arm64.whl
Size 16.0 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
29def064f6bcd13d0d7a82e5caa4848158b7f49c3a8fe44fbef3031456fb7dd2
BLAKE2b-256 checksum
How to use checksums
33414d1fa5980c01faa0d5c578e41ce73b4df98cd74e33f92323880df0da035e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp311-cp311-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-cp311-cp311-macosx_10_9_x86_64.whl
Size 16.2 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b151c28098b3c522b1735cdfe5e84e8f164f0ef4a592adb227d7a10727034673
BLAKE2b-256 checksum
How to use checksums
10086472d5c2527688b16ad2c2dd09e324281f5e78eea5e4dba5f65a7949f39c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-win_amd64.whl

Download URL bsdiff4-1.2.6-cp310-cp310-win_amd64.whl
Size 19.5 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
544234a2729c167c80f28804ef1deb4b82df8d35de0820ac30a540028c9c47d1
BLAKE2b-256 checksum
How to use checksums
c289e239c2a61b7751da63746c5f46f848f075ac5b4f8ed526d042389c49f280
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-win32.whl

Download URL bsdiff4-1.2.6-cp310-cp310-win32.whl
Size 18.3 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
bacc5460c473b4ef6c09ccea16df2afd31b2860b9838edb870fed19bf4212d71
BLAKE2b-256 checksum
How to use checksums
ebb53ac6340d1331af194063acb38071401815dc7a7e210822207504b469697e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_x86_64.whl
Size 31.2 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
661e3c2ad174bfef21c53bc9eb28e221c9eb1a5fc68637f45e1d49c2778dd46a
BLAKE2b-256 checksum
How to use checksums
dc4ba123309c61b89055d9bf19c9cff9baaf2da97a4d1c7fd7a6985da333d008
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_s390x.whl
Size 33.6 kB
Tags CPython 3.10 Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
bf055ebf32fffe93e9f803b8c9e5c13ddec4722bef970004815aedee85ebb7bd
BLAKE2b-256 checksum
How to use checksums
9dfdc37ab67951f5cda29e8e8c9dc26ff2d9a894aaa2942a378e8aca930083c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_ppc64le.whl
Size 34.1 kB
Tags CPython 3.10 Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
ed07a0ffa04758965680ed5307ea1a2c393740b44b03f4de6938b316847e6f8b
BLAKE2b-256 checksum
How to use checksums
d18ff282fafeb986708c10608f19ed54fbae98d476d473f79dfb2967f346aa36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_i686.whl
Size 35.6 kB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
b8ee881d162dd8a5f0c75f6b79547fddafc63ae713b852cef04f9358c9d8cc1e
BLAKE2b-256 checksum
How to use checksums
6fb4d39b5ab00bee25f603d4ba8a1da3f5d0843dfb50b1faffd8bb6e2b741da6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp310-cp310-musllinux_1_2_aarch64.whl
Size 32.0 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7d3c163daa68218a2ee8e6fa462c2748e7a85831c768600b206e0b16efcf7a47
BLAKE2b-256 checksum
How to use checksums
b4d1be25015a4f53f719cc79cec50549ec901d285aa0efdd32912a2a8b172722
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 31.5 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c07ec6b37098aa1abef8b1ce7132925ba79755581dddfb7fd86c6226a7302877
BLAKE2b-256 checksum
How to use checksums
f5567e0c3fdf6f06b84cc0282900f468a32f3367b533f343d22b5e9fc934f16b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 32.0 kB
Tags CPython 3.10 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
899aec9c1c2fe23d143563af9aa9ccda5c79166886f58263a96f3fe89eb1ad3b
BLAKE2b-256 checksum
How to use checksums
e08d5657d9c1034bb9c5fdc2a962d863993a3c98a57bc8577b319c8c6f53a9bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 34.1 kB
Tags CPython 3.10 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
bce6c2ab32c7fa53f971c05ca5f8428408efc7f87527a84c7e62f32a4d6d2d4d
BLAKE2b-256 checksum
How to use checksums
889a563f3060b17abac1056938383578017bb7dec6a7316bc52a281c39b3cb88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 32.0 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ab903d1a7f3158d77a139fc42540c52b778510158337daf81bbd06b18ad2cd9b
BLAKE2b-256 checksum
How to use checksums
adf645a31bbe00da13a2d6371cdbee03f3f68a9f19e98c66cb8d38acf115409d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 34.3 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
6be63ba562c94a3b4b1e3ff1e2b264da34be9dc1e9cd997875bfe11851045f75
BLAKE2b-256 checksum
How to use checksums
e05ec97119ad48eaac1fc18a385fe77319d54148af0e269e2fc3e70e93bba80e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-cp310-cp310-macosx_11_0_arm64.whl
Size 16.0 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
139d4a4a3eef2c6bb85ce5e18de27a0ebae11eacac3b3ff4423986f13a21c375
BLAKE2b-256 checksum
How to use checksums
2a4f43b5c2ce34ab614e8fa8aaa2f00336e1ab33b1219aa619117cfe22235762
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp310-cp310-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-cp310-cp310-macosx_10_9_x86_64.whl
Size 16.2 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c5af4fe780e859491beaf641e34c0e965f5f65fcd96b2d7860ca297b3fc91a53
BLAKE2b-256 checksum
How to use checksums
a9e361c89b6fa5594ec5453b62aae8814c5c49d74eac5897ce939fa44cbb6d2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-win_amd64.whl

Download URL bsdiff4-1.2.6-cp39-cp39-win_amd64.whl
Size 19.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
35a0208a68b9932f5bfa2a7fa7b63abce706e6319eadd40a1dfa156f202a0e12
BLAKE2b-256 checksum
How to use checksums
1b134d338ebd44e6b9be7b61284b02e7a84c50567a7ebee0cf6adacd520ae1cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-win32.whl

Download URL bsdiff4-1.2.6-cp39-cp39-win32.whl
Size 18.3 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
9e5be120d16498a8c8d48d8b94c03ff8a6382f0543938c87a10a2a74751284ec
BLAKE2b-256 checksum
How to use checksums
155f4e0a2f1d9e66374df2ff79aa502b06dd1b4864167e6643b02fec8f4454c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_x86_64.whl
Size 31.0 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4cef2081202b540076bbca1c1c0d6abf90222576548638b2f159c0dcf4401f65
BLAKE2b-256 checksum
How to use checksums
e3abdc3a7aac03a8f4e1dadf870306c028f67382ec9e6b49cbe2127e889061ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_s390x.whl
Size 33.4 kB
Tags CPython 3.9 Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
650a9fb5cb3bf11b17c0f1ebfca9a22ce7d60a2f517ec3fca0fbcc95cae6e073
BLAKE2b-256 checksum
How to use checksums
9cfb9a35617a8b95d0349530297d64cb04cac4bb91f7e0d3939c218287d62bd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_ppc64le.whl
Size 33.9 kB
Tags CPython 3.9 Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
bdc0e7f8da93081982c73941de4c745e5586744c4cdc659afa1fec12a4694a03
BLAKE2b-256 checksum
How to use checksums
886e5b0334c4b0d1b64e7675fb74e9397fa152c4d527c99ce233208a2cfc44ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_i686.whl
Size 35.4 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
b1ead97fd8527ff20870dc3100c798e93201ef319463aad5bf14ff2dbea3e3d3
BLAKE2b-256 checksum
How to use checksums
f16db4a1c2102f94b4b88aaad4b027a36f9c155154c40d24ebae6dafd82762c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp39-cp39-musllinux_1_2_aarch64.whl
Size 31.8 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
817a6c6e279c703ca0935438b745cb1d9e6039e521786dc0efa598d9143b0d0c
BLAKE2b-256 checksum
How to use checksums
770e078179810f856c3758fd44fa1bdfdf35ac7e43ffbae158aa6f5eabc5ed27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 31.3 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d130718b6a7cc092fcdd42fccecb35096c8741f411c2d9dbf37072620d9813ee
BLAKE2b-256 checksum
How to use checksums
a51b5616f37d5a29179e60fed037b395862426326e68ea2c58e382be52d82ca7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 31.8 kB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
8cfe8212daba5c9e582018105c5e5d9d5029a83d0196baa8ab23191937478362
BLAKE2b-256 checksum
How to use checksums
d862779bc7af98e3a3f89eeae57db59bddfbd1e69bb31a57fb21a52d1800b707
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 33.9 kB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
105467c646fa9259d4b66acdcca65aa1b1f628d52c0cf8d79e4c58f6a7eedefa
BLAKE2b-256 checksum
How to use checksums
5b4362a7ade5c2457541a7ac4f652bf6fd1b6c5f1361d1072caac064575fa22a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 31.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
30b891dcd000c62db3d64d90fdfa8004057283048149312be8c29b3db6797ee3
BLAKE2b-256 checksum
How to use checksums
d52a5c59aa368d134a7bda007a2682722cff622aeae49111d81192a8a7aef4dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 34.1 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
9d53fd3d9afb9660e237443bfd0aad24635c0f0117e4822b47bd290bd474ba83
BLAKE2b-256 checksum
How to use checksums
60a475fe052673aa8fb26db563faacb7c3f75b3297ff597d75d84fdf2aace556
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-cp39-cp39-macosx_11_0_arm64.whl
Size 16.0 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2bb5847f908905022791787142d00814b47f47990ab32be56e6cb3fc52a6f0ef
BLAKE2b-256 checksum
How to use checksums
97594e08d25ee12b5589094e6975e3e4f20b9793c42053c470a6263a5dd970cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp39-cp39-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-cp39-cp39-macosx_10_9_x86_64.whl
Size 16.2 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
25575a769f22cb3f8abad34902f98b1351356578fb8ee9e87bee77f97358fd11
BLAKE2b-256 checksum
How to use checksums
46ed1d8a6e8ade41e9984b843a503411369e072fca0628148c35d291eec64036
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-win_amd64.whl

Download URL bsdiff4-1.2.6-cp38-cp38-win_amd64.whl
Size 19.5 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
216325b9f2966c288740ea5cfc3e8a606922458a9a81f74b710a8d21cd4f86ea
BLAKE2b-256 checksum
How to use checksums
6bc96e39788d39f92d3fb743044ccb9b111bdb3e6bb6a58fbdfe6cb1f1c56a10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-win32.whl

Download URL bsdiff4-1.2.6-cp38-cp38-win32.whl
Size 18.2 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
af3cfbc97923ff31d5f028a0c2ebfcae28a50fa571be6cee660bee4d82dc66f9
BLAKE2b-256 checksum
How to use checksums
b61ec31190d3edb13772b822094986d2c090d9a423da96d640b8859ebfdef3e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_x86_64.whl
Size 31.1 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8708f83282f41a253b1b2436e337a3d934373e92fbc1a39ea7565d7b2f03c70e
BLAKE2b-256 checksum
How to use checksums
e60b1fb6f1f2a95ff5acd4081d0ff3b6d5fcbd62352394125ea5334d5dd5dbb1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_s390x.whl
Size 33.5 kB
Tags CPython 3.8 Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
8a46a3f579247a2f9b7a2b49e6176be7903bf15b0b156fbda6bdbb47bf717bff
BLAKE2b-256 checksum
How to use checksums
d393f7a5ea73dfd7528882ef0fe2290e24fcd56f9aa07adbb2216520f0cff384
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_ppc64le.whl
Size 34.0 kB
Tags CPython 3.8 Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
cd5c20cd03673c8f44a3fca4a032accde0f492c55401dea77af957d55f2bd580
BLAKE2b-256 checksum
How to use checksums
14a9abf79b54b1e0de95f6db531ab15abe31bdd6018325e0c3de34784ad6aacc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_i686.whl
Size 35.5 kB
Tags CPython 3.8 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
724bfdb9a99d89d89bc6e2a9b8b01fd9a1b5ac13397903c0fa13d7f2c57be2dd
BLAKE2b-256 checksum
How to use checksums
03ada8af514359e5041aecf3708a965b2a8f90c80fe5f1de91d254302cd92d2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp38-cp38-musllinux_1_2_aarch64.whl
Size 31.9 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f1fdcd710127f36aafadb4cb6de60b3f79f3609f2c65533d349fe15a5340c7a3
BLAKE2b-256 checksum
How to use checksums
01f494df6b71d4de84060d6dffd2d0409368c81c2a96167e07e52598bafe62de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 31.9 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e87394a601ccd383474d8dbe10187ed2da45d2ae6b631268ec674385725e50b5
BLAKE2b-256 checksum
How to use checksums
ce78ed9c881f2d1258aa992e5a013e0f0d5c707fa01880458955d4a7435f8ef2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 32.4 kB
Tags CPython 3.8 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
f39e910ea74f94c8826549857e0a92b7dd863551ea5c6d74b5d2f6218ac74fce
BLAKE2b-256 checksum
How to use checksums
4b47202bca10bdb089c664767bfb67ae32c760c63bfd8eb30512b494a6edc9ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 34.5 kB
Tags CPython 3.8 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
e6f5f03db181cdc341563c25b2e30079c67c639b7fe7439720f3b83140fc6555
BLAKE2b-256 checksum
How to use checksums
ba0af8c9cf227cc259fdf322d23400d5777d7e9030e66361203363fbefc1caa2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 32.5 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
dffcf41411c2c2e47a009b7436c9c9f0499f29ff9ecf703461284c738889f10d
BLAKE2b-256 checksum
How to use checksums
ef7183ae91177d153efe38e95b038fa1f7561d82e0205b8ef4a98b463f9d2bb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 34.7 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
6892a9fbd5ff661398185f1f63132694f3e26f7b1dc2126e19bd0498e91cc6c2
BLAKE2b-256 checksum
How to use checksums
f81a7273ff11cf6586afbbd77f0dcc830d3b7d70dad95f59007f4162cbde3537
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-macosx_11_0_arm64.whl

Download URL bsdiff4-1.2.6-cp38-cp38-macosx_11_0_arm64.whl
Size 16.0 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
93b45e7fa990cdef0627a0d78c8380f03c71e4b770748b2305b980785f1928a9
BLAKE2b-256 checksum
How to use checksums
a5b526cbc52324a0faeaa7c49a6ade90a302fa8b1c35a9ec83dd20325b826761
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp38-cp38-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-cp38-cp38-macosx_10_9_x86_64.whl
Size 16.2 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
402eff417dc0dd1cebc2dd8fb59047e20a038f6566481214356068b4e329ac27
BLAKE2b-256 checksum
How to use checksums
9d3bd911d9a30815ca9026487a6d62b6067528d2fb6984f1db78977978efe85c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-win_amd64.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-win_amd64.whl
Size 19.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
51706c27ad6064d92a11e75774e402b7872904e293f3b7518ab8bb49459b4772
BLAKE2b-256 checksum
How to use checksums
dafce6e95604dbee7f5ced62309295adcc4befe627a151e3c8a6c279b59f35c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-win32.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-win32.whl
Size 18.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
6ddadb8cde9a764891713f86b8e4a20a29bf9b46e830e5235aac49776b61db9e
BLAKE2b-256 checksum
How to use checksums
900287f05e990a506f0024380dc07b7fe135cd63d81826108bc4349a8743ac60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_x86_64.whl
Size 31.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a6566630c592fcf0b35bc507328ddf4b22732ece7a6a3657c6dcfddd532ed13b
BLAKE2b-256 checksum
How to use checksums
3ad71a9f6c3ccd28843d43e319a82aa0f04483e43aabd12f986d6351ff45195f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_s390x.whl
Size 34.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
ccb7054260db3e9c63d990a7974ed36080f02e7da90d6cb03d8175101c19b4ee
BLAKE2b-256 checksum
How to use checksums
bf6f22f2c26507e80aced026389d0e31fed7606660c459101c77751aeb817648
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_ppc64le.whl
Size 34.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
b6afa0d97cb80cb087f8d1015fa7e64fd3d938b4ea6a0d76dbfca8af506636a7
BLAKE2b-256 checksum
How to use checksums
ff62963f5a5b3942f4ed5b2a7059cbd1b62b459b76f8a7870e0c0836235935d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_i686.whl
Size 36.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
6d002c09b4113bbc19889aa0df63adeb8eb3e8969aa843e4304a3a526e34ac36
BLAKE2b-256 checksum
How to use checksums
610c7c85c175a4860eb3fbfa16818f8268708436d7f458558d8c9eaee818a37b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-musllinux_1_2_aarch64.whl
Size 32.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3096347c559028d85dd04d62f482315f58ce747f30b2cc762001e4625ef48f1e
BLAKE2b-256 checksum
How to use checksums
ccbd97aa34e8ecaa76d783ec518d3836e9aae67ffbfbd78297bcd33a1eae96f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 32.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2a800adc653fcad0f700dbe4efe4bbbc00a70be78a9f356a9a2b8816b8586c6b
BLAKE2b-256 checksum
How to use checksums
e50b2ad9156e56828f4dc30d514562e17139c5838a99d28f808048b339bcbb15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 33.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
4679a032f803aa3e9cb64d2c9fd1740de8902ef746a2f41dbed60da8615935de
BLAKE2b-256 checksum
How to use checksums
f39a4512f89a69f7b2c10d18d4c5e19b495582696bf468ab48bab7784a5bcedb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 34.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
b713db1ab30d4cc4b2d01551360617907dd43313bfe0b64fa96e6e30b98cfb8e
BLAKE2b-256 checksum
How to use checksums
01dfa2c5df7b52b884d8346d1a2d4afe0ff8fe1d16f2c299e4c3675bed77a655
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 33.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8ddd94137e3bfb71e2a5efae179f8aa1660192f822835e0bfd857b6e31158c06
BLAKE2b-256 checksum
How to use checksums
1561c44ba8da97d1e45aea7d5305eca2c89225cdb6c85dd3db71525aca4f8735
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 35.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
88c1bf726f31d8b9ff78a63e2f0c99ae7b7ec0ed8197ee5faec857df60362a8b
BLAKE2b-256 checksum
How to use checksums
960eab78ef38f065c23a22e1aca7f388c1d1ff9abf6ab6bbe25364d7a3f4f9ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-cp37-cp37m-macosx_10_9_x86_64.whl
Size 16.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7a39e96b6bdecadde9ec25a0588047c823eef2410870e275bc1d9079e7a9b763
BLAKE2b-256 checksum
How to use checksums
e3ac15e9aee23a04206be1901a4a2f7aeb0fedd85470108cc6e60afc388a95d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-win_amd64.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-win_amd64.whl
Size 19.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
6c94e978fc35c5ae97fce0a76b694885d11726f76e7b90df86c019c53e10494a
BLAKE2b-256 checksum
How to use checksums
3046605a0249d639aa0da3319e59e9b00b7f48d0143dfe8a679c34bdeadbe895
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-win32.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-win32.whl
Size 18.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
5ae913b3fe59867b2ba204846059817fdbd84c62e72f299656baf3371b48cddb
BLAKE2b-256 checksum
How to use checksums
5ac77e1da9eb7c6b922c4433cb8bf6df9128aac9f611ccdc64d31ae4cb7f86c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_x86_64.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_x86_64.whl
Size 30.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bc1efdaea5a18b8a5cd149baf275cdb5c294d7143556042ce28116cf1e6c70cc
BLAKE2b-256 checksum
How to use checksums
7930f35b0e552db7ac457b1df54538e08e8aee373f7f2eb3f2d6c06e9532504c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_s390x.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_s390x.whl
Size 33.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ IBM System/390x
SHA-256 checksum
How to use checksums
b5f98e9f02a7bca85dd2ae5d728feb6279d745e0809978b6cde3ac5f82e25328
BLAKE2b-256 checksum
How to use checksums
8458596067f4d1cfe5dd3e9382eaaf2feefe80040662f16221d7e7ee5f98c7e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_ppc64le.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_ppc64le.whl
Size 33.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ PowerPC 64-le
SHA-256 checksum
How to use checksums
d358a66f33075b3efebc91f60350fb2d334d2fe2d15b2aba7cfbb4cb12be2624
BLAKE2b-256 checksum
How to use checksums
e3fb9574bf779688f3ec8b9f2250e8ba1f148e35e16992f2383180f2766ada1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_i686.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_i686.whl
Size 35.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
d09319e005e86170642c1060929c7b53e11ba71130fa0f7e9934d366b9b0fdd9
BLAKE2b-256 checksum
How to use checksums
d3082c033516fe02f9f41196f5f930de551a9fcb5ed296c3c5967084c3cfabcd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_aarch64.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-musllinux_1_2_aarch64.whl
Size 31.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
57f9a7cc99ee1938f84265e3b781cdc6c26d2691c7c95a2fe237ee65409e3b7b
BLAKE2b-256 checksum
How to use checksums
3132fbaeffa2572b855ecfcbbc7c6f96ef298c8e9ed64dd9189839a3715f676a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 31.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
25dcc0e78a32c26d813db0a810db85da9414b774cea572558fe33ff0442459e5
BLAKE2b-256 checksum
How to use checksums
079886d2ec649f167e241beca057421e8965f105d90c7eebafcab175c4b1b939
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 31.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
c6ba69929a979ee6f3493a3c05ccb987c3cad25bc9da4e51472d93cf9a3480b2
BLAKE2b-256 checksum
How to use checksums
be3f3254ac9197f440254b248251fd8f5cd79f62c0f1995268c849fde90a4962
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 33.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
429ff66d8c1c813bc647fc5d975598853ce30632cb59ed0d1551aa6fd959233a
BLAKE2b-256 checksum
How to use checksums
55ba133d83b248d17cdae373d1eb9fdc7d14beb2e6c7ef537245c5e7a729a709
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 31.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ba6e85116805318b5988b006029d40817777cbd372dea3d6f0274a408ee645c2
BLAKE2b-256 checksum
How to use checksums
a1a33c50a006c7e2d4ae83db612187359296bc05b5f027357943089781952483
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 34.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
15e2278123c7ee7a348f7e76814f34b3c8062ca4f24492a7358c426d79507404
BLAKE2b-256 checksum
How to use checksums
293c85b02575a8f8838f5c5fcaa5d3a4c708ea00c2d13f93be4eefefb1d862ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release files / bsdiff4-1.2.6-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL bsdiff4-1.2.6-cp36-cp36m-macosx_10_9_x86_64.whl
Size 15.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
59787e3f9aeed52128266d2898baf81d9d5af265993f947c5510d3eb3df52026
BLAKE2b-256 checksum
How to use checksums
1871cc9993ec9c24a1094dea71b99135cf295fcacc2f890a6c610ac3390b1bd1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.8

Release history Release notifications | RSS feed

This release

1.2.6 This release

134 release files

1.2.1

1 release file

1.2.0

1 release file

1.1.9

1 release file

1.1.8

1 release file

1.1.7

1 release file

1.1.6

1 release file

1.1.5

1 release file

1.1.4

1 release file

1.1.3

1 release file

1.1.2

1 release file

1.1.1

1 release file

1.1.0

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page