Skip to main content

A lightway and fast implementation of QUIC and HTTP/3

Project description

Supported Interpreters PyPI - Downloads

What is qh3?

qh3 is a maintained fork of the aioquic library.

It is lighter, faster, and more adapted to a broader audience as this package has no external dependency and does not rely on mainstream OpenSSL.

While it is a compatible fork, it is not a drop-in replacement since the first major. See the CHANGELOG for details.

qh3 is a library for the QUIC network protocol in Python. It features a minimal TLS 1.3 implementation, a QUIC stack, and an HTTP/3 stack.

QUIC was standardized in RFC 9000 and HTTP/3 in RFC 9114. qh3 follow the standardized version of QUIC and HTTP/3.

QUIC stack conforming with RFC 9000 (QUIC v1) and RFC 9369 (QUIC v2)

To learn more about qh3 please read the documentation.

qh3 stands for Q UIC . H TTP/ 3.

Our primary goal with this fork is mainly about the client aspect, while the server side code is maintained, we do not have enough time to add feature to it at the moment.

PR are welcomed for any improvement (server or client).

Why should I use qh3?

qh3 has been designed to be embedded into Python client and server libraries wishing to support QUIC and/or HTTP/3. The goal is to provide a common codebase for Python libraries in the hope of avoiding duplicated effort.

Both the QUIC and the HTTP/3 APIs follow the “bring your own I/O” pattern, leaving actual I/O operations to the API user. This approach has a number of advantages including making the code testable and allowing integration with different concurrency models.

This library is the lowest level you can find for handling QUIC and HTTP/3. Here are higher libraries:

Features

  • QUIC stack conforming with RFC 9000

  • HTTP/3 stack conforming with RFC 9114

  • minimal TLS 1.3 implementation conforming with RFC 8446

  • IPv4 and IPv6 support

  • connection migration and NAT rebinding

  • logging TLS traffic secrets

  • logging QUIC events in QLOG format

  • HTTP/3 server push support

  • Post-Quantum (KEM) Key-Exchange (NIST FIPS 203 ML-KEM-768)

  • OCSP Stapling (Client Only)

  • Encrypted Client Hello conforming with RFC 9849

  • GRO/GSO support when available (Linux native and MacOS private batching API)

  • HyStart++ RFC 9406

Requirements

qh3 requires Python and PyPy 3.7 or greater.

Running the examples

qh3 comes with a number of examples illustrating various QUIC use cases.

You can browse these examples here: https://github.com/jawah/qh3/tree/main/examples

License

qh3 is released under the BSD license.

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

qh3-1.8.1.tar.gz (335.8 kB view details)

Uploaded Source

Built Distributions

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

qh3-1.8.1-pp311-pypy311_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.4 MB view details)

Uploaded PyPymacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

qh3-1.8.1-pp310-pypy310_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.1-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.4 MB view details)

Uploaded PyPymacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

qh3-1.8.1-pp39-pypy39_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.1-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.4 MB view details)

Uploaded PyPymacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

qh3-1.8.1-pp38-pypy38_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.1-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.4 MB view details)

Uploaded PyPymacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

qh3-1.8.1-pp37-pypy37_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.1-cp314-cp314t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

qh3-1.8.1-cp314-cp314t-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

qh3-1.8.1-cp314-cp314t-win32.whl (1.9 MB view details)

Uploaded CPython 3.14tWindows x86

qh3-1.8.1-cp314-cp314t-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

qh3-1.8.1-cp314-cp314t-musllinux_1_1_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ riscv64

qh3-1.8.1-cp314-cp314t-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

qh3-1.8.1-cp314-cp314t-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

qh3-1.8.1-cp314-cp314t-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

