Skip to main content

czipdec is a ZIP data decryption code implemented in C

Project description

czipdec

czipdec is a Python package for decrypting data, using the C implementation of ZIP data decryption.

Features

  • Provides efficient ZIP data decryption functionality, based on C implementation.
  • Supports Python 3.6+

Installation

Install the latest version of czipdec from PyPI:

pip install czipdec

Usage

Here's how to use czipdec for decryption:

import czipdec

password = b'...your encryption password...'
data = b'...your encrypted data...'

dec = czipdec.decrypt(password, data)

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

czipdec-1.0.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distributions

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

czipdec-1.0.0-pp310-pypy310_pp73-win_amd64.whl (8.0 kB view details)

Uploaded PyPyWindows x86-64

czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (4.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

czipdec-1.0.0-pp39-pypy39_pp73-win_amd64.whl (8.0 kB view details)

Uploaded PyPyWindows x86-64

czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (4.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

czipdec-1.0.0-pp38-pypy38_pp73-win_amd64.whl (8.0 kB view details)

Uploaded PyPyWindows x86-64

czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (4.5 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

czipdec-1.0.0-pp37-pypy37_pp73-win_amd64.whl (8.0 kB view details)

Uploaded PyPyWindows x86-64

czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (4.5 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

czipdec-1.0.0-cp313-cp313-win_arm64.whl (6.8 kB view details)

Uploaded CPython 3.13Windows ARM64

czipdec-1.0.0-cp313-cp313-win_amd64.whl (7.8 kB view details)

Uploaded CPython 3.13Windows x86-64

czipdec-1.0.0-cp313-cp313-win32.whl (7.3 kB view details)

Uploaded CPython 3.13Windows x86

czipdec-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (13.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl (14.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

czipdec-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl (15.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp313-cp313-musllinux_1_2_i686.whl (13.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

czipdec-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (14.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

czipdec-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

czipdec-1.0.0-cp312-cp312-win_arm64.whl (6.8 kB view details)

Uploaded CPython 3.12Windows ARM64

czipdec-1.0.0-cp312-cp312-win_amd64.whl (7.8 kB view details)

Uploaded CPython 3.12Windows x86-64

czipdec-1.0.0-cp312-cp312-win32.whl (7.3 kB view details)

Uploaded CPython 3.12Windows x86

czipdec-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl (14.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

czipdec-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl (14.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (13.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

czipdec-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (14.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

czipdec-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

czipdec-1.0.0-cp311-cp311-win_arm64.whl (6.8 kB view details)

Uploaded CPython 3.11Windows ARM64

czipdec-1.0.0-cp311-cp311-win_amd64.whl (7.8 kB view details)

Uploaded CPython 3.11Windows x86-64

czipdec-1.0.0-cp311-cp311-win32.whl (7.3 kB view details)

Uploaded CPython 3.11Windows x86

czipdec-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl (14.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

czipdec-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl (14.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (13.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

czipdec-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (13.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

czipdec-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

czipdec-1.0.0-cp310-cp310-win_arm64.whl (6.8 kB view details)

Uploaded CPython 3.10Windows ARM64

czipdec-1.0.0-cp310-cp310-win_amd64.whl (7.8 kB view details)

Uploaded CPython 3.10Windows x86-64

czipdec-1.0.0-cp310-cp310-win32.whl (7.3 kB view details)

Uploaded CPython 3.10Windows x86

czipdec-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl (14.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

czipdec-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl (14.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (13.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

czipdec-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (13.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

czipdec-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

czipdec-1.0.0-cp39-cp39-win_arm64.whl (6.8 kB view details)

Uploaded CPython 3.9Windows ARM64

czipdec-1.0.0-cp39-cp39-win_amd64.whl (7.8 kB view details)

Uploaded CPython 3.9Windows x86-64

czipdec-1.0.0-cp39-cp39-win32.whl (7.3 kB view details)

Uploaded CPython 3.9Windows x86

czipdec-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (13.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl (13.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

czipdec-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl (14.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp39-cp39-musllinux_1_2_i686.whl (13.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

czipdec-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (13.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (13.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

czipdec-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (4.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

czipdec-1.0.0-cp38-cp38-win_amd64.whl (7.8 kB view details)

Uploaded CPython 3.8Windows x86-64

czipdec-1.0.0-cp38-cp38-win32.whl (7.3 kB view details)

Uploaded CPython 3.8Windows x86

czipdec-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (13.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl (13.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

czipdec-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl (14.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp38-cp38-musllinux_1_2_i686.whl (13.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

czipdec-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (4.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

czipdec-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (4.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

czipdec-1.0.0-cp37-cp37m-win_amd64.whl (7.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

czipdec-1.0.0-cp37-cp37m-win32.whl (7.3 kB view details)

Uploaded CPython 3.7mWindows x86

czipdec-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl (13.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl (13.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

czipdec-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl (14.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl (13.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

czipdec-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (4.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

czipdec-1.0.0-cp36-cp36m-win_amd64.whl (8.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

czipdec-1.0.0-cp36-cp36m-win32.whl (7.4 kB view details)

Uploaded CPython 3.6mWindows x86

czipdec-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl (13.4 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

czipdec-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl (13.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

czipdec-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl (14.6 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

czipdec-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl (13.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

czipdec-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl (13.8 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

czipdec-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (14.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

czipdec-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

czipdec-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

czipdec-1.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

czipdec-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

czipdec-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (4.4 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file czipdec-1.0.0.tar.gz.

File metadata

  • Download URL: czipdec-1.0.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a23484740adf886ab02deae0f38d6f29808f7c81f84dad5429fed49e881b404d
MD5 a80b23da80888827cbe3e80f8844f44b
BLAKE2b-256 e6db3bc437f3d9a55a798ce10aeedc6648b652be9f7e676f7710144d5a746f91

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0.tar.gz:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ea1a348219d9aff26ddaa4ca3d3d1653a085bf12ad45abfd4d9ef4dac2c156ea
MD5 abcbd3560896693b9d23c8e27b46ddf9
BLAKE2b-256 c6188b42654f4ed474d5121981bc9380f61c693f944e75a273ab9ec3a1c7a209

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03c0254f916cde23009e335313b7fdac504938afaca02e9f0092e933ba88e8c4
MD5 6f9db26e217b0d416b8a3d5b5e4ce29c
BLAKE2b-256 31ac0bfee3eb179e15ff03578ebbc1ac96a2908f6ae840fff932282f5c68bcc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4610fefb824b834b90fb4e77894501f37ae78cc173a1d861bb44a3846fb9ba59
MD5 54859d78c2f32d81085ae20d2dfff112
BLAKE2b-256 afe62ec1ad666240e56052663e09f5e5260c63571a06d34c8cbdfce69ed046ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 449cc056390a196424647c24d2cdcdb89f018a23d8c2f12574c8173143632b68
MD5 c113cda084354013ef8976ce326152ef
BLAKE2b-256 fb6bf7808067281a1a19b21b1f16b51a83686876016731fd23571a24eb337379

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c17030226f10fd007ec51a495c19ab71825b3fe2ad0e3cbafa1de88f2a64b380
MD5 8c95ca98910ebdedafd38574630a825e
BLAKE2b-256 43b07fe290ec07f5e0e9466ecd0121d1c4b875224718068b0f343c4118c9e528

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9e237ac335a5809e7d08630c0f488dd509ad3b87356e910aee4fa4f797e18208
MD5 3463a845c4db19ce978fa2df77ce20c5
BLAKE2b-256 229f1d9bc50910162c4c5ef2827f630b7722b29bd712e38aaee33f1d029051ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp39-pypy39_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 448179c25baba02674b382f44de5cae945bf8ee9b5ae93d86c2d1d36c1259d00
MD5 09ea3f05c4268885227d855efe3ef5d7
BLAKE2b-256 5f50c933896952b466c1663a499f695117efee9c01bdd082632ce25d4cf0663e

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c9048eec70c1afd7152c927c2dd124aaf79826b7e895eb2726cfbbd14203ae8
MD5 7dea301109f9a770742b6e1cdaf0a4ef
BLAKE2b-256 07e46c1b28a0009c39db194ee30afcf19002d25b469a2cbf11926d8eb5072b0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd4f843d1dc919c2d72f90a9f99b9a5f58808ba3d5ac14a0bc8edf73052e410b
MD5 a96014c05b0faf14656d1f6e63fdcfe9
BLAKE2b-256 260e2faeb4b286fe801ef78892022cb0bab889703cfa89bec8f6688e8f00f7dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6b79b2d9f87aee7040fe03cb164e4614f97c07ce0e17e8eab2cafc874f2c31c8
MD5 0f624e334da9ec102b99c9aaeb515171
BLAKE2b-256 11c03f15745b16aec11d4b7e6dc757ca20e8673daa707b8d30a62d5685684b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 10d17c9d587af5feabe5a9501efea542e6e07d9d8dfb4982ae3ac06e94945084
MD5 f02242ecf1629badf73bdb50fba0b3e0
BLAKE2b-256 9b184f843a0d7dcea568666096676a337496a9d0ee799fa903b95c8973b33bf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp38-pypy38_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5800c370d5ea21b2d84227f60274cd229a59f4b3acd75b1b397b359a2d67492
MD5 ec798a87d3553f7ee6838b3fd37fe2e2
BLAKE2b-256 a65ba826b03b3ef96cff9d226f3e42029ff227695bf7b761b9069c2868ea51d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6914cf7bd65f0a62d28f8e8e6eaa8daf61dddbd7e617f48c77fabc61425ac12
MD5 0d81a59679babf5b3128efa55cc53a26
BLAKE2b-256 4558bc992fde75f95efea95cb5daf04263b318d0d42201e25a1feae042299e10

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd13739d5a2d15f89558c2becac3fb100ff0c28c62e80fc8405f675a40ef62e6
MD5 02b2a53512a32a101fe99ac7fdcd7fb7
BLAKE2b-256 e6f12f5193bdecabe0a6d9dc3f3988dcebe41542247dfe728c255589f6d700c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5af04d0b14f0cf5d991e66560c35e9d5756deccafbafcabaaa00c1b2ac56963d
MD5 eb30207a9b4ae03e24e61869935bbeec
BLAKE2b-256 1b170f23de2669b96946dea51b24facac45dd67f6be92027d26f1682c5cf1364

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6cbbbd940a9234be9ff78f8329d7c156df2583f4685fcf4489522ba7e3e51e58
MD5 3ba64842ebd1ed098ec920f80102871b
BLAKE2b-256 613e4bbb06db7a2083add8d521e8cb5da0d071a1f723876b8d00f6280f2b2c8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp37-pypy37_pp73-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b79b3e61f0c993189a584807b77436a47c686cecba8e1c90d8833dabc33bead1
MD5 b83a67a255540bf0ef1d2b26af310405
BLAKE2b-256 a837d88dd2e00d3ae6430709d83753296a7a9652e784ea937a23492823d549ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fce486c670d51845e8db20e33ef6d95bef71937759668c073e7e022d07e7a986
MD5 1b38930e4cc65282eb4a1227d1df2725
BLAKE2b-256 d7f285b9d33a3e0ce2db4670ac4e847db43d82797a98ee695c5897748ced03c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffd38ea0b710d7ec7a80ca9b5083c15d27282bac242a684d92e27c907f8e47df
MD5 28591938b1f38f52a9045eddbc51c8bb
BLAKE2b-256 38c4586704144b1ed32b5e610abc103974a981b24c7c75a7732a725e66a7d741

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 468713d039c6ada7d09e61ca3e734c0c082199119e99bee2f809a0a74fec0422
MD5 bf1e15c57fa2a9d220ee27c56b6c291a
BLAKE2b-256 d027e4cd2f4495188765e7e342f93bbaa89784324464a1f7c0959a29347db392

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8c03f4657e39122b7140cef881b2a39ace9892ad9af0440e0081dc8759cbdfb3
MD5 50ced5c45bff824883745f78fd0210ff
BLAKE2b-256 dbfe6a3c599a6726efc1bb46711fe7bf27437b1a667916e92d407f5d0f604a56

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7f3cb0c8405d99fadb0bcf1fe780d3e4e12d7e3d5b41662be0c098a5e48611f4
MD5 aaffb674a70693fb97d05581f1bf8ff3
BLAKE2b-256 13ab5c86bd2e4ac9f11b476f428b42f451f9fe69373bfce921076355c0a02982

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9b98d820ba62fbc9a8667163dc0102c6f68f9c7c5c8157116322c704ca944105
MD5 2aee3ac63ff1081007ad0d2ec93d33aa
BLAKE2b-256 d70f6c1d447e12c08942fa915ee51e5b4ce14b7b1f5f55a00df057e4ecda787f

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a4e0ca2fad4eb9c0c127cec9eb39a423f5bef6865493781ce74958a3ebbb342
MD5 f3497c43312c8f26b3a4c54e104194ab
BLAKE2b-256 0ee2bf36068c92df88926a8369ad1353ddbbda1756b6b05b8dd57c28786359ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c96d5abdc72959c61746db8c7ce9038d8ef6c05023c32ca972106f539c708a1a
MD5 1c82170fbbe0248932045fa1376654f8
BLAKE2b-256 bb667e5263f19a5f7f46b097da528413592f4013de145182f3262cbc5af992b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 50312705a02b0450e350152bf1a2b93b9c77ca5840c141dbd1e0af10e83b9b72
MD5 b0ed4c0b36b311d05470fa958ae64d21
BLAKE2b-256 5bfb4a60b71526612101a0210b59c03c93bf2fb7f15524a22af1a49dbfdad131

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b83adffee6b63c3a09788fcc0f2c30f2b11c557e68e1816e1dbdd55bdc253f62
MD5 7ebf9fee5040d1ae03daef29792c9019
BLAKE2b-256 f22ec95addbf765c3ee417c50831509dc56603e5fde684f45f0cf6b872c5a873

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d019e417132c8ea76f24ade34f1b273575444dbfe586e3308a8b88569304481b
MD5 5b93c187a7362c350838c3f24e3f4460
BLAKE2b-256 2ac6019fcb7817a9b41ebb2a9f4b21e0d64b6ac98c978ccffdac84649113a756

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f18363758b1e9ea964270715e508449a0edaf343a22888cfeca92723b1fa759b
MD5 199768224956f463dd51991f1b8ed586
BLAKE2b-256 7b59db2fedd0bd55346f432ecb41985772f2efec98c4d3e12602ce5a624b92d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 262c5858393709400b3e08c02c04fc8971dc7b5048d1d711ce89cfbf3faac56e
MD5 a154a5d23e815c502a83e5ab505486d3
BLAKE2b-256 9931bab68f2750619d36455bd2b0811e3bdf1dc7e04175485cdb1be836c48679

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07367692dc85f8ceb5bc4265cdeaee9931644ab2cce82f037315020032408232
MD5 45b26075886c2a6c8da7d1b1e2be2907
BLAKE2b-256 b6841bf7719dd782dacb04c01609476b6e4d498eaa16ed7cda4cb28618ee4a7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88e10b198d8e8fce6b996ae50e920e392a9668241ea2b06a31a8e149612d2654
MD5 8a9569d70f68326dd6dfe19bb46674ce
BLAKE2b-256 1174a27da831709ed0ef39351354a468e0310f54c2317c89d8c276ae992d7acb

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d68c7de9d9e1b49f898aff90cf4934f37b9b6f621347b15b9c3b54081bf1c77
MD5 07ec788a028aa6ebf281f8f2e831c468
BLAKE2b-256 f830a8eb6bb7740079383389117805388f53497045646520cc1a8f499ba4dc4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4df87f7b5828504dde71af07ffc7a645ec1bee59a94b1f87e39c87e46ce7db8
MD5 f58a9e666024425eb8dd924d12fa9dcf
BLAKE2b-256 8182a01f248f2a7c657b5c5baec3f01d42aadfbe5ee2115f1a3a0ab875c13059

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 99ce1538c34e8b42e086a6a32a7d4f691ee7a703749ed22b382118f0ca27fa47
MD5 e1026f94a100a7cc307a13d994d15684
BLAKE2b-256 df80340b1e9cdbe16081234b7a3e6a07d0ef4d9dd72ad388ced2c016d5c86f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a776cf0283785a2261e5dacd45325150687e7d52150c2705cf03f6d634057fb2
MD5 6a4b9a2381dba2b42911bf50732350c7
BLAKE2b-256 22cf7e044e8a7bf169e73a47db3fcb0033293b01a99df7381b080c105f39f9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e4686fa3b875f2b9dc9244cd21761e2ced36b91e26491fa12a54e0654c622c8d
MD5 de0c9f635ef3e8e7db7257e949410b0c
BLAKE2b-256 96aae7f5c6d61ee43c3a2488f739e50b3913edb7f64d939475d09dfe747218a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 48653f3692b06e949bb5b756a3485ab1f605ec346116c243df6916862eed5d69
MD5 9e2cb03ed5eed06e3820e98b9aeeb4bc
BLAKE2b-256 ab7f7ccdc620ab01d5c8d2ea569196311bdb06832f344af95edf659457893ccd

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79f38e6058cc8bb26a193d579ce0193b48b0b26bb752939b71bcaad7bae0299c
MD5 9e643a0fb4e5c10dc668d016597a9242
BLAKE2b-256 0021a377608f93027e1cd8e79c39eaa3db5f36380b184b41fbdc8a084902baa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 efc498966a4f64fa03521ec2dc41141a8d0f28ed11d0c3eea7b3a240905b1841
MD5 80c6af8647ad681c61384fc64370fee0
BLAKE2b-256 aec3bd58d8cd2691605213f50d4313f462925a01e4dc40977fa49ce8aea379de

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9a40c219c94b1ea7f763b13b3a217590b9cb1f0e80fd39673b92c1182305307f
MD5 8f2f15eabf24141e11bed82b460b8471
BLAKE2b-256 a1aa804a3631724390736340809f04ad88aaf0faa1e0ca518d0135cd34553ec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff25b41cbfb9809b325172dd4486022e0d1e68aed205b266a226e0c5e6226177
MD5 07ae39531c0cb3187dafe8a48b35f8b7
BLAKE2b-256 171e3e356f420e2cfa763674c9e83c9c7ceff954703a0112346871a146dea23e

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a58ecdc828e670d5b9310aa5c5788fc8c4d77c9c5e4cac19fc068a01e6ad8711
MD5 342a73d8d8cd1a250e75cebbc593406b
BLAKE2b-256 6e0f382af2c2d3f547be423303dc1fdff7a8422cac02c78ca6892ed66a48267e

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c16240bda65419edb62c1495b7dc4015280cef113615acdd46f2c3ee62e112f
MD5 5bfb642ba13ed7af70ad35ffabe45a0b
BLAKE2b-256 8dc85ddb5432e1ddf1bdd4a06608bc82f0890378279a8122598a5f6e9302c444

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30d15c3ba43138badce2aca53ae9506d050c6bbfd3c7d48e24c28a3ee8f5c885
MD5 822f02621a5eff868bd8112a899d0360
BLAKE2b-256 f5bbc77d419c0489c027d7e1574ae763660e13153acc4bedf0f047dac0fa93d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 deba65bc80080791c1e34b1f7b0cbb4a1d24d3c837fb242a5fd89493ce632e9b
MD5 8dbe81d72906ba658e84d6033c3ee9f3
BLAKE2b-256 b1a41d8231b2130f897fceecc224501f8fb199cb08db7c5548b130399c2d5e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81d815f96f0483d71b9e20f8cb5fe2d44e50ee9c095a5ada84ce545cdd358a4f
MD5 6fd57e5300005615dc5396bfda44a1d0
BLAKE2b-256 bd435b87ae16721df5c76e358f9ecdb5b6f751e943be60e17427cd1c0ccd89ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3c2d1196146fe614763ec6b66d243f9e6374294ccc102006ba6c66cf73faf94
MD5 d149c5300cacfa345cf2547cf8788ed6
BLAKE2b-256 24190b7d5fedabd9e48bf93297c972f0f92808016bff9ad3fbd8622f37c9f100

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7c046f7d30ce57237722d83e2351dccbe4af9690298ceca840b6e1b9ea10053
MD5 eac96fd69ec631cf1ffe249c07377274
BLAKE2b-256 d5d0a857f34bbb1184d09263f8b0050df2bb5c4c3da2d3acc885e9169f458ab6

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 34ada9673871f1eaacbe07df89255530b948062ac59ea58b7bf7a7906743f7b8
MD5 c6b3d8e39355cbb1acc57278a5897dbd
BLAKE2b-256 d0e320e44f114bd883c59eed3e3c9db3f56b60cf0e6033f4cbb7abe6b4627732

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e6a73fe4c831b9c2d58d52c3f5b698f6f73973d3c79dcf1a2f1503dce2c3ddfb
MD5 c34d4cbfcb6b80992c10b27f8e2940d6
BLAKE2b-256 49a8885e170e875805df4e830b5b68a589953ab9ef305e78092a9d2213cba5a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 998d244b0a30b9e71fb894bd498679fadf04bf3aa9d56f41f540bef50ee8c611
MD5 680a936b1c71698cd1efb79ef1ae90e6
BLAKE2b-256 a3acdb165c10dc2665eae17cb2fdabfe81111b8d28355a4032fcedcfde14fad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3abdb233f73ca74243aa882f10c2531b6de811fe7a1b8fad1bdb85f5e3e2846b
MD5 7b5e977fe1b144228d965a310056e8fc
BLAKE2b-256 9354961374cb7ce48960d000c52e1b9ceac3284cee7f1bb6d64ef1de3bd81f7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99df16d2fb38c3c73c40a934b41f5115314594057564cfe271a31c03d7014942
MD5 8cacf75dbeac976d435f8d8a4f0f3868
BLAKE2b-256 a11997c188cc545216777e11d8a3be964bcfb5ccd50c5038f6788f620952d0c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d0664ed04b380fa873b3e0d7f703a230de0cbea2cefd4e887a0e0e50a9dcf9ef
MD5 801b88b4e509058195d082d3f8c12d82
BLAKE2b-256 a0875c6a6694ff03f2603b3eb4b1db0f0c89cd9f1d3d795d79885b6f96673247

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 968c2ca33c63a0c72b1e187eb56ff2c547a77da2c9a2a17de76e01dd5c17b815
MD5 5e7cbd787ed5e1e9c6812ec6dc92fb25
BLAKE2b-256 75e17f6a7b0ef2fb20393ca45c5b84c52f9e6557ca99ec2a9e12163754b1e875

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bdbcbb27fb2f58b21b76b66c4c7d9abcb833e8380cbd80bfdafd642056411fbe
MD5 015e5f8c2d67c556c9b2a1743c6a0e0e
BLAKE2b-256 00f422b6eed786b8373fee1e3be970853460992819be95e1a86e9799065893f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 483ee1b6df62fcaceb0660b172e089424efaafe73878d5ec0e3f5763e260f8ea
MD5 f82ee00c73812982a929fe1a82a92f06
BLAKE2b-256 674fcd61604a1dea42a528f0e5caa0f8b2707497aee5dbc551a53645795d57e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b604229e1a8df33b3e37e25ff44b3669efaf79ac1bed586b4e3d839d0c67cf6f
MD5 a6142f260fa0000ff57cf17bfca68d4c
BLAKE2b-256 c09287baa27d5db7b74835c1c5821f80662521ee62a62d510849984caf3852f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d735b1751d4d6e0692211db22b54a8d73581558901b18e87c9fa5f15b4f726ad
MD5 1fe7c9d857af98efa6e50a2f44ac45e0
BLAKE2b-256 07dec711c4bf21c1a25ff7d46fbc326442065e8f509b32d96a513177b2f85317

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 215b6770161d6e2e3aff1d4c03069423ee6bd6a6d8c90e793d98d888db448479
MD5 beb8b76451941dc5d562d2d18aa5ca55
BLAKE2b-256 d30cca6c4fd5ea3ebcddd751431493a8ef71e0e7eed86f8446bf1d861b2ace5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b32fbbf5b0d909267ae219e2c783129e180c626f955082ba4eb6b990286ae8c5
MD5 b291c7d86917fcfd22551b3b95a94648
BLAKE2b-256 29d8aa556f83b58a2244ecdd9424d548c4eb397e975c0a43d83d44b1c499e307

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 83e509a1b9fa0a19744853089bc88ccc8f73b501f6a24c1e661a2edbef0ff81f
MD5 20d108cd861e427f8b337eec396e97cd
BLAKE2b-256 bf94e95f695636da6ac970bc2f2cf4b00867fca93d9bbb028e3f06d313613773

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27d2ca880716b3c68e3ccae192f45cc1c6fb035a61914135cb790ab864509e71
MD5 7da5584b4b90d8cc5dbd5cde2180112f
BLAKE2b-256 32b26112324efe51e65e3ed67f31346bf0f7e695729dbef747c1bf478c7ccab9

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92f217995ee10d87ae502c098c0bedba0a1494e077621f48359d7613b67db25f
MD5 915a152d4c3099322ceb9f4b5b70d730
BLAKE2b-256 30c5656f2aceadb05e810efe86350d64d91fd4435e23b5cd1b9ee062b4d4d943

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a03aee8ac4115e7a0e11e8f12faab5246e6a5679110939384dbd6b8318a863d7
MD5 6b83d28e37987972f488077e71f9da52
BLAKE2b-256 17aca60c6b9df2fdd424c6a6d4e663e47467c2682f2adc1d515827b3401d250e

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e0a33adf3846305aa96027037edbd400b20d99fbf93765f0ab413521243a51ad
MD5 df7820415dbddb4c4806b7bfdb5ea182
BLAKE2b-256 6da3d964196500da396ceed5524172544e0657e650cba08da98aa096ce429103

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a6178dcf14da2d1f662e4a6e368786012834fc18e4776707b6e3ed01656c1200
MD5 8913dd0bdf067f5c81acadd183659651
BLAKE2b-256 52a203070b1a7aed6e73d7dd5179d4c62faab32574f368eb4bb08bf9864151cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98f6f94c56f397bc69ee801706149c81e809d6c643c42045658ed2499dd1cc0c
MD5 6750153c53129cf97e141c9a26892d50
BLAKE2b-256 5e56d9aba000c68efc86e54c6ea4277bbc5541d932e8352507397baa7aac441f

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 45881e49840d828befa2047889bda447c77a64d21f1fad244d1c46c7e60c2f0c
MD5 956c20f7c0fdea6e2162c35c976d2ceb
BLAKE2b-256 bb15d5ab473bbf3631d084953ba941795f061f483892efde835238fcdf5ef2a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 76a7494648deec0c6cfd39876283e420bfb6abd2060df727a36d19256bba8664
MD5 4be7e626f840377f61dd427356b18a51
BLAKE2b-256 173d4b85f38c1a95b34b1c8d3bb3c4a26a52d853c87b702185e30f24fae872f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7500bf1b301e62ba3c282efe2095c90d52e0c0ea8c17a17b5c504ae7c12ede5
MD5 ba71fe09bc69292159b822fcb4ca7ce8
BLAKE2b-256 f2877d746b38586fb3a8a98f737c433d91cd59eb8d8572fb6846fea512789b27

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33bcb6876752994c2e9b275e6ce32cb7b754edc474238f548ddd8079c490d95d
MD5 6c1b4d93c32f2800c31fbfe6c5ea0ffc
BLAKE2b-256 f344e44852c382c095bbb2ebe31ffc9fc28b444876760741366f1cb09e6d15de

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7809c9b2990139957a69be0e1440e64c4af428dffb1bf385c4c6a45c69ad8597
MD5 4a57a7a0ae9b13511d3b394217d76a0a
BLAKE2b-256 fe50e6c380f94db8b474ab8157a732b2ee2d3fbfde7fee650dc5c00d0d896b2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0f947d86824e8ebf1c20d0227a2f6dc8da7837ffeca2d064aef2e99e0877ca13
MD5 8af9edbfc913affb5eb17201abce1735
BLAKE2b-256 b0b2db6f85d810ca2d92628737365c297a5cabc9ad8101fd060c15bde8a61553

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0bbcd9cf220021c5f41eca89dcfb5cf5501d4e6a94d86f73a9efe2d5764deb5d
MD5 d8bb913c12d8de0261445d8638d0b77d
BLAKE2b-256 10745dce06383256c0d663798c89ccdeffa5ea7e21e73457212d65fd482d2296

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc1a043cad08d3f1e687b80be55cdc74b1b8af0a79704ec695d24fb0182c8a44
MD5 1319d5eda0281d15cf050d118b7356b2
BLAKE2b-256 5e216c74bb56b6c7fda90dd056fb3a658bfce16971bc70acfc5b1e808b92d2cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f227307ce0205d64d8ce64e9d16c4c42618dda2bfd984ea7091fc8b5fdef3ebd
MD5 ee3e7fbb56c37954ce81341a17fee316
BLAKE2b-256 3f4850495cfcdfc2a1f811b11ba6e1031f01b664d7fc068fc4d7b3b75a99fc7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce5bccbe73054f5c6b8908329ff2f79aa95fb58667a391b5910f7d70961d2e3e
MD5 4ee0e6077e97979d0ab9d2d2b3b7426c
BLAKE2b-256 549c5526827d9f0a7517e2742e54b7cecc893e82de53da0d076efd84f02cd104

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4eee7c8ff82473d800411bc365984bdf3fa50475188752ef5716cbdcfd63e288
MD5 01424353adb33411841bb5d9dd477c73
BLAKE2b-256 06c0494c2ab6944e44ceabdbde3aaf01cc08566021ed2ae60d1557e6b7d90bc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 6f7cd3fe842a2668c606a526c0ba9060538b78e238c1a9cdb6c3300e36a639f1
MD5 5f5579fee73b0cff7890014e0e0b2965
BLAKE2b-256 767ae54dc506ebf9873bcf641a468b94158d80b0ce5f6a023140ac96b6a83f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d86cd50ec762f68480d73e5a81e763bdbfbcbdeb89d85d9d5f20e6c96a43ea46
MD5 26999af363109146288191d816ac2620
BLAKE2b-256 87b798ed945fd746b1075ce23a474b67e1fa4bdddef550b06fab144fd769259f

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b00c34995b528fb5b4fc3de80cc8c8ed9272b89500926507597e64889a7517ac
MD5 31c0d7a919eec0b604ec9e3326027c22
BLAKE2b-256 fb4d6a422e6046823ff235791db9aa54e412cd725b1414f6071975081792b84c

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3c7c217b0b505f000d6aa217f21d246e40d8e639bb9b1dec0333f57d9c966cc
MD5 f6d41766d95554e57564986516cde2f9
BLAKE2b-256 8172a313194d6a847b0c10cf9f75407510c7e744f269fe0d80672fb66b32f087

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0043fc8f0b3047fe5cde5170429e95245e909b6a64d52777fcf292f122233cf5
MD5 932555d23e892ab4353e436f818d2e34
BLAKE2b-256 555b8624250d729977d389c7adf604f647de551f306195c83d64ea8ab655b883

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a8ae7661c1396ce15f6e81115976117612d84e514b06c2fb06f2457ae484276
MD5 e5ae226af42d53396f7933f3c696cc5a
BLAKE2b-256 5028ed7473f9a2c1728fa8867d0140f28829f267845d09493f9d0e7113584f05

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd7b9d24dd2e855378fdf56493a5c4502496bff683309828bc67023b6970ce52
MD5 ba287e11be92b2752c9e34ea26ca208b
BLAKE2b-256 1f7a53e73898e485b1c834f20f3cf56d9c55cda0db83dab5ac5650e31ab621f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0840026e1a5461f87bd2bb8320ac4aa56c1d38bd2397a4d757e41b3efafc0223
MD5 40bb94d97b0ea5924e9cabb4667d7c47
BLAKE2b-256 8b5e2df377d32737920d2f92b36a5ce8687a95831ab1a88acbf3ab7a89f9c822

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a5edac4900448f8006e1fd9469dfa02f0efa86c1a3ff7f4fdffdfdb4e5e86876
MD5 bd2f2d310a53529d36f3e14847ae8cfb
BLAKE2b-256 2a22155f0540c517e713f60693facf52580ff51006d4c3fb106f33936489739c

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 05527ee211ddf3f231fbfaaa3d5ec81f1dbacefff5dcbccd768f8313d6894781
MD5 a07c7939d6024d5d037f6ef32f66d1b0
BLAKE2b-256 ec03c286fb35ac92b24e3294b19334dd37d28927045c27db380ef7b099acf6f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b62b4ce4b9ece5994d007543cfae35f95bcb880851694bf66e3157d301c1059
MD5 b37d430bb2171e7a8626e65cb94a1065
BLAKE2b-256 19bed1ab28e399f8f40fcbe32880a1b51665f77c1613241973623bff3f5ebdb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 051d7af9bc2c0bad152e8ecdc3425b8fd56f0f3143acde959907828ddd7d5a02
MD5 00da712d54a16cf4165a3146a66e6f8d
BLAKE2b-256 748bc6837afcc976aef4df24edd21d6460ba92775ce1030285a1d564314fb746

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 311e12d2356905ed4571959a2d4c280b72f814e0f5bfbcff76c8696dd9d0be3c
MD5 e17d4ea1caae9f710e2de6aa25635cb8
BLAKE2b-256 03169a4a0ff0dc1edef94494ca0d1c2c6b1c022ab82c868407cafe1abaab3eca

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1be554251dd010b4945ca725aa12495c25e2f0de471294f8acdb03722ec0b9d0
MD5 19bac206b26c5db3e92dcace63ece9b0
BLAKE2b-256 a5d19516a1cf722e07a5e753503083ae53ad3f519204650965ea819c40a0fabb

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b69c3d8c786036f317726d7900e6b2c420920068f4541add8dfa475d858011a2
MD5 804eaccd6136778b9a4a27b53644706b
BLAKE2b-256 26a794b07af71042e27f410a526c3c61905b5975f07c5e6fc553daa83834bac9

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 480c7978409008e5c6604c43359da6c5691ceea3daa78db0a4c6c895c4485043
MD5 bd76b15ba49172c808886fd8a1e14100
BLAKE2b-256 df9dda990e9793964095905b30694dfa4397ee3c4df8779111ba049d63541ba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 400644d95261cf3f909c373968a584f0d8bbbe5683b624fc1eddc9f0fe0ff3c3
MD5 b5f83e75fd08493eac77ed972eb0d3dc
BLAKE2b-256 9b15b9542bfecf3fbc12cdf369c0c0e243c8d05fb7aa906a904ba68fa334bbc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cdb0222e8a7b1f4b9c0d33363b43a75d5ec4335b1935ea08a44017a0ce818d75
MD5 b6da42f7ab845e0f707128cc85e2fff1
BLAKE2b-256 14a0212782b2840a2b13298cfe46c09182c1253d0a3ecb839e457ef5794ead73

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e898e1271a186d93c38f977ca1d3aa15b7dbb4ac76b8a60bb8deed92ed46934d
MD5 9f1ab9bd1be30699151be1e35be43bcc
BLAKE2b-256 6462e05fd682800d1b2dc5c43f08fc9b082f93cbf612b5ea44a69bd0c9f49ce7

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a2cd90122533b92897b50a02ffbebc8893079861f314aec23c9c6971b6ac904
MD5 7995783f0c7b66ca821181f558e76236
BLAKE2b-256 b854a082b79ff8c1f9c868a72f7d280d6a4c20c4b3c0098ab449454f77892ded

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bcfc8c71909141abc361ddc68553afacfa6b95984dc41e97ad291258c6137238
MD5 86b3f61858c2c74e0bd5f5a4ec5217a8
BLAKE2b-256 22cd23ebd9f8ca762e4aa7821d0a04b8de6527809707f854957b205e06dc9b7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f81aaaa98f8c794138f505c341b8f371ad5f69b67e5746ba50991682a9aee26d
MD5 06db26662897e376dc331bc23f206cfc
BLAKE2b-256 8511e362b4e02298729a4e612d352d0d7d255d54b8b7e602ca63b448fc88c9b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9dec5f83bbf8af10da97fc9a86edc865f4e81ad4ba4f8302150f04e75bc81fd
MD5 d623bdfe85a394413643fbe9940e756a
BLAKE2b-256 8d0b24a0dc67556e92ebd8716d8345880464ce25c4628f02ad235f046cbcdf81

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c6845ece378485875504ed75f2561e08c26df35afe3c9737b9099d2933440af4
MD5 c2046b0da7e77c0a79c6b09c7f900534
BLAKE2b-256 142646771e8eaf15640ae5cecfa214fa53c24a32aed08d1ce87f98b36bb36f1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66bf5cdb920ad0faa1d0821d7ccaccd6fdd0da9794d277df015da7de55b78acb
MD5 305350ce4d66c8184fcf91d9efe73f90
BLAKE2b-256 900b2746f505a7b982e52f3fc883c1769432ba582ac613bd3b440a043bc2fd39

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90c5289f9ead77375fbef28930cad80f26eb6aa68693acd50c52603e252a9d65
MD5 09e68476f164ee70e677d2f617ed30c7
BLAKE2b-256 8e3888fe35b8d8f65a26fd7da44a380dd6d8c809a1f527883be63f1b7a4fb9a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 148913d5913e59d6fdd39081af041f26c5e3245a92d1a9ad9ec6cb3c0074e4b3
MD5 46fc01dd724efc68253607d0e7b3b524
BLAKE2b-256 c3c966e01026c97d9c44e01e311abba8d778312154782bebb4a102d81c04913c

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 961154a87aa15be8e1931b3969a8c2eb8695e2dd4218ebfc2c757f72e44845d0
MD5 d0a4abb1dfd2f17ce7f854dad0ed9ff2
BLAKE2b-256 790d199de54557ff081d1c0da364171c3900f849d9970983eed82e32fe614a06

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b7aa8cd218b5e8c353f7e6612b84a0bac3a73f06bed9f6cf2489ecf7adbf2b5
MD5 2e23052b011bc61648cb0c6ee976d01f
BLAKE2b-256 c5f122c68849bcbdf0746738053735c72d7c76d83be22c6d6c5ff1ccfdf35f45

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6c5a637c132e9001959cd7292134c047c88463fc17bfa10b6ae4e6621618b912
MD5 eead6cc240f514da439002ca44462320
BLAKE2b-256 3d168dd2b268c76987308dde5bc7896341f89d0bc547dab03585cc91e9af26e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5d71ba5a5c46d7d6835a675f6761ee9863c30f624210b7606de7dd939adb84dc
MD5 21dfc8db4eda6b41e03cf50e49441a92
BLAKE2b-256 568ca78e07e3581f061a7fb881db5df373dbaffe708583eb4d9127f9b9acbe5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cd61c325a1e37c63cda25ee1626bc3029f80c4547151a01f5a2dfe25d0741d2
MD5 9c0da414543b96fabb955e863a67c811
BLAKE2b-256 d35a8363b9feef859027f897974a6ba81c2e3744f16081065e859ff0cb7fb80d

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1cc397685ee75133d2ef6bda0ba28b4d86f29a9ace61ef1233ff75ff238012ec
MD5 8e1504b128233b8a16e074a47c1187ca
BLAKE2b-256 b001679d871bf2ed6d8eba37cc8cfe5036dd8e0ab99e1f2b6de8f6031ec57257

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e17c68e73309015fac07b937b600cdcdb52a19ffb24fa76ac4211c9217772fd4
MD5 6241911a0d2b4619514db6c050c6df6d
BLAKE2b-256 8fa27fba4310e8cd8014489c77d4cb96d03981e5ec625efff1c97186931406a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c14cbaa05f2bc37bf34ffaa6365876f252a6434b8f63f9e15169b992962f3ac6
MD5 aaadf7a5303963f1e059394a8050bab5
BLAKE2b-256 0b061b9f89964f2f188823d076bd1f0f958a688684e03754f4241500a8232b04

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 922c1bc50be4c9a466d69d72d816a727141cbdd36bf802f72521d68f8dcfcdb9
MD5 08b2f46b21135d8a1679906f6e3bf634
BLAKE2b-256 03d43d5d8407343a30bfd8ab7304e5329a727988ad12c3a7dfddea4d7d77f6d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cf90e290e8d2a35760db5845c0b60d026d310a114a280d8081128ecc81fe15d2
MD5 3aff3d482b098d14d3919a2d183bc9a8
BLAKE2b-256 04fc6b217197394b3a08484d35aa57c02ff14da02f43e179e5170eed3017859b

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f909ca7384c999bad21d02de1201d8623e793069b046565184955eaac78bfeb
MD5 fe724f5fa6a84e95e82f97340c1a6851
BLAKE2b-256 a822b23b98c2908cc7ad3c4733be32fd7a3e63a23cc0246c84e278431a284ee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47b2367217c3b5cedb42302e652582686e97e1ba3877cef710bdb8490aeea42e
MD5 fcd2e683cae1aee75a368b91fac29ea2
BLAKE2b-256 7943f0ad5d6d3df3e96e756ea1cee605835b361ed392f752bf976239a60ea413

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 240cd26dd4aaaf0d136670e6480ded3f3479f694d8d6fcde484ddc8ec2c85812
MD5 0b0cf77316b13196c7b0c6e69d50cb9f
BLAKE2b-256 1fbbbb46d99f2bfdb9c7378eb228a1270547ccaa8aa30285eedc921ac2e7361d

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3c04561f229947bd292a25b8adb84462cd9ea35ab8b3039fc8ace24c8906540
MD5 84e05c029fb9ca6ecafe64d41dfc8c16
BLAKE2b-256 6a1faa4b0edc4ef4ce32984f478255bc05a46a1c1f91e012d78a01a29187e231

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 563953a459c79cf17dd47a37326b8a4052d5a9cd57f0ec5e1ef62d227636b2c3
MD5 4df796f2a82ac2218dfa1b40dea449f4
BLAKE2b-256 68fd3b93f316bc3cd0ac5712ece9793e5a98157992fb89eeb2118ee2ea923687

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ac958be7e9091bb48a889ec948195ce753e269e5a260373caefea125a0201dc5
MD5 45bd2288667846d174a15c9f1b2937c6
BLAKE2b-256 85128e9bde403bfadd975f82a3fe0001a8d35d7bf00912bdc95fcc32e8d601e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: czipdec-1.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e342ecf6abaecc2c270db68c7f08b956bb6d5b1e0d5c867f4b100217b8f6acfb
MD5 16e4b2c8ef78b3d83d19eab18407e76f
BLAKE2b-256 a803f9fdbfbe9a98db222cc3f40dade037f688b1de94e7e713833036d7397e83

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-win32.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea3a53bf7af3e69eaed833e7eaf5ca62d7c455099b51da7b4a88c31e00ec50fe
MD5 d7f70dc316bd3803719e0f2e6588e2d7
BLAKE2b-256 a94289d8be9869635725a4b4fb876664880a2d59a0362bff273e2386123c788e

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 dd956c6649be7e3f921245a1960a26559e81b7b408a7027008b5246a9c1b80a6
MD5 ded30e6b61b883b587b3a4ccf074c289
BLAKE2b-256 99d6ff6c027748a67bf50775ca8eeaafbbe8dc861e4096782b2932f79657e093

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6ef85e72234b3d44bd6248f5b44a2e3836bf6154686d855b66d46a9bc337f343
MD5 f150b7f8d6c7f8cc0332bb2c20e8601b
BLAKE2b-256 991c6513cf5f201dca10bc20d2e9fcf90b6d096836cc33f5ca3df29425ed6349

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6fd07409ac4d98fb8e427bea9de1ce543b53f1feeac9b61879f010cb5f6ac3a0
MD5 be7c4fcc4ce3796d5fbee6b701685b27
BLAKE2b-256 6406b061074a1f8e65a8261cd2b0e4310c1303499798005e20b9105bfb617888

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 246d7d6696119acd813c776457b0cb1092a8baf69c7a9535757c4cb72400aef5
MD5 7ebec2d5e8a9a1efc168e3dfb238b563
BLAKE2b-256 207b844dc12fb56f549a8976fbb4759609449326f282528f64a077f9f14f8e83

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e67e9b75c5ae727367cec1cba46de5b4c3f202acdbfbd73d90c211640bc3d883
MD5 20e84cfd500a864fceb25e87bdf48bd0
BLAKE2b-256 fcd17c7c0fb2260724833442a93696d37ca315fab2a7c5d7c5e09e79daa4a4cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 561f7bfa7552ad6561a973df471c42d55a68d571b43027af7a70bd529234f82b
MD5 3364e3346005ce7050a0baea7676d49d
BLAKE2b-256 16b5b24ec9a0f8424a292c6fd1a8dcb79c7908cb171a33dc4d6a6a72904b653b

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe5012672894d7d05170d72f2295f980fd86aeb873a5cb8c82bfecf56f9ea53b
MD5 b590c7cee5d5a26def4625c6f14c42ec
BLAKE2b-256 5d894245c6b886223b3d75090fb86e7df3c9ded16e93a87005a206c2d64e9b12

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a46f619eadea67744d3a92cce10296b35af6c19a4e4780d11cd58fecdde4bf89
MD5 e6e2e1e99408f7efa2104f7fb86a748a
BLAKE2b-256 428ccdaa9979ba9ec3fe59e1e785d6a26c28f8c359a369189509f3fe422009e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2d13fcde7c38b4376156471c24fcba6d2363eeff46c8a51bd8bd83e8b291bc7
MD5 2d5efc86ea2a6161768b84a0c130de8f
BLAKE2b-256 41199624a57609d7b6ec853a21836e46e64fc9a8689291b8068ed2a6c2667df4

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

File details

Details for the file czipdec-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for czipdec-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b034743a6b116fcf47ce7f7b49b2fd2c23a711a8cc2eae4333959d96debda64c
MD5 c946719113ef5c7632ae62425abb257a
BLAKE2b-256 b35f18b089868e03f1bca3047db692b08007a624198b88642f6eb9f4fa313a9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for czipdec-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/czipdec

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

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