Skip to main content

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)

  • HyStart++ RFC 9406

Requirements

qh3 requires Python and PyPy 3.7 or greater.

Running the examples

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

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

License

qh3 is released under the BSD license.

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.9.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

qh3-1.9.4-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.9.4-cp313-cp313t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7+Windows ARM64

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

Uploaded CPython 3.7+Windows x86-64

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

Uploaded CPython 3.7+Windows x86

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

Uploaded CPython 3.7+musllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7+manylinux: glibc 2.39+ riscv64

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

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

qh3-1.9.4-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.9.4-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.9.4-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.9.4-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.9.4-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

qh3-1.9.4-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.9.4-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.9.4.tar.gz.

File metadata

  • Download URL: qh3-1.9.4.tar.gz
  • Upload date:
  • Size: 346.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.9.4.tar.gz
Algorithm Hash digest
SHA256 bd2ea9baf19656c544a48a56a195f2ac257cd973b566f5f2998fa3b7446281a1
MD5 72733a5db7090fe8e7c4871101ab0d47
BLAKE2b-256 72ae9d42d6df0ab9a014138332346fd690f7b0be0556861421d2459caec28d6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e95808b3d37d06a1411cfa33ae7c414ea4d01b38921c300634c9109c4e45f1ba
MD5 145b94a058585ac82aa077521004b52b
BLAKE2b-256 90e258db66254ba98b605249478974be63026d88a72dacbaf67e3258d4e7238d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9e09e5c20d92b5fdc6c487c523f4e488bc39c2eec44b940efd196ecf11f37bf8
MD5 0c6d5bca496b8e923e50c28958ee44cd
BLAKE2b-256 2f0edfe43082db1d44751eb4e5673aec13d8ff1075bd99aa2f44d6588fcb2b3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c53e4e452593c2049ddb6fd3065ccb217c3d2d3648c0611f07d214becc0ce360
MD5 cfb14708541a04a6de52c45c2817a879
BLAKE2b-256 a69c92b8fcaad91ab7e7d9c4710bbcf06a6d20289276e737843fc837063349a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6a07b90d6519d2265c2fd8a579ef657b9431bc6c7cddc6861b192c89da869e2a
MD5 fcbf306634d9608aed412078f8bcfb94
BLAKE2b-256 c22bc74620eff5bc451eeff4e15aa4ba02dc38bce0fa834d1dea5a13bca844b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 28b6caf25e1581328b20ab709eb93290ca73c583e9c2cf873e90f42fbceabb08
MD5 d7ce598efe844022e9cdde9e953996c4
BLAKE2b-256 dc74262e4efe0fdc7f6331997f8bfe8b921754bdc94876f6f795e71d86dea32f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c107efab234839fce48f00b9215fb422ed1692176221518b5bf55b10df27ee3
MD5 66eed31ed76dfcb48294023a164ba589
BLAKE2b-256 dc91fcb1337f27610b2f2ec66c7118a754c17053681b22e6d56b527704e6f6f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 73028c91f3b5c177ee0b0de699dbc29eb322f9d6a6892d37d2add50c8ff7f0f4
MD5 2ec251ed7063fe1ca1789533badd9847
BLAKE2b-256 cb3a2f55f5a9cb3c99335c5950890c97e062bb2f57eb4f725448d72adfe7dc3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d25e7be545cb549c59db2b14a09214991ccca804e395eab8fcaff258e2991d13
MD5 6a4aaa34bbb279f13415936255a77d11
BLAKE2b-256 10d72e3e752a94c87cb7634a060e50cf3ff85f1c8c5d9b1e10708f21d6f5c000

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 7dca54c459d5ff0e5cf16e9bb8c274270377259e0f8ddad534933a42f840dd8d
MD5 812979d01147eee3bae7a298a4fa8bbf
BLAKE2b-256 24baef236210448a327738a1139dae0fca9ff24df2d5a82bd6a105e794c092c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c111428fcbbb228284e0efab10df49ef3523cf3bf86ca81ed5e694909b7fb616
MD5 3ad3594e4532734bdf0356721f3b7b18
BLAKE2b-256 df2c7bc75c988d4a1df3dd16e54347dd2ead43609f8eab2071f72f2e681928da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6da6de3744fc8db6915f667196bb8cd0bf291f91f3e9a880e2761950558c795f
MD5 8306043404b26814bd7e8d40ab81a0d5
BLAKE2b-256 aa6f00bc375338f5022c06d60ff34e82b9522fd0c79f58392f855b9b8f1a28ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d46c0687461468411ced872d199f2c60a9f8163d96622ab9f4737c991e427de
MD5 216c3df5df5710b845dddad793854a5c
BLAKE2b-256 f3ef2acba8fbeeb77f1092a0ea29c7d055e37150ea2aecaec223266fa69b114c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.4-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.9.4-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.9.4-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9356db6fe28a3368b27479b8a23409074c9a567b2250fc8ff99373929b4ac291
MD5 a64210110e254addb0865a946deda546
BLAKE2b-256 94598ca93971288d3dfd2492df8cacb8a346f7c977d446284c9ff3ce19654f55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ddf624234a3cd54672fa081fbac250371683e12595a0328c52e6af84dd01a847
MD5 ed6077e886738dc2cfcc3d2000d570fa
BLAKE2b-256 570eb9dcfb39ad8d40271f422b8371536dc460de52ca2493c3f0f75b9adbe432

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9010ed3f82b8f9c4de43da0ce8691f2a0ccb9fc2d64b080f7d99218a6303667d
MD5 bf0cbea06d35268c31457ac19e01d604
BLAKE2b-256 70cd37c353f0020fe26e24d6f5bc69a93e4c8d8c602e4cdc10bfaf087340b96d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 53cb4a2d96d1f908821589104fc3bcc5521d3fcd0ef7bd91e2301e581a33fdc6
MD5 2fc2335b033f8e69e8d04e48d2478e81
BLAKE2b-256 a8823d57fd79ec778de3110f04f84c982e3c5bfae9c51ec9fd6e387989daec75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a5df03681010f359e21cf9175cfbaf25e637abe970d0eb6448e78ec37abe9b48
MD5 83ccde336a6e7dfd0795f10195822784
BLAKE2b-256 b19ef1cca3bf6f155a78586985bb3583b0d538d89ca5d3b8e26160abb8020ed1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a292ef84826309e12b530ef95dd37af28029d7976521eac3441812a0ae94761e
MD5 d8f705cefa44439e43677abb6606eb91
BLAKE2b-256 283427e2ddb5d3d901b3768c2bfed17f61136bdb71eb03d338d60af470428240

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42a8e2a3a313d7f32cd1ebc8c29ad42f967e797660a4d7c37f0c1354a48d7d5f
MD5 658be904db0b71dcc44c90f100fd80e6
BLAKE2b-256 f50afdf9a93c8a8d95cc266593e325b8b08618445603f2b4e5308d50e36ee251

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bd763fcd3508d3366bb5c93eadc7f0064b5453c982edac7aed8b0e112f34ae30
MD5 77f7713745b6611145208f02b1210201
BLAKE2b-256 12bf10c0567b4f3c31d8e8d4fb5dde3a830e2e6446fb47703a9e78f4a48e2f0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca757d585d4e235f4f376a43d293db539331cfe7f597b84b405754195f6c1d77
MD5 f543704a822b22faca2ed57853887d30
BLAKE2b-256 a28265f9e1b84b1e56854674beae605a1abe97ecd35a83146b4e8a9ce72badb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 0738a83037d2a832ca4902110e2a8d45896ea1a5ae102e9127a57fd96f5d3dfc
MD5 936dfc82e8456144a70c692a22d0c375
BLAKE2b-256 65fbad57dff7d22640068a4952e36e9ac5d6821dd05130d0779d34daef2cd335

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 47f08aa99fd79a3313c0426220541afa266bafe3b966b74f8b54ee3df1ce07bd
MD5 12f8fd9264ee3942901c80d3a0f61d6b
BLAKE2b-256 4e47e03dbfcbd149346a3e86b4e2051244bdc5bf8d7e7439c1bb392dc879a667

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3154bcc3070d7d674748c7a618ec2718255ba7e8976da4f71c9c6077efc49a85
MD5 013df009165d7218db2a3dbcf4d48527
BLAKE2b-256 8d678679f6ac6b11a607dad9b7d01ac9c14cdad0d40e372a00821c9185c04e3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 817bad9bc133cf6fa393ab6f06ada20d27f8c6c8fce0d64147013f7d802b636c
MD5 40bc7a6a020b52152b9fddcbb4686775
BLAKE2b-256 612aa096a6fc146806e6848ea1442c2d96f75c5cf6c98bf0136c5b18236bba76

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.4-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.9.4-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.9.4-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2beae7faf80fa9c2c79c29d45e27686ff9d785b46f7da9848c88cce0d867569e
MD5 1b5c15bf3fddb06156841168798a8998
BLAKE2b-256 4e5a7c8a46d4ee36b7f18bfa444e63d9cbb6c15141508ae12232ae10bc86a45b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 51240140e427913f1077353cb18351c46fd37495e632c9457e3eda53c731b4da
MD5 8caf0a9ca061bb3b41ddda2827464123
BLAKE2b-256 536542ed37a7b5df0ac47f37b67191f371f7eb55e9d831daf554009000abd68b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3419ff74d4cbd6ebba5f07be88fc3ee3d8be62f505bff144ac0e8985b9acc63
MD5 ecbd29512449eaddb501939fc5e71e29
BLAKE2b-256 f0cd40f856bda96ca7390e2a3093275e1cf8fad85b46b28ab5fe90fc7098e949

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 08688570817c6d40083671cc3d503f3f15f29e6d8fdd1459ec2ab52e28958c8f
MD5 eb5d2284497fc91fee795f1b4f8daedb
BLAKE2b-256 4dcf26f0a7c6a0a4a4aa89bc0b0df283e34b2f90b8557cbbaad6bcc98a119520

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 708a1da121cab7c25c26e1c040e28c3ceea27e31fc6dfaa05e52613e1264f996
MD5 edd50406084a59566e643bc93028cc96
BLAKE2b-256 b3bc253c418443c98c79af7795459cb25872965cf51bda37edeb4e75904ff8f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 44038cf2f01bb84d32321b5bf48becd747f7b3a0a6963a5fc8be8306db7b4cd3
MD5 1883246c4377ff3ecbfaad33b8efe2a1
BLAKE2b-256 3969e3711f8842697fa8ae82cae5f0b7a771df80345585afa711fb081f0f25de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97a9714b77024dbe51b7155546c30246a0513d04ec6931fdca0889d541b2c1b4
MD5 d017f64bed58cb2191c2859c5508a854
BLAKE2b-256 b2e81cdfb7c4fc73f160f7412cadc1b9575cb933b3d19ebb2ca8ff9bbf7212c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 25b35d3ded468fce79d66e77e9866fa68782122d232fc049887200702577410b
MD5 7994f54f712fe5af067d02977f640852
BLAKE2b-256 acfe4088578591c54152b89540ea52e9a6bf9f8c61cca30b87087d6d1f156f42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 356e7386a50372044e4fb9742e0142cfec76c85112ab0a56b2a97d58ab64e47d
MD5 2c3955ca67699c5ac59e61a7be3c28b8
BLAKE2b-256 f1829a98794873c3ea91d759e44f495b1fb0849ae62903e9bba22d25bbd1f533

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 22bee558b3f6b8d44a57f5b92b0b2c5a76d67d643af00a3ba9afe5a480299357
MD5 b81a02ebbcf85f81b7e3c00bbfe2f5f1
BLAKE2b-256 21219ee37aeec7cea3ebf1da4f1e03e1ec84f628c105e58da29d91cf78056f5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b520f6d3b7a3d2b1109a82cd210b3ae156c340a2d3c843625cc4e579917f7be6
MD5 ffedf862081d0035ef67dfb94b79ea95
BLAKE2b-256 ab89de94bdc099abdc99d16ceeba5e2a0a7d061f048d42ecfc3f26d58e5a3bdc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f114caf160ca9b9d2515a13fad5c8dc4f2a066086d19eb7134f0000f3f45d9b0
MD5 7ba9c470b53a364ba700477961bb7b54
BLAKE2b-256 c4960be2d42d9f54c261e06d0d4494ea2a91ee6e50dff931eff0e0ba77da79f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 607b04951d19cde96f8195c01e996f34228206ef028eb116e7caae05d12c3f8b
MD5 d848976217ae3da97fa866b62eff9369
BLAKE2b-256 70e6c523cb7f5fdd24473e0b11aa8c0a12fa1382df530e5c93484e6d2e5840bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.4-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.9.4-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.9.4-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 fe7582b602e38cee5dd44e73fd9bcea9dffc900582c2584bb32ec4186c4254a3
MD5 f3235326f0f3c14a080d9257e460da5e
BLAKE2b-256 b4c0f34e27b5a14a76db7b5780fa7c1f49e59d8959f1110869c774a6b98c5bcf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f026dcb9f92408e394fd163d9a23ada4ac94d85c3f1016faf14731c05f308428
MD5 16597ba2f10369ca43c29fcd7a92424b
BLAKE2b-256 b8c434eec5bb6cba0da9f602952ec99dd13b9c140201eb9b5924fb76e08c5b98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 80020781f5635a04de2b2b1ef0a2cd1e96fcf59007d4da2f16a1527633779482
MD5 bf6c8a197ba3cc37adfbe0cc5c1d7a51
BLAKE2b-256 c06949c52eb9b2a8a0a2e781c2c6142da353ac66ae5b078430e0cfdc096ac447

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7a4bb46bd03d1a2843a8f55f5ab120697a7971f72740c4bd1133b73e7fe993c7
MD5 bcf2f319cffdc1a1805890dfe10d808d
BLAKE2b-256 f66363005a8b60042571d45a4b61f6ca5005dbeb20dc2737f147a1a253a48282

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 63aaa73ee888634c8ec0aae2c8dfe9a45ae6bb78b4f5b22aa3d5efd9b174b722
MD5 92a898403087f9248aeb9c540c306329
BLAKE2b-256 aa2b5cdff1c07e72f78d08f0e91021274feec012a9f0e8998c3d21f083b2853a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7f7e83a56f250320a8d577a65aa968edff9c0ecfea88aac8f0ecdc4a81e3384c
MD5 fda17dedffed1c9f85c9ae5404db5dbf
BLAKE2b-256 555bf97bbd9ce27be7540924e5ee5896ac22bc0bf7a32d3193bae278d1633145

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f70ff258cee59b6a8f62c96fcc600d3c9937c8036a194ce56c6273b1fb1bc61
MD5 26069ad5344164c3df12135c20f5ff6d
BLAKE2b-256 897e510cffe7b2833dd3907d5b59ee1d1896851b1e6476287a93fe97a72df732

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eb35dfe50daec1cc7d40c7dd56c9798dd59406d1a17dca2e14e41f1a49e140d8
MD5 816c7202c31113ba442aa53ba918ba7d
BLAKE2b-256 6cdb373392cf62ae4617a53248bdf9892941a0006b928d90d9844e3d12878095

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4aaab3072d6c473f95a3a35f067caed193e3f9bf1075f77c503b556656fc497
MD5 1b2128accab7ac631efae9a82df1e18b
BLAKE2b-256 31d7a0826e304f8bd687b67cecb2656ccef0ab23495cfe36918748159744ceb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 a9ffb2e1b0d8cc1e8d45b282077343bb90330ab22acf66a439510f2afb3627b7
MD5 e943e4077c3c6f9079773e1637fcd89d
BLAKE2b-256 6bcee385a0223f00327d461a200e292c4b56c667d36fcda439c07f410017f70a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93e3c9aed2d7118c3aedf44ed5c38a2c939548cd9668e7d44959cade510202e0
MD5 881f0debd29a1c7e5501ff739475ca24
BLAKE2b-256 0888a89dc114238c650ea4cc1dce48f595b6b3de3430cba273c8961474fd9240

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 55a0f6847f29c8b8c25a539539c69d1b3439a574fd41baf75a5dfbeeacd8d313
MD5 dff6e3a56bdbcce0545892df125a6d8f
BLAKE2b-256 7f99e5f0d7abcba10232efc1b643bed392a09d9ebef5557182cc07ee5a9a8139

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a98c759a7f6e25c69f4acf3f9eeb95d7c2f82431f75b74d118c7e0bcfa33097
MD5 934559ace53fd9a589d9f2815784869d
BLAKE2b-256 2a8549bcc8dbfe6f7e828372ac4c1f86392eb7a5722b0719871e264f85f296da

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.4-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.9.4-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.9.4-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 42df8513185563fb3c95dd18e2c28dc8c529e2167d07037586968fee85756ebb
MD5 94713865d0c23a428e8991bf8400e64c
BLAKE2b-256 06aec48463eedd0d4ac4bccf86a70635ec3be9aa9244848e865b7df82924f432

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 94c488e7978ddddc2c52ff3703f18a47cb5643b1dc5ef66fd68d56ab9c5a8f9b
MD5 59f653b58ab072d97834dc468b0914c5
BLAKE2b-256 6b4fa2e942799f03a3b4fdc6ff3d9231c1cfd5d536a2e581d9aba0d787aa3897

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9db827d69be7b9e9e22ac84cb9eb32566aceabbc3095b2671067696bc55cbf5d
MD5 f99e7baadf2314855500425d4cbaae1f
BLAKE2b-256 15cf1b8c516d265eafb394a7ec0153c3d7168b6499a6de888493cf15989b4319

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6dd2d3c4dda46c42804766c66bb1accc805df499c179368beb238f5326d1f493
MD5 bfef56775358a709f7ddf6d377adee6f
BLAKE2b-256 51eaba386b3dec5d1231ac8c5977f79f240d40e091e277f5871d78091d7a0e78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 bbc06939e451e623501f4612abb8c0b39dd3a9387bcaa9598d9904afc0f46420
MD5 8854cf6b999489de6289e39016d2a19c
BLAKE2b-256 6ebdc6d298a9b1914a929315ba30e019d9641d762e226c5e83154dcec32ffa4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1a792406993e968307f79b1cbfd59c3b68b559b3e3f70752c96db2aa96535cb2
MD5 5bc890ace8887cd9174547dbeb521a91
BLAKE2b-256 5c223aa9f12064af0853ab737dfe041bb01a69e4c61e1ab538006a6cca084587

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5252be2cc8355aee50a09f7c8aa960b4e217ab31a2f5cce6c9f05685243bfe2c
MD5 2249aecdf47da646844a863e95b9e6d8
BLAKE2b-256 bf53cc314e30d8016a556183c2a6ff9b6d73a8abff862ab4cdeff0d34f02b0da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 75306604a4072eb553736d55d546c11d265c6c1da2fb2abd2cf67031575646a6
MD5 ae161c82c98be6f954812d29b9b485c7
BLAKE2b-256 b79de6a7a18a68e77026984c6b3f74288ed280e65e0e17cc0d69915401d0c2d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fd30f60898b750e6f9974453408daac5b866d7c48cd390cad6f68a901650d8ea
MD5 9949c44e6e040d96b41f1d00cca6fda5
BLAKE2b-256 2a221a1e60777da91f6f51b78726e0908dd5909774a6d44b5dff48fce6f1a573

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 273372df11906b11c9f16164a169d64f423e24b891717b5e77ee5a647c25cd17
MD5 e9c0d375bdcf1ae270141d5137b32657
BLAKE2b-256 90d44c7c21df15b7fe4adfec13a525e0857fb52cde0139518c18f07455b77f99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 819cf1fb98649493ea1ed594b9170a8cba5ee93039e990ab072af8a7d92d8581
MD5 18e1edf9dcc39f334c160ba324190a88
BLAKE2b-256 fda1411f4ad66e12f0a544233eb1e70e56127c6cf06dcfd777427ad8fdb63c07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7bb0909208868bbf1cdc5efae8017f9c6701a1b7e9c74576b99aa8c824b97680
MD5 38c4cf3df8cb06e32b54ede37dd3cc2f
BLAKE2b-256 d04c20085c544058a8370472dd9235adc779db59f5c90852d3ffe75dea4b74ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80336584bd4fe3bcca398334abd5d11b694d9fb61872a70813cd1012e76ccc7e
MD5 1a36372526d55f4a7224d99235aa02e2
BLAKE2b-256 8c87277ec6f1bd2432a67054ea934651875b88d20b8e9dfb050d432d960e692e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e03ee1e2157a31c69415c3dbfbfe64e02469499ca46e968d13d8a7b289bf520a
MD5 cb20e9a849fcfd890a0df3a30f611a18
BLAKE2b-256 853e56694a36751508ec18f66ba115c83a4dad6d576ebbb50523c940eb89b3ca

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1fbdf53feb1732faf6c1cb34f2e1cbe4b543054db7b4d19d8752f1162e9370be
MD5 5b43a487edc639bba14bc300bd137dc9
BLAKE2b-256 d25f2b617597c665739ee6d0b190aef22df378e759a810a86fe1de7acab31857

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fe9df8136bf358d45a2757287523abaeb208fcbe2c1e34664562eb2d8f64dbdb
MD5 262fb7b1222f23e52ac9db779d633ca6
BLAKE2b-256 e2ab318fb071ed092edc1b6572066157b6a029c15c42369520d7d7353a126334

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 476ee4fcdbd3454eb0eb4dee5678294f06c08ca8e8b83160e2d0ae3c4ae34603
MD5 46164c67435f506937b1c7119b6af2b9
BLAKE2b-256 f5b7a8d8d0568758ac85e87003aa550b7557b502eb1b600309abbdbe6246294b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 9ce179efaf97f927f01fe158619f5624d8d874c7161b7c497f06897cdde210d5
MD5 b93b20b0c33271cdad03eaa83ad22ac2
BLAKE2b-256 38b86090e97b28c7486d045309ebf010f8bd79a94b5838edeb7b39080ef8b1ad

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2100697d736dbdfd1d3f0266c9fcadea6230b66ed59e3e7f8c9a9d1a6eec0c65
MD5 541180a42fc279f6650d6b50255ae471
BLAKE2b-256 544adc4a346000aeb4d21aabb4b6daf47231556e47d534be3fa4a9ce95ee6d83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f2ff36b84a4ab9b68806af1f6985fa3b47e29695effe766a3e70c21efac8157c
MD5 fdf39e33e567583af487cadee2adc728
BLAKE2b-256 3815f447e2ea4216757fbb5627ce96bb79e386133b0cd3e8f3c1b0142d4d1bdd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 633a24ab2db76d64881876c9d0f1b226a47d892bd7d78e61ea2c788ab59570af
MD5 0fb89ad2149d3931761b09099f6a22cd
BLAKE2b-256 542407692a20232b6f8788a54c7f06b25ce702b4a94a5ad79bf680a9e32fae08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 9c7f3781ec022dd958b5eb0e5cb2e2a54e207a3d8837fb7290bc239912648fd7
MD5 b44717ce290351d7f6a91f7038744226
BLAKE2b-256 023b6feff7b78e7cf9eaf3b25af6d7239754c32d62881f9f392bf4d18d60a907

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9bb9012bc02c44da6af1b931b6082588519685fad8a1f866c341f749394f53f
MD5 1d45eca7898e935dffcfe37d74322cc6
BLAKE2b-256 1f5c8a3e3b005f66091baf0310a429003733986d9e001d13f3f7781ff3849873

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b47597daa4ae9195f81a35822217a395d3277f01a393d9c2bb3796a6b458b22c
MD5 bbbd3409aa853f04c71c20448b307cad
BLAKE2b-256 94036823de539154091b46234c667e49bff9b06bae44a82d14895d813f909fae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 04b64bb18e10d8f482bea1ef43e5da3448e2d5ba78bb0c735da5b9e02d7dfb0e
MD5 a9c90a7d65943d2e08302c51462c4de3
BLAKE2b-256 985b67676a616baba1265e5f06ef202779099a9b4926c81342c007528c68a3f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 3755d777ff35561bc719f571ebc4b91aaa8a945c210e50b2576bf2cc69cb511f
MD5 d94eb155669b319d6b2d81839dc72a9c
BLAKE2b-256 82be6952fde329c37b8c2f64548df726bd86b8dfda12df740b244114adc7e60d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 551f60d487d849d6f2313dda94e54ebb16b1a29acb93676540ae790a56308c24
MD5 7b3c39ebf1d5f93fbf83067574713b2f
BLAKE2b-256 31cbdc3004df9af3922cab529c53bd6b58a7d44cce02f6b6dd7f795d8a3350ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 43f80d662078c26563a1aac32a4df22649473d996bf2422e073c8aa55b1c837c
MD5 1c704813973536034e2c00c2f62a7e57
BLAKE2b-256 ec74b4b34a93b1acf1476a757b1c5bac9d38d5c7cb2272d68b3ce1457476101f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b9d45e544e0a556380bd2a92af180ee98d32bca6cf622f28350ebc000611bdf
MD5 138337fcdada24f08e211b5d9be1f599
BLAKE2b-256 f371c9dd5b4093999b651869e5277ed33d88fa2ae4eca064896c66319563dd16

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.4-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.9.4-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.9.4-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 100368855b0e103774438aaf8b38c711fb51b79f18e3b9dc873ea573648bcc3d
MD5 a3972e1c83c80629f315249de91020fe
BLAKE2b-256 0b891b52aa142d772479393c4868f41255ddaf29627db72a36c1f635f51987ad

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 a21c68c0724521fedc4df1abc4402020a1eb37500d138a1bee1c3e50c1b0edb4
MD5 774c34fe2316f6aa44a91c7526d77f9f
BLAKE2b-256 e2bbb8101f7a96237516a57b6fbcfebacc2c3349ab0b6ff528784f1c90d69edf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 257a1454732d261b3cf8af90d52cfa13ebb213a899d7983d7707b0c30f4a2533
MD5 f03924f09d16e8310f1c612ad797c3a8
BLAKE2b-256 862c4eb17c6e4743b8b003ed9c4fffe3acfaa29c000de09a9d8ce6ade1f0b428

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 72c37f9fcf7b1136f245a333bceb7582fb4dcc955bfad0937ca6c857748b5638
MD5 ae7c4712fb5114fef1261324c9cee3d8
BLAKE2b-256 657905804bdedc1be747e319091ec770cc8ce5499008b16a70ce2cde035d2558

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2a875175ab7c03d06fdb6784bf207d6aa1d30d2bef8170cde49b6960a0ca96a1
MD5 9cc5264be69539a79a3c7ea3705df3ea
BLAKE2b-256 fd4d41d6e4f8d06052873a590557769dfce8a14627e1cc03f74600313ed0c552

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 eb99f81ad441f64f29da560a0619c9e5b8d9f4532e611c1d6319b536a9d36f53
MD5 83e1cb9fd729b424325c8fe068d33ad3
BLAKE2b-256 3e42eeca764d3e78b6a3910f95bd33af638f15fc88c6af98807abdc9fb0d75ec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2369dd42c97de4cf628503fd5c02b359b23cabd0ff1773d33b135395748c6e42
MD5 240b09f0e1eaa910955ca3b978a57d97
BLAKE2b-256 fd07d7d59c1474be53394555b575614eb086d10ed23b7ef3d83f93571ee40fd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 593165d62fb259ee9a756e1bf07aa66cb445680e5bbb7fa15d8d3ba59dcf923e
MD5 3701a1d50d71bdd47935d08321a61bef
BLAKE2b-256 4e007dc1ac91848f2774c68935da37ecf5e5d069a02b4f98934a74f8868a531a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5b6a7af8eb57dd168c023ffb041274b35b120a8eddf0a37f9bebcf4d69bf3c9
MD5 d35f68668059db52cdbc4f1b9d9bb7e7
BLAKE2b-256 df9f30d83600b6f6bf8a3a995e05b46578e333c8ea5e0a799ea28d5f6f28c262

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 4555d49cb3167904a48dec772fb3a71279282c05e70cc2be9d59b597d1fe71a0
MD5 14b4344404d8f3edc8798d93917ce343
BLAKE2b-256 46a9f21458c4ee1b527030f3d23d67ecf97caa75a8a9c0e021ddaac02083413a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3e2e90656a46c49ec04e920fbdff28a14eb4439fb660e5de3074c3fbab4ee13
MD5 cc7e783a850210e5f6ccd01850ff2d45
BLAKE2b-256 96b4b89476bfd17c47c29425f3b9cdf5bfbe27872853c1d0a53c9315be05c89b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9486a8dfc1d8eba625e7f92f3a1c45e4a131c7d96d33b73c20d584cf6bb99055
MD5 1c19d87cb40b265ceb4d822f9a2d3cad
BLAKE2b-256 2d2762b09bdee46d603fd581bec43c98a86c9380f2722d10cb7885d623c1d4e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e5458cdc9e5214b111d13b86207c2ac799e1191d2e084c442d4fae1ec73fd9b
MD5 cc0c5159052ee84015a9265c9ab01859
BLAKE2b-256 a3aead55ebd12852e5c714e1c2956c4497d6d09417e9af5c66eb672b79cdd7f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 9cf35ac8f4133a88ad3d8e35d63bfd566f369071a496a16ed69ae09b01b9a64a
MD5 120f5f469818bbd93aa88ed25737ba87
BLAKE2b-256 490e26470349a310715c05776c26e289e54c6a49f08289249445d5a660d364bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9b38c9e5c6552828118676795b0a270e2337571e25d17bf57c18c2c5c346df5
MD5 bc8d5a408b56a710cb3f49fc0280070e
BLAKE2b-256 739d88f5088430d25f3a0bc414b15b2b0b22a117468e49bba981c140337bb90b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 325ee1f729e7b2f8600e71e354715db18ec4e669a001449f5924ba0521b9bafe
MD5 278db30640cd3b7f069fad11ceb74f91
BLAKE2b-256 57c5c92e03e4711a1b3e09924d654f3c17dd62b91233302a77ce5695215a2b5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a931eba5b6b11292ed65e164a416b78a50139fb9c9dc9dce90006cbd853d1fdd
MD5 fb77dccba2633bb108defa655f14731e
BLAKE2b-256 8cef343c02a1fe2ee1215120483fee965eab0ee72ea4a9ae122a9b31add14ea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.4-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.9.4-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.9.4-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 66567176a55bc92f12a7cdaae6d0245f808333a6a55221f37577f79c56848b71
MD5 7be0f72fef25d691dce13b3befc24bf8
BLAKE2b-256 3fb27a8f6dcb93a7a23db07c556fe57b167be7b880dd1771d3df62ab1dce4e56

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 d0bd73b3e73f4f80d2430d410b532222ecf57e9d4fe8600b7683c775cbff9479
MD5 007a44d83fa96d2a365b29b459d84a25
BLAKE2b-256 d3bcaec1f86da0d093a319f43d88b005b4b71efa94e8f675c2c9764098c2abb2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5543cb40a48d401f3fa4ec89398e3a213634f195716a9d06d70417c05edbbb32
MD5 2180776241b6cb9c68152f831e84c872
BLAKE2b-256 054877f3055a3790a515fc59b37cdf1f23c374f8a235c6fa1b110153b78668e4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 952abe1be90c0114993886792a8a5ec2211f8391df41227f5b7a5a02ff71bc26
MD5 3b04770277ae5ba7790a8bf437c4a8c5
BLAKE2b-256 75a5aeef82a0edae7003d42c0587dfbceae4ff0ce375f8c2c13398a4aa4a29f3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c13775ed27a88b297f6a1aa05ffb286879453f99e1e53e0af2b22e7ed8f92ebf
MD5 b315409a0ea41b8ad876f5e5ba033a44
BLAKE2b-256 eeadfb9f922d0ea410c7f7f19a746f02be0fab2b5b5c061872ca0965fe767c52

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 e991b0f20b172fea466d0ffd499a85bf2f26decdeeda537275c72b5f7b26ccfe
MD5 7b834b50fb84d38b0bd033119dd29290
BLAKE2b-256 7c0bef538579ba7144fadc6865df30bc9ccb3b78ae1dd61899a5da115b0ea461

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2c2b2005fe6c605d61cac05ec2b3c019cc546184fa43444f3d1e3d22ed020ab2
MD5 11f7b5c3d169da7752385a8c9a5dc811
BLAKE2b-256 6beda84cbc776edb96b8502d9e9093432431927dd827ca2d064b196a43418bb7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 22d5879dc93d2c7ee14cc5933b12c7780d9c7705dff4553becea152fcb767d99
MD5 5bb0c3b91fa48c32c3b35e533da874dc
BLAKE2b-256 17dbd60b95e872368e51756877e98841b77691acb833e89997839a7adfe053d0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for qh3-1.9.4-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e6db3def610e9c2d2f3602d3e9c8b2156273225f6eedf74a4749d3bc21af8167
MD5 ec7872d8e2442f7437ba00387c913fe5
BLAKE2b-256 9ff7ac383f019b69e9c7021e300cde900de36953d44e408fbd323993575ce765

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.4-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.9.4-cp37-abi3-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 43b6cfb2240836e3e54bbe61ad1b8fa5716516ff5359131a2421c55676a24f26
MD5 29b8bcd085b32e8bb262b1aba7a088e4
BLAKE2b-256 4c7899f27d776e54724050d41a14762e25e6b8d251b20943b59928f4fca366ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b361e627b6a529ecb231c1d5f3f2abd6d1952b0d7cc02c7718d9657d55dae37
MD5 4a1ecab788eddf1fd318b5bd9cc46f24
BLAKE2b-256 299254bac0ab3aad24b84f1e3c4868399e42cb8678054650f5f2e436acc2554c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7a94a1726bf46a451a0295d68fafde28794e83ab6fda7457cbd9309c38151de9
MD5 6c2a60a4bb03dde62e2f4d9943820951
BLAKE2b-256 1b22b064ec3fd14f121a8710f41bb42680ed96635b55bc78f2e85d475e8dbd65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 124045b0c04c05afc038a239d7717019b4c4b9d0cb967040b4331f4d588eff7d
MD5 f4f661ff4863ed95bd8a7e0c36b5cfcc
BLAKE2b-256 c8ebb7b93687c033d4291c8207f47b2b0c7fdb738db89ab5beceae08d866734f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 010b132c33719af3df4c1d6f569e52a2a20046c55a31c5532e741019c8c53868
MD5 c527bab0bbd985a64d7c6b82c1a49991
BLAKE2b-256 c432fe10f124f2062cb9004c18c1b506d29961e2e4d72d2c20ea1b3503ebe6fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6dc9ff40d3a06f27b47d93417666f03ba6fd6b9585d9711ebbddf84fa4b7c50f
MD5 525d03f0db6a51e92c38de3156ec0833
BLAKE2b-256 628fbbc0b834b1252356d49d8813156606d426eb7f90ed5bc6aa479bc8aef7c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7fa1a3debb5199da3c7f45b0ca6efa55174dfd6229370e774099073143ebe9e9
MD5 b565f79f6f9e3f247b6bb1e7a189ba04
BLAKE2b-256 0e7b7ebfd6babc3aaac74fb40beb5f85c289e2dcc40116282a3e48db99558eb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a57b3dfe5dd2da2084adea63dba0bf587a4096ebf9207339187c90139d1f460d
MD5 7ca4288bfd0c6a905253dc4bd27978cc
BLAKE2b-256 af86d6777ff057a45debcfeb2a55b21692ce0c6f32a3c3a45531e83cf8ed4ef6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.4-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.9.4-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for qh3-1.9.4-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 26f7c8ed1a7ac0e25b654f030a4f472830c80890cc284dc40a31c17ecc21fbf0
MD5 5ce301b5c78f3b5f2813d5a50219cf66
BLAKE2b-256 f248646ee80a03ef7fac2b70cccea8a8f17c284fbb86fb854227f6ce70898053

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

