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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

qh3-1.9.3-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.9.3-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.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.9.3-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.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.9.3-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.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.9.3-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.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

qh3-1.9.3-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.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

qh3-1.9.3-cp314-cp314t-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

qh3-1.9.3-cp313-cp313t-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.7+Windows ARM64

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

Uploaded CPython 3.7+Windows x86-64

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

Uploaded CPython 3.7+Windows x86

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

Uploaded CPython 3.7+musllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7+manylinux: glibc 2.39+ riscv64

qh3-1.9.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: qh3-1.9.3.tar.gz
  • Upload date:
  • Size: 344.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.3.tar.gz
Algorithm Hash digest
SHA256 c4e958d0a93a66c4bebc2f75126d4060e9ab93addb9814cb367a1f23a395a7a3
MD5 1b907cdc90bab84ff83bc54de3a70ae8
BLAKE2b-256 b356e351e5e85242b3d8db4bb5fe9d2e0487ecce50444c1870a0e6b02cc3fe51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f6bc9e333e3dfbc7e7518d121d22be0502c2636d26640e951872964dfd1afa38
MD5 f849c13523f78151cf1df068946034d8
BLAKE2b-256 245c3490279b7e4aef162a314086d2ef35027e6bdc683e53993c7af0cbedb6e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ec509a5329005dc05f3a74502e648b461cf0121151d2c4130c8be7f77068a9e0
MD5 985ea5669e24b79fec1ded740d7dece2
BLAKE2b-256 ad8f9a6fb6592bb96089ce86dea0750db4e40c31ca6afa42d5949f370e34ffa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8b8d29967291d4eaa033c6ed83e3868f6f5f73716c9b7bc092f1cb6674895d5a
MD5 2ce74ad7cf04a7156b750a5d756f32e1
BLAKE2b-256 efd539d1e849dccf2e8a5ca77b0b64ac3b79f5fb615f899105b36c5db1008780

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b987ab7bba0fe3502cea07f0652f7d73c262fd63919623d134265ac43438ef68
MD5 76817074d989c7ba41c121cf403acc1b
BLAKE2b-256 4a1109736e01720a7de34df88866572d5ab0fef8979b3e74fcf5f443b88a5659

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0de267bc4e1899e77114c3777b3a8a53b97a7d8bce3deb42843daa65063cb374
MD5 88bca03fb6c690835aca21b9edf57ac5
BLAKE2b-256 b418917eb31df8a2d4051fa42e66a66a85fd0d49ee78112c929fed0038e4b345

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 164c78e7b477e9488ba1f11d8cfb8d90b853e50f2c0cde65bc322e0fa16f9727
MD5 9501a7681fccdb7430e878328ababe98
BLAKE2b-256 60f2b8e292eeb698915652dccfbcbfd69e87919958f3a182b27abc9bce76782e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ce9330f317ad077c238262588c08bc75754112e4cc4f12222b99377340155c25
MD5 4c90b61d53cfaec1a316274495daab76
BLAKE2b-256 d815684951d16a12994e609dcb7ccae59e49123d364d49a02b57bf3dd31e5693

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd256413b116e0a8ab9d24705b3996bb33e49a07a06b29cad4696738d43523bf
MD5 26217a28f40a66bed58a94edab16868d
BLAKE2b-256 31a188b020dca6ce1cee964ab77cb2c33c6e93a08c716d02d0ab4d4dd0268920

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 48f92b62d3a981401e4cd6943ba6cb030d3d0fccb0a9ce2cb3ba855785ea5aa7
MD5 0bc3f29e03ae47c7c79c78d5e371e481
BLAKE2b-256 93562c1075a96e13a1ea0ae4cedbe9b6fbfe45d812dd50e78eb5ba78e1fcd464

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4bb1151ba9c6aa04fce93fd6fdce4eaefc7a5cee6d874b4c64b53a7881908cad
MD5 775e39b93a85440d6801f6b82644fa27
BLAKE2b-256 e9ccb029efef9d79127b649204caed6e736244f7fb7f843139677fa23086fc55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea337514c51afb7e3a2e995745948938e465a4fb0a3b48fcada4842b5dd55046
MD5 735dc24dc445061f536ddc3c0bee2355
BLAKE2b-256 35702c5b6c0d1030e01eb1e91f7eb5df431ff02279d59710165d4d18d0e202f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65c9c7786ff8f60d10dee699407cb8ae957d228b0586555e726aa4b922c974ec
MD5 a655d8ec543ed24ba996f6b2280a4d26
BLAKE2b-256 09c1475475dabd11fc6c26b367c1bf2d48782e6c0d11d673e2c0c623833fc6fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.3-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.3-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.3-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 1efa1067cc7ac68837fd51f0ceeac48d4a528405083c8c233e0844780e4aacfd
MD5 919be03290d82ef3ac75abc9b28c64b5
BLAKE2b-256 69112206540c60a7c837ff41c8212e48c397a76f7a60741029279e442970a389

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f72e02302999704e6e0e70f0122c50083b64aaaa114146da353c6234fe9439f5
MD5 c8fd90d9ab8d2368dba6784550b08366
BLAKE2b-256 657bbb8d39f28f43f18423082a0f3270af724a1cad15cb343d70d33a76ecdd4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 74eca601e934d24b3f6c679df06bbfceb182b9d74fa71ed1d9c929b41980e079
MD5 fbf72b6662026cbff50b7e1f56836389
BLAKE2b-256 6078d1825ddadb6240bf02400483966164b778e1efc16e5910361660cf14a13f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 07a6b6e39252bd49ba1e5946dedcfd65ca073b45aae1764df7c4bb2e6638e87f
MD5 10a90721ef750c5d36434a026d68e0a7
BLAKE2b-256 d4cfd2088d2bad6dc0096278d4a68ac59de3fd4afdfb6e20dbbd6ea0676fba61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ceb3d9d8cd9050a590c8631cb171b0a5385fa2eef69a4ce94e8de9d6f6a1b7c1
MD5 c5956664bbdf97b5f1c266718ca817ae
BLAKE2b-256 5faa5b737c33a503a4b39abb494c802fdbc0d873afdd5c77fa22155bf9a1e577

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 918ce20b530a8d619b1ed0f03386da7e52cf16abfabb6b3be772f86e12283c38
MD5 51f6ddadd1bbde32dc6d2424056db1aa
BLAKE2b-256 baead5ba8f88adc5c22d5c8399f0c40e55a46f6f36b59d7f1c57aa54f38d5448

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bd8560a9ced85e9bd2582945fd8fc40d4fa495403ecf639e2d4ba0b37835dae
MD5 c5695de5c235b8a81ad9fb056c472358
BLAKE2b-256 0cdef3c137757e02bd447cebf266169b70e7a7258e47106cf57736a6cf9e7ecc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d6750b19eed779fb3695fd8c1b103728daf8ceb231615c4f96ba5658b95f03d8
MD5 391c0b467504a9bae558ec8e0011ce9f
BLAKE2b-256 09469b5d3cdbc618035a68a37f9c5d624dbce24b27c126511f96acca61efe658

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1661a4224686b0e009c3e468505bf4d05fd4bd6b057d80d49457c8adebd248bc
MD5 4739104301c76e6b05c83fe4033627c1
BLAKE2b-256 daa44f43467450341c21ba53a61e753c029ea9438d7c524ce36d31c9019b7269

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 bda13b8d46453a87d68bc620cb4c9987d0d711882178aa3c06caf958e2063aad
MD5 471c2c404c8321768f10ea60ad57e798
BLAKE2b-256 c500ff2a6a86fdabe657a8d52506af66ca677a38f6bac45c5c7368aef0694e35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 47817b4bf2aa0a64dba8d2669f9cfc202028f32d42417594eb6293af107cfaf8
MD5 e1057a19ff04d3c7e84e4c8f14813680
BLAKE2b-256 484e85a73fe09ccb3b5666e27436c1d3dc814ea4c7d8e35f1587cd0c2aafb3be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 942323c48f45c1de9b2327dba54a1d0d1c995c87733d24082487ff294a2c58e9
MD5 b5b489444caf87be3d833e7878facf1d
BLAKE2b-256 6c8a1b146e7f4a218dccd1a3dba5d4a3cd45c161a6d718f741dee22091861b6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69e4390b673856f58ff0aaa518095c6acd7e46a1d618da0710e434458928296c
MD5 0a1a0764ed9dda7d5b16af66746d7780
BLAKE2b-256 a76beb5c14da464e9c3754fb7fafb710c224367827c6a3bd945a323726f99b2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.3-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.3-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.3-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9c0309dc37665f0f57eb146edd31ffac62558b27c86d277a576f06c4ceb773a3
MD5 4ae59ffb2aa3dff69d37da4906f841cf
BLAKE2b-256 b674538215fbcadcdfc5fba24abeeb05aa25a8c864e1017d27761a016077170a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a0ae64f78df3a0791b8713c217cf085a644668f70bd8a7d2a29b2c830136bd11
MD5 7eafa2ed384bebf8683f2d08e7eae7c3
BLAKE2b-256 3ab47a38cb1d4706d49534b723e7ada24442a82675fc688da98e959dcf4ea169

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d70647f4de9568db9797efd0e811b59cd16b2fad1d1fbca3b7f5871714b4107d
MD5 187a49987c78bd0df607b011a737b0ee
BLAKE2b-256 268d675f6a4d757ca5de4babddff2705ecc0d02a0cc773bb3f82d4f1e870a24d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 445406ea945607d46d1607af09df7144ff75ed2a835ebae9f1a74bff23ff3630
MD5 d9d56202670a73c079d96058779aab75
BLAKE2b-256 f26cf4dc3733dd85030fe96eee845bbb1298f6914ec41c37d65fa5ce5ada9ea0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 97f904cddbdd6d8e19a4eb5cfe033849f4e89bb37dec5488b76372b94728669d
MD5 0ab6cd3d34b7b12a683a6f4641e691b9
BLAKE2b-256 65e0ba9305bd314ad8acc5f3950e750ba4b68998fac0bd8a19a7f46204900e5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ee156de2cf5d072b7275293663a3b511a957d646bb466a1db9ecbf76a709e09
MD5 414baec344ac68b2d69e6db2575081cd
BLAKE2b-256 93bfcb13bd2c0b5a38f67c0a7323f350a0cab93214c2047ad116fa185f47a9ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b3910803cd7c19f3edbc1a1c0b90bff193455720a63554443efcf8f4119a0ca
MD5 43c9a66014f93edcce38e05215c0dd0a
BLAKE2b-256 188092d6a39c6d4730c4e7ca06d503ffc8f1e672c7ffd6c79507af5e01cf547b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e953aeb076760ec179129fb0f128d04dd821729d7599ed42dc97d322a9d14f62
MD5 dcd44bcd01f891e283c442cceeff92f4
BLAKE2b-256 86caf4b052129ae611d9cb2c98dfb022dc94e31dc69391391454a5e82a2b929c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4dbc8f16932405c6944e8c44d5813456a16af1c57b22ff7cca2cf700eb74af9e
MD5 7f2cc8972e2250e75e5b9c9feccb3787
BLAKE2b-256 8d5280f1cf679fcdb4b29a93dbf58ecbf1a5e2dba3447a0bc9dbc79182eca5ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 8c0ea682f507a57afa87f10cbc7f766dfd223b2e4a1f59832535c5566a291496
MD5 612650a5911e9d80732c967cd4173151
BLAKE2b-256 b9cf8296e776668f2fef3a0115a4456ee2052098cdcec15ea30ba8f4597ec10d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7602fb1fb08fb80571d4d355efd331169558955ca172a60d87d672491781fe77
MD5 afb6052878b5f94b38e6a0f409ad1289
BLAKE2b-256 92d17a45dfc7d40190dc1421f146ab9900b2d41923cd00452612a8e89762d489

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e01fa99defa0b86731e2c7e41b8682dd4a725bebc60d140d5d54fec6d263e8d
MD5 3fb9cc01f853af87b567f1a891564943
BLAKE2b-256 d5a57d84377ce74b3ba8029fd025cb812ec1de534cc8e18f5e1b9deb170e9749

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bba81975edeaf4c24eab39ee4ec096b9ef25b0721e1e061e011f51cc1bb5af4c
MD5 7869d0349afd7d3651bdc161446d6ee7
BLAKE2b-256 6d0c7a71bff3019d029ae7575f133626342723e876e15082907198389d5cae3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.3-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.3-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.3-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 26c4fc14f9b00f4fe41ec2b6690faf53d986552f4dcce795fb1bfabd212edb56
MD5 ba47de5f2b4d73989383a5303651e560
BLAKE2b-256 4fa130a60e01c307320b3b6bafb83a558a89b0f9fbc5f14d4ece9a0e9c215a23

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f986f2d428b1af2e1e002f460f9cc6bb9180afd5be2a45b6f3e44af324b32fce
MD5 d8351167b453a17f6b86244689d47c0c
BLAKE2b-256 6ebfe0df101de9ac9635e5e4b59ac74cfa27ee3fba3a6dc23352fb1838f715bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e1257200c47f4dfaac27ece749baeea04e943fd34bf9cdacd0c6295c070b6df5
MD5 e1a4572b5d3734000068f51b574b3a87
BLAKE2b-256 a25df9cd20af4b4dabaf044ebb3a03e91ddcec37581d353667e82c20c69465a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fcfda0c5eb0e7b20634c0303aa4e22e24a894d0c4bd3cc51b1ac9427fea59180
MD5 b464a4ae29cfbc559009b1273fdcc768
BLAKE2b-256 fceb4027c6aae136096863f3a6fa269860c7efd17368e48942d76585ed753881

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 509c19857b82606eec59a41b513a0b7a2d6336f972288ab330ecee612dbaf880
MD5 0df3223f4cc7fc4364eaccb1111c629e
BLAKE2b-256 bccad289edfc5790be25295c1793a076ba9e6b79ba7e35f4a6a0259d96c48682

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2edbef280c064351b6384b498328f88d6e26bd7fc562080d9ecea1c31005d508
MD5 4a09258b9b58ceb08d5b066e3fecb5c4
BLAKE2b-256 f97792fc4ad1a076ced1af063eafa63e2f0bd13d255d385f5e2401912d2ff524

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d7acfe22b1f53fc6c8cf308bd1b31efc5bf780b1e43fe275c326ee9d6c64c33
MD5 a0516bd716a45649d9a2b5deb0f52171
BLAKE2b-256 6d93e8c2bfa6b9fbc1291333557049ea60f618f50d2e248de9fc22a26aa0acd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3449bf4b016a0c8bacb8455976680394757ee6f08861850228fff2ab6c1076f5
MD5 fefe6fda3055784cb6a02f66c0e89302
BLAKE2b-256 edb82895f0a6d4b82e42cea2f9655d7e725a10f8a0a7b1fc198550dafeff7937

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 60c2b8c30abeb8dff6f6af7e28a88b19db30df25ca477c6624f95133e2229535
MD5 dfb0e8377349222a68ae175cbf908c44
BLAKE2b-256 7f86dbe074bca418328e1aa513a7d65c3aec038dc28746da029511874144cd80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 6891156aaeceee3a2a49343592d88497b42772edbf86d2d3c886ed9ec37cbd7d
MD5 294b72957f43be8f09e2001e9994d697
BLAKE2b-256 cf30bcbc7b9af605251192ed3286f7bb949002c6efbcf9d43806945187b12808

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffee95c23145bef8a5408ced51c7bae35c7fbd874bc2870a16a609b68ba60149
MD5 cc090be29cd2637222736172ab8e2bc7
BLAKE2b-256 7d1e64b4901ef754a39159a491601430e5eb4941f99ad7df814929766f4c9fa2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da26c04218a7a5f54c374b458b999c4322de46f732bc58a2463ffe4b75fcf031
MD5 4c36ac29855a7674d56478bfbd992571
BLAKE2b-256 c886a9c8349fe9968081c5f2c1e1890c5d4a95813f4673e353a0c509e7d30dfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64f89c39da53d40b6e12d5ca7a5aea4d7121568fe2e3559f5c851b1761bbb3e4
MD5 c8132071753ed90351dfc4c92c3f5897
BLAKE2b-256 380be377ad8a87d51727ce77f1cbfa9b552ad75055d3c42ec08063afdf9338f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.3-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.3-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.3-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 081e56251c065f9847daac8f983f3dee529f898909b6909b4917e9298911f574
MD5 7f047d93d24bc146c06fef3b2114af3c
BLAKE2b-256 7cc12b0f2b7b36b125cccdf559708628a89e9494073554f1540ccc81e1fe1d59

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dad23ea55b1aecc8e6196857308f08369ee90bbb44e9342cd66e57965964a5b5
MD5 a27f8a2bfd0fea03a5eaa71ae9f22c82
BLAKE2b-256 a9b22c8df6fdfa242ada653c52babc71a986b052c957073286c83a8527879a50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f22b302703ea4094aa724f15ffa4251706b5b9b975350d7a3400ece9e285ef3
MD5 a5d56959e06289ab4b3b12a90eca6756
BLAKE2b-256 ad306a58e558c4a7b5bd0049d70273295d2b958bcfe8926b3a37da72bbe61bc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7945c31babd2f175bc840400e98f3300c32f90e068525b8c35ac91824730e229
MD5 e8e2d0f99702a9cb21370df3d1e68b13
BLAKE2b-256 00b0f12ad2ba0bc07b3829a4fd324b250a170738a120d07b7fe8dae7e6c135c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 812da8a3f30d4d34be5cb1b7ac8380d462a243aaa65c7e6f0530508c0df8e0dd
MD5 2d21ea69716e9c7f71d10efed6c4f333
BLAKE2b-256 1b7638ada8c2c6622ebf060ded043b8484dfe9ea4b4d1ee644aef5bf19fcf027

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f031aa39a97edd8b2b4d48676c89bff54e7dd49c785a06f22939f19651391035
MD5 da98057aaa4ba459efea53ce231f5278
BLAKE2b-256 52242620fc898f360a4e65606fe2d03f7b561296331608419a33abe5294f2599

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e55d4d8696607cd9abaf95428ad318709dafc081d7b894a5ec1fe1bcf33ecda8
MD5 664c60e7f79d70a096172fd9a582b9fa
BLAKE2b-256 857605553efa951bee99fcf582cba230c3234b5fa451d0b29ef941564dca22f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 459be64c94b1cff893d6888d449cd22cce5ab04ecd50bccf3c8670b58a8f2f6b
MD5 905defaeea8882d20169d37e047ba648
BLAKE2b-256 bfddc2b0d462411bb86c57019ab4f73b7937f6714d2971d00756db6fc6773efe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d76acaf2e3f17e2026e10fbc1957df8de8b8c663c8093958308fdf21461fcd8c
MD5 8422b2394887359f6e8fe232680100f5
BLAKE2b-256 bb9d53e7609b2412cbd951282a29af327005e4467a3f8023b95bfb21524d6666

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 29a93308a86a4438719f937a6fe42d14e087b497775bb126a09925db1d37fd8a
MD5 5a60e97f9d59217d6505e5413f3f6d9a
BLAKE2b-256 efd7b927d18dde54914390b2d2b794fa28f63662bec1341bb17d6d5323a68eee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07088eb1a71fface0ac13b2796ef7278a211bda3431e90e844bc99f6f013a045
MD5 ed640e9bac92534d6f5543ad68fb5d70
BLAKE2b-256 284051be9a230cbff44202b5e62df8db6e322e5791c0944c9bdaf3b500fa66bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6fbdf75b1ff1c307e37e1ba95a31aeedacc1a7ed81f71502118a00616f1a0a9a
MD5 17bc4d475f35490c677f78a4573ad333
BLAKE2b-256 a55ce3f2653ce7b062348089c98be2e6231ded0d8c47444e9845a8475fee0fc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bef53ae234afc1e95d247fed582a3672581bf59516f9d1eadc2b7581a6974f6
MD5 a6ed6e43eb2eaf62126e52d49b42784e
BLAKE2b-256 161c4e0fd402029250c63b3d450c961ed3d6b85624592dc3610f6924ff742079

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 cf886c4f39d30dcb11ffa4ca6797638d4ee9d28cf2ebf7996a0abc749a6838f5
MD5 9c279386543517f6ff3a21cff258f2b7
BLAKE2b-256 a9ca3463d17a4fc64c5a60aeeb99bd6388acb9d44d8ef98f2bda329c9690c842

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5b05e3032640579c866f31335112978eec850afd29e0405f28d359f3a3525200
MD5 b75d60d3ec897704b135fe8b1da6411d
BLAKE2b-256 8bdd1883e376065a09487d323c1de7146c1089056b9189a5300c55affe626f3d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 912de0904dad032eaf80cd5c35f2ce4c4414884e153d619c0f85b9c138ce6dd7
MD5 e78b6088a477db1a294ebf9a0556992c
BLAKE2b-256 407a193a998082f184576d076f6d0bad60861f4d50d7759d7f8c8abe1b8be4c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fbfb3068bf89fd1aa936e8f2eceb557c3dff1dcd29ffb3c6a51941a4c784ebcd
MD5 1aaa600764a9a3ff8ce3a7040b6a71bd
BLAKE2b-256 2214d2efd5bf4d69535f782675dc65bbd934920d5260247e9c0cd49270c65d09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 75f2ad4bd4e1c864ee0ab8eabc1357578b2641693af83d474808a60d502794ea
MD5 af4c510a6668dbefaf7fef8587279634
BLAKE2b-256 3d7ea40336759ea057185c43d992790bd04181face7b474c1e48c132f6ba5f64

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f2d2ca26dde0b6f8ea3a13b1bb73e64d405f6248e459a799cd21df04dd235ed1
MD5 cf8aa5c5d08dde41d492123308808c19
BLAKE2b-256 bc23680a5f777ceddbb9cc72b6f780738a416505608c580120cdbfa9212b3212

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2a3b347e37f9b8f624f881d51b7a88c7190c1feafaed2ccb8fb5f9fe3ae87ab3
MD5 ca96f3580881605f9f7889ee00e219b0
BLAKE2b-256 04b2c13e6757ebd436dc31540700054406c2c091cd9a0f71665a257abb93f3ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d6e379322363285bf459749bc13e43a3050426a2c3f76ea3e9374cc373ed0bc6
MD5 9f9f50febe37287678cbf8f4ee9600f1
BLAKE2b-256 4e7b4f6f8147c2906630fd8deb3b158318f67a5c7cf61ef1d135882b370715fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 3043b4eb7ece93cebbbd905673462d8de831ea6b4d3ca7d2e02bf5ceaccd9cdd
MD5 7286a006a7014c21a6d1d37df9ec93d1
BLAKE2b-256 33ea6d174e114a28385ab35d5b8644e6c92adb4959da9b85544ce061e53f8e95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b6151fd1041f3427a29f6063814d31a2d0f6cdf35b3293686df750117ebe790
MD5 378a50c10174c61937fd2ddabbdea3bb
BLAKE2b-256 fe693a33db1c1f87361cb43fc314cad6027a4429b178821f532f854e5b94b6c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 74d60ea5e9cb6d9410a103a1200c8c390c6885adbfae3004d7c71b4f0a84f56e
MD5 62b7bd9b2e4a9cd37439869a91c50232
BLAKE2b-256 3dbc8e9cbff13f7422d169fb2ca14cb361513394051d000b8289543b5a279f7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a662710f2acfc1ee8f48650137e3cdaf586ba4022aaebd4f02f6792dbb70ea1d
MD5 e8ef8fefdf797adeb6bccb8250f38ed9
BLAKE2b-256 b47859d2dfeb2a75c23da8fb653ec003a57585c3bde800d3d9d6ef2aaf634333

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 6e652434896d957f9bd2b16c4d2d0d9375f48955420fdb923a6bc8ce8e5f1dc2
MD5 684d8687d3ed185571b891d8c171e178
BLAKE2b-256 09d6e7134ba767424824c246830ef5e9939c8fca23cdda7a5741e5074b3717f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9896c2a4d5a8a33ce3e7aea8d30afbf8060c339f0bb8586a4244f58b271e54f5
MD5 791797bfdcd2274ace3c20458502ccd0
BLAKE2b-256 b97afdf783bb1f23c4d688a9921df746e28076f70b3385f950bccb2fd41358bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1b16ba15e67825425d5911812d32f6fd877c2a43c374d611ac4980f32915163
MD5 b9b35d9d749c0229c31519d5c5bf373e
BLAKE2b-256 31612fc4b3cba60f84f0bf0b69f445a5f9f4be50931fb9bce466dcb25fe84b52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0baf4d271c55c980ea7ccc20e8270093f2d7e4a9e4f8741b25e31f13d2c4e91e
MD5 7015a2fef78e9f77bc085df9fa818a9d
BLAKE2b-256 652b2f64bacfb68ee41cb4e9f1462fbc3a8cf141d4deb63767c036267935629e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.3-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.3-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.3-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 6d82134de2a5771ce91754a7a735feb6d29b02892cf0f27764e364add7ba7cbb
MD5 829d63b2ecceda53fe0dd681b1d51d40
BLAKE2b-256 efb88a81019cd592b4fa33c9d37430ec758e910224204dbc971d55042f5cd21a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 baf940df087ede64dbacab286d0c21e0841220ba19172810d2b5e5f2113299e4
MD5 663032a760246c65b446494df4599a3f
BLAKE2b-256 7c17e004a53f9d3dd0f54f07cb8737bb059992a5d63e7ca3954542ce84d6a643

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 1c67e5fd75758c415b339cee766819f841b9c9e804b57bcf1ebaa3e1f02c3b7d
MD5 f4b3c44e2c65957a887defcec7c26f52
BLAKE2b-256 193f74e386cc2c60276bba73cf5ef71cd1d1b05213713f4493d705e6884f71cd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 942c27541367395e40771653c8e719c493e267555e201d6db3ae3f99fa8cc88c
MD5 7053703e70d31a753e29e614ab46e2d2
BLAKE2b-256 5f6c02e7f4b0ee9518a19b76b5994b757e6e919761b21f6838bc4dc3dc54981e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b34a19c879d517d8a412e4c82bd596a645e2d7aa2cec8260cfead94e2ea17e40
MD5 58e2f10efda210ee310de9e2726d822b
BLAKE2b-256 b4a23732631f8d329b1f5cb6f7331e11594c2d968ffbfc206df078ee4dda2873

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 abd370cc044bdd74643cc88bc76fb6cfac50bad3d437732cd559125a30025b3c
MD5 581a316cb37c4dbc1e9181be52b4d8fb
BLAKE2b-256 afd42acc408d645bc71d170254be76deafb35a3322477121334d24566f46b1c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 057ae60343ae381347651381fcb62400e36c92a91894fff84352749fac651d6d
MD5 df378e2b542565bba3bac7bacc5848cf
BLAKE2b-256 bc87083d89449010be747b6b76e2241aab68e33adde4488d7387827eb978cf87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 bf07f32898683cb329cc779c3ea45ce8563e9a4a64507b85e5f07a737f1bfb64
MD5 127b35608b63ae282c87e7fae5fb0de2
BLAKE2b-256 17d13a24772b1df252fc3d87300b3f8c2715b64fef6161f8a008964d4032e6fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9f80f98b41b1916ac2558b240696749a2feb475976600faaba6459457fe8740e
MD5 6e42b53d85c1a0c1df3cfe39bb7a3527
BLAKE2b-256 b145df99809e01cc8f3cd7f190b496278bfa187fef4e5ebdc50d7a1318562476

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 46e44eba4cedeb02135bd6dcb5864b3496f8101c228ffb4bf779f04136d0daf7
MD5 35706237d11b4bac1b017b0b546e6fa2
BLAKE2b-256 5a2c2b336a4af4d7d49dd029e90beaab0aa1b9a2a0b77f6bbb0b2e2f6d051b87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09e1cf7bca22c15c70c37898886914e9a6f0565609c9d95eecb71f098e5135df
MD5 142175701c7b8741170fab6e7007e0e9
BLAKE2b-256 ce99e5c0511e84a8271810450f8845bb93f7cf1819e13d566e32924e4e565e7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 45f1bcc1aa02152fe9fd1e7b7fe5bec77d74e4a0fc9d5057192e7c128a37602d
MD5 c9ab16464d9b8ce4ab927bc567742693
BLAKE2b-256 2e7e11fbee3dd24eae3d135ffbbf175bcc726cec39dbcbe91690e792dce2b4ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 855353247c671964535159fb9cafe100236c90c55eccbbcaa2b7ab542aaa8bce
MD5 006df37f8f4875b7d5a4837f5f7771a3
BLAKE2b-256 a462a68b0af5c52efe5f21f84b3419f5a7ecc61da72d22cc71066033a1cdae18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 ca4e3b2856b716a64f50f6602c3d8e56f43e723f5aca68872be61df1b0127a67
MD5 bede9abeb9f784d89768ba267a242d6a
BLAKE2b-256 e6aff1f496bac18b3d0dfa15f38b4e8491a9c6b736baf9065154bc800771bc59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5ff577b73d382be9c95ce03ba7bd00c957eadd189dcc5950ef9dcc48565927e
MD5 a1dba22f2bdaacedc20164a86cb41f1f
BLAKE2b-256 915fdeb8ab66f0a2f126a23ef979f756134e428aa51c9b96b9ce369a73954c1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f3a1dc1088421e535328272a4a0bc4a6bcc0533b77c231356d627d7d2daf83c
MD5 99bb5ae50165f91e03d58878568833c8
BLAKE2b-256 af5e909d200a37ed0fc15084d34d2f14d606f92a4d391c1d937b6359bca692f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abbee98af62d232c371de518acc9a468bf4ad0d47586782a1683f19d20c57d9a
MD5 7aa1bfbf98f2bc8d5a93952eb0b0fdb3
BLAKE2b-256 3dcf80b01dfff6389d8567e9659461e18af2a002a90dd88070c210cb9091f391

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.3-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.3-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.3-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 f2f5406bb5222f1c2b64c5e887271da6713f2bc95495b1a9437a16af6671d4de
MD5 5df36b8bbafbd74e79df97acf11cd3a7
BLAKE2b-256 e82861ddb2ff5dcde835a17cc0080cccab1fde415009e8abd3f5e7ae604e7b8a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 b2da0ea8924a1e3ce4bb78286494422965dc39dbd548b34094ff539adc02cdbc
MD5 49a4c8a8fbdeb4a440de35a687992469
BLAKE2b-256 8c06a94c52f5640f14b47b1e8a961c094156f073d743bbb422bc0cb744739f90

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e9b9dd61ce08f030f405844672d2699022141e04e0aa95ab19d3a14df9fe1c2c
MD5 51e8a77b56f3c8f0c25e5f6c1cfa2e2e
BLAKE2b-256 d00db9fc87b886dea1696985817443eb3d2314ab1f8f25740abac922f5f346f6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 2ba632b022c983f00aeef2bf8fb1340e1489621ce96d9bb08968d0452c489577
MD5 7a1f191cc7a61234e02602869d7390e3
BLAKE2b-256 efc9a8a90f3e372ee83a88064488af3735334fbcbf4c3939f9e365ba4d438160

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56a348d02c798f71fa4c616dabc3127bcf1d418fd0341cc9213bfd5cac41fd1f
MD5 1866c5f5bcdbaba2e4de3aa94b8b5ee6
BLAKE2b-256 064c780906fabe96d23c93efbbe4652e9eb0820eb76af2160b291a4c40eb3cf0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 676f443b7fbe14aaee31dae3bccea833c90b3c06558b473856816efa8bef8ebb
MD5 59bac63066cbe593a9dddeeac0ec3781
BLAKE2b-256 0f3035070d36d64469aee26d95f78782af3b38525fe4499b13b3dfe92bf8fff1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 69b708784a73239db3c248f92b7c4cb06253e667a02f278af9aa8c6daf7fd7f9
MD5 eaba2eeb25c16434be709734fc8e05b1
BLAKE2b-256 9be7846ba1f960ecb1a6c88c8888a07a2a22ddfd6516d82882f8d44d9f54de48

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 32659b667cb52eda837b6f094af294dbfd262c9fc6a986e76eea4d7e68595224
MD5 20b187a74309248f0e7285c478cdca1a
BLAKE2b-256 28fbdfd30dc723e6ec07a79f3d65913f80efa73f8a232d0fadfa198f7fa81804

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 35818b5172748cb031a125154c450bbc65d4599ba33186b341ef62c99fb9c8d5
MD5 87da3d482a19b3cdfb349c0b67079008
BLAKE2b-256 14e380bdeeb24770a5766c0032750f26c1479511c4c4eecef2181737a9aba233

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.3-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.3-cp37-abi3-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 9890c7c35da33e972f23c01801d5b1336ac745bf7d66dc094e20091307644b20
MD5 63ca44b452d18e73ab4a7f5d3038b61d
BLAKE2b-256 b1aa61f31fd8be1e922882aeb9088fadc43f8fde69878d8991d7fe0e6203b59d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0f8d18b683cbd1f96f375693fa03392ef2dbf6e79be3666aae6f36402f6072c
MD5 27dfe1691599d59af7cead12555da71a
BLAKE2b-256 57d2b944c33428622f3ad6cf222b2a8948c693e8b262c5c5700742e09f743bcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c97708330b7e16fcac33167feb2a6368c9fac41d937b67f53a36e544c13a0bac
MD5 719c68ca36567ffe9d83f3b2cac91135
BLAKE2b-256 c63afdaddd6803ada1d8c64729c709de5c653a2a099e003a03e7380ab241d6d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 16e40de89dad0cf0175b03ed0e258862c7ed49ea38f1d608c6bc2fb6597879c2
MD5 3458d552d1ba1ae4c7446dc41120300b
BLAKE2b-256 7274f10ed1841d31e14ea474aec7950465d7f1b4c933731c05d34768e6035710

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 2a6e1a05f38be8dc914466f4b2bacf0988725b1353bba0e65b34b4a5f25a1888
MD5 6094248946db9ce0b840170a500fefd3
BLAKE2b-256 0b25f494b7fd92c9fccc1d984bbdcf4e23f2a2608991e80556f2491ebea382ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b7f2805b530eee3e8702469186cb1c0d43085e5b03295602aabbccbb03cb56b9
MD5 d3e8875561002a8a5b746f79db09d8d0
BLAKE2b-256 28b0410d20392e99e6f7638c7f9718edc7b1f4cc54b4b89e00fdcb86106cccc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f26e4f305bdf2d994e09b72ceabf41ead962857b7cd7fe601e8e3be0e621e99
MD5 b66dad129500a3c6bfe7082e03f5936f
BLAKE2b-256 6e490a7b3b655cf1f18827ef9b1bd063d0d8b79a84499b1816829f658a1a25bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67fa718120fdbb2319e733798030f6c277e04ca53aa9fa696e7ef09e691b9205
MD5 65630bd7d78fa2b1bb1373dc5a7416db
BLAKE2b-256 ec17662048426269f5dedf87078932f766935fc41fed9cf391331b84011cc76c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.3-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.3-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.3-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 982a6437a670fba0d4de5ce0568765e1c5ecff602d4ada3d549ec82a16cba176
MD5 5749704c0a5ecac9fda066638564ea35
BLAKE2b-256 2f69b0f4f0ee4b4fef3f0ad80b2f348d74e75b478fe7d1537aa8361af59116c6

See more details on using hashes here.

Provenance

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

1.9.4

116 files

This release

1.9.3 This release

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