Skip to main content

Decrypt ChaCha

Project description

chachax

Decrypt ChaCha

Features

  • Supports Python 3.6+

Installation

Install the latest version of chachax from PyPI:

pip install chachax

Usage

Here's how to use chachax for decryption:

import chachax

encrypted_data = b'...'
key = b'...' # 32 bytes
nonce = b'...' # 12 bytes
rounds = 8 # 8/12/20
dec = chachax.decrypt(encrypted_data, key, Nonce, rounds)

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

chachax-1.0.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distributions

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

chachax-1.0.0-pp310-pypy310_pp73-win_amd64.whl (9.3 kB view details)

Uploaded PyPyWindows x86-64

chachax-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

chachax-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

chachax-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.3 kB view details)

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

chachax-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (5.3 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

chachax-1.0.0-pp39-pypy39_pp73-win_amd64.whl (9.2 kB view details)

Uploaded PyPyWindows x86-64

chachax-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

chachax-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

chachax-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.3 kB view details)

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

chachax-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (5.3 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

chachax-1.0.0-pp38-pypy38_pp73-win_amd64.whl (9.2 kB view details)

Uploaded PyPyWindows x86-64

chachax-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

chachax-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

chachax-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.3 kB view details)

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

chachax-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (5.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

chachax-1.0.0-pp37-pypy37_pp73-win_amd64.whl (9.2 kB view details)

Uploaded PyPyWindows x86-64

chachax-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

chachax-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

chachax-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.3 kB view details)

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