1.9.4 This release

116 files

1.9.3

116 files

1.9.2

116 files

1.9.1

116 files

1.9.0

116 files

1.8.1

116 files

1.8.0

116 files

1.7.4

116 files

1.7.3

116 files

1.7.2

116 files

1.7.1

116 files

1.7.0

114 files

1.6.0

113 files

1.5.6

112 files

1.5.5

112 files

1.5.4

95 files

1.5.3

95 files

1.5.2

95 files

1.5.1

95 files

1.5.0

95 files

1.4.5

95 files

1.4.4

95 files

1.4.3

95 files

1.4.2

95 files

1.4.1

82 files

1.4.0

82 files

1.3.2

82 files

1.3.1

69 files

1.3.0

68 files

1.2.1

67 files

1.2.0

67 files

1.1.0

67 files

1.0.9

67 files

1.0.8

67 files

1.0.7

66 files

1.0.6

66 files

1.0.5

66 files

1.0.4

66 files

1.0.3

61 files

1.0.2

61 files

1.0.1

61 files

1.0.0

61 files

0.15.1

26 files

0.15.0

20 files

0.14.0

20 files

0.13.0

21 files

0.12.0

21 files

0.11.5

21 files

0.11.4

21 files

0.11.3

21 files

0.11.2

17 files

0.11.1

17 files

0.11.0

17 files

0.10.0

7 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page