Skip to main content

c2dcczp is a simple block cipher implemented in C

Project description

c2dcczp

c2dcczp is a Python package for decrypting data, using a custom CCZp decryption algorithm implemented in C.

Features

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

Installation

Install the latest version of c2dcczp from PyPI:

pip install c2dcczp

Usage

Here's how to use c2dcczp for decryption:

import c2dcczp

data = b'...your encrypted data...'
key = [uint32, uint32, uint32, uint32]

c2dcczp.SetKey(key)

dec = c2dcczp.decrypt(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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

c2dcczp-1.0.1-cp313-cp313-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.13Windows ARM64

c2dcczp-1.0.1-cp313-cp313-win_amd64.whl (8.0 kB view details)

Uploaded CPython 3.13Windows x86-64

c2dcczp-1.0.1-cp313-cp313-win32.whl (7.5 kB view details)

Uploaded CPython 3.13Windows x86

c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (12.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_s390x.whl (12.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl (13.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_i686.whl (12.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (13.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

c2dcczp-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.5 kB view details)

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

c2dcczp-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (5.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

c2dcczp-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

c2dcczp-1.0.1-cp312-cp312-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.12Windows ARM64

c2dcczp-1.0.1-cp312-cp312-win_amd64.whl (8.0 kB view details)

Uploaded CPython 3.12Windows x86-64

c2dcczp-1.0.1-cp312-cp312-win32.whl (7.5 kB view details)

Uploaded CPython 3.12Windows x86

c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (12.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_s390x.whl (12.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl (13.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_i686.whl (12.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (13.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

c2dcczp-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.5 kB view details)

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

c2dcczp-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (5.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

c2dcczp-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

c2dcczp-1.0.1-cp311-cp311-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.11Windows ARM64

c2dcczp-1.0.1-cp311-cp311-win_amd64.whl (8.0 kB view details)

Uploaded CPython 3.11Windows x86-64

c2dcczp-1.0.1-cp311-cp311-win32.whl (7.5 kB view details)

Uploaded CPython 3.11Windows x86

c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (12.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_s390x.whl (12.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl (13.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_i686.whl (13.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (13.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

c2dcczp-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.6 kB view details)

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

c2dcczp-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (5.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

c2dcczp-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

c2dcczp-1.0.1-cp310-cp310-win_arm64.whl (6.9 kB view details)

Uploaded CPython 3.10Windows ARM64

c2dcczp-1.0.1-cp310-cp310-win_amd64.whl (8.0 kB view details)

Uploaded CPython 3.10Windows x86-64

c2dcczp-1.0.1-cp310-cp310-win32.whl (7.5 kB view details)

Uploaded CPython 3.10Windows x86

c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (12.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_s390x.whl (12.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl (13.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_i686.whl (12.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (13.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

c2dcczp-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.6 kB view details)

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

c2dcczp-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (5.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

c2dcczp-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

c2dcczp-1.0.1-cp38-cp38-macosx_11_0_arm64.whl (5.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

c2dcczp-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

c2dcczp-1.0.1-cp37-cp37m-win_amd64.whl (8.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

c2dcczp-1.0.1-cp37-cp37m-win32.whl (7.5 kB view details)

Uploaded CPython 3.7mWindows x86

c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl (12.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_s390x.whl (12.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_ppc64le.whl (13.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl (12.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_aarch64.whl (13.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

c2dcczp-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.8 kB view details)

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

c2dcczp-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

c2dcczp-1.0.1-cp36-cp36m-win_amd64.whl (8.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

c2dcczp-1.0.1-cp36-cp36m-win32.whl (7.7 kB view details)

Uploaded CPython 3.6mWindows x86

c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_x86_64.whl (12.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_s390x.whl (12.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_ppc64le.whl (13.4 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_i686.whl (12.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_aarch64.whl (13.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (12.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (14.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

c2dcczp-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.8 kB view details)

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

c2dcczp-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (5.1 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c0eabde4e175b9bea9481985c0e92dd9dd7672e7c2f541d23230b649d1a9513c
MD5 29e0620cee6376f7bdf5c850d0ccd1cb
BLAKE2b-256 4259c67551414e9fefa84d8b8180e2cd819407bcc02834dbdab7dd4cb93c4de3

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1cea7c9861efcd4b7462938c12edf3d53d3c403f85c045cbf730e2a9b54db324
MD5 44d4f453ae556e7c423b4349b5654169
BLAKE2b-256 9391740b36278a0458fa20039a433529889e04c149efe2fc42f9c22c72969333

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9eb59eeaaa8c2c53a3cf7a89f2e05c4e9b369f4e28ec8136ad1de2d317e806a0
MD5 1fca9b8cd8f85b9429fcd2f508d869bf
BLAKE2b-256 86e845b02f6e5d63b8c3e6d4e690bcece8a1f67e21ea8be4eacf03c710b6a3d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-win32.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a892b979d521b4022f0ec90879e365598a7193bc6546c3b568f18460778ee985
MD5 27f50cbe9ef3238cfa0b2b8fb0b64b7e
BLAKE2b-256 2f84a5ee7983eda22cac07311a72f3d1a2770b9976015fca7bca4c08c6063f05

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 b55237e6af6c2deaf38346b365d30a0f3e91adda36801d5d1e7b18629d2fb6de
MD5 25ff44143e58f09bccd66d8c2809ca3d
BLAKE2b-256 43645952f297dc312ad66511312a28ec49924f67e2f3b9472fbe91f039cd67d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 537bc565906c45f74cf212719eaae471c4f04520e19ffe636f4caf0af7e21c09
MD5 253d5030c3038b851a9556ec057d056c
BLAKE2b-256 0c3af242990a7a41fdf1770db28537551111ddd9bf57c70b106f19df15026009

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 918d8301ccc5b6739d21f9cab11c71d3509451483c2c3f54884778356ca8dfd2
MD5 d9e8247f30c90b50283efec344135a90
BLAKE2b-256 0365dead15f4950b82da3ded602286bb38fe2ca6533e40c7da022c3659d23b40

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a790489090643fb45a16b01d9b980c18cde72369142c551f6bbcb60e5bfbf716
MD5 26d6c3d168e4a55505e5c0208233d4b5
BLAKE2b-256 7675bf4928315ff31bef6006498b2b6e59f9c975fb52c6b986d31d243d13624e

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d62699e0514bdddd7f664cd5b112eb85db17b75967ba4dcd181d776eca3e60f
MD5 eab4ce2956c898fc72e5002c22598193
BLAKE2b-256 8e1b9be9e2b09c97e486d4a3acac5118f3df5ad6c222fa3634a4e9f17e7f4af1

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a9a26c05fa2c081ead0778e9c81bc00a6bb29819481d4cececf61d2bc51d42a
MD5 7638e77527d0c493dc1d5ca690765f95
BLAKE2b-256 b8ffdbea92323988df45b818bfd8aa46daefd0197b8af88274a8fe36dfd61e0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b7eb908fa4c25d6128cd87424fecfc9fbe36a6a4ebe1e36bb8a52c2041ac91c
MD5 358c415f08b959c553a25d8fe7e0eae9
BLAKE2b-256 b5b755a3f47d6c243cf662b70d7aa0f80b0c10bb3c5464d2ba2ff0f3ebe418da

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b51e3102b340481840e137146b7e222ea7c3578b921617deffe862a39f2b0903
MD5 980ab9019d98de6e48e7a44ef7551f76
BLAKE2b-256 13ae416ad95e32981797f173de02936577f05d1057b0838aeca1f5b1b1eba32e

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f3cb223103995c932bbf0d0a5efc8c41b42da580a40619167fc8630b08a50cb
MD5 2c10835324ed210a72dddb5a429baf11
BLAKE2b-256 83483a751b2933eb1d89f46fefc9c6a4e3de2914d21507878b02b34c5fbafc8f

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dde6db5d5bf97fdf908c44d8cd031bee37641d88de6fdbb02a49b644eae5fe3a
MD5 a49ee1d09dd38e3fd7b813ccc9276274
BLAKE2b-256 83161d7dae93467779c65a016655997a4d66af12d0f27c21e72804b05f8b6ac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9c533d8e0661ec58c479bc94b3c239809258b574e73adca07d9aaed39c2942c3
MD5 9b638f5408b5c839dd9953416fc08b03
BLAKE2b-256 74a1ec8889ad9c865f5a0c7cc3e467e425016d3988ce0fc2df6ab1381d8ea499

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4f96c8997941bc49f0dbc086c31788e7bb2db01e2da6d4516d07254a71ea1ac4
MD5 8484e00cd4daeb63a5f1a2305681ea8d
BLAKE2b-256 a5b917f0136c47787bf814f49cdde8384292f3c585e275a95a6cd95dafd3af87

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1df22dca3d5945dc22488e6df40315aa631d5526b3602a1a46995a7ac37fe79d
MD5 b2f47859fbdbb8657b4ba744114b866d
BLAKE2b-256 fedf826b02b2a0877a093a9b6adeec4cea45c0ff7053d636b3fc38dcefa6311f

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bae5014c4c26fab981d09b08c79d696eef8d1cf06486cc4023e7aca6314980e4
MD5 829fd909929355cfc22591e58a846b78
BLAKE2b-256 8c416b61342f05d57a9fb6fb8f3c2ab64ed9e4e5e021f2d331b22ff01c52f67f

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-win32.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a92045bc680ec100c8155f11b1efcb583070e858ac5cc6e5ad6cbbdfb482f3b6
MD5 e2197fe74feaff8c1e6de1c20e762a24
BLAKE2b-256 ec1313e0abe85633e64c2b77186181338f6f1be9c521b46eb001dc8acd9a3aed

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c81bdf324041c3b8eae972da262021dafaf927ac7ed80c81a31fe1238c3ffef5
MD5 74c33f4ea533799c072fa66b77a03e30
BLAKE2b-256 fa1f343a2a0eae02d1ef9b2840e281ad3545f2c697d9450f6ddcad90c71e5424

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2b1c1d722516dd69b6ea2ac7b2e8c306230a171afec25a504d5e26c731c6c498
MD5 9c944066148afbb01a0ba1520382bd94
BLAKE2b-256 745a95b71eb554da7c7d2e513bf2a57752ef722b25126ca97695a512fb5b8d54

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 753fce8a785ab7f0eb4df990413418aadb8a84fe8a48ab16c5e28102c3e8349f
MD5 abdddc68664072833fbdbc62fab26f2a
BLAKE2b-256 9ccfbaa8cf49eed0e792ab48fb4d97a0afc88514c97f9b5572e9024f986ded17

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4f532c7406e962db41ce419c8c6cf7a5ebdc935b7a7a3a32b66b3d590c7cd60
MD5 bac49d7efb4f99d3c641dcc5eb57b8c1
BLAKE2b-256 2086bb0191c9673af67bf0402c2c9422707fe6b44e6ecd43b572dc19e846bc9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8221c9924075814c4f30d75ba3186c7a0d3312b28536c10e2a7c615f465460e8
MD5 ed251d18e9e11f601180cd27e9db135b
BLAKE2b-256 ff7e362f12dc38a820746c612bf369135aa45bb4eebfa626a10c608816446ddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 17da7afd4e3cda9563bb89ef20188d3c2848bb6fde8a884daa9cc1b08b3245da
MD5 93d9df36126e39f8fda4b3a11a773645
BLAKE2b-256 78fc90525a539816a17e51f44eb063097759e883a1fc8d9e0f41cccca06eec3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39b5236890fce385b5d52d46abf775fdacce92a60c616f48a1347e6317cd3c5a
MD5 51db30b901bbfab120dff82aad094a9e
BLAKE2b-256 4d36386f7d1f5cff899630b966398778fe4813e5c975c3101de366eeed7ca0a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a118a648613dd817db906705afd4da7c20f3c7586115f94f9d847addfeb257c0
MD5 d6a252e9697bae8ac765bbd2a6d249bc
BLAKE2b-256 1dcc2c6dfc00233751c9deb218aba667c3e3bcf610096b2eb6bff5977657e925

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b41d5a02b9d5441e78be6d86e13c5f154ee469cef5d634a744d2c912103f58a6
MD5 82e75a88722a72b8af82233ed1e2538a
BLAKE2b-256 b7ebf3ba8055b97e86c77a53c302e1e1efe82808f9bea8f10a393ed3b07b9bed

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9bd7740df94a247ee6780539658e443a60c98d41b4152fd6e1f5815b254043a
MD5 1a0745219c6c68d7f66f0c28763528ff
BLAKE2b-256 ae0b009147bedd5b523331a1ef76a3c04c00380c57b185d8dbb0dea037337c40

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c196839aeb203a1e721d2dfb965c21a1bfcb542a8ebd350fcf4431f181d6a06c
MD5 03b4efa2d9356faed46913c169f6c544
BLAKE2b-256 44afc6aab03ed9d7ddf6666baa1aae9b55ea9fe5e13fa350a2041a614c8f06c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 169e91a2dd8c3ae2d3df7f253e8013d481fb7012ac9a779c7ea9463c875a2481
MD5 4c8c4407f0712740a6b108043d432dcc
BLAKE2b-256 45571cc1dc11480f30e990e358e2027e6476611daad07721aa204326ae75310c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b7e35cd7a7bd39de65aa8e8237ba6b39149965842ca6289551f7a65a002fac76
MD5 8bbc8e4b758074f7969b5572929426c7
BLAKE2b-256 7f8550294db1293e9696fe690d7387142b91345d8d2a08dc427a82628b96cc96

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d24ee0603b511021b99ce8bca799f34c905efdef3ba2f219846df8b52675efe5
MD5 aa52de08ba43e01fe1dcd2228c1e3a77
BLAKE2b-256 08b9d2291830b68df9efee4e817e7f489a7036e59a8f1d18b2b025c6dc47b748

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-win32.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07f60a58a0909f429495f1849094346812860f52cce168d7f23fb3db7e736d5a
MD5 a34a266934396389fdcf54332daee356
BLAKE2b-256 17cadf32d42505d16f6a708d61b052c34fe7f0c4f3b9bc5212b8ca63fef6394a

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 92124dc6d123485298a5f249ca9054aba6b2b2113237af5183fafa7a24f5a97d
MD5 a77d080e4a4187d4965f9092d024bbfc
BLAKE2b-256 5e8b131fc8d1960acc7052278f73be3c0de712fcc86c105b6cd22438b8ca2c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 fdf61437af74c119f4ed193329d9aab5259a7e3e38ac0f22ac37d83db25fa41d
MD5 08975469caa97cade3dfbb3457c412af
BLAKE2b-256 8ae42232b1702dc5c159cd5667a2f5cf6d61003b88177cd79247af472052153b

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b70b7f0c0cc893f4ffb4f9b5042012e4e120de3e7b83f553da00a3703bf04572
MD5 f819002a1b3c2f46b5b524192334fe7b
BLAKE2b-256 d29583c56994aee77cf9dbe8a083d80817a1eb5facfc7d4d028048e6ff8c7604

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b4a24e1d3196f4840fea9863f2e778040502c46dfd0af8d1307c1e0af69e6ef
MD5 2abd9a54e669550ebc1eb091038dadb3
BLAKE2b-256 ffd449db25220c1884412c101cdb3967ebfbe4d7990bb0d5a9994c46876ebc11

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34773a84c567143c195167e2a53b989210e35ffde15be8edaf9d1f626d04b909
MD5 579a4b253e1932323ed855e53e1e9f4b
BLAKE2b-256 ce57e219ac2d26ff3511ffffc53c40e3500352b58ab0c79a2385171f9027b6d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 88605b6aa438ff6d0cb4d32e4c6a743f86cde125e4a59468902b9756ae61be1f
MD5 0356c36efe3c6663272316757542ed0d
BLAKE2b-256 a31f0fea5f2fb23cb0b56d43a60c8c074aa3b69908ee42b45a6e920ed0bb1c0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 577bd1c29b7b5beedc1017c2af685af51c90666ac37aefbee1e367f09db1b183
MD5 0ac232ae95141995bcbd41f79c8f5e9e
BLAKE2b-256 29e1ac744ab744243fdd071986669ae4debd39c29f9277e46c13c23ecaf8bcf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58903fd6e20d18c2d79bc405898a5e6b98b71714f84f1b75bf0128790256aa8a
MD5 515eafe747ae6aef9721aca90a9376d2
BLAKE2b-256 dfe54d8629610a826f358cafb57ea88b5cdfd6a4ab84c45fcf69434ec6c2857b

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0cb10e7ad0781f3543c2730b0b10daa36ef06b51ecd178c8280101752f7f15f5
MD5 76101e885f0b83551d248ddfe8e80505
BLAKE2b-256 9865a518821e4d647bf1169c527ed4650f9578d88e2032529a08927d2a0a795c

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e375c74d6a8c32a9ac5b0ad68103286846f24366673261eee1eef53d597d9e37
MD5 536769bf0a44eb1c07c90abff24abbd5
BLAKE2b-256 b9c827787e5bd22c615eb4dbb4870b79c91d168c3dc56733aa341d29dc05bda0

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ede52537a8b7b8a613ae48fcb790808e94468311dc69e86ea1bcb88fd893c7fd
MD5 c088ff9c259c2d246c364c46587cede9
BLAKE2b-256 c3f65d87a7c5a9ade57706924c91dc54702512e1eb75d829cf07e5ba2ee21002

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 554b65e8b762b68906704459a42d045d62ab92114dcfcf9e15dc97aa6aeaa00e
MD5 ce144fb00e7714167a797e53e37b8408
BLAKE2b-256 d56479f3922e8bb8528273053d3038dcfff3a406c07027fa1597f89e8ebf0dc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3ad2153c566fc9ea69d92c0877c00f99267d2d5f4009bd4ba6e7b4110c14c83d
MD5 f693d5ed7fdb56abfd25e41306a87352
BLAKE2b-256 dfcf0de35d503b60c5191a63a88118d33b9da60410797ab325387b2906103ce6

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 920beb85f3bcfad565a20ccc2597b429a1a87b78477312afb770a54e73a60911
MD5 fdac0db11a3a60334a34fd24f012c384
BLAKE2b-256 fdb17fef65018a1300b101bcafd7d108ef9eff2e30491372d671ba6d0dbb66e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-win32.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59ba19e7e7a2725b54290d60945a853fd2ff8d011227362cc89960eca13cfcda
MD5 6a1f34cc27d89104dd2f6ccdae648c2c
BLAKE2b-256 0242253689ca60d306ee9f275680d12f602e3b6658e7fce267578dd0917f76c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 51701d9753b45ad92788094e2eb22979412c32d5fa36dae6cd63d6134897ec7c
MD5 2acd6a41fb988ed90c35a1e0630b0d5a
BLAKE2b-256 5f6e3ed896f692d28447c86447b360928f144010e1418561ccee461ae390eebd

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a135b4e0880e17d8e9a29562ddd33a6a9a6fa72b4127c5113c577658a3407d14
MD5 fd50ec22d2d8fe66820f9d176804651c
BLAKE2b-256 c8aca05314b8f92a5ecbb64b313518251b8709219d8392f98e5697ce52f32549

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f017d8c2bb310200a0cdb181245a6372789f5b4bd52e9c0aef311de444f3ae30
MD5 2836b9181ee7c2cd216dc4c3dfaefe99
BLAKE2b-256 827affe162533dccf0355c95f2cb7e4b99741e833d27147aed188d2a212c148c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 507dd9aba0c927b1a9835d69b70123521f19561376f2f4897d72e5f031a0b6fa
MD5 8c64bc5721d19fb5d7f2e7bc5b78b869
BLAKE2b-256 e15141fa0f552fe79621217a9eed2deba0c4902cd7e9ab8f123f958c0f54f17b

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4731a8bda0d50bc4544c0c0b3c63ead8ac9c835eadd6a9f78f6cbcab8b4e9b9d
MD5 f5283f975191e980b942e61a1bbbfc0f
BLAKE2b-256 95fbe35a64ab2a2721fb3f8e0a3a8b4df5ef385de7b25deee6230ed81dbd5324

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a4532014662f8e7a8f63d422f4bad7352087532d70765425f00a0522d110eac1
MD5 cda54f2ac7ed3d99777030489416f8af
BLAKE2b-256 10e1629b2fbc772438dd6da8a995dae9ec8623849997f1084e6b357708fd6999

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52b3ef8f5e90b40fd0ecb7318f7f36f50d955f316ae92a47ca69a7e37e43f3d3
MD5 c827c0013d4cdbfd6ec5e0225082c8cf
BLAKE2b-256 9700b19e26790a40988bdcc3ed4807ec25f87409fbf2698009bda2e6198325d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2e98c15874b6a731063497a847c8dbb30160a638ba2fd1a4aad04dc4168edc4
MD5 c7155a228107bc70823ba71cb0dd5995
BLAKE2b-256 5ed9390386b1a5d72a6d4039749bbd8df1fcf020d13125ab108cb58a09f8244f

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72fcaa51ce5356e610cd4301fb52cc187b87435735b24b10073536876b93919f
MD5 f31107358b300790c928c63fe18c7703
BLAKE2b-256 07d219b78ea6b8112a7ee8c3c39b69281514a84f215c702c1753990613a87828

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f38507551dcd887499bcf7438659b0c87183eecc966255160596ab4c54734d33
MD5 85efb2f92661409b0d4df837593435a7
BLAKE2b-256 e9310b48e37a77b500be6a6865d49f6db90b98c05714e64abcf39e8bcd1a614b

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6a307cab32ef846715042ce1daa6a37aa295f2417d4adef1e99d7a5f25e1561
MD5 28b02634cf83964b926eba177f25b031
BLAKE2b-256 b6e4446e1542c0f3f8e58083d88e52ad26189d43f6a2d66fd5e7787e437c1570

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e683a378395a1d32487219f613eb921c934f23512b4e130d2ea9ddf2388ce02
MD5 498941b69dd1eced14e2ccf0fb590466
BLAKE2b-256 57c1d0f4a095644b3a7d46c07d15836fcaf4be661f55df0304ebe260d095148c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6598f4ef8084cc20d4c014f63a32a16e641a50c008979190d65d28378128d6b4
MD5 d7cd75001aa6ca147cd505f859c694e0
BLAKE2b-256 ad974c8c12676427206bd479c3419b77fd17f44d5a780e28892e926738a801f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43cd7c582e40c58fe0eb518b4b5f0a34c34cc4dc468a1bf4ac29bd60b66221d5
MD5 819b682aa9391aa168cc589c4c7d1d6c
BLAKE2b-256 3116a5cbe7172f525baa7493632609eb04369123d14516eb8321a561b87a6f4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 23c463eaf9ba81085157e344666ceabd1c32395a4bb2935c735317f66ebcfd88
MD5 60d968e7d6c28c4e9f6655e059cffebd
BLAKE2b-256 f1945fa5f6c73c7b82bd72011ca609e4595452331c253aaede070d6fddd123f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 58396744c7bd99aaa857dd1df8c58dfdc2d5bf3052c56106b30caa4a62283530
MD5 f31f5de721aca225ec87ef6adc659889
BLAKE2b-256 96d7e2c9fefccb34b7d46cba61fe1174c39ea63bee143b91f6caf9d608d78608

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d0d0b864d18c10de6d68e8c895a4d6d04f04c86d6ca515d60b64b49dfa2657d2
MD5 722394cce201bea20dd109ec6b294229
BLAKE2b-256 bed8e3a015c99d3c87ad21890c272dd1e1419d872f871f23eecd40513b950b18

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-win32.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8f7b87dcd7058b2abd169b71acc7cc900cef20e0ad19d14de9fd45d7af17b5e
MD5 223607404ae83dc7e4b9699253127b62
BLAKE2b-256 fa21e369d44c9fa1095d93f2a6e57656deba15ef4da5f20c9104524a714a53c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 36a41e74516bf4204969fad6a8f15d6d1ed138425a34d3b5ee4faa71846a5d57
MD5 d5752af263acfbf78d8a648eaf41ca12
BLAKE2b-256 9e83208e61ab76612868a3beefb5951047300c09c76b9fd8b7cd280f213b545f

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7e311625c623633486e159f8649d8f5f2d70e36bb735ea4ff13a9096607e7f96
MD5 3dcf954750ea9181c4cb23cd3f769730
BLAKE2b-256 5dd99fff742665e29e029ff8b55606090cb46984657d6d2bb8eb15b2cf8314db

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98cdf8141fb2e22ea17a480e754d10f19277225cba9a5db2dffc7ba5e4ead92f
MD5 fb6d3a517da0f340279296a5367c8702
BLAKE2b-256 2a90a99f29b87c85f74c9e34ec11ae0a94f8ad68d86f550fb2c07f416620424c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f73dac77d24a8c782c1bedf0d5c9914dd7890bf2bd68aa763c698d53280192e
MD5 acab77f4851194d928985af8646f07b4
BLAKE2b-256 d6cd9172bfb7680e878e45c43d43cfc953b605afa97c894e14259e2f73eb9f23

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89b7a93428b4df27212d1893a9453e0902b85f6a0cfd7fc3f10b2eca080346c6
MD5 5a541d07ac49d44490370e2bef5d35b1
BLAKE2b-256 dbd3aaafbfc7583ff39bf6748552b1072a4c12548d1b1e26a08b913bd1bb66bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b624fbc55b5f17205a0a0fe0f228c85b83db85fcb40d11758076936669dfcba9
MD5 832549bf0b772d632357298befb92f92
BLAKE2b-256 82dd5470b0eb55c94d5e71c7755654e24038fdca1bfeeba3847400d12f761164

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 371f1dd1dc4087be1395aecaae61cd50d4eb32ba83758814e80063cd71b0ae63
MD5 ff4b2e54edaf03540a6e040c82a63e33
BLAKE2b-256 990b28717ee2503ce182c5727cf5c75fdb3bb55282b73ceae6b99cec86b364e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77f9c6b534770fb911988cc3aff42b08672efb117c5e3ecdfcbd972eca02fb12
MD5 3396dd1a5655bcb1623bded22c793bd7
BLAKE2b-256 c64aae77983da2699958c41cdd31f7c70dbb6d3e5c2fdee3a179791240724f76

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2482974e0662abd0a503ccb97cb33aadc03a13496ab85027c1f83292170ecdd
MD5 ccee997ebb16d3152a2355da7a8e361f
BLAKE2b-256 82d53486db1c33aeccda0edeba2d0eaf9b0f10d6f2b92b1662b22f5f3b1529d3

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d8b4506f1b7cf83c774311e421ef5038cc90273febccedbab6c980569fab5a9
MD5 82944307cfbf17579eeec3f722c6d9e5
BLAKE2b-256 572ead63414dd3a50e60e2ba4f9e3fff0fa731c9caef37d1883ff33270200c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e366a95c717c0b5c76c5a1fcd7056cfcbfcdf7d3161cbe3f313dfee8f33ac5be
MD5 41f496b3791fd6f22253e04fbbd74e2f
BLAKE2b-256 2d5378df5d9a88601271c120a793a5bd610e12620a49d2810e0114592b096b77

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-win_amd64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: c2dcczp-1.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e37e05a0a20fedcb59de4b161ff5d088229e4f3d0439e114ab994718aedf35ad
MD5 9512c98cad774fd738306eec3c746c23
BLAKE2b-256 267bd6d6587449a9605bef48f172db16da581a815797d495a0c5794856ccb16d

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-win32.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 797b35e89fe193f49d57c03580fb3846984eaa00ddebce908141f6b9487bb651
MD5 e41beb8b37758fe13064ac7d4e676687
BLAKE2b-256 1f0cb0aceeb63d71176e111a286736f0c64ba3b121b71e16593098bc69ad2168

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 494f867fa5f561eb316ef03d7634ec3b0c7fa812c30b1ac87e4e8d42b80f38da
MD5 33bf06856a8a9784bf1e7cbb3f9f16b8
BLAKE2b-256 79b7a960760de093b938ed3295d7de7b85fc80bcd637fde0b23cdbc654ce97f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 95ea3c18287fa83b853d9242de0cd3a14b20c38f2e5089197e02dc192ec49751
MD5 7d7d167a20de9efe9c5109b3aef1f76d
BLAKE2b-256 418f76da49791e7e84f5d84a279aab1f73e90f8ab472e10a43a348cfc37d2dcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a85b801ef3b74509c01dd1a393823c66b6b06dad88a5bee7320ace20ec5025f
MD5 4946d381143f318a710cf8588a61345b
BLAKE2b-256 b00653838cc4077f49575d755522c38504fc1086b2f2b0f9b0d9abe3cca54efa

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_i686.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5bca11c1535c43e2a1e0d32513acc7af0b25f0ef3eb20cc92d643b9e53c5d2fa
MD5 cd2580ebe73d07eecdc058e33a13167a
BLAKE2b-256 2338c72d8ef662720cb874d3b2933a13fd2db6ed02e109aa9273e4c3ce26ada1

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b92d0ef8e5596f925dacf6bb55a420a3ffb07ef78728b5d4d727cf0225c3ff1e
MD5 e69f43261dc165a109569181b0626dc0
BLAKE2b-256 ca56187ae296940912025faefd13f2c0a2beeeb009265ec0e3a1297163bc697c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a63be22bc5864ab0276f84d417a6fc2f5d38cbc09bc172d0b8a947920f4c6121
MD5 4d2e58d9614f569a3cee47aa8f0cf774
BLAKE2b-256 2a867989e32cc70052d440a2afce247186c60401db21e823354ec3c4d898e53d

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 684fca404ccd107b48cafd7a2becba486cf6fa21c20768c0f301a0b262b57615
MD5 1e2ea585a216ee4d38bcc337caf93e4b
BLAKE2b-256 2b12b8eeb1dbd5d6d01cb9694454596ad6a181971a9be675e8cbf6c2bf39e88e

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 444633154430da6fc93d64b992719d2b5d41cadfa50e361f77abecae5aa65713
MD5 47125317b96d9fd2e2cea54eefb30279
BLAKE2b-256 3deeace625f9089aba6426c72d965c6f95736feeba94dec941186a740b227b38

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3b28ccaa488f3e035a0105db437216dde2cf092d442c84bbaa029f65373ba56
MD5 8d7038e4f98562aa16247bb8a13a6c22
BLAKE2b-256 633a4338664e92f4a2b19912c0a337c04851210776709c237a0d9a407be1ab82

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/c2dcczp

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

File details

Details for the file c2dcczp-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for c2dcczp-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a805c006a72c1e2f9cf583b5daf5a1e2752decc25da7fa34367cb5c620b9bb67
MD5 fd2e94cfa6586c4447cd173379a4c56f
BLAKE2b-256 41d2fb88a442818e93ef23390b4dcf907ac7b4746d4bbbae3ffe1ef722c32cdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for c2dcczp-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Rin-Wood/c2dcczp

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