chachax-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (5.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

chachax-1.0.0-cp313-cp313-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.13Windows ARM64

chachax-1.0.0-cp313-cp313-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.13Windows x86-64

chachax-1.0.0-cp313-cp313-win32.whl (8.3 kB view details)

Uploaded CPython 3.13Windows x86

chachax-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

chachax-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl (16.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

chachax-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl (15.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp313-cp313-musllinux_1_2_i686.whl (15.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

chachax-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (15.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

chachax-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

chachax-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (15.2 kB view details)

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

chachax-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

chachax-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl (5.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

chachax-1.0.0-cp312-cp312-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.12Windows ARM64

chachax-1.0.0-cp312-cp312-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.12Windows x86-64

chachax-1.0.0-cp312-cp312-win32.whl (8.3 kB view details)

Uploaded CPython 3.12Windows x86

chachax-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (15.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

chachax-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl (15.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

chachax-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl (15.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (15.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

chachax-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (15.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

chachax-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

chachax-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (15.0 kB view details)

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

chachax-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

chachax-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl (5.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

chachax-1.0.0-cp311-cp311-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.11Windows ARM64

chachax-1.0.0-cp311-cp311-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.11Windows x86-64

chachax-1.0.0-cp311-cp311-win32.whl (8.3 kB view details)

Uploaded CPython 3.11Windows x86

chachax-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (15.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

chachax-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl (15.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

chachax-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl (15.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (15.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

chachax-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (15.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

chachax-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

chachax-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.9 kB view details)

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

chachax-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

chachax-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (5.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

chachax-1.0.0-cp310-cp310-win_arm64.whl (7.9 kB view details)

Uploaded CPython 3.10Windows ARM64

chachax-1.0.0-cp310-cp310-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.10Windows x86-64

chachax-1.0.0-cp310-cp310-win32.whl (8.3 kB view details)

Uploaded CPython 3.10Windows x86

chachax-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (15.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

chachax-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl (15.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

chachax-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl (15.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (14.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

chachax-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (15.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

chachax-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

chachax-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.9 kB view details)

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

chachax-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

chachax-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (5.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

chachax-1.0.0-cp39-cp39-win_arm64.whl (7.8 kB view details)

Uploaded CPython 3.9Windows ARM64

chachax-1.0.0-cp39-cp39-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.9Windows x86-64

chachax-1.0.0-cp39-cp39-win32.whl (8.3 kB view details)

Uploaded CPython 3.9Windows x86

chachax-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

chachax-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl (15.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

chachax-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl (15.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp39-cp39-musllinux_1_2_i686.whl (14.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

chachax-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (14.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

chachax-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (15.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

chachax-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.7 kB view details)

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

chachax-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

chachax-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (5.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

chachax-1.0.0-cp38-cp38-win_amd64.whl (9.0 kB view details)

Uploaded CPython 3.8Windows x86-64

chachax-1.0.0-cp38-cp38-win32.whl (8.2 kB view details)

Uploaded CPython 3.8Windows x86

chachax-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

chachax-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl (15.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

chachax-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl (15.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp38-cp38-musllinux_1_2_i686.whl (14.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

chachax-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (14.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

chachax-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

chachax-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (15.3 kB view details)

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

chachax-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (6.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

chachax-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

chachax-1.0.0-cp37-cp37m-win_amd64.whl (9.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

chachax-1.0.0-cp37-cp37m-win32.whl (8.2 kB view details)

Uploaded CPython 3.7mWindows x86

chachax-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

chachax-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl (15.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

chachax-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl (15.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl (14.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

chachax-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl (14.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

chachax-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

chachax-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (15.3 kB view details)

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

chachax-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (5.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

chachax-1.0.0-cp36-cp36m-win_amd64.whl (9.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

chachax-1.0.0-cp36-cp36m-win32.whl (8.6 kB view details)

Uploaded CPython 3.6mWindows x86

chachax-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

chachax-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl (15.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

chachax-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl (15.2 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

chachax-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl (14.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

chachax-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl (14.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

chachax-1.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

chachax-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

chachax-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

chachax-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

chachax-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (15.3 kB view details)

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

chachax-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (5.0 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7d91ed9d42840b6bb6e34f4dca3ebdf2926ec0928f6ea8aee55d1481e140a732
MD5 70bbb439c7c2cbfd3d37aa0426450418
BLAKE2b-256 10ae6dfd4aa4427eef30b446a49c0f3dee37f36c58b9a24cb70ff54ac0f39689

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 66ad73dbc33b4c90531436f49af5cd851228eba38cdae787478c6e10482f716c
MD5 79605db10e1e8dc8e8cea859bcd12cbf
BLAKE2b-256 0c99ba0d50a1f5cfcfb86a84aa5be7f6cfc736a1b1f72ce3abbfb9d90acebea6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81ca3ee2035ba4056fc9b435fc5eabaec388b19ee3ee6b90212c835505e26cd1
MD5 98b7377175bb3e883aca2558857e1994
BLAKE2b-256 32ac92d33d77ea11166f8c67d941a499007e103c4654baf0c2fec32f93e1dec4

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48ca259309364711b5e30e44428be62641eda8e6297fd572fbe963efb43daa87
MD5 cc06e1ab2af3c133f8418635082da60f
BLAKE2b-256 bec012f246fb4acf4c7aac771604d8f2193dfd7feb1a66f1dca9fcb51e8c1051

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-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 chachax-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ed8db58904b268d45545c65214762a0567a1ea671a712d6e83044a110e22c10
MD5 a9917d151bf34aaa38ab7738a7f04ca9
BLAKE2b-256 6553355c80d5b026372c816bd4b8340314b2ee0ac14c58dbff58d6022c04886b

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-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/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ccedfa20e49859d4ed0bd2a9db103a33ebffbf69ef16d34c10660e454e9d35ba
MD5 2560f54e13540038670165de8907f6ac
BLAKE2b-256 1155a4439129e42ef22455ef89484f16d708e23288546af98fc8abd05fe29cc9

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 43fb305d0632d0fa08841936da00b5667ef1b9458287890b0a7a37a3aec26cf5
MD5 64fa45a9d9b5ddd1d5133e49da7d0f6f
BLAKE2b-256 c0dc1bcfeffdd5bcce034995106b18b1d307629ae4814e7db8167a7a2ede2249

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b545ec5d3e4ea500ea1b8433aca74ae6e4ef1a6417fdb4cfe70678d770498368
MD5 d9c0af673e52ad6d462303e7e8e030e6
BLAKE2b-256 8831e62c63e15632be718d768a432961917aeed1d50d36c65362bd12776143ad

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6971335cd9daaed90c0bd07b7622545233157256114802dcdcbd850b595fa25
MD5 6851db0dc09f8bc0fd260ce5b6dd8a8d
BLAKE2b-256 a6cad92035c02b211e742eee9063e452ddb78e17c7fed23f67eb697af95d7de6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-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 chachax-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0486baf4168a24d3612f1f0e3248f0c230f8d470df340647e05469aeb2334b3f
MD5 37ae09297cfc19042326bf9c28fd52ab
BLAKE2b-256 3caf341370049f3949c9b4dc3af7df59c2776cbffc73b5c08c22edab4c3090e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-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/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c8a9e270250242bea4ba97699d33cc68517f207d1e6f0a73c262024828881d43
MD5 635a032dfebe4dda1d247b93c7d2a9a7
BLAKE2b-256 563f3ca051a9d34e52280862c738ebf3143379b6c9fd30a4f8cd512b8c45e4c1

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ed69987e17d3f2c1be4de4c150f783f71cd4d1ee6b4417dea6564eabe4882502
MD5 a89a759ea30cf3805f46db2ab6887c18
BLAKE2b-256 59710b28a70f048c153989a422bfd4b27f07a75652b70d5294c73ebef5271ece

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7a583d576be1121f090c574de97971a403595fd8972675abff2b26c1fdb54f7
MD5 d38e9ab384873085c96097aa54c32f02
BLAKE2b-256 2e9b430df009f588ded46a61ce73862c9f64adcc8cd81569aa8ac322026c7abd

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e4e33f7ef46a1b08f5a0913bbf5dcffb2b7e0b5ec736c4c94f46cd5fc23cb9a
MD5 0c8d08ded842eb3d818e339743668c37
BLAKE2b-256 8fab571824c0fbeeff812c42c0fd968d88963ee6acbfa8946604e05341132f47

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-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 chachax-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3810591065ed8bf8c5715b9654169aed309ff17e3957355386d665ec9c1b3ff8
MD5 4ba4be72165d6dcbac07286b9da7e859
BLAKE2b-256 5606a1a858dc64a6515d21d62a83e4948d760dfa0bcd048196f686bf345b7a47

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-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/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 34fe92665ad16b009ef67c536c7f7f85d14e1433041d067934e9f585bc25abd7
MD5 3aa90cf53ec81d671f67652b5ae5a7f7
BLAKE2b-256 b4686428274dbd279e8a5147ca8f5814c1feccc9a4fca4b98c474ecdc0af9930

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d224fd5eaad587f9c8d4ade44959299791c3a27afc82d61e7072bf378a1fb44a
MD5 ee0603ea50454c9e946f3d4ce62674d5
BLAKE2b-256 5d0d2a8e17225474d3d968bd70a250e51f62c377f7104a3c602d8f077673c4e9

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f46f2434981f1956f2904747357454afaaf48249d1b1869c16463785241494f6
MD5 c38891b661611a613dc74c6eb2eb7e59
BLAKE2b-256 5ccec1e3a836ea2a7881455f95808051b5e07d9ce9d729d64ede45792a4145a9

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fb7576513a3699a5873e40d3a2d67c3b8cfae52b736cdc12f04e7dd9504a2d4
MD5 f32c478222bd3db3a460bad366829e98
BLAKE2b-256 12baaa30e9b2fb78919bc4b18ab64ff01a1cc22991bb2dc077de717521191e67

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-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 chachax-1.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6807846b18cd08bd3bea4325c95c24e84d39973fc8e16326e78fcc0c3f86069
MD5 fb280f63b758ac02e3b921e4c53e551a
BLAKE2b-256 5f7aa8a2b14854976f0162f917119c6c960ca55c0b4cdb2c2836a2d01fd1da5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-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/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c72e68b0ff04032f9e962187a186d6ac794290d594c71345feeb8d614264c5bf
MD5 76bc73857b7b9718e3b984014ebee7d4
BLAKE2b-256 da2d5c25895732d104169c7f323ea6d8924f212666f009e0ea4c958ed528bf3a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 08e90568805fc6b665333a087a8498b8f52b70834b135d2f0e2492c26bf7995a
MD5 9fa4771d3c1606c4e638d3e8f95267df
BLAKE2b-256 0560a05a6345a3d6725a3fa7a9fe4f1abd6deb544fdadc4fea54c60109253c32

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9547fdeba528a926b5020def3d432b6711a9180885605cfa5456008ea94ee1d8
MD5 a647b7797dfc0734d2fd737d2cce2927
BLAKE2b-256 6bc886eb9c23531e00a05ec4631dba460f2c8025cb99d44f344ada6166d2fbcb

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d673e771e9ccb7f5368a04fa236c93d6f6431bc98fd409167ab7caa64048a3a2
MD5 9aa5d1cd283d7d9727594fc6457aaa69
BLAKE2b-256 6c0ed2ac8ecd75b1fa9bd5e87a3268ea5f46ef9adf60c546166fd6c108191e11

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7619d15275643aeeaffa9f1dc0ef621a2a66c5ef29fdcde52bdf869daf6b799c
MD5 f3427513e850d3405eaa6d0841607098
BLAKE2b-256 88389e15b9feca09349ba102747ad2205f51df037b89be6fd5992f6fa5c13726

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 8233042ba8af0b96819b84d9d7774e60dbf78cb698ff3efd6045db0a5dd5a294
MD5 9beb8f3b1be7b3d5071114f52b7fd236
BLAKE2b-256 d9be40b91d14caee7dab8abbbd95f2769f0993434db4edb39d378310f1be53b5

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 da6b00cd73d0df77f85b406e100f0cd4c6ce48dd0c0e72674dfb8dc99bfdd0c1
MD5 0ce170ecbfe15a65b8b9136c1c8065f6
BLAKE2b-256 2a0f8b2661b5fbed4abeaa95ac2b4591df661badc09b0d53bcc12bd0a3100977

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b073c0471b010d871dae5bca0dc885a11c92bbe7cd364abf25d986d67403b1fa
MD5 6077c3b41c01c296021c6b203fd57f04
BLAKE2b-256 3966f4418675aa04c91a6fb3c9eb6d1e21809c39d908e63c34fe163136c1af85

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62c3a0b6e029490d399e053fc6ea575a24d4bb3a6d65542830f94b5aca9ecf4e
MD5 25deb49d0c5e5c49909c998f6e248929
BLAKE2b-256 3ec1c90b7b7b51a7afd80ef45b6be743ed0faa641f88fed0069a7ed14b8e893e

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63aa3bb4e3e422e2aea93fd3aa2b9cd4bef2cbd213185bbe3906b42cdbcedde2
MD5 d7d0873c60ee56d81aca7d4d79a16366
BLAKE2b-256 55b3f3eb6f43b029738ce8fc860680515e3b97726d2a2eab443c3f0b35c0a4b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1130bfd03cbb9144ff66f90fe1e0e60b51355d83e1348b8e175c179aacd9e992
MD5 00a69a901038389f907eba2b1506704a
BLAKE2b-256 468fe28f82caf62ba7a2120d7a2d3451466a486278c44db51c1c8d48758b0fd9

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58abb459bb1b1c586ea9c4402a29f0d57787ccb63b53cce43a74b5addc41f071
MD5 32a73f5506f8a09abae014562bcf6b8e
BLAKE2b-256 d92eb5122abb6841124d98f4a0e6a360c56f83f2dd8977c0cb4ad66b42493104

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa0b687faa9b550fba1574b4f1b381f3ddae0964b8797c792696ef579bded243
MD5 b5114196a39dab253c42129f9d9eb73b
BLAKE2b-256 bbae91d9dc8b6857d41f6a4b58ba0102a00a40a3800973237278d5ed60a1b469

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd5141187fdabdcf33068fa877a059808bdb0eec1a06e8f7a3890d9745b0e933
MD5 e39e329b973fe60de1a23aa554a769e9
BLAKE2b-256 5b5605ea0d88d6fe57ff30f662872ef7c6cda812dddbb94cff6fd8521e989787

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e91c4a275c424dbe9d04c7e026906daf92769e9609f3e60e2241a3f557cafe2c
MD5 3e4a2068cf8713a548f4e791cc65ca7a
BLAKE2b-256 b72619e717be24f4839b8234228b1e0490c2e138865a6c9fc9d0a52fab821b46

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dd4f326154139bd9c540d7d33b1f991a16eb9303a8218494aa5ca1c2a7e3dc9b
MD5 5f696a2343bc1fd110b91104dcf61a5e
BLAKE2b-256 5afc834c6a542994f3ca59c3f931fbd2e756b1144055b283d0dc6c64dc0b3593

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 505ac1a75a58b4d90c1cab72aa95748561db6dc4209d658d5c59ce3ed43f6b9c
MD5 00aa3b3c86be6f9a7e9b85a0075caaec
BLAKE2b-256 6a3472e0aa7751fadb8dfda58decf057e11a0a8955373bcb342f63539ffed364

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 caf9019e2f5deee9f869154752166279b2b5fd47ac087ab315f491b5767d3e99
MD5 22c8230bb0fb2bb78e9ee5392d73364f
BLAKE2b-256 f0e9cd0e6b91fe16586a261470969956ed091fd114870769909853af64602b2f

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bcf4efc350ee813b2b98a5b1907340cf63311b89776092232c77b78fa6ee2ea1
MD5 24b8417fb9245cd13c67f176b59337fc
BLAKE2b-256 9616994ebb31cbde15862821d959474192eb304a4c36f40040b2ff221513cc5c

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 678b94e36356d39d5f75c3de5bc345b69b6550b1b844adf5fb3b2a7337310dd7
MD5 517027caee7e61361526c7146826c4c7
BLAKE2b-256 c37c0bc2c56c93ef5acbe4ebb33289b2ecde4d109da199962beb9953d22853b7

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6322921d5b7162ecb059b24a8b4b69edfae998fe6129c3bd76d8f29e8f1b6ae5
MD5 b1b8b44863728a9044a6eb1a87ec9d1a
BLAKE2b-256 d9b9822658fee09e499a2ba0b79a88a74ca9874d78c47f4e7aff55162e1f93a9

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6611669077a37e0fbdc781d66a44fa5e75ca94eb051d1b48122ece5ba5544763
MD5 6ee85463b569dc04617cfaefb515d7ca
BLAKE2b-256 649bddceb7d1b036cfed0bf4f576961a1339071b51ef4639ebb58f08bbbf999c

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ebf593fb724492e9c63ba8a0aa0519a48fffc4f2e43e71ecf5024a51b5100db
MD5 ba194dd9cb980099c104e69cde18a075
BLAKE2b-256 165c7e35062cb690a34e342f87bc1a0ee29da77d69c9b291270d29e29aa9ff1c

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dee9936a0e5d42717ec6c4d6c099747138d309449d4470eb78913c1faa1b9e04
MD5 77a02e970d81c194a499e5f130408c1e
BLAKE2b-256 9a39ac77a435596b3d7df5b31121cc3cee076891e0752e3f96f8a18418037f99

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50bdb2e4b8351ea55d2beddc252473a5af609d59b9c2f02c3488379a9429bbfd
MD5 b331090348aabe212c34d6a50ccc5a9f
BLAKE2b-256 bc62741deebf5e363bab0f415568fed7169b320783658193f9376f9de54cb50f

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 76970e5948ad7287341a2863b297de12f7c4ba6c8e5c693eaefc3ad757035aeb
MD5 15523720033c09c78fbfd2d7a25118b0
BLAKE2b-256 5be5a6538c223572c54a72b42715086fc4ce2c064bab6e8d236afcafd63d3091

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48d70e384f562ae1e1803efcacd61858d70b5656034793520b47ca3254e83989
MD5 b2bf9690a6f6c046bbc2d9f7e8434bc0
BLAKE2b-256 1e83288606ed74d9265da665720e52d0fa949080104dc4c5b8cbd084dd6c2056

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9325aa5f9310c045c0bc40a14b4f108635ec86ac81507639b5e508ff56b15415
MD5 02c78b3f47b4d07603cf414c3f534705
BLAKE2b-256 ba117dc432ae52a3fe05cb5ffdcaa6030abf1b2f2cfbfaff8daf37b7430489db

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3058ca4fd2b7251cd7d3cd7e00ab099a4b921974655ef96a730a3d209249230
MD5 b06c57e36cf5ef801fdec869a64ba329
BLAKE2b-256 a97139cc795a69059c2af1998094510be1543a7448eef8faefca014293e43fa7

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 828003d08d6fb8aa429ca810defa510f470a3af33c20d820820b36d82f584046
MD5 0ae270ee98aa089fb4282d72c135523d
BLAKE2b-256 02b519fbefd0ee3d2c0038e8be8461c0acac7a3e7187011e513c38dd23599156

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5e7a41446be4e337f3fac3e95bc0a98a97e06dfb5d5d40e795f7521ca159e851
MD5 71a4ad64565a2d9e91fba36fd16594db
BLAKE2b-256 b3d7bc738758efc22ce346f4d5eff47aeb0fce3c8386e8e547e4a02f2f4d553e

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a85f6a8d2d1914958da31416605fc7661631ff19b76d11c64d01591003fed2ff
MD5 b254d1a68f950ba76b2f29922126696a
BLAKE2b-256 0ad1d617826748381c1ddcef211e713094a35e1fa81626b534bd614a03ee38a3

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 be4e87bee247da1aafb9dfa14b308fa953218e288bb8632b26855cbca1f7b8a1
MD5 41f5ea7c99790c18405c952ee910720b
BLAKE2b-256 a5e52639ebea0594e71a3d64c64ac5d22ac116bdcca596ff4e81703f6f52f6c6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ab6dc3c6b605598507df7dfe6fd3b1a29b062cf686846a02fdd95dbdd754f025
MD5 e6f49fdefd05b48d8f589c2a91d4558d
BLAKE2b-256 47ff25cb3706ab6f67358587088f0acb5823ced355074ce21f6f2551d7d58393

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67a0b0476bf84bec3f852becc7f738274ba946361204ceb4300b2f8c19eb0bb3
MD5 5166be1cb42f79be1ff4e919db455d21
BLAKE2b-256 44b05f7b91f6d938c9de7e0fcd45c290d19e1747aee6fac2b2ac214ac3b6293e

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 4330e6f83d1813e74b81c3fa4e3a5308d39bda7aac60de0589bd66fcaa4d68c2
MD5 5ece88c58ef71d4cb8fd2533d6412f64
BLAKE2b-256 43c25416ef7d7a910aaaaa1ec0591da75fbd695ddd56855068212a73a47ee0ee

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 20b73e2de3edcc36591762b043f27161b7ae8003e373a516ee95cca43bee9f1e
MD5 b35c440c27c9fe7c0ca0f3458201c5ba
BLAKE2b-256 a24db0f4b797465610a38da16f025ddc8b91f85efaeace6cf5c8b50115ce35f7

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ef4d9d7b7492f882f0540eedd9be201a8a88ca1f13c393edb7b9a52d9c6d4d4
MD5 0c4d4b4c0f3075594d710d197563c804
BLAKE2b-256 befeab3226a9a40430951de0e660980eb339f3043a70b9d72ffbc9d8b678a28c

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 136da8fbd75979d048392997b9797b711b29777d8fa77f088f52e93ac65e7832
MD5 69bb7b85d8aa71c2d2d8962625efc1ae
BLAKE2b-256 4c88daaa6488ea741ad9cf16dbf45307c2887ab4eaea283a435b23d5ca50cbbb

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f59c0df840de55baefe22397939e05e79dbaa6abff0f9e46ea58bb72ea2a427
MD5 56eccb555b80a45ca864dbc67adf4e68
BLAKE2b-256 5a505d6ddd2800eb81a9d8398a8f36c1e2f395a9f4cd7d725736af0db73b82fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e71b4a6cb23ace7d6b15852126d4d1bb5af3db93a1f8b92c458edde5d123a5b6
MD5 4ba5443dd19269afa5360eac7d2fa552
BLAKE2b-256 2d183a95a9c5d0a0872a41a5813b595bda1669810d8b24777b7f6fd3e5b5970f

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d3499b504035a64d64fe8885d016fcc40fac4db4c85a73bca89fcf3f4a308666
MD5 6e4a1313485fb6e576b035590521994c
BLAKE2b-256 031f3c0e48f711f2c5e9cb82123bdc45460b11c87e2477dca4d8a7dcadde5e4d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ebda038345cb66fa648bf8e0ec9da98e932c055e2f98e106295a4684b5fe13ed
MD5 dc4e77f54479327ce0468b0019f55338
BLAKE2b-256 563f69ca9e66d4926aea79d43de4906d48eea79eefe29feb8478ee1591e78724

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0778df1d4a49266b6fea2356ccf9c99c6da1980f6871ee09fed7ae430da2e7d8
MD5 3262e49cee62f4e2fc5a991c963964b6
BLAKE2b-256 5c3ecdfc9f4a3812b71c58b005885cc251e7425e2a5df58a1f0ddcc2bdab4420

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f8a5d1a89c7813ce0708c4479c3c12501f1c14f094826c1867ac7ccace10bb9
MD5 df0116df02db1a850f778f82ef1f7e79
BLAKE2b-256 ad7e424fdd88ccc559567671f70255f4d0244adee804bc42ed2d45cdc522ecb7

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7a3b050edab0a79f734cfcbd8b5b8378a8140195cc31dc3fe1b05e1877305cb
MD5 f286395c6a61ae033aa55ff8a5fba36f
BLAKE2b-256 2ee1b54aed1f3c2110a6d465d0505bed08587997ef5dd620cc1e629f9390f6a4

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 962be56937cc23506110db78f6c589178d3456325fe00486b2dae0bdcd9662ac
MD5 67ff891c8ff0197b605b36ca5e21f4e4
BLAKE2b-256 368208b6fb335b54153cebf223da3733e96d59b842e4f4ca7ebcb3bdbccdfb88

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bb3c1f24749108c2efad7999919a1272af16a1af48341ce822e298627107bc4c
MD5 e41426ff70b223f26e4bd7c72d61d5b3
BLAKE2b-256 0d6adf0ec5212b5a799da4bc8d2d10dae0151286cdbe7a263c79c0ee25dc8ce8

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 66a866742bf13eb8474838f5fef3791b340e18cc89c8500f9da3026dd69964a0
MD5 dfca755e88376471a78cb69510a0fe17
BLAKE2b-256 d978b31fb807c1599c7105e308694387028f2e19f325e7cd34cfd8c9a3ad8319

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d9ab7ab9fefbc9b9dccc0230e87c66e85702262eb89914d437dd641015dd08c
MD5 7edbaa02a2088a0f0be0ff1ab94fa405
BLAKE2b-256 bce44d8de05899a338de1d299d1502c2bd684d54a779a3fc114a36f27280f4d8

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 5ef0a421a59e356dffe043e863f0a36bf1cb807b8b3b0655b1ca98898d4ff9ac
MD5 1a75d60c3cf3c11efad4b4635c75a39a
BLAKE2b-256 f343098f54964ac91c495700077a8e5e83b91dc2a209786059e7beeafe19cac7

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 06bda56bfcf486e6fcd493669e23a40492f47ac33404db03fec5e90b9acdfde7
MD5 36fb6142758d98280c81adba15381642
BLAKE2b-256 6cb5b1649bdbda44624c0232aa632b471d5c661ccb464d3bd98aead979b8b991

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8441368e4bfb0d9b8fa01183d5637f0f50dbbd97ce877a70d816002203f163b6
MD5 0a2fb50659fd2d3aa6cabb4d05f31f2a
BLAKE2b-256 b4f1044980c4f7c63bd09d2e8209b9d865430aca25a0329b348b345f24084ff8

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 935a2daf8e68dfede7ade2d2a9da9076d0ce997c758d956f8d60bcbc5323768e
MD5 a782649979d22532111a76fe81c4d6e0
BLAKE2b-256 9c58d9b88e8ea4993d76808eb5629095fa488d02f8d6d425ae923284c365de79

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff86da9abe57ed66b27cf66a7b0b2d21a9da09eab29e7a40a46b1c20c9ef825f
MD5 7086c8ed80b4e40249f0672bd545d0d4
BLAKE2b-256 94c200a8a3174f5def6ac889ece98fae8ef5fb139b85380167421b1cbf70a5c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8790be986537600e484e5c1eec00af86314730ddc56d91eb73fe9c871a51dbc0
MD5 92cdcaecd454d850533f1c7b836e4ccd
BLAKE2b-256 cedb35fa8719e6f43b749257f8b5a6009be7e2d6df80ec48bcb2f10990e3c7c4

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2bde14b6690f3dc0a595e340420fec2282cad3856d55927a77bc149ec30a08dd
MD5 11dcd81ad1011186549f76212bea8419
BLAKE2b-256 fb877e1f107b1ded4916a0d7b8c5515df0635a3b39e0bec8a4826b4c8b076158

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07444db6d442b8056bbb268a62fd9e2c9589d16022fb5037c08fc0a5bac67523
MD5 b9682811d25c1a0cc2d73774772f8773
BLAKE2b-256 5f56f26b780936085e4b7817fb6a012d6c99bd9d1244a65e1ca4f08a63be9ded

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2b5cd17c03c7e6b5ca7738f5c4a29bcd7a9405a4338f3460c4fe26e0389cb87
MD5 a2d12887999b5cddd47ad16f33eff2fa
BLAKE2b-256 831fba8bafb024ca27ba6cc4bc3c533145a00fdaa6eec92c68e9135ebbc86126

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfef2673afe667b08b493152296f7a7bc93d8d64e8d50554803e6c72afa5302e
MD5 f4d8d86c0f0589b450f926e5c92647c2
BLAKE2b-256 08aca7c82e58a601ae0dbf9be241fa248f23d53a86c8ae203d4b60d65061f6e3

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4e3b558f8b0eb18ae54bf7d1811caaa5ff929a1d4439c0b90cdb549544ab5a0
MD5 75f005c70957d6d76e6bcaf6be55b36e
BLAKE2b-256 738578d022eb7d5828ce0c5934f760835e76c774504086832b5b7fa28dcfefe4

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 03d9499a53308e673178edc99ebc9e9830e9e9432ab00022e901f70780b6a64b
MD5 d382411f139eb4b8a9bf9d353cef54df
BLAKE2b-256 37d0494f047fcbb4549f486db365e792c4ce7c265000a379db748ced86a72184

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b96fe94225cfac69835bc8310219a018fc9a45c7e89dbbb052c953a8f9e89b4b
MD5 d97587427613727d69c1f0e967ec72d4
BLAKE2b-256 b25c3abd4bb0cc6a983893f69d7bf0fe2f3ced4adca3b1d96faff29e041f4c56

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 99571588cbce2815c84116d47fc7d69b2db9864f49c64005fd0e4ae31af4747c
MD5 bef994c76522e4f4975e68d067972d71
BLAKE2b-256 1e89c14cc4ede8d765aff945164a2f74a18ec62fc7bae95e7553a077d9acaa87

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6813db2540fa6436c9ecc3ec3d8aacf1e865a7e231de1a00fc0c9bbd00a8c42
MD5 2c289e3cc33411fc68fb98108462e4c3
BLAKE2b-256 7e10702582b02144299c3515c3b56b4b32c8563e397d7261fc0c0706a173e174

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9a92db07493e172b7dea1d07bb0bbf6e300531a8716b0665e7f7ee21117f1ff2
MD5 75543c653acd74831cfb2745c263488a
BLAKE2b-256 9a9b5e94f6bee14c616e6fdc54266ad0592dffdf97ba2e23c2b663d041db0841

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 02ce0c29c4bb528af42181cb16c8c5258a3b2801b4a0461daec33472fa93086d
MD5 9a2ebcfa9c07af87f2c877532ff63494
BLAKE2b-256 7f6b9d6806313dac3c3c62d893cf6bf3921ea50f0fa563c61ce2d84ad5b8ffbc

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a2e0a4d96d65a2ff09dcf9a2a80dea9fa2153d339a2a412db9b66fc5733113f7
MD5 6966c61803aafdda0c7192f05dab8131
BLAKE2b-256 124f844de09d9e392887abbedc2812f3c789da8cbc98ea97f1ebe27e4fd2009b

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b6d14f2447ca7af490d976287f5ef31286a5c1b6e20a1e11a79bc08bad0f232
MD5 34c7679df5336628d9463dbabd1f7a3d
BLAKE2b-256 e407dd4fdbd249cf4cf42379dbcdaf92ad371a61a700bd9a5d569b0617c7c95a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be5777e6ee6fb517a430b8518dc1f789476873cf3bbfe1ac30cef8d8d6ec7ced
MD5 9bc21f7af9506fda1dc1c868748d2bb1
BLAKE2b-256 a3939619fccaf69650f27e00d37cffeb774585c0c560d43e0a6f1fd940fd8c9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc642727c52a046f93bc8d267e2cc55ad7aa86c64637f9104f50d89afe76a77c
MD5 656b6834248f584941dc286c3bbb8425
BLAKE2b-256 77792fb0b1d080c1183d49c3814467849925a29bbdd05c7ccc9eb4b5c81e4fa1

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ad823fb2e62f20e28ff06d34af77a9bad3f89409144c5c2c2f11e46c235bc1a9
MD5 c930d4bfc8e8814fa5069e2e07bc3427
BLAKE2b-256 783c554176a48c156cf3fd3822da1536cf0da49d3e7af5ff063d8e4598e05f9a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 275ce858529fd9052ce30279edd7d15232e3df17e0913f040fd6080875c25e20
MD5 167d123f6364d15001c74abfe256b271
BLAKE2b-256 588f71dd0238c7b090beb38313415bad62c55c2c4a0161c39930ec6d24708fa1

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 814d3e968a7035b86ffccb2759fc30469bc0d41423040f8a03916c99e3fc923b
MD5 0a4c038ad26060995ffa6e779a6e72df
BLAKE2b-256 35fcda5b5739647a3226fc8ffab7cf5338ff0c189b4c607cf5135f365c05dccb

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9bf82c2a84aefa78848f6ead380838fabe44ce10d7eeba844a03a81b9ae610b
MD5 fdbdaeaa1aa7141878d532194dc35dda
BLAKE2b-256 626dcfc1f6cfced66795829ea4315e0ebeddd3f14c5c688133850c36529d85f8

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18eced7f6ef498137f80d388f5e52d9edb3d77e8fa3b656f0e5d96d8208e9fd4
MD5 17da693f3659e468a714dadc39e9bf82
BLAKE2b-256 a105be7cde6a82d493c252549b9918ac0f41a5054c4195c0abe1b3bd1142ae12

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3a3289c7db74397b8da45120a487f7c0fbfa83fbf47b6466c61a2380db693963
MD5 d6f49d7636eee8489421a5f94f7f3b49
BLAKE2b-256 abf24c253a223b5772a79edc729b07f00244a052529f948318c33f3e029a4cee

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7beeb303c17193c38ab84386a7d4d2bd86555dc7419525be5198409d515112bf
MD5 ece8937c0a6c7059637f34fe4606f8c2
BLAKE2b-256 750fbe1b3f41b4f08a0653557bb8f612b5b7a8a3b78cc54d2af1a583dca807e5

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0857b91bd277ff1c5dc4a2c59ac37e6aff8d26192f913e8f2c456b90067732a7
MD5 edfc9be725ffe3364660e83071b7cf29
BLAKE2b-256 5502b8ae1e5218099c9c13aa68d7472a3c4839cd9aa28b236c9ec6f59a52a593

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 452bd85602f0c5f634030caaf81d2645c4160fb07cd216639a57cf6d3458cd2d
MD5 57ef972dda17df53f0b1b7c958e872e3
BLAKE2b-256 431a91dd315a10229e1f346fd1ea14bc9480ce318d8334afe5b14ed56d073541

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 03b10960c137faa6f86ebd9cab10ad3b84ba71b6357c2b93001c124daa647741
MD5 1ff035a82a68ea6abee13e0f89465217
BLAKE2b-256 b68cf6d352d663653be01efc3a59f5eaedd16716eb91e18e0006d435fffdac90

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a21a469e9b606bed6fdfab92e5d7d07f44304e45fa51090ed50395fd9920e911
MD5 2dce9da9845647c5a2f17379428db0c7
BLAKE2b-256 a284b4282173e6348d94c27ca677954b1a46253d0661ad70bae3b88873e3c4ba

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5816fd679fccdb4a6db62e38078779d250b8537046df55417735fdd8e9f7625
MD5 3844006c4e1beb669a5b5dec735130f4
BLAKE2b-256 30a4b2683eaf53ddfd776b1dc37538ef0e727e6780044e07450940c27bba0898

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfd0bf285257511c9d8789696334356d64507d1f15756088a2cb8bd97515df64
MD5 46cc94695514c71f962ade4f998510d9
BLAKE2b-256 1328ca0c9ced835d5014abaf4beb1914c9f1d86e17abf89c95a9f5a5407a15a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for chachax-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ebd7bd0ae41afd2f56f97c178b77abb1362be4fe1c4c2ee0fdc626d613022d5a
MD5 fe9f8fcc1c2a423b73407f4321553a43
BLAKE2b-256 51f0c94bb6e4bde8737dfc911e92bd6d800d89e58dc9ae3585849c603187b0a3

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd87219fb77a4dfdfc32c637985122e8c101d478a53e9117f6dbe1e92d7d9b7d
MD5 04e3ca4868a817d06789d1374d8625f5
BLAKE2b-256 511becdc88dd2f62c1f4217f284424d6d203063cbea1524435bfb0a30c1f9055

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e1cef960acfc575b3a5b7a528a30c796b1d980f3585c89948eaf6567d192463
MD5 6e28001640e8ece8d08be48f5cca81c4
BLAKE2b-256 4d9ad30fe4c777cd12cf3528ee952406eba5d3b203a6e3121c5ebea271ef7085

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d43f2fac01e16dc84dbac1b023c7080c7121557b6aaf21737fdce55992c18405
MD5 66e3d71f8830b6dcfc67a8fd3bba00e1
BLAKE2b-256 4af3c7e11189c1adbfbc367b0895e811b086bfcaeac1807f3f327b250175830b

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce3ba2cf74ed021bed0f13c952f9a5d1b1be00313346756e5d397190f18ef0c3
MD5 9727bf2000e9fe4fb70f2c923a508b73
BLAKE2b-256 fc9eb14f4066b881e27d9486d4f15388b8ab7c821611afd302ad873b5c4f6ba6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 657008a29a5bbfe126a9cc41883fdb029c8d57ca5909349b4ba117521cf5cecc
MD5 b559c04d3680f3713678c6ee772b8287
BLAKE2b-256 28b4e76229de4c569f1c57dd5dff8a6bbc4da876b47f490e9f98eb3d98419c66

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5a2713aa6bfe545217f28924fdd923f170dbffc8a202964183fbaa3cfdf47054
MD5 3db3c5f949ff7c8fe1e37de22cc4656d
BLAKE2b-256 ffea8f4020279b5ef23da2993b7bf4e42548dca072ec1b042400d74c7163c0d4

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4cd62be6b3e956a72e64d558618c27151a75de3503519154e1b466cdf89ffdfb
MD5 c3568026fe38828c8ef56cfe2cb193b7
BLAKE2b-256 612fedf5ba27e93f7c26bb0768df96bf7176743a0c874b836ca4b73558847b9d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fce9c0afe154a609cd54723755718d3532c2d36606e51d5fed4be5d841aa0f2a
MD5 791ba3c857ec13138e7bd6933f8e5e39
BLAKE2b-256 544242d32f02cdfd2aa578e938da375c914bd34c7e2f0e8f977ec66f2f6a8d5f

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 69bfdb9b32c970838e8029b8748d690e712dd1d023d7ac1be57451210710cbfa
MD5 6ed8df65949c0447767be7606bfa17ac
BLAKE2b-256 f5b5c3e87f674043202c67e07ba8c47de7aed6ae66d3d197d77164dd8e4e03a1

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f1eab3a782efdc1b7184db1d21a3772ca5baa4e2fa376652967ce19843a9e3ac
MD5 0f3b476c43052bf3aa15f44238067d4a
BLAKE2b-256 a4773a16964bc9321137771de6c737d22992f8ada25824b5404e6fb599f610e8

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 200895ec3fe74f9d117f4b8f196fd1e67b687f356bf5b2db83f7fc5f9d02b651
MD5 b8da60847b9434c43e1f82b8bfeca88b
BLAKE2b-256 be9c81c85c43181ed41e09f3c2eefe221332f1ef83109e40a9d6d14bafd68aa6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d6ef3f695f032d866aa449bc109553013789d56c5c367986d33db379fb6cf22
MD5 f22e39f0b22b6dd367165ea3aba90025
BLAKE2b-256 bfeb4dd901841dcee4961e7515958e4b8e2b3b16bebca2ad7076b61d3e166526

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12f17eea2266565244c9805a74a7497de7edb8ecdd175946fd8ba07c22956493
MD5 28611ded84e2030e41977eb1b2ddaa6e
BLAKE2b-256 3f64bd2ad3d9dbbf950079b097756d1facf929e0944d4ef6c1e6042c34718fbe

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e0cce2f96aea6a66a4f170c7154e2103b276c716a0e7e266ce6617a3c39d3fee
MD5 d2318b7a187da762d07ad46d7549f84a
BLAKE2b-256 da91302edde1f57457f2dbd50b7250c9983c6b24406c3372df63875ff1ce77aa

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e07ffd68c12f618cf049e91e114e18abeae07ad46dde099420037b5980209d1e
MD5 87e22c6c9971f6a9e037a4283f53e4bb
BLAKE2b-256 d2b52260436ec2e9b9442ec6580f6fc378cc0f6a843e9b8e1ad0ca571e5c81a3

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 192abc176b6c85fe1c1938bcb48785457cab4bfaa7f14f518000052c686f189d
MD5 093676d6b62ee816b2f82bab36775b0d
BLAKE2b-256 bef9a4e6dfa63a9967a2511f59015681f3d262c4e2f20bda0d5f99b0668b3884

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb700fb5d72d54fd89b1afd073f6558dd766f71c3cc92d8269df398a9447b504
MD5 c0e171fe9688d2086f17b9b5914fe827
BLAKE2b-256 6b7a33d5090cace741db05da6f997eda77c1b581df999c5afbffb9063a6971a6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c4dfbd276da717b3773c3ce5f9c2d903d891613a617fae0a8b64cf9f001cba2
MD5 6158b33bf97a975d0f04a9cb7c5b40fa
BLAKE2b-256 41de4660d1dbb513899f09f387fa0ec55ae106e2b14affd60012c7a8f0d3456a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 27fa604bd09d74895e4ff621f780a68483e08957c13a9107333a067099e44d2c
MD5 883145605504264a1d85a5320748b28a
BLAKE2b-256 435903506cd89adac975169c61845c72b31302f101d623f882b68538ea5515bd

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

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

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 72ae2868726b4236614601ff9bfa07cf07a8c3c9112326ad288ceca950766d08
MD5 7d9f8821d3216717070d095d9ec4940e
BLAKE2b-256 c56625501bebe245500784093b39aa06b4bd19fc0965ae1171e396f186ee4719

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25db4d2ce68368248165dd2fecfca02b659ea24e56f91b01833077d5753b1701
MD5 f43fc1aaa428d979a9dc7d9241a3f7a2
BLAKE2b-256 06679136343760203d9598fa31fdc464df1dde22b62471e755f1ffa87e50b552

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 27ebad9ec3dc64fd3711c61e3a1d3869d5cc498a0820a2e65bcaedf222e91fed
MD5 76fad2f8220921485d0b236aa9b42002
BLAKE2b-256 af79de7fdf20361b0e1a0e468147fc3af3eca150edde5cdde6ef735544d019bb

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 45a1df1fdf594b0345882731a94ef79f58af4c5ec4a052e27c0dc89e2b28d8f4
MD5 61a2803cf4659a3554658a53063fa454
BLAKE2b-256 70e8a4d3c0fd1e333a9bbb56cb05a4ef17b224dff42751e6571a75049a587997

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f6aeacbf7a1553de3556ef5b18ee7cbadc862031e869a2200b665be91e67671
MD5 3785db2fdb09d6346577917b04a4e4be
BLAKE2b-256 fbbdffaa4a2e033cc6039d8f6ab9c5dab356d4f50daf87c4d9d24743f95be4bd

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbc437fcfeffb1a80da828c12a33b07feea1f717c658daa3de3827dd7da5452c
MD5 78b477ceca5e0d62d7511437b928cff0
BLAKE2b-256 f27fd090f3981ffb5d8137505caec88dfacb36c7c61a6b2179d9bf37fc436b46

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

Details for the file chachax-1.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 853493dc036f95fa8f5997a7e8de43e02436625a6d815f099ddff5cff8a86ec7
MD5 caa118b8b1c51d6cdc55a0ff163e697e
BLAKE2b-256 4a023bc4a48575e9ae44bc8660797f85d49bc9835cb970e39941b81c10969d59

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8e661aee2469f4be5af0bc6c082c6261aa5746d9f9f1498290bbed13ef624cdf
MD5 93d68047e530942d0028546d9537606b
BLAKE2b-256 9d5b83ad0235df6070195ccec087295a6537e240a7c5a345d96bf32d675a423d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d43a9d43c432a6fcb9bc55d8175e998c8ce0ad250350cc9222df8e99c91c5fa7
MD5 d811ad1a8d9e75220586004902a8bc81
BLAKE2b-256 25536758fe4196e57755cf828566f45cf975770d18bac6eb0ceb03e4a3e81c18

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8db169a545f2462f71367abd529be49010d93e900885a1536e901fbeb78db0f
MD5 1c45720bd94bc2e0b4ede7a9f75b7e81
BLAKE2b-256 99634b14563581e1ed4d53478af57118fa1e7b49bf9b4066eada1ebffaf80fee

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd47be96dbaf4676854fc1373b17d7262583adc307400693ae27e49e754f8527
MD5 014e872d827334810e42f08767a65940
BLAKE2b-256 cec4f166ad34471d8ef297877e41d12b857f5403c838bc7a2ce35bc7929c6ac6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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

File details

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

File metadata

File hashes

Hashes for chachax-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c264e3a6caa26b6c5ab991d30883fde71a02df96f13f8523f14a005b41076d96
MD5 6b2eaa157521535cc9a2fdcf730d9818
BLAKE2b-256 29ab658bfffb493a9c4094c378363cc11b9d51bbfd8bec36fd65c3387a97d28a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on Rin-Wood/chachax

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