qh3-1.8.1-cp314-cp314t-manylinux_2_39_riscv64.whl (2.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.39+ riscv64

qh3-1.8.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

qh3-1.8.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64

qh3-1.8.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

qh3-1.8.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

qh3-1.8.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.4 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

qh3-1.8.1-cp313-cp313t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows ARM64

qh3-1.8.1-cp313-cp313t-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.13tWindows x86-64

qh3-1.8.1-cp313-cp313t-win32.whl (1.9 MB view details)

Uploaded CPython 3.13tWindows x86

qh3-1.8.1-cp313-cp313t-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

qh3-1.8.1-cp313-cp313t-musllinux_1_1_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ riscv64

qh3-1.8.1-cp313-cp313t-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

qh3-1.8.1-cp313-cp313t-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

qh3-1.8.1-cp313-cp313t-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

qh3-1.8.1-cp313-cp313t-manylinux_2_39_riscv64.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.39+ riscv64

qh3-1.8.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

qh3-1.8.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64

qh3-1.8.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

qh3-1.8.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qh3-1.8.1-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.4 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

qh3-1.8.1-cp37-abi3-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.7+Windows ARM64

qh3-1.8.1-cp37-abi3-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.7+Windows x86-64

qh3-1.8.1-cp37-abi3-win32.whl (1.9 MB view details)

Uploaded CPython 3.7+Windows x86

qh3-1.8.1-cp37-abi3-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ x86-64

qh3-1.8.1-cp37-abi3-musllinux_1_1_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ riscv64

qh3-1.8.1-cp37-abi3-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

qh3-1.8.1-cp37-abi3-musllinux_1_1_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

qh3-1.8.1-cp37-abi3-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

qh3-1.8.1-cp37-abi3-manylinux_2_39_riscv64.whl (2.0 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.39+ riscv64

qh3-1.8.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

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

qh3-1.8.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ s390x

qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64le

qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.0 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64

qh3-1.8.1-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ i686

qh3-1.8.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

qh3-1.8.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARM64

qh3-1.8.1-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.4 MB view details)

Uploaded CPython 3.7+macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

File details

Details for the file qh3-1.8.1.tar.gz.

File metadata

  • Download URL: qh3-1.8.1.tar.gz
  • Upload date:
  • Size: 335.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1.tar.gz
Algorithm Hash digest
SHA256 28d5d73903850d5733eb4c7f6cc3a81d40099f98204b5c8482330a1fb7ca92c8
MD5 3d719258f58c35e352c1f9e020d474ac
BLAKE2b-256 0a838a57595b1c8ba57f70abcb731db647b3beabad52f76e282e1fc7f666c5a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1.tar.gz:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2ebdb31426f5f503108366dbba401b624cf060e6cc80d48537884acd878d49fe
MD5 4d7f91f0daf96dbc937ed29d8a7cd850
BLAKE2b-256 cda07f623c545471cffa67562ed6db20e5fe977b7f06fdd4bad7b7adc156dd5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e3f54647b515433704f66ecffc5a81a747621658cb448b95018c0958c18b203
MD5 dba2257f582a80248c55bd8b265eaa01
BLAKE2b-256 2c9489bb998f54268a18a15b2a20a71fd3d32ec8f07970a5753e3abb01e0c2ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2bc69409c5c49d17a246ac50e0f9c3468963d17a03b2c60b9bb88543b547c298
MD5 fa4ed62568580a8d3f92249dac275f02
BLAKE2b-256 b12f55250b4b0d7beae5fdaee234b0ab997d5d46bb15b319ec67bde76f29318f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4ab5178d09842398f465cecc2b95bf51e54911e18f2e0c7cd4f377893560beee
MD5 7ecd4d0e2a9a5c7c291a3bbb04a80064
BLAKE2b-256 38bd1732f0a5e4cf4daaf7cdcbd08f0c788c86db221ce848950ddc4cba973e67

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3107922294f4c05ef42eaf7bbd85c561f8c7c9ba2b14cf1166a8e4daf38c6646
MD5 3982a6ebd2a6b1bdc197fcf3c0236620
BLAKE2b-256 216adcc2505a50f25de676f0f6100038941c0f4ecb628ed3cdfe964eb06bf3c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4ee58476cbafdf89c53b6afb578a582f35b4989cf217aff38d072c6ac8992cd
MD5 c8465032e38aba2b1c65826e314ef260
BLAKE2b-256 94245bfd72641e8ff40fdcdf6d6add7200e117a45259485ab4667989fbb7bb2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1472316833898ea402b2947dec1bf3808935d620b76df857f139674b66fdac8f
MD5 e1e4d62748bd3d55685c7c7aaf4da352
BLAKE2b-256 71f060e34934ae94a9b69ce5353ab136031333aa52fb83f37b3cb9a47994187a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4c0a3cc2f6075187b5337febb9933f30d2d7067daa732dd859c9c9bf95c2e843
MD5 7ecbb4b62bd0e8a4bb8807fcea8de732
BLAKE2b-256 29c10ce3a57bae59054a640376d040a68b746bd6104d5842be26a94d034b823e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 86cd5e432c2eccecf7bb9bbd03aea8b61b94bc0263148038f2a486ed9d546417
MD5 e01f4a73e533568ec2603c379063cb27
BLAKE2b-256 79340b3b9664314fac4b10b12709c9995efd503ec9b749b5d43037e87f90f32a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76e03d577d56cf7a219848c9e3aad44ede24d628ec446487831e92b32a8b4030
MD5 035cc340e751b9057f00053ae6e52428
BLAKE2b-256 c587dceb3e508497f1821cae423986ec212c485ad2f6bef1d1e011b85b7f46e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 69311438af5553caaafeb5e9b5c30c15a8d9be5d07285dcd492b7592f7d3f69a
MD5 8a45fefeeca4cfe712a007ad33ec2dd2
BLAKE2b-256 20b4fec35dc3e275202c00a6a83b7e8c5cb708f3daed91055a9b5c6f224a328a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5218180fffee8dfadd91bbc2927e6aaaf5698df85693f98082aca8efb3ed337f
MD5 07d0a5f64907111eecf3080beb63f64e
BLAKE2b-256 c959a28062cf7d1b91b6af6bce1c162c7414690b518f6136df7aac4f695210e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 60f3891866a6305bf339c166533e80f265f75c10e856173ca482bfc35a7b0e73
MD5 98736e9c796dd6acd11970c69c71fe5f
BLAKE2b-256 86a23f41eff4bdd40683aef29ffcb85acf5f5bf404b2c00b387022f7b091a66c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 45d79405a671662f57a5e9bd832842448feac771921ea869376c064d874f9e52
MD5 6ae0be5648b27b707ba05df261e44656
BLAKE2b-256 7bc6701ada1433b2444e44a50751affd762700eab2d360e432d9dd6aa3e4b318

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b457d73da497029bb8cbffb532538c36676c3a365d8c4fee36780a35a54300e3
MD5 a5bddfaed942e840ee541a57ffbfd963
BLAKE2b-256 e45f19cc68e4f931b3217d1770a626f78a3e5a6298eeb112cbfd1c60ef933f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6167d490abea55730e82a88fbca50e2bcba9ca88d83c83968ea59c5a9067ff12
MD5 b58e6a7f6a05f1c91d76f075f0be6ebc
BLAKE2b-256 55e668490ef45ab6f878e5f49cf14988b493c3889c0cc667ffb642cb21fd12ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 60ec47e3395a71bba5f9d0391e50d31b959c35a5beb7cdb8a32acb886355d6e5
MD5 a0c08ad276a9aa194a128d0e433344bc
BLAKE2b-256 f46a5ac3800a2d2f5e575d2284c6ee25e9fcd26bb67fddcd8dcecf443312dffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b1fdb5ce3c51fd83cf4ce1b613d6d0e74207a8e414d405b8f9f6d98c7b30161f
MD5 f7171bca44bdda401fa7585deb9ae647
BLAKE2b-256 882b76c9a17ca95f72c50ab941ecdb447a880c71203495442d2c5bc9e4f2e55a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 894aa7273d61139970f8abd120f4dcec2cd06ae9b17e9989a5bbe6827abb070a
MD5 92139307682891d4e024d8e33176c986
BLAKE2b-256 51fdbfb507f084fa0cd5f45285b190094e2c1c444f6baff98efb6d37df1e9fec

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8ae69a6c266b5000bc2ab606ee110d1101505b07b45d1d4a7b2ef8d5cb4a1cc
MD5 29cb987b9c05ddc0aaaf38c1fd408a7c
BLAKE2b-256 f6cb810a0a6ea13bc9ffd6be7bb13d68cd59d9e2248170364c1fbd88d42c247b

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbb530d1cb322bde0d47266656e0d497a258827c990fbccc029ffed362a6102b
MD5 905d797a84bb6c50d902ad4e52e84eb7
BLAKE2b-256 7de3c3cea2dbe473643e8e599f389027c1d1bb8cf734484cc294f7b8f2f274b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 f4b3a0140dee12af9ab9dfac3db60ad80a93d6f10ee194785555ead952098b9e
MD5 e4f7444ed2a90ca4bc949b9ad46b76cb
BLAKE2b-256 0111d6b40159f131e68ac2c7497ac2c02ce248d92b5a3527bb5a1966a303d510

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e638012fe2448e60c302974cba26f6dfee4a7988eae9dd77de2a926f7b4cce47
MD5 e20dff26f130858814b771031f20f400
BLAKE2b-256 6fac72bda1863ab361e965ab7d44c253abcce0ca4ae93db645caaa0d1883cc16

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91c1355aa36971088626b0492c086bb5e4990fb307a78d3143714ff7522ccffc
MD5 14d296ed331785e0f02a94209ea29c34
BLAKE2b-256 ab0fde1e5fcbe15904ce0f66e2075d07cd559080dc176f8bf6ca8161e90343b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7da0930285428a57ae878b2f6f6c2fe8149f5b54c17972a85b77198b05a2c6f
MD5 cfbdfb9ebd5b9e05359301c32af67720
BLAKE2b-256 1f903785338f3cf3199eb1abd918e209951206f2e7cff80d309b1c189b5a3faa

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2534c4647c8fe84725c115e064c77235865f16ab420e51970f54c2a1d47a3de2
MD5 7363b5c334012db7a625b20213649541
BLAKE2b-256 74c86e7f3a94c2c92c604284207f33de6d8c01af640a8d2249d8dcaad987637d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.1-pp39-pypy39_pp73-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 558f4883af8631d667254886bf7fcc7f8565ada6fdd81d7aae3872bcebd9c108
MD5 f24ba9018789caf8de4ca5600526b9ad
BLAKE2b-256 573b349ddb1208ce5d0de1dd2a9333f3d7b237c926e18d0133dcc479b889bcd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d9d47c2143a4f7b29737769ab28e9a36ba993740cfecbefd7d6e2156982c5324
MD5 d18e4f044a82948afcd8e136096510b7
BLAKE2b-256 59cb42a1ce24a076d924ad0ed46ad73912de3bdbd938f84f5f48c98a674589d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6f2488c92f2e495c0a18e88258274532acddde4c2542d0ffc2d7614167538451
MD5 aa7ab8241f631d505e784377a7cee161
BLAKE2b-256 8a768ba199a50494977b6176b384c95cf997d42fb333e15a3572604c39bea034

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 fbe895164d31be3c0ab5c3cfdfe13054723d72440d8144239bbd4c8a5be088d0
MD5 1e546d35b48bac5c5f1585b628655a01
BLAKE2b-256 c854477da04132504d738acb380fff9e5817fdb190823bae32699ccc0fb0d0b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bac42ed5a2991927630be2940d28d40358c9eec89e3e5e31a012aed52da9f158
MD5 084c27f81c791765041a5a8420740a33
BLAKE2b-256 931793fa99b024bb017839dd0965cfd09bef9ba2c11455bd076b2d6deeb1318c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f461c75beb8cf30ee00b84f701ca42e4e0086bcad1fb4df838cee3665b29af54
MD5 028b736ad0c2bccce1b008e608927d64
BLAKE2b-256 8426df72ed4166180568aa88a3851d7edb75fb1bd0c2f1eb4bf2e841f25a07db

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5b0634d6b5bce36cf22531e25c95c89d56a34d9e27e49872117df30d9daabe1c
MD5 3e99af62f858832beb9ce4419456ab45
BLAKE2b-256 8448037522596f03975af6d2e18ae735ede70e52f59ec22a80a02823544d3707

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f4a5383bd239ba4e05a4c93418e0fb8fcc9b1c3fb38f492a1c3f92a6a4f4217
MD5 683c8635b7048b399ba99ea5f7b22a1c
BLAKE2b-256 671eb64f76a22ed2c7a913a0290e1c7cc92a1425cbab2dc60a68c4100cc3f974

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 637bd0c8ea5a03fe725ae89b6a3e6e6ca3d3bcbcf74c1449889425e9e9b3c75b
MD5 57d82f1e0d8209fde7f979645c5389b8
BLAKE2b-256 5182684190a2c4c85c3696e8a21b5e35f0782e74299aec135667e4f669a8f580

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab1baf87092db6f442fd6f8871745bffe0d70603324945fbe0b559b1a3b50255
MD5 4b3a341fe119cebe4f45eab83cdd394b
BLAKE2b-256 d5838dd03175f9aecd6b75b004764e922d4c951b075660c1be5e3b2c7e270fd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c751660c8227aeeca6bddf2b1d137e217dcc87058c2076d24d2b4259b04574fd
MD5 75ff5be4a1be8e4c47000f0d0b74caa6
BLAKE2b-256 e459154a5d15e13554ed9492a802ccb181c4321c658b0c33be63dda39a0d89d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e8ebb94b7145da71cb53113683d6124cebbac81b93b83432147cf63a325248b
MD5 8508fc3980ff13a02fa2bb079e56fd4c
BLAKE2b-256 dbca5b64183d7310bc5e7dcc8c599b50566008372a4703a77e45fff3989a938e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 c5a691ae21abd4836c6e6ba7495e2a2b4af2b7e075331e03381e703045c79256
MD5 9350bb4df6c1410cb8e9f15ce58471ad
BLAKE2b-256 b95a4c5a35a3aabd01250d9c7ef255fbb86d5168d62ae536aa52285e0ac02dd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.1-pp38-pypy38_pp73-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 47ede6c3bc533010e07dc86a14793a8dc8b4c61d0a816f2f7a24b292312a5463
MD5 c81bcebec829e73d7cc94efb54be96ff
BLAKE2b-256 bc4040d4d09c78e0094ac66a913158d405069758baa17dff10cfa6116beee4cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d4e381f62eb058c0bd254f54a9de6d37d4ffa1b28253ef616ae437aacfe9b7f0
MD5 0ff3a013eed9216e7f8d3d05c19a85cd
BLAKE2b-256 506d4bee0110a62b12f1f31825ba7f7e8a5257759b08d1d3b18730c6365b0591

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2c13604fb90c66e502c7a97ef3a57559765a6dbf2abd3de39b8486e873e592a5
MD5 081b973453b078a9896c8faf9cb7bed6
BLAKE2b-256 274db564c1db19a30ee7afc7deb8f79f42547c6bf15d0f4244d8c0c5d51b3a28

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 95452435bdd38a8c5fee4c835de090207cfc4a99c4d799a88016d5284396f405
MD5 6e9eee47749e83fac49a0db3f49940a7
BLAKE2b-256 97c5eecb4c8cf79c8c664d172fbbb75f5ca12da92ad7b94396c691b1b4ee5678

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7bbf7b808147f1e6568188d75f6b96630d6c6aea5779d9b59eb159c635abbc28
MD5 b84f120b8aba957223cade0af41b7f9a
BLAKE2b-256 95a0b20e6c333a3d477303651d94a5694520ce1a49c83ba40441f4fc72ce612c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38dd0cfb880b0a6ea7b5d76d5ac666b6c7b21c4bd7a3fa3ffa92b16d187a681a
MD5 4ec40bf24200d9b11c07bb0c73a51bdd
BLAKE2b-256 335e79da08e8aa891f1931d4d9aeb26c68598cf6a9565a87eae290d695c306e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 faa276338276a9005560886565bd230e07d21be80da409bfec7bafcb1cfcac2c
MD5 3ab409c2373e691283bc051122ca143e
BLAKE2b-256 35aa7dc0167968bf4b2dc69da973191daf34284e612f858a5b8b301dc887370b

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f82ab5fd706a27566519f9842a7ca7c8942982f26c09cd563bb6896d9765946e
MD5 d5355008d62101d2097fa7d60f66e2ab
BLAKE2b-256 d406c8c22aedcc0f884b38df74db81dc8df5942786a1ca923928ae18ee9a5154

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 830947509b44e96a89549aacb5768abefb4ccc05379f06a6f8bb0fdbab2c1a9f
MD5 78530411bfcfecd218c1e3a171fb61d8
BLAKE2b-256 d51f1f74a53a71c24184f0fb5f5bde99f41f0283c9ecab9e513cbe747a933724

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b26a3787963759f8d907273613602219e4a03f6b8f5a88e97db809c6bd003301
MD5 b02d4ca0bff55f210a3f600ea2e4d1d3
BLAKE2b-256 d2616d0292967c09ccccd6b47c6c21f9d139a739a040dc938ed50666ee1dfaa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aaab3a428e3dda57bfc1e7d2c07cacd971721b1b30140f8e7d6b9445ecf4d3b7
MD5 59b8758610554b98c71a646f90d793fa
BLAKE2b-256 2e56e4afb145f6ae702718606f0a5789ad09f4645bb48fb8cba74573b66abcc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f4359882fa2b8653dbf280188529debaf38959a10e60a64e3fa25a3a8b50462
MD5 c6714865be05f9e9dd8fd6abd9c0e392
BLAKE2b-256 6c4f8c08fd3c349a30e8db5cbe59bd37e00006b8406537b6dcbfad269690dd9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 fb5662abc48582c9eac388e43b1e58b9865458d20e3eb667292afd10e9b3e244
MD5 d90598d7a8dbac730dd9e25878c3b07f
BLAKE2b-256 7ad995cebd9c7e23ae7e89c0c32c52315822ecbf59aa7622153cd9802a470230

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.1-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9497be6f89ccd27cbbd678b45e73368fc4e0794c9d9196b47f57c2877cab14c5
MD5 992df3f8141d7f08477e638891a628ea
BLAKE2b-256 e5108468c6460440cad4d6e8fe6ba225fe340d6ba0f17f9d0d33bf23d0ce36ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 999bc38706e88bfddf60f1091ba626d8ae3b39feb57345b23a4cd755ab20c362
MD5 10faaf794654418a2d80156a982ed918
BLAKE2b-256 381fbfb63b6bbdc833b5c44d8f96ddafb37db8d8b95d2be5bc4bfc08a06874fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 eb0fda7b99809de4ba31c133f05b7c85f3aa69aa3d95c43acc9e45ee736577f5
MD5 bbef74e7a59ea285fd4c7fa41e292443
BLAKE2b-256 e7a27de6359e5851c54a348843e4a275aa205c7ed0b96d89850becb3760a7832

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7b77aa629ad836cad5a9d46b97e1ec8e00e3124f215c02f5b53ccd85c1f8c28c
MD5 184402c8e4fea065449888388ac94cf7
BLAKE2b-256 9ee64306661029c6fd7e1fce7a214486891d8bf7ae024bf0a425698977880d3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cc310cf8af3ba6fc9a0507a1155c5cc7a161e1427f205a80c6e351abbcfee1b3
MD5 4bb71ac3b1ea02b6dafbbde03a2341d1
BLAKE2b-256 38d174580ae4111930f3c704f7e961ff3e6f7bf8c24b6385b1bc5b27165d8b08

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a33b29f79cb35b51cd183046b97317ea17e4fd764f23409d1185ecdfb3281db7
MD5 a33aac10afc6936dad90eed6d103e2b2
BLAKE2b-256 06aa83d97d6bfb96be34c0d43b1b32f47e120b83fbeee4033a0747a75dcf54ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3ee3b1d7dd85dea4c3d9606bdcb7f84e5024b4c4649c2921de6fc0ccad4c7d60
MD5 905faa418c9e38e9975cfc05be2b4bde
BLAKE2b-256 f2fcb565f03db69228baf9639f56d7481ad41365aa140162f222053c9aa4dc6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d05e7264e12b775bb2fca547db08df22f7f909c8b5c2ce58c34ac89e2997c0c4
MD5 53a53e015b8823d78115ffa01625c500
BLAKE2b-256 43626cbf1c80d43ae2c6c3e7abdd0dea07ab0e2c3dedb92553f5d351eee1a418

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 d16b6bef23b89bb49c4aeb7b15d34e2e3ddb42e14ba2cbf6bf57fa8ff7a03842
MD5 161f0632f1e399c8a3985ad96079fca3
BLAKE2b-256 bcbfe62f4526d4a7d7ab63db5e8835d4a24e1e7fb3c16e5f38628d04dfe12e1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70893e5b3e34b902e096a17a8ebae3a2c5cabd47ec86f9509c59fd36cd54c8ce
MD5 3180ce842212b4790a561bfd0c1c2dde
BLAKE2b-256 a6e633a9609bd2768923c24957cf59d0b684511644c103507735d9b012c898f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4c72e064a8dc1357ac2793fad37c631ad2f1cda6da513c6c28bba667ef3b3f66
MD5 c0a2e2635ad53735a32500dbdc079dab
BLAKE2b-256 cebc58769553c1ee132e8f90d0c52f61a4b0b0a5a4dcf7c34e155f699d99c5eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e43eeff9de9f52f82ced7d45f954457c6108c877c288cdbe66f3aa00af6415de
MD5 5301faf266f3a2759b59721566f750b3
BLAKE2b-256 4626a745c6eef8e3f079f481521d65ddba2a8a7e015d1b71f04ebbc45cca1905

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 da34cfb55561d3f1bef686343df686f4fe149e775f250293d6c56be16594c7c8
MD5 0af24b7e98b9295d352532d96af95958
BLAKE2b-256 d6870abef3dab1a1df163f5655b7d90c6b9e4347d3e0a7eaacfac717a3dfc431

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-win_arm64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 30fa62bd99537c62e73222e00b145bc7c249bd4c7f1c77124bfeb12f562b16e8
MD5 f5a78dad9aa2362001aa4ab1e4d5846f
BLAKE2b-256 796ee99f78e71e2b9af9f59c8e2ae8ccfa759559d5718477b9ad4152b95b9ee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: qh3-1.8.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 899d2224771ab4f45306d6787aef3ce748b9350b74a2b4a46eb5f4f3a4ab142a
MD5 e4e9c2a228da4b2150b6f3867200006a
BLAKE2b-256 5c7acfb00853baafdedaf1aa7ef2f5155dc0dfec1443615a6c246f85cbdc691b

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-win32.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a411ca298f827a43dd8b6b6b9ebbf07667f57a9a4728874bbf191a500cd7958f
MD5 135c1d415d0b5c4f9961719f4eb48ad0
BLAKE2b-256 c4b9da5a44c1ba1f7459c896f5bbc4efccb9840f20e2e82211a82add0b5503f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-musllinux_1_1_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 6fb0e6f1b895df5f507aa98cb30da4a2782a68c1890634d408f29caa8ba8168c
MD5 67c005819e528d9c670fe03ee747915f
BLAKE2b-256 74f01a8381fe5f5d62908f2d7f82b1b0c935a44f441095c8eb890ba75c6e92c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-musllinux_1_1_riscv64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-musllinux_1_1_i686.whl.

File metadata

  • Download URL: qh3-1.8.1-cp314-cp314t-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6cc769dc57b831d895a7c6a260a6595483f96144d640783d771f55b814074c8b
MD5 5bec3567aea75631fb1b918462ecc85e
BLAKE2b-256 a3ec754fd5c208095ba10eb68787b6c26bb8b39852848eca8d0b11000c699a02

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e0a42c5407b57a96c4408e72beba6ddad7e5540fe8fefeb0aae970525034be44
MD5 2d720838de22acc887bbee5c49e6f490
BLAKE2b-256 ca190fbb63400412faf5ea109e47a105e22fc176fa1a17c54959516fd896c2e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f502271b4286c3ea788e76f2e7dba25d562b429ffc78169b7d23be87bfecfbea
MD5 97827b81430466c5f3749e56dba71ef0
BLAKE2b-256 58da412b9e8bf6e9e73735d9036acfb2c2ce1bfe05fe1f88fdbcd249a8634072

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 0d23a4b8c76a5fb4290b50319f6a77ecbb9572978b64f0cd014a26f12b769124
MD5 058021f982ae83d07dccc20e28018b72
BLAKE2b-256 feceb766c0ce5ae3c2a026c75bedcfa53269785a01ccad501ac060611136e6ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_39_riscv64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc9dbd73bd30dc3949c05ee0a658244201eb1932e6ed2312c5359a3c09567f11
MD5 665515bab7f1de39558dda8305d8a908
BLAKE2b-256 b1f627dfa7a069fbc77e1fd6cd0775d749bbd4b1c21987bf18abe151497a4f77

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40909e358c44f48b49a878490ca3f4bddc3c0d76b23c90e172aa1a2c6464b097
MD5 e8a33dcc5f364467c1a5f973a37a0e01
BLAKE2b-256 b8592cc22875e9d35b94c24a1947c0c50fec09a38fa956416d48634cab38fa1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2df3ebda00d1707c190bc4f827343bf43f247a03d3caceae0ed549df9a23a136
MD5 7c381ac26eecb218e043ffd2feeef13f
BLAKE2b-256 3de70bd8a42a5b70fc0dfa3d12ec332d51eb177111a7bffd82a8932ff97dd2a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 528364da7fa7e58bff1ef49f714303594e78755d2ec0e9c69dc906aaad7e74e0
MD5 520e794f9b396d237ea21cf8540ae2a3
BLAKE2b-256 8800c2623d4c68e594b6c6ef654e318a7b6cc0f50bab3a12c43e3fe0a0d3aa4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf8811c2648ad7e43b1537e01ab1ef49ead72ffd40662107340d3fdd610f9552
MD5 da9039e659a42c9f6c266d76e84a233a
BLAKE2b-256 a393a54db8e3b208395b460b9f62b100216abe7a23fd5140cd17cb9bee1c2814

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bef5914389fd03864922fd16656ed4c086f854805485cb04013c1e9fed4ccad9
MD5 502c416091539b31b307b5faa9ebefdd
BLAKE2b-256 999b9a034cb5f9e4c1073c0136cb5b3632dc84178b65eca9d3acfa736f244742

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5de3c63bc36ff8b4a6f95318646c9fc14aba12eef4bf95a16942a645bf710131
MD5 11123595e13001b6e804b582eb1f7c46
BLAKE2b-256 1ede85f2c7de0903a82f7114a2fd79531e6b469054451318e4a41c01f8fda013

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a246de889fd4a037123b41bbdc3ee5fd8eb8f9254595cf2d47e34d604cad5336
MD5 3364b5e58b8a2bced9634fb0b415848f
BLAKE2b-256 7423c41c6e1aa5b0ca0d5fbb4af3d6071891306073ab1270d9feba7f54a5b01e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 583eabc49063174e74171451864e1c542ddbbb49b3c3f218b036acbb070fac21
MD5 295eea9a14b5de73c06c10527f999737
BLAKE2b-256 0b5b3b6b3193c8126d02b0fc16543e3910f0a25d52124019a2e7a290e65f0154

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-win_arm64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e74cb0677e532958d1cb105d3defe2dd6786b5a1b73e3bee392aa466310a3286
MD5 f3a4751b71b436401c4428c91cc72a60
BLAKE2b-256 b0a628cd099b7031107589bd22c87bc2a15f5d55bfdba956162d1b0381324e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-win32.whl.

File metadata

  • Download URL: qh3-1.8.1-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 3d52a652758dc810c0541f86e6149675e78dc3119a93b8c3d052e65996858bdd
MD5 3f4d91b9e87c0f42febee5dc7f18b8d2
BLAKE2b-256 5efa82ee54b8fb0e7b7f593d590ebfd06a7a1525adca4f561a361bcd9c25e8f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-win32.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 83bdb9963cde76a7bd3f7f2e3fc9e7df47e014d5f9d23cce99b213a4275018c5
MD5 d5834bcb0ab73ae106dd6c741d3adeee
BLAKE2b-256 66010c93ceb0d25bf9b214c7088bd56fdb081373823b647283bf266c1638c29f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-musllinux_1_1_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 96259508b1fff9ab5fe8e734e825992ef1aec7c5dfced4afb8839b15831e2082
MD5 5bbaf0e0ed20b12dbbdcaed558e1730f
BLAKE2b-256 8424351bc4d48687e73e0359cef84ce9305df1da1e662e673a99c43113bbb294

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-musllinux_1_1_riscv64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-musllinux_1_1_i686.whl.

File metadata

  • Download URL: qh3-1.8.1-cp313-cp313t-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.13t, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f389d6e4cf522757ffbc1ca97976391cf0e7c13f8ea9842c358b9e959897cdd5
MD5 3b8c14b14cfe40ab99cb32c977ffb7e5
BLAKE2b-256 d663d3d1fbb3247b6627de717e34b6805e2d4692fcb290147a16dd87e7be3761

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0ebd0af3fe6208580fa68b4b0be8a40280ab295aaa5c6826447ade597129972d
MD5 0eed7cb5f25b8444b90b172294c0c002
BLAKE2b-256 8161915d5ce7692128ddc5da93ee2f891a6eb21a42d7453116d77352b6be66d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bb898db0154d0673b94d53e6b0345ec9a97932a0f730dd9140bfefa7a65eb234
MD5 75ae86f7556dd10745a5a9e508f4d93c
BLAKE2b-256 6b28f69792686ea4aa76939c4c2b8b443dae46fc090e3297aee9424f5bb8a995

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 da63c2cc1d358ad9be9cd630aa89498041bb292949fdf243364ac019ec6f685a
MD5 25a37892a7039370b567164072cabad2
BLAKE2b-256 a5f218b05890fed464773ca89ca62c2c10be54574e6f5e05360035a7a2a04c71

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_39_riscv64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 992753fe1631ae1088e1e4cba2cc3d88bb42834443a03f54f129aa584c41ad11
MD5 09963033f322843d2b5f2e7eeb6983a6
BLAKE2b-256 dbdf0318b695f64f223d7c1d812b70a5ca6c6efa5a5c133a66fb1924adb94951

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eed058868a9f5b37986421ad69712f218ebc08ee7ecada653e306a9d67e89880
MD5 24db65b5c7d7c1a6fd73a111b9b7561e
BLAKE2b-256 f99cb0396a856c398aacef94f000db47351487ccb61f73b2ca7fc7e3e89bdd73

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 42386c9371fcdac54db0f02f735f251b97a0a35aa23dac921a3c2cf2f7052bad
MD5 f85060fe52a566a66fea1dafa9f0ada2
BLAKE2b-256 086966294a85652b43679fee99c4b3df043aa45bf385cdcb8afebc2e9228c0f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 2ec8b3e339561c5fc2e8623b95afb746020528fe0f85b6e879d218dae96182a9
MD5 da39e57109a24cc283c501a029fc41ef
BLAKE2b-256 e9179f8c04b630c142172f91adedb8c53973afd0e1e1e73156688b2cb38c2eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1063d1586dd4ad04c4ac467f31d5f0d6bfd31580b64dcb5b6f6cfb0cc0e49955
MD5 2c46fe2b58d900bb5343d5617db443a4
BLAKE2b-256 fd923c0ebd8fb2bb7a98e906fa081cf9ba5c06d2e88a10105eda822ffc6ab304

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7d947493288a3eee0294f589bcc564831d7fd4811019076f888d04c225421b4
MD5 e7b672c01d36fd396dc372e6603a9ae7
BLAKE2b-256 b2ded717b17b1c267b6be327eed0639d2cb404688adb5c633c5f0e8ff5d8ac6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4e37418e7a0b606348f06dedc5742032ca589478e28e24e5c455005d527ec75
MD5 c2e4f6b406c034ed31e614c02875d1d1
BLAKE2b-256 0a5bcec395ceb03bc07c739f14d6b784650a30504d240c261dac4ce2310b5517

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 c708733fa1255542c57d6e8b253e226ab096eb5a5a8f0dfed477fb013f0688cb
MD5 6a4bf2f31d9c2d00ae4c2a92511decad
BLAKE2b-256 d74f6a464e814b7bc04809147030633751d791a08cce53609816867b9f40cd00

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-win_arm64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 b663902cc74fe3f7f4f7d47ff7b42aed1d58172391b116e388e4557a76b3635b
MD5 5e4a5ea216c54f29ddaa405a4eb26aa3
BLAKE2b-256 82178e0c85c5c37a1d0f3cd786d8a214721ac6ff375f81c8bc42b085afeaba91

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-win_arm64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d4c53c82f7cef0a2a8714cc3c48fca970f496132542483ad1489fb8f2b9c70c5
MD5 e3d2993401ff0f85057f4d66bf3ac5cf
BLAKE2b-256 1de83f871ea3f1d4e17536f38410c5c333b4aa3c60f74350eb91799d482243de

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-win_amd64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-win32.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 bbf293fb4a6aa3721c559e2a7f12cda259eb837b962ddc2fa2246172b0869355
MD5 67b838e453fb7880f97de91e0ccd0353
BLAKE2b-256 981cfb8b3ffe854642f9bcfe70d9fea2c16b2fe2fc7c1ec1c4dd4302269a827f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-win32.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2bd4b95d4c9e9e5a4df36867aa344feae8d7b5a511d56035603ccbbb41b00a84
MD5 cc37968aa202b9b2552e8fda5dd5e48e
BLAKE2b-256 54f36e16cf55f42aec85af2c2c5ae5fd46a2a8eefe80f1f6b669a1b5969a7172

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-musllinux_1_1_riscv64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-musllinux_1_1_riscv64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 7132d3498a985f7588b5f9a6285aed813fa034f0c6f491a943c0f306d7ebb0eb
MD5 31459f06222e48fa6eb6f73076dc1bce
BLAKE2b-256 bc9b0eb23f70934580f43f9f658df717b38e2515bebea3d04b58c0f5bc78982e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-musllinux_1_1_riscv64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-musllinux_1_1_i686.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 58e2626ce9d8454c5a1a43cbdb616449221027be201b5d9bc1ba4be9d8aeee2a
MD5 2297c87c8f5d1956c2b9f94d9bfdb5a1
BLAKE2b-256 772c882fcdb0b6f604490d737313671eee37c7e965a6bb13aafda51fa8be41ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-musllinux_1_1_armv7l.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8f716284e10890708e1911df8b60debca8eaae1e752298719f615df492c54c91
MD5 c20ab5068238daac08aad6e184cb085b
BLAKE2b-256 0985f5f430cb2b8c400188dff1a0a09fa242122fb6e11983236f8fd45dd5d150

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8e4cfc6d8ae494f0ae052492f1fc51ad1a3ce7eb3f4ed3bc0276fc7e3f4ee1c5
MD5 c99926c7eaf9fc90984bc3cee238273b
BLAKE2b-256 8c14faae208dfea35db41cf016c5622fd694b45f25fe09f29f683140de145529

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_39_riscv64.whl.

File metadata

  • Download URL: qh3-1.8.1-cp37-abi3-manylinux_2_39_riscv64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7+, manylinux: glibc 2.39+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 31669c33fe8c76cca42cf6d9650734904fc7df0a7a6b16e4e7dbc5fe58763ca6
MD5 b18e528e7c09f498ab9f4acaff00f4f5
BLAKE2b-256 a21f84ae3135de408b2b3f40e1c49fc14b52b7f763ba814958bec60ce7bfe44d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_39_riscv64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c23816f4f4e017528cb30eef697aa607578ad42d3111ae7552c73666021d5268
MD5 400442c840142d6779b8f909b4a59053
BLAKE2b-256 5396c435fecb8d420ec2924c11fbc396ad8d9d7b4861ac4e48dfb8631fc1d3bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 182cf18d37eb64d619c1d284381930d8cdf8c889de35a873d490cb555369daf5
MD5 ad76ff76145335720ad1d7c97c173556
BLAKE2b-256 f16cb4885d04791b516bf677d8d651febe4e533d75b61376f9d49cd6df7b6004

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a5945d35737d45431543807794a7d06fa38d9440649b3467fb490b26bb81b645
MD5 b8a04c144a1c6ead1ce132dafa5f671f
BLAKE2b-256 635edfffea7c99af15311d9fd1cdb34a973a9557cf6e046bd7e9d9f8f42a29fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 4ac855e16b5f31022fb4c1191cf9de17b65dd749aa0a2bceeddb1a066e8f5299
MD5 e5dbd1efcf1ce2cacd0ae4848fb1b1ad
BLAKE2b-256 2fc395c439ab1d2b1b019685972539a38ffd1909a3095df0c339821b65d61503

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a60fb2f1b363004a8ce7188cf6eb7867a2eddd552b16ae028b266a317528ca69
MD5 52c45cb8de906dec20f5e95a1bf62ff3
BLAKE2b-256 e0ce9b2a1d646257b97b0d28d324164a8a28060f62367e2575b95a3706ec0bbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8e75516f5c152ccb69f2290b75510f1ebb5766f07da19d9c0b3208c024979be4
MD5 4bf23a28a08d4cad410a2cad85c32827
BLAKE2b-256 df741f1caa2c796252b11ec6356d04f02b0e949355a4b80fbd5e15dc5924f2b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d09950baf910e3cb0053d546a8fd8bdb7dae5f4d217a88f51ffcf2dd7b1397d
MD5 7bbd07001e4057ab71addfaf7533ed95
BLAKE2b-256 5082282a7250c84ae3ece859f97a2023e063255be7e70c5b99b08fca7ed59d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/qh3

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

File details

Details for the file qh3-1.8.1-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.8.1-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 576cfd6a657f3b5f574e601500461d586b2e7037fa24ea876f5f724a10f2f552
MD5 5c3e56eab25bc00f34bb3f56cb2e843f
BLAKE2b-256 b05b2ea75701d7e9fe81d60f4307cbd370d023879e7ad65c30af5dcf335f5ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.1-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: CI.yml on jawah/qh3

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