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)

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.0.tar.gz (315.7 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.0-pp311-pypy311_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.0-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.0-pp310-pypy310_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.0-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.0-pp39-pypy39_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.0-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.0-pp38-pypy38_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qh3-1.8.0-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.0-pp37-pypy37_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.8.0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

qh3-1.8.0-cp314-cp314t-win32.whl (1.8 MB view details)

Uploaded CPython 3.14tWindows x86

qh3-1.8.0-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.0-cp314-cp314t-musllinux_1_1_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.39+ riscv64

qh3-1.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

qh3-1.8.0-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.0-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.0-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.0-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.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

qh3-1.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

qh3-1.8.0-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.0-cp313-cp313t-win_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

qh3-1.8.0-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.0-cp313-cp313t-musllinux_1_1_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.39+ riscv64

qh3-1.8.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

qh3-1.8.0-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.0-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.0-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.0-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.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qh3-1.8.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qh3-1.8.0-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.0-cp37-abi3-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.7+Windows ARM64

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

Uploaded CPython 3.7+Windows x86-64

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

Uploaded CPython 3.7+Windows x86

qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

qh3-1.8.0-cp37-abi3-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7+manylinux: glibc 2.39+ riscv64

qh3-1.8.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

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

qh3-1.8.0-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.0-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.0-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.0-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.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

qh3-1.8.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: qh3-1.8.0.tar.gz
  • Upload date:
  • Size: 315.7 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.0.tar.gz
Algorithm Hash digest
SHA256 cf3f5b17df540b23570adad6edcb0569d4eb8c6d8b8348b3c66197129fcce093
MD5 91632b75feb11a13c6b0435e3212d814
BLAKE2b-256 f77e1f1fa75be1e912d5c30c70ea2801c9bffaa46e4d5403e7312ad582e9c172

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0.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.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6cb9817f5c38409e07752c2cd7dc71a9913e035b818aafcbfc25ceccdab532d4
MD5 0d83517d2cf7cb97bdfad851343d3da4
BLAKE2b-256 046cc0f2469cee83e39538397a3bb1bfda8a8922f9170e189b8f3b3a91781099

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 98ecb666f75fbc192f860ee0c0faf12ccce281a0e341ec69e7e5e9cb263d1198
MD5 6577bb8125a70a5cd3d609130f4e87d8
BLAKE2b-256 05be97869a588cb4d89cf761421049c8aba4887a9c600f2976bc7d037497ba28

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ec7c7eb067a6aad361afddc215e07a184f7778c738b9379cc4fca23a3c16df35
MD5 7ad7d94adde23f4e9520dde161169e81
BLAKE2b-256 3f5d48ae6f85472997f9b0c55b9e5dfcd603f121456dd06c3899447ea1d308cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0acf967f4f14dac9e837ba7f2b92f6ec099f2a775342d066fb2edb5c878977ba
MD5 4f80d51d14b8291dfe0bd1fe3998aacb
BLAKE2b-256 8e0fd6c0605874915ecaa9be6af566c4157f3af274668af31e7ecf9a050ae8d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 47ae84fc07d55ab6025f47e527c5d1b9d7294a8135806340674eae81c8b3f897
MD5 7cd1fbc7e89b5988a01c872e73e71d1f
BLAKE2b-256 ac01da2f48d3fe838f77f3ae51dee5f089e892655942b047f1602631a9d3c0e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3dae3ee7fca4e1d2d1067aaa04824ba7251eca884ed947cc74ea4efa52cb0eb
MD5 bfe056dc3615d5a522be5bb77d5c6385
BLAKE2b-256 e9eff5b475eb9c1db4505b167add05974638abb235fc07f21ccadeca2c229fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 102d1f46030d2ccfc1354944885654dafbd29156ce178078b6ed674e1bcc15f8
MD5 46a4f9e477fcc096bbff0f9abd2f4cfb
BLAKE2b-256 27c7975aa840af07acd4d23af2a93d4a1542afaae515d207b94acd504d9820ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45df0288114578e7a6356f6372b21afef00e5d16686c55b8cbae028891b9d531
MD5 a1074e5545bd660d5e7e9320c7e44dfa
BLAKE2b-256 9b3e288b6cc8059c8ff0e044fee1fbee0788cdd53a7a062019e7dd6395722685

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 e64a2eb4e79fbde39cb26c92299d834e72efbf33b4cb179a37b7a0815ecef7f5
MD5 22440d1f8a77328333720de75d8a25da
BLAKE2b-256 98761e845921cd17f05fa2066f16f213bae8d1634a16bf49ee469bb366114356

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebc90b2b5da0c1ddfafc7da98e70ab2b5bc1ce5473ff58beeba053f52d72ebde
MD5 9327ac44661a4d738d187679dbab7c20
BLAKE2b-256 085ecea0c303021fc89cfc3a8284c151287981004ac72ae213368cee664669dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b5c34ca2e5214ba58772e7616225c1ba4ec82f4ea586654b63e43c677b9321b
MD5 74dda1c96b1c7f03ee472071782670a5
BLAKE2b-256 6abad6979571e37f3530267b64cb832e8695f71f9f20154621668cd24d3aefe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 784726167cf9f5adbc29e3c24dbd036061a8116efaf1c8779298d91beffdf741
MD5 e7dfbad432848d62347b2df3010b244f
BLAKE2b-256 9c14e0f164e89577a749ce990a099d390e3a895802164e55c395ad017c09e8ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-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.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b4ae80e78b311cd04c646d34c685946ac1ce8ec53aedc56c25b21c3717aca705
MD5 f2f7d1eb32c3d3060bccda7899de0c3e
BLAKE2b-256 e2007a807101b1ea2eb2cf26170ae7923ae3a0426b01b1572320a566889c042e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 772aaf1639dcd8118a56443f0664122182c854594e19e3964b58e67a2ed339be
MD5 391728e0be83c1a1ee8e2487e3263e73
BLAKE2b-256 7408910772b086214d6bf2f6ef180890dc99ff05f041b45421330e22a3699595

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0cee8d25877166742f9726532bf0dae098b62ba16d82bae552aa0a6410f9c0f5
MD5 58f96957e85b3faea52ac82e86349fe5
BLAKE2b-256 e6470f11cfc6b5eca5359e4c84959794bb95ac9b412fff4156db452ee5d495b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bccb3e807f1c7c7576af1e853cba77d42dbb38a0a80db07a82eacaac06bfa554
MD5 210f514c28d3a99cdd4793d57f0864fa
BLAKE2b-256 f0395cb383f0fdda7092b17c7b1bf4b610996aa7b5316042acfb2b65d22d82eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 36fb908b1dcd3be6b960b625493adda5e8da463ff56d368560e313a415bdbfbf
MD5 2feb6946f67728e07171c83a12180c56
BLAKE2b-256 a9288119c4ad7e477f6455bce0613f779bec462d9d44345470786d624cd62276

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0ffebcfdc319f05f35d6cf11fac88fbe4a2505b428394882fd04b64d895cd8e5
MD5 460a4a613455e435d7d0246b244be5dd
BLAKE2b-256 da34c70c3043cb6d09a082ff66e70e5397299266cfacc78a6cbd855344fe0434

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfeb6ffab38a9e5ea9b96c00dfdb76aa3f0cef7d9ea3c761db238238b931d797
MD5 79ac613845d5bdb7237570176480cd18
BLAKE2b-256 3528d908197a2a61d44e14f4741158f6c2d875a2d0dcb814c4697e920aad0d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdf3fd41ad793af56d979dd04607220cc93b0554e0ee274cec70a6f9ef1a4991
MD5 0e2be66d1ad479805f295b4a5fcd2063
BLAKE2b-256 52edc64862b9a2fd1f5a677a221f82b094c5f674dd94e6d8a492be52344ff429

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9212b6bb50222a342339bee694e3e4ddb1f9b78f56d3d7b4f78a9a4f41bcb36a
MD5 58671356a8b1566c3aaaaabd1a97256a
BLAKE2b-256 efa79b8cca585760eae1b77f13059dc2e15b5943e7e98e24148b6fcf8cd02bd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 f1fe963851011994264c78e32c0bdbed95b165c9592af4045b4993c85b0af603
MD5 a80f5b5064d88d213e33e40ea85db89f
BLAKE2b-256 2867ece17c98ee945c4cf1b40acf7e7d853f6a0b0f4a1a95432aed361fea14cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1209cfeffae7db02a5bd12b7e27e5bb4a69d23b461cf498ded25a2d704762954
MD5 82388ac14625828e04ae94e002ba1a65
BLAKE2b-256 c08d8e7e8d9a65de294cb04923308edb16d2d10f49b2431a1b1fa7d110dbe752

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f4f89a25657c345785460d59365a9fb77c5b646b2b62955501507cc3123fdef7
MD5 67c8eee02a51ade9fcdc40563a14287d
BLAKE2b-256 1f715508c8c28c9c8d29ffe13d3d76d6d487388325d4b9b207daf34f2374e145

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d607e0c8efe849a784898f28e80f198972b27acb7365bf4bd27a5bdd06f434ce
MD5 495b5b750085306adf2852c73b8b6300
BLAKE2b-256 cb4e25a88c29331325bfb312a3a3fcc7332fa1768711a1e1da63f8efe40980ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-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.0-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 560fbf7ed5fe6e2897f2629bb00ba81b1a69b7f2bf28e7d8decb4d1f9133097c
MD5 2b47305ce51c2081412f55ed8a1c6bb8
BLAKE2b-256 825196524347d1bc4c81d9a3bd21b2ac75172a32a8a81b9ae47ecbf9e5503cec

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 aaa85890006d11a0cb60da00268e2aae6db185e99d42898c636afb5f4a9c9c0f
MD5 a04b0b13dc13e1df8510abff30544ca0
BLAKE2b-256 db0e3a0dda87d9be509557e6c3fb21152976df12ddd2aa291872ff8f728348cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d7bc9b7f1a23b913e0de2d875372201ae64cd3044171e7c90823464bada593d3
MD5 9868dc931740aaca58c59eb7cb696a05
BLAKE2b-256 eb0abe4f85152e2fd1be6e7c32b5dfe059a7706c5ca27f90c3112e3d8fb94769

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 75904f6356befb6a4355f5104cb13fd67cac405dc0355c7755a631871683c62c
MD5 a32c93bc34775d49948650a125f7acba
BLAKE2b-256 b32ba271e8bf7dad94839dd38dc440df66bc3be5a9cf7cb4757ff58bf69fe1ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 251e19a746a7d34d7d4bfcd7bca5f07bb432a5a192b2af8c357bb65a1de5edc6
MD5 b163b005c117fe139fdc0212a6dcef7a
BLAKE2b-256 88e5f545966b662ea990679511c364f116c4f916d63e5d2edb9f5a7484c515b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b340d1105cf7ef222811a833ced254960b1fe73d24022f9b4364a70e987e827d
MD5 281dfc6c982e4aacbd8438fe1f3ca6c1
BLAKE2b-256 2efb522fc2424b8f17029949d702c076d329249a4478942eff8c64b787364aa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c05e0598709588f02ed596bc37fd07258754b16c7710ef43c4d06511dfece825
MD5 825a10e0c8403cc9b2229f38fc9eb424
BLAKE2b-256 60abd9a7cb756a4a9b9162d2d6166ae8bc56af75079634a92b32fcf62cde83d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4576ef60aa355ceb1498e1ce2bfc7064d72af42fc4a7b266a582441273328ed5
MD5 12d292de468ac3b03889089a2108c366
BLAKE2b-256 0368171f979ab7e0a0b7ae97879a9dc846c14237afa2cb596276eabbae09d5b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d373f0e10d5587e77594c873db3129c0505adfb022e477deaa025f4e6138efb9
MD5 ddbc9f72b02d02a23da72eb615c6c68e
BLAKE2b-256 7f7076141abbb648a9587dfb3d427edc479fd638cda269c5579d90e97076e8da

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 e2e2e5367cc57045a5737af89e2eb9e428df89d2dc277a79ef11e583bb3d5a09
MD5 12b535d03a5d98f2f6853e0764aae34b
BLAKE2b-256 f61127d43e7719762df7729449a16cabf13169a90aac618955a4880d4e91af3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 02374f773aea5d5d7f405531ccfb6ace08ca66e7984f84636b7beb5f06654a98
MD5 e9cf21b50e96790c72973b458e458c8a
BLAKE2b-256 d56cbbaf19454a4233d4867ac002de6eb49ec3f202aaaa2ee031e3ec2cc9dde1

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8d5724a7ead92ea3b40a73ac50827b2c08676cfc26617abedb0d43f8f0192cdc
MD5 d72686f1343da92e6b6c3d405ab1f75f
BLAKE2b-256 e6dcfb23e03616e19499cd97e50bd98f8ee237c76b6ac2272f5e11f5ac2facb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a44a110216c81350e2ccdc28202e713957cbe523606ca6b69fcb4f191afbf254
MD5 49ac54070ce6466e27581198d04296a6
BLAKE2b-256 6524f0bf58388eca9769d96f4f6ef2716a9a1531660a856df2e2a96150292933

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-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.0-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a43100512a002572b265cc349c63ac9317b13a9d7b2543ae669330cf33a1826d
MD5 771af53e2e5da8b3aa9d9f26c89440de
BLAKE2b-256 a908cebee91704ae4caf49e4d63907a367a492f9cb3aa5f12163ca8b320d34de

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6f134649e0a851e33106fa6dcdf776bae05b0a8dc55005d655164a4a2531e953
MD5 1f57b6e061ac28e438f8cd2e32d458b1
BLAKE2b-256 10e045b8a477ab7673e36389f07f0f6fcce52184dafef1f124dca7d6b384fc5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a31d088e745393984f9f37c6517a4947d70f633f413884ec34664b3133368f20
MD5 f254363e394d87f34853d1b2f1a1161b
BLAKE2b-256 616219b91415fde756ef56ceac140e5ec3a09c6fe96ec9156a06bdf6205583eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7c7e56e5c9b44bd7eb217ae64474a405a881c6963a7e62e17527c9426b872e05
MD5 4767adfd6974aa013420546b9d9923d8
BLAKE2b-256 e65aadf510704b281537f1f13a893cc79fa2074579a9df17e922c1938facbc6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 19ce4ce0dc887bee28ce1be67c4f218718f17808277ffb4ff5412de5cb943a72
MD5 e7330bf8abef32c2216aa7c99cbcbf52
BLAKE2b-256 74945c5ff44244a62ed73df243bfbc490d7f3ad67037abe0d0b2f19a416598bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 91218404f6fbd74f721ccef5300f3ff49d435e52324103e390a57d8d33b74e07
MD5 e26220f80d3fc78eb7ecf7e791768c78
BLAKE2b-256 ef93637b9d835b84d87ec1fd25b1b57e5257718ea00d0b3d38fc58cec769e580

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67ec34ee9f9fab1e9a2bea725c0404cc39bc72989f2e59c975ceb793a0a005bc
MD5 b90b765e4259078446eb6e40ede78e0b
BLAKE2b-256 11819f800f87a85d8828972b1f7ded4f9f28d2136630e4eaba91dca462d13ecb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 adebfb48a508f6dceb1d5ce0ba13cd9615c8ab3032fb6cb47922420d2a0d1979
MD5 91c6da9c70911f7c22c194749f867810
BLAKE2b-256 ea4604c9778cf7b593d4daee8da28b5e3b34868711fa7e8035e6f565e5631617

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f6200f7a6b1656756b9fade425a5885cfedd27cf898f2967decde49eb799e328
MD5 a59e5060fef0e2acc60ba2428e4615f9
BLAKE2b-256 8413bfae81fc66e6b133b06a47d4f77849888a7fa80b15665a89c448e4ee2a68

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 ef48246f4b5486d49c08be6c4c8e44e07d8d28282a627aa9500eca315aaf0352
MD5 555c998857adba7748203b8d6fcb0910
BLAKE2b-256 e056ff11d343f481938c1c83e3f1668d5e8581db951f5cb7c93269a2caf115cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14f680c03dd7f9d0aa94087b30db9a98e50348e57fef1e01a2bcc3dbe477d673
MD5 668c618232896044ed3c70e6d391d0ea
BLAKE2b-256 49a0c5522fc091f92531808a63c12a4a82d837a2bec7aa759c73bad014b87a2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b79f970520154b5763e48cebec14821e9977563375793e697c4beff5eb49ebc5
MD5 32c3ea1da0c0c25b0105169485d00fa9
BLAKE2b-256 3de3d88acd1aabb6abe6a2081792fd9240efed8636bd1302670d39d6fb42d384

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c893d641cb7a3884da25292d7c66bfbc6834fb4b485b544c62bd179eefef9cf0
MD5 4dccd91b7a16752fb6eda93a515903eb
BLAKE2b-256 dd8611d8e4551c31f6c62760bdbd18f1c9f0179678e803e6efa2aca61fe167a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-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.0-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 67743ca1671e79e4f9611960da3cced9fa2e273fea207d14053379186e202ece
MD5 17f777f12b1ae1191acc520f34d97678
BLAKE2b-256 ecc3da05633544b4b3e0b129f8f72d4181e4de27e6e875eda05fac2deba8b673

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ce7ecb25ecc3a7d6550a02e1d775494845847957c834f7984e01206f8a327f55
MD5 3fd73b4aaec0f2569018e1c44206d140
BLAKE2b-256 6e4c71f10596b44386fe58475b0e4a56cc91752ee877d3ae8be0131e8cd2f163

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dad65936e634bbe81b32ba64e57786ce4079480085c06b52153ecdb4a6ec35ab
MD5 3dac65e40815883e6d14d038a0e77991
BLAKE2b-256 17927900cdea669b5333b48d33070000baa405759886e4327dad400bf9679af3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9a53d2c49d3c19c1d6f5910f42de0b5e76dd06177da31dfaff2932c95efb784a
MD5 e91f53320620b6a42c02ae41958b397f
BLAKE2b-256 06b9ecad908df63a65bef27b00cc711ccdb1c8fe13377411ea79c5e17dd83763

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 139c416a2bbc75b279ea5d2450c2cab7cc8ab0bf8f0bd1f28b2fbb3dbcf51d02
MD5 e2b3954da1a53bf9390dc73ab8c87958
BLAKE2b-256 a1e094f503cf63244e3df33b3b2265106af8b981ca1cabac59b0992bcbd434d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e458d7de8abbb04d05025444dd6cb6c85fe2b228a6d22762a0b3cc5b2150b108
MD5 25d5e06c4b38a5e33920c64384a4fb98
BLAKE2b-256 e3dd43428e9b25bfc5271165956f87dcdce4b86453417b7a568a69ae2fb2fab9

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b0cab853175f3ea26694b62d04bb5ebc7ba6ced71e61388b430105550ed019d
MD5 c081bbb7695e5733cd7e8b76cc8c9962
BLAKE2b-256 996b0a5580c160916ee7a1e890849767bd58d541c060d302ed8b79b2247da351

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0e613a7de166d792d2efce590ee6f9e46e99da26a9f744adbee3713651a6c002
MD5 020fc36d0535621b50f896b2ef62e5b0
BLAKE2b-256 c0d93bc32ffd56ea8c913d2b82e5cbe9f15e0837000d1b0bc9d4c0a84ab3da55

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53179b44fc73c739ac4bb25e7d7a3087569352d9820840ca2b691689b70fd1f7
MD5 b0d39daa48047f338950854a19f060fe
BLAKE2b-256 47ee0c2a9ed7988e04cb33e9b60cdf01a8ff370a60e00578959586f740fd08c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 bd8cc82d856b6bc606d7ec4773a02d5acb9c2bc1b15085750a53ecec067a1ab3
MD5 c724917d6ec76b175c30dcef270c7dc6
BLAKE2b-256 e5d6817b151be608471e0568375a194ce85121713ff93129e28eefe01acc73a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca6eb38adc84b568452b2e240a8ec197d92b402919fe8daaffaf89cfcd8af175
MD5 1c093fe96c09a3af24fe9b9a4d4fda26
BLAKE2b-256 d259c6d52e703745941cba197e2fe5c44e15f816eb1c5953ba5d380ffdcf1fc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ddda715a1f900e9189ce06d93db67e64007ea0e924fc2bd65a680b1f8127f6a5
MD5 18a84473e040ad95fdd2286265548fef
BLAKE2b-256 95101762727cc7d9e2dc61f7f170545f015c23cfb0a0ea6e0acd66352fd65154

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 318ac983b4b126e1b5644de82ae6d2ab813154b74aec4de71195213f5e4c84e7
MD5 5d84d72672a2cf2f7ed5c19e37301cd4
BLAKE2b-256 dd9768b1b1106eac837f784b4ae5fad643aae1dfba360decb85db8d69eb23e80

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 bbc50ef0bb6ae36db96e8165a9c3c97338b98cfd40c4f3f6c1a226bc202c915e
MD5 a21f6480d5c26a6fbd378a14cda4a2ad
BLAKE2b-256 f3e4b2fc11e3e7b257273520ea0f87b91eea195366a4c4f5d4217ed911e5c4b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b619566eff1416c7907c5fa2397c22f075df78306a37526553a5a6856c487b54
MD5 d9749988d32da40f7d25ec1d033e6c7e
BLAKE2b-256 332291dcc82363e8a531913d580ebcb923617cf2682054db61425727a6ef9ab4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: qh3-1.8.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 1.8 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.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 85813cf0b95c9b3ff475f479acfb9342ab2d01500314985b6578d0bdebded739
MD5 28c872f857992db73f1776fa42fe4e49
BLAKE2b-256 4dfc088815c1b5c5129b47a3caa0b718a53217af6c12688414710c529c1e1b0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7795d183b7293bfdf6a77cf7f9ba7663ea3587039f2156e9e271c5ae71b307aa
MD5 f1d55e7ca9535b4f020b65a9ff15e674
BLAKE2b-256 ef1f5a7d15a22db849d0d1efef324b20f1efcb6e14505c500b66b059ea17582c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-musllinux_1_1_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 a4ffce54d539d38bae63902e8fcd7c32e12cdbd784116b47e24ecafcc8d35686
MD5 2b95c0f1ef8624de74e7618eeba5b300
BLAKE2b-256 c1796a01dd341726fd6d3ff3499c78e785c2aea998ee6f3117b90d5cf66b4aa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-musllinux_1_1_i686.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 be8185a7073a268ebb8f75bd879174810a9adff4b35a707368866d60d76031ec
MD5 01e24b8576d5a4f3f8e9e3f80e833521
BLAKE2b-256 8603ac365eb7d72917f1939f70a0f40d92e23f598adf5afafa27de95290fba00

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c7b3c2b60a2d162ce47c32f26ba7361039dc928ff8b11436328c2ec3c467980f
MD5 8fc428d14c4b7dacaf852ddc482f6aa0
BLAKE2b-256 cdea1c1ed77dc66b8452ec17ea5331c7f81c31ed1dbd572cddaac5147bf849db

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 023dfe0517fda13682cd4cdf6051fc26045678370edd93cd30315a440683a078
MD5 2e2f2a097e64a4347da8cb7e1dd9a023
BLAKE2b-256 04ee8cc19410cb907f655264477668bfd6d829fe8108a987d4054d6e0ff1c4e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 0749fe6f5d63734270ddc3ab1afcae9b328d59929ab01bb22486784b5201c004
MD5 8feb777ea9474a581a33a60dc81139ca
BLAKE2b-256 1c69a93d882e8e6bc75704823ff54509a02efe84d77848a58f956d3b18e38fde

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46a6e8bfe2a9a44abb4a2eea5a1533a20f79d1b100346d1af4dd29a1b6f8397d
MD5 f232fb4eefafbb81bbc2483321fcb5d4
BLAKE2b-256 b12bf74ce7aad243c5714aefd40de1679c029666184e79175a2218c6ca5832f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6bafd3c563506a512a5d7f390e87c4cf315584563448ff997585870478596cdb
MD5 58d3f9e83c9699ae6f4eac4d76abb95f
BLAKE2b-256 7e726314cc51828d297ee767fe949926c0e27521f02840d91232109d97d3fe27

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58a49c528c157142ec041f2f8d0e870dd521fb0aeb5506c56ad5e43d01cd6d22
MD5 0d94729e09136dc754613fc53cb2fca8
BLAKE2b-256 a09cd8cf6f1845eae110450ceeb01d475e90d2083136a0839f7b6d996c3f30e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 0e801ec1a9307c4b347efab6da5a158c4238cedec9f3dfa68906edbc21669375
MD5 fef9ab052354e4f576bdb4b2a4fd7a89
BLAKE2b-256 8398c9b92d7351e4253aca5259dfc8601a2e5ff85810c04702f70c7da8800c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b0a9a6e32df6b5c894d6775eb66db9ce87345de206a1de8bf3af465971214579
MD5 edd00c10d50c9dd2c29141a08177607d
BLAKE2b-256 300e887c7b00c3edf06a42d93f5f26c64e0c80e530e432c74c22bf9118695796

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 140eb85980a097a68ebce92b7906b562f82bb59b4f970c42e0846c4d927a11f3
MD5 3b58990f01e885f4e1997dffdf877baf
BLAKE2b-256 81807eeb8724a090e743508805aafe319688bc847a41885e8db4032d1fc7e2ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c5b0bcaf70889074861e29f9ae8764244f1467b11b1267cb0666c27009cada2
MD5 b0689f2803e5dccf83e6e4da14154c62
BLAKE2b-256 7922ddd4e1c29fb2f2d2302462d3a0f4e03289fa8e233ae7c03dda4db4fe034f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-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.0-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3f534136dc703d97d7cc869a20d677af15d0dc1ba7d4ef020b30188b25266258
MD5 87bef83fc642bf3f48471436e99b7bb0
BLAKE2b-256 2d1625aab723a09a9df457bece480a1088899afefc0fc5dacf4c5f3bb521a673

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: qh3-1.8.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 1.9 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.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 3d7e484b5bcf55e5d6d738f9a743dd922ce2e472ddadb7c2457a344c57b24513
MD5 04502ac81ca6748aabf1f92417a4ac48
BLAKE2b-256 485fdda1b71ecd9239b6333a2ad6cb8c74d204090563f376794e9664d80456bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 be4362b143dd82be83b0302c1a30e77f1c50eb195aaf4c72e9a0b2c1d66f7764
MD5 e24316ef259ab2624ef98df28e91a478
BLAKE2b-256 9cad949ccaff25c2a609a0293b918466bc8f1a334559944eddbf881919fc9e32

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 17c36365baf62940090278f5666a2a103f361b58521029fc8805b5df6ad5b1ba
MD5 7b0e261ede2798503f2c68c12027449e
BLAKE2b-256 73f966f81c0afd74b012e21f4dc71c55d7e07e1c6a0b24da09ccd7bbc9252b29

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 af2f9b0b8905a4ba2f005796173a5aff6f96f45b221f34b874acad4d62174c7a
MD5 a550ca86f2632e3def6783dd82014ebf
BLAKE2b-256 1be66a43ed55d7c0591d4aef3ef2eedc6d92f1b9e03197c3fa721e5471d14a80

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-musllinux_1_1_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 c545892bdd05c5d88e71b171699b046aa529b229ac8a44128d4c1c205e7cb4df
MD5 6e96aef0efc2c93fee08de1debad7423
BLAKE2b-256 dfef26d9da00de3628d32ea0e595405ca759cfaa9703159b49d549540435a441

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-musllinux_1_1_i686.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 921725ba467bff8eb9d8002063d77c2c1534011c0bf55006aac2729fe88275a5
MD5 16e48b1f675c1abdfcc5dea42d4fa596
BLAKE2b-256 9f013d4bc89966a8afb46ec691221fe8a892e5fd48ed769977b7632c020161e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e65ac6daaa70486e5e0b2c9d8ba60608008a99265962b18a27f648520ac4e7cd
MD5 11f634494c27edce301f1c76deceab7a
BLAKE2b-256 0f1299d4b404c4dec6071b4e248a9b9a8c2fce9048472f175c4aba38958bb735

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 516ee4d7ddcc755ed4ad5cb2cc0d80cdc3e2cfe55228dc79969bcb8309f09f0a
MD5 9408e5beb69b112686584eb9b7d1f70a
BLAKE2b-256 19e64a588f95314ab2db3d51d095cc6ca8054cddd2f933eb380e7fe197968300

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 53d3a5981ae140414475265a79c13f84c8830869942b3b48c3a70cafa9b7c516
MD5 5d91d571ad422c68a015f0dedd2a2a1d
BLAKE2b-256 270fe049228d469f2ad2d41a359173287f71d4e040ec0f8e60d3ffcca7cd32c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1a430ec0cdb2a7d9b290808f07434940bf486fbe1d4ac0f8cbef8c803dc3cb6
MD5 3bc061287306acb66d64d5f24b37043f
BLAKE2b-256 6421c2708d4fbb6877a21d22aad902f43843b3812a4e1f0137a5a54e33fd9e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6da47ca65be30471bf0349919d1337507bce04aa6c8295c9a026143b6b3476a6
MD5 8bc5b6c2f766628db0577e1ec17ea3de
BLAKE2b-256 a02e82f77110fd939ea5d3e3cdda202021a0199c9d75682246da5323615786ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e7bdf71c576c122e8c92eef3c382ec8c5ff6702836f9d2dbe85ab353a2ada539
MD5 e7f764ce98729db6aa8b37291274f873
BLAKE2b-256 d882338c2f0b624551c1d2889a11e4ea44935756b9c644b5b64eca06f1366004

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 99d04749f850dc0ce454919a8840917a9446859163abe140314a0ea8eaaa9025
MD5 58c43103dfad97fc94a6d2ccba1a3a33
BLAKE2b-256 2b3ed006a7e18be327907c6cad946f6abde4eea462a4aeac976842f5ed1145df

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f21c81b42924a3159f5315cba3034c4ed759f2631d37f606b59a2d55f52d98f
MD5 4dc3468b6e60fa145ed643d992f16228
BLAKE2b-256 08a06080a12a6a31006c5e4afef3002f120997b331bc1dc8f5e68a3328276a3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c54b9b25b5bea60b89f375ec4d329290ed6f81c6ca5828ce6f41e229fd678a5
MD5 7a21b8bce3b95ce55854c7fff22ac4a2
BLAKE2b-256 0b1fcd96f36ecdc6e684e4ed415cf57c77a05f7b3751210f9a9c26f8a57ae33f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3719e60beda2c648169207db70b6912474b2e9f86052b8868a5f5cb8f705598
MD5 9aae881865614c7eed37f90d8ee58a4e
BLAKE2b-256 5ddf538bfb0c1beaf4bd1519f7ee697d831ca3959fda8a3b3773a931ab7ca204

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-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.0-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9e6582b63707ea4f048f9021e0910c2c4cedd58003a2b5f4476451cf7b3bfce9
MD5 af0a29b77b463c5e08845dd106d38759
BLAKE2b-256 4ef3c1680478d482c899f20e8974374a2b7345a443ed77441032ef1d602fd913

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-win_arm64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 7531e0c2eeeacd6d94d3791d1850ab9cb9343cbe34fe26b0ff70c4040b2bcd50
MD5 e9ebb47867e7685bbde5b4d448638636
BLAKE2b-256 ec51440f3e8b450235024f460f6d02073d4b1331d2ea14b6ba6f7745859ae28e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-win_amd64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 f1c906b4cb2174dd5d56b376ccf77893b940056275c844fe30ee6c32a780e9ea
MD5 e2bc46fe833fff61e47ddf6d714c451e
BLAKE2b-256 5ac6a25818f033d247cb9d1bced87ef305ef95f905391834a7f7b20cf0b57dc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-win32.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 1de68429969ec8e2c200369fdd091a1968226f7ede57b5c18ab7893a03fba8d2
MD5 ce53ba559d355b23c65a53f288e84b1a
BLAKE2b-256 62845ba9468cf7f641ca29cd8f3295bdc6bac170279c73e1381cdba8a077f8c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f114495a59e80a0fa697db090f055fa84b58bd1699ea8f6e9a96b18440e54e36
MD5 5f0d8d4dd5a8384399e0b7a29c612779
BLAKE2b-256 163ee6a2cb826c3a5190062349951f976b736f5d7c24ffae196041781fba9573

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_riscv64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 b97c3ff8d1f6e5e73c92b7fea6fda417cba26d050bdc1900c2fac1a55ccc05d5
MD5 95545d8bcb85c771e56b078446b801f5
BLAKE2b-256 aa939d7d26ad15793ccdf8cba1d04a8c0fc554e628850e6ecfc6c247803976bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_i686.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d27c93206f3f20e9cfda6a2b6d8be5dc6283711dccd25a08c3ccbf4cc8caa74a
MD5 d0db296477e6d902348840c99d453019
BLAKE2b-256 a3e9c78714c0431709444120b10ab5859df70245cb0b79efcd7c4c58f756d114

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_armv7l.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7c00abb23e7affad7b82cf1370b9b762cb2dbc04d1a3d10fe6605a77ee08caa9
MD5 2ad0d0544af9357babaa9ac6cadf1ad4
BLAKE2b-256 c02a69d06cec838192e9fcd02cc5a3dc1baf311aa0ed167d15154e70434ffb3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: qh3-1.8.0-cp37-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 2.3 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.0-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 64ec34b9eaa246c09509338534a8eaec337f9c7d62eef4bca4518322d8b86636
MD5 7f64a67bb3a1db9e68e123cfdffb6468
BLAKE2b-256 9a64e9ee754abcb3dc8b71b4fc7f58b93e3075613158f86ec5130eb8750ad453

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_39_riscv64.whl.

File metadata

  • Download URL: qh3-1.8.0-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.0-cp37-abi3-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 c1158071f63471066e6b337fcb0d872f1d750442f7fda9cae11c4f69e20e0687
MD5 210a8c80285d4d2abd162064e872d697
BLAKE2b-256 8fe37c622591557386da4de1fe6886dfe05aac10bf14f441f209882db375fc6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7981bc292235a11233c300f0e9997c0ac0ae7c912fb158b164f2d9b1b9d1fa13
MD5 51e96ebfd9d2218008a5a7c69cbd9141
BLAKE2b-256 c619cf86c5d9ce06a14a9e71c61ec59fde034489be4cff2e4f58f0e580490336

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 39593074a606a8b1b2a4c49513c4217480b463f237cc34a959e83bd150060437
MD5 d74bf9b5f88c66344b87c0d790c7d160
BLAKE2b-256 e7fdc4daf038003e29ce93839766414da0cd26702ba82798ce917eeb098cab43

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f751489f2595f78a942d9ce93f11755732759e6212c7bd645e3c1bfbfaca4c4a
MD5 017e8ee87f0814a0598f72f67206fb66
BLAKE2b-256 565717756f81703d6dc9b6e7f788f8918858b302956c635a2618d64d0694eb02

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 62409737e2b51f8391f764e882fe37179c39837d74fd948f19f9d2b8a94f15f3
MD5 af68f9a844526497bf6663b36a395a8a
BLAKE2b-256 5dd44ffd7ee194f1577ca2974cc782681c01822bf905e316dc20d73b3e551ea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 038cf8bdbeed02931395af3f2cc83604e3ff71dd90b2027b3bc97f4b4e137563
MD5 e0b651b31cc30b622983032e923c58bd
BLAKE2b-256 cfbcf0fcd1755225e77b316ba16e57a6192f64d76ff851c1db8b10455ed48432

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c382838772a709ed408b523c73dd0db2267345164198b65a494e4954e5df6968
MD5 0480a9cb613b1dcca7612cde82af1117
BLAKE2b-256 a99715cd844d0f2ad4ede0db28b5bdaae37da26411290b3b8171306b7cda1c4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qh3-1.8.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83a0853aadeb8b6daf5ca556038f113a4e66517358f255ccc7a85b1befa53f40
MD5 39e302c882e31e0c1c3f667cd720a614
BLAKE2b-256 b3b9278fb89e825ccbcf35cfb2226e9e7ac7842b94bee8dcf092d977f946c73b

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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.0-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.0-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3fc492f2e864d596479095794dc7f05939732c705268388761a19aa5f95c8e4b
MD5 0ce0fa688fb3cca4c2bcc288a8589bb4
BLAKE2b-256 33c7e85710e35b10ad91d00b325a7f737a4b56a4e6b148021e9895124215aeee

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.8.0-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