Skip to main content

A lightway and fast implementation of QUIC and HTTP/3

Project description

Supported Interpreters PyPI - Downloads

What is qh3?

qh3 is a maintained fork of the aioquic library.

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

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

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

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

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

To learn more about qh3 please read the documentation.

qh3 stands for Q UIC . H TTP/ 3.

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

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

Why should I use qh3?

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

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

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

Features

  • QUIC stack conforming with RFC 9000

  • HTTP/3 stack conforming with RFC 9114

  • minimal TLS 1.3 implementation conforming with RFC 8446

  • IPv4 and IPv6 support

  • connection migration and NAT rebinding

  • logging TLS traffic secrets

  • logging QUIC events in QLOG format

  • HTTP/3 server push support

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

  • OCSP Stapling (Client Only)

  • Encrypted Client Hello conforming with RFC 9849

  • GRO/GSO support when available (Linux native)

  • HyStart++ RFC 9406

Requirements

qh3 requires Python and PyPy 3.7 or greater.

Running the examples

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

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

License

qh3 is released under the BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qh3-1.9.2.tar.gz (344.4 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.2-pp311-pypy311_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.7+Windows ARM64

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

Uploaded CPython 3.7+Windows x86-64

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

Uploaded CPython 3.7+Windows x86

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

Uploaded CPython 3.7+musllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7+manylinux: glibc 2.39+ riscv64

qh3-1.9.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: qh3-1.9.2.tar.gz
  • Upload date:
  • Size: 344.4 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.2.tar.gz
Algorithm Hash digest
SHA256 c6c92f63c2ec292256b5a5ed9345c42344bdaca2e55ec795623987a563aea19c
MD5 4959d2dd70ac2042346a91ef2556c235
BLAKE2b-256 634ccaae9fe409e81ebd495e9b2bf1b3121e8bb644898a5e30248acb7e9838cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6169dfc8322ff1a27179281aad7b36072dee8c8b24843766186a932f6f04d5b0
MD5 e2917726cc47cb720f230e4eb8e686a6
BLAKE2b-256 709c4a2c3dd8bd16a7b9df2033be7266d550829ba74cd3172e164ae05dc1806f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 41c86993834451502a248bef2362199323a8b2ae943e1cccb415940ca514e601
MD5 829a4eabddac283b8614125d9a8c5f0c
BLAKE2b-256 d5f85b97a46ac01653bf136c61927e7617927c4cc2530ada7eef652a3fd3b0b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 521ee6f58d3b802a1e8259d8a9c4cc0027101f2ca6031ba0630a93cad6f16e0d
MD5 a2b66dc65ba97256407515c50dd59084
BLAKE2b-256 c200368356c118bb15f3e7fc76de0fb87ae5d41eeb2ad8b9dc1a3528c5169dc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 dd574406736ab11d33a2a972c9e6d5277ccd72b5adcebd3052daf2d5304d4693
MD5 a3c109806a7f73da16c97348e4431cc2
BLAKE2b-256 6d10dd76cbe362b6f7d3b97399eebfd6903640cb67c51a39ae5c9df1b45c3dfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 21c4130aa2fc31cabf6b92e3ec3d2ed641d9689ebe73f23d6a947bdd4c9cc2f1
MD5 aba0bb18339f472bfe8b8a0792774424
BLAKE2b-256 f3baf3a34435a5d3d7bee8babecbf8487696f5ca119ee173941e70c2c99e7b4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 140282ec907be1a16db9a7d59d60e94c35571463d9ba6a92401073e457a03bfa
MD5 3a9e7918cdc91a253c875d599d38eb05
BLAKE2b-256 51991d5d4c3c657763266de93296ac50ac021e6b967d4cc751d144ce3f104c68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a29247ac022ac2d647bf069ffeaf879abdf0e8d6f24094296027e823473dfb34
MD5 fa8840ecdf920ea135768b433b735a22
BLAKE2b-256 cb9d50888da0880749419d9d6edefa0654dec167aed87baa10f2107c0be8a14b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 564ab86fca8b2cf9e109189ffb4c527e1fc4466f675d5709409ed0e419dda42f
MD5 06e3e9aeffe45a2cf2daeca68ba7edc8
BLAKE2b-256 2beb828ba994c38eab2e91e9d8fc6b0741ad7c70d3b9d229b069495e02e42639

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 6f6e41bc5639fa009760ce2bcabe9aacf89dff6532dffa02fc1f94de090f1968
MD5 87d7059ce21e6c9b3bed2bfa7c2e112f
BLAKE2b-256 8abf1be17524bec6ca8ecec0b0822aa561890f9d8f862a3e034fcc0dc9797dfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e030701334043a9a5b1cb54ccd9392cbcb1de5f11e34ac4e90b2f940fe66b3e0
MD5 20222c329e559c2134357710aede41eb
BLAKE2b-256 df38ab704e632451f2d9251ed665e206bfbae2a474eb9ed6f81d71f217c4e96a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a69d017995e64df1679c25e7bf30fd134550872ba10fb4dfb078a6e514117977
MD5 79e0b1bdcd60a022b5bde17a5cc360fb
BLAKE2b-256 78c7f91abcab1f325f4b3265e414e9e19138a975f817bfecafe4a46e9c7de3ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed3b9086441bec662c507d960fe5aaeed346eaef3a57555b95ed8f3e1e44f8f2
MD5 e48654c9dd8909542af4717ac2e3b8d9
BLAKE2b-256 b4d4c1c7c48a5c3e3b2e3502e0b678d3b9d26a01e14d985b87c506057c282b32

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.2-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.2-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.2-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b193dfae9c24b2329ad53871a8b973239010293f60bdee76d43ce2f38d54a9bf
MD5 ff429706255ac8d6b8918d75fbfeaa4d
BLAKE2b-256 ec9652a06a8211a23742997dc3c81473e1f0fa6045b0605dce35cda51c352758

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8aae8ed6bff1256700abe4037b8098645587cbdd17b33d8a674d2fb615f5aef2
MD5 4ae210c00fe23f300510399b1ce0da47
BLAKE2b-256 1b53f84d9b3507b9b609f707ab48a37b665cb84638f84254548b1fd5c6948123

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da0a41fedc281a226e234d4cafd82dd7b6ec5b9546fa25d3fa3e3c9ba6bbacb9
MD5 99009c9b380093b20836c28b7c95561b
BLAKE2b-256 c20c15c12233b0391ad65aeb4fe835cceed60429b9de2ca9e4f15dbb0fd4fe7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 77b46285a74fa49c34a51df690c8a31f3df290950b552ed382811808c1179c4e
MD5 177bef389546bd7b0cc009c5e18305a9
BLAKE2b-256 2a9e276c72c9e97d226211761929dffdc0a72a60ee6313ae0573603541e47e02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4577bb73f6cd906778a5e7d0146a31f67c49aa08d3b33452f7081438ee739446
MD5 524b83c1edf5d8982899a57bb35ee450
BLAKE2b-256 51752d97d18dec97fff7d2adbc3b06fc4456c24cd2cc3d3253d2076679b3745b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d4c66ae0fdc8d1b9e391d362d08d16553e6997556724e8106571f943597b93aa
MD5 f3b9b35924298b757f699f575410b7f6
BLAKE2b-256 25efa8ca5e3850ca045cb8e8e72d48d85c3f6c6c1c5a3b42a83347e57ccca4db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3da0ce784c43dba22fb24221559a10c4652f3d75e8bd0990d8e9fb27b3815b7a
MD5 6b125e1b1aa3d8cd5bc6e99905d29e0d
BLAKE2b-256 ed6939e96d47030475a708abccb046eb1e9185e5cfc4e1148d7e36a79eb8fd46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f67694450684bdc3751f16134ae8a6ffc113e023c8c159d537d15ef47ab752fe
MD5 17af02a89e143506403dde5c3eea493c
BLAKE2b-256 5f3da0377632cb518801cdda7c2e76505e06a2801d330e1356bcfc4f23713194

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 286df0555c823f88c6899f8d18d21f85b2d666f22e35950bcb4c7f25df1c0209
MD5 16cb2218ba4984698695de02215c72dd
BLAKE2b-256 a8740b10bffeb460b69f6c6629941c559038163bee391f422480cdde4f08c507

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 54749bc37813cdf85e02235feced91f4d421e5be118524b225087eb04482dbe5
MD5 ad256106ce0bc8f402095be7594dd4f5
BLAKE2b-256 144cafc4959b3fb233d5d72ce0063c4c26c66489c4ce63bd4fa431ef9626ffc8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72d38eeaf6d6ae6219b5947f7273c02d681271b6549f581ff7da33d5b8e05f57
MD5 e5c7405729c78d223275e946ee2c17aa
BLAKE2b-256 1ef6d3f927755ae1165c6a945f88ea9da85cdc5eb5feb5eb19ade572cb6228c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 64f676dd7292c77ec122a2b9dd491fad5a0adb7e56b7db4f7e0306ada3664e88
MD5 c08a441b7208e7d31cea2bccf2282148
BLAKE2b-256 6c112ae0837e58d831a11c21a15041f3ed67f63607f043dab987b8e09845ddf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0809b09629a5f776112040445634c37ff7ad6d1bb5d6061c0485777c61726ff6
MD5 f36e6bf972cc63f0707e80c06d81ab97
BLAKE2b-256 8274065650b4b56c23357cab5f73e51aa8f7dd390e9ad38a525192e4d096c134

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.2-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.2-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.2-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9f358490f85f790c06275e967aa0a80f90e064cd494b1e2e7fee190000299be4
MD5 b7b95ccd26bbd7b7ce5293ab105c99fe
BLAKE2b-256 7a1d79107d008665b40ac5cb34fdf3d52c7d2c65aa74aba0bd73bb63f593cb84

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8424882e7b91c40cc37014d6379ce4d8ad4d29a073bee0ac69328da593f9a57d
MD5 3256c013461eec46810c24dfe2486426
BLAKE2b-256 f4a64833634a917a69663b6a61d86b86c70164d7690501f0ab321eab2872eaad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 54785feceec53cfed605c1d445a54937ae387a24c1034a4f93c1c8c484f50d6b
MD5 3b890b9ce5972ecfe4c61c7102788571
BLAKE2b-256 cb1aa7c9b1683ea11880bd6d33d1667befb9fce9d862dddbcae953399bab512f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f535726945297024c13205ed04b0c7b1d9df8a5a13fe76fe81e15ad3754a4b5
MD5 406e8f357b6171c2a597ff511068e48f
BLAKE2b-256 64347a98ad8692af4ab5fa238985402687fd83f57666363d41cc1b67450928b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 51321bd71633b671f210c0be02219becf2b4a0d21828b827b026c6e9213d18a8
MD5 e301287dddde9ac5875396dbaf37b017
BLAKE2b-256 8d521fb9a6b08d04be8a0941eb2ea3042a3412bbfc664e505cba4fe60d7280d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe8450265ffdc3662d8afaee1e0221e666d2f0f9c71972cfbb2604eeb17cff34
MD5 46da18193088b35f4d8d70a489755db0
BLAKE2b-256 3c99cbee71c67f7ff837e116e963b98a8f3d8d2f76ea09f4a13d7f13ef4d4d3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76d44100e60c6d324821c3cb07fec5db423a411f9bdc91d72ced16387115784c
MD5 13f40a618b0099dfb8aab5a850c28ce9
BLAKE2b-256 57554088ea1e648ce11314b336387826214b97d7fb7336619f88eda2e9b0a9f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be745b8d40f15b60d99315751878b6afc6232da6f976af1d66a1eb2db8101d8d
MD5 ad2bcf3c0b3a013b886eca507ab82280
BLAKE2b-256 a3d4cd4cdf7d2213520b5bb7dc768be159244534085ca001ce322b3084ba686e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 22bcf523b8b8ca2b0ce3419672a959cfbc30bfd7d9c508f4e22f926b84487ab7
MD5 468eb9a51356873ec58860c1c454171a
BLAKE2b-256 7e48f8158a01159ef51dc3454d071e19cb8a47a5dd9e34b0bdf2cb0733582ad2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 5af4d85ab36b42ccba850206c29a364b45ca7689d06019ea48788c7df5d009ab
MD5 1a1fa3b94fabfb333b2d392b44c64967
BLAKE2b-256 795c268b0d7420a8bf00f39a5c8669101c837c2cad0ddecf0dff9e7a1efb91cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a15c6c84342d6efe56243804099d6f7842ccaac6a343454367b0a5b546ba2fb8
MD5 8435750bf8e16c0c35ab6714cd0162b6
BLAKE2b-256 dbd89993f03573ab6090dd8311eb1ca788ada20c9f9aa79646d22bb72d22b7b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba87ee99c06510647124cb68de02e72bf68c12efb05af92015aad3054bbb4603
MD5 6c05bd52edc48914c4964c3775b3ecd1
BLAKE2b-256 59a6a7dd85d5a39d0cf85c85fb801c9f3bab58f4eba25f13dddb7dd53fbf1593

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ad542bbf8af06061c862ac22113d39027555a4a1f973a990284e1d812a23cc1
MD5 a7fe29ca432b3e3beb2ab01a062bbb5c
BLAKE2b-256 a77ad6158e1c2bd793e2596b981581b6cf5bca9046acde9650feed8c97f76882

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.2-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.2-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.2-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 82cf89f9948b29aa844b9412e4ce28a2540f1eef612b8e8124765902505cacf3
MD5 e192c6b0eb26d466320073cf000b8875
BLAKE2b-256 4687209aaef5d93f17355d2d729f95b1129bc5b629850d3328f07674a080f30b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a8b035e57998b44d08f5921158cf264c564dd8097e301a11cf65d21529b056f1
MD5 c24277a1846c0fab75a2c79d898c2c75
BLAKE2b-256 95999e699ea6a5f6cea8bfacb042485e9aa53ff51d80a8cb4539b3099850542f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae24cf2f640808f587437ab30aaf8fd4e2d447c2198e8bb4a441a34d01ffa1f4
MD5 91ba188c0c9d1ba26da5fffe0b236c8e
BLAKE2b-256 95b46715a088964ef3cfaa8a70a5850f6269b5140e47006b30e8c3ba40886b46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6688f64ad9880badc99deb1b4b61db3d4b310c04bdb16f31ae6f41d34fb1522f
MD5 2c6ed3f5b449c4f1cd47f003ec5c70d8
BLAKE2b-256 08514af48d98fdfa24bdf91d4ac746e5c16a6f26f9ce0284f68738ffc88cd090

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d645a6a454cd912de7a18d73c234213c8b6c27b0477e3ac966867f98c71a29bc
MD5 cf8220ab6c5b636b32ccde8ed28b2b47
BLAKE2b-256 6dcbdaaa1b000520a2ce254a76be97c54c7bf9ee890a6706bc41933276380f30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1118be405e34c674135e67b29472e78cc70e208d2faa57b2758e429658e59591
MD5 c30bb7e8e85c3c5ee9f04b1a177d83ce
BLAKE2b-256 02329e5ba6cd44a2f01103391afa7cbe45055095211732c492c105c6a598d5f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59d037cdb2e60a0f66a7cd6b1bf95131ec84785dd1fc3a1f0bbeab7f6a07db59
MD5 6c9ca8c9a061062075164e189994fa88
BLAKE2b-256 77a66808e4491d69bb48bb698e592aaead25358bbe64e5da0aef12f196892d8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c8c12d3d3dcc36ff79122680fc178ab1abdcc0bc03951d786c659891475204a7
MD5 5aa71caa2c11dafe6a8861c99952b978
BLAKE2b-256 a57a45393a207dc4026a3e0ea8f3191d14fc3b7d4870c92a50c73ac38d971846

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26d4e1e2cd45bfca3222e3ebf66627a80f6411f506772f69c7497ddc103aab82
MD5 c17fee2e85e803b3bf0f94d425f3590e
BLAKE2b-256 ef6dcd6d8acdfa1ceeafd5c326470bcff76750475fb42e8dc8546a913f961a56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 01f5cedb6756a81d3e1fdda5e1276203ea1e5302a9d1e83a1f84830fcb854bd3
MD5 0a40a43d226c7b69a6618d9e0d5b621b
BLAKE2b-256 a46f157acaf86eb1cf9fba24b01d551ab08c3b48e4711b6233428946578c2ebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01f1323785e449fa86c3ecc829845ea3014813470959cb6d8bde531267e839e9
MD5 7e26f054ad310808b1c388b6c17c2602
BLAKE2b-256 be968492b435134e348510bffc7e9bc54f3f5ae5764edb82db00ff3db175a7cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9e41a66e1eb3644a8ab4f9b6ac2b2b739437accd8811bf38b97a090aebcd709f
MD5 4e656aa1d8206a2c47370c7063d46415
BLAKE2b-256 60993b925e6332b2f395d6fd9d92a5c6a62554719d4f295bac9683a2f5ae1989

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 904aa090a39dab5def2e8fa0e4859a1addadf1971c367db6421ab0f286eb4673
MD5 3ca5568811880da2b3e560751868d079
BLAKE2b-256 b8f65ab262bc9860915f2bcc15a2fc474bac232b8bc3d4c3b662ae3fb86efe5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.2-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.2-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.2-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 c528a3df323dccafbfa6d2d61e99e274ce9d4fe102999f9bee21689cfd9dd6c0
MD5 cea303426f033103ef6969a86548c18e
BLAKE2b-256 f177239e9e1f7bd8e3f2b94e80935554fe7919d0cea3bfa552ca23551b46ced3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 734b0b138e3f228f177d48d4fe7798da6a0caa65c77a26d022e2666e6b3d1e24
MD5 5018c79179721b7ee636cc661ff5471a
BLAKE2b-256 042057646493af69242dad9d8dc4938593d12546de5e09b1b2a6197f1609b4f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 799b67c4f90ce347a83de9b3d4a3a56fbeae7262708f2c8aed19205cfead069c
MD5 f85f62ebe723b128221e9c92902b0167
BLAKE2b-256 b4e42fe6e49c137119d733c1ad33a17d83bbb999e6b00d386c539b3b7e4e153d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 562b48c998ab759ff598eba5ec36eb0d6e85e41767f3ba98b95e37009f500d7f
MD5 4c64bce274b433775654c11546e31fc6
BLAKE2b-256 ab352a7e5975e3b121930df344509ff5efaafd14b0732d2d86cb4311f2e777b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7b24fd33b5020f2fad1340242e0e2ec71d377e97f95374404aff41adea176446
MD5 42b1afb69e4be220e0cd8a333ba1189e
BLAKE2b-256 d311f424f2681f19896189380a7232eab1f3231d922fd5c1ed22684c3735c7e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ac8b873689f4b3cd38ec05f4c3364628d3a43e62c7060ef2c5a37a974291295c
MD5 250f52db51c1a2d0be63da599bee44d1
BLAKE2b-256 6333584c9b75a3197c2e1ff8dab55c2b6c984bae28492b696f77ffb793123b31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc36287b23afbdac5f4287e8feaad01da925b3632c9a396af0cbd74027558263
MD5 4fdd9fd7c35fa2ab0de1c7252fbc5fd4
BLAKE2b-256 52b12563ea7b13947098ae1bd3c6808c2236dc9654ed2e8b8b2d1c73256698ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7057ae0e89def359ba07dbe9568e9ef7471b6a1b072798c855693ae7360d4b34
MD5 b67ee5c481378aecc95db9daac10dbef
BLAKE2b-256 3baf320d87ebbb3dd551ba5c5034f70ae54db9fd6e560d9b83d85a1f7f1d3931

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4da8cd1e9a5e7fe6ddc5f9625647de9373e137331e7b905ff24ec3f789b185d0
MD5 6cb62b1fe95c88731c66342d1e90c17e
BLAKE2b-256 e9ebe3ca90f5de2dab16e804b35ab54bf4e5bf19a7589eeba229eee613924b6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 b8184d51d5ca95212920931e8604d11b5272e2ff9104fec74697ebd1c02851d2
MD5 686e796951b7df992bf90e62ec148fb7
BLAKE2b-256 5e63541133c860a374fe85de3dd06e665cc6a1ad8f8b7cd709cded7175b49ace

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 470345c79d717f5324f125c21db97839c2488dd3a20cf782714f8a6c70bf86aa
MD5 400b97846783a5586acb4bb91ee506cb
BLAKE2b-256 0ca5ed5c112e71f906f696fb42986e4e65710c6a0497d56f1ea0011904ea008e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7fcbaf8d587aff50dea9f5ba965b7435a99150c0387791d7069e7b0eae4b45b9
MD5 f62978d18c023efdc2bfb6246f67ee2c
BLAKE2b-256 b6a1630185471f6f2e6e5594b2c466f1d63085b0241f062730e66aa4ceede2de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41b7ed31a9729c556371850658597cbd0afe256c30c20016eb39542b0a596b1d
MD5 c76580316a7984853cfeb6527e70279f
BLAKE2b-256 e3f388e1816068994ed2aff9a36a8441e50f4a76831016067bd09208f70178c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 75b587b26a8cdeb1c715e5d2ec08d4987be8e02bb76a6b24a4075293ade0bd3d
MD5 39640ba85ea0594a1a5e19affcc65d7c
BLAKE2b-256 732acfa8adf7ad2732e10bc485269c9f2295ba6b6a442126bc5559cb62c4e3fb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 19893cfe25a749c363e81415dcdb3b027707e71a09b0e1d4f1e3098d7e5975d3
MD5 7cc25c11850b3800c51ee958de075efe
BLAKE2b-256 ad5db7c0c07d2896a26f4558aed54db8c0f8b5f9780ae392d519fe75cb318f9b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c4dc40c1ac0f31bfc0dadeaf02578460c7456498f549bb6ae742883f90286243
MD5 c7d2b2cb14819730619ea9b8175712c2
BLAKE2b-256 75e6f7a6f39191a2342c0e99f72a20c9df4fad07ec39ca1cffe942499fb24bd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a48cc6b4d21ef85071ef2f20ba27d7412827ff8385baa19d14b0c58e44fdbc57
MD5 97727791ecf68b782e1b5c1aa45b49d7
BLAKE2b-256 5a65745adb08a1cb5e7f091040b8ebf680a77e104465d06dfe7509cfe8f71b8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 4d136fa78171ffc094e06c25361fe00482accdb406a442ce93e8121314880659
MD5 32da40a6cc58403b25a601da4a1f7ce4
BLAKE2b-256 1f38be99628b8c2c8510ab33b1cf838a9003a711de3337a9e846249e0fc46916

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2710e359d9320014a33149853cbc8c4bd9ca83181bb7a896c7704a1e429c27c4
MD5 286762eabd531ac0ca8cff90dcadb840
BLAKE2b-256 ad412ad8bf48baeceaf3c57fe289a764476479f8dc6439e453c6d34aa437b95c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9a6aa7146a62c88fbc8adfa6dcae435670a8487e5f3bb00f92a29060cd630102
MD5 f6a617e47652e831485a34a9ec41eba2
BLAKE2b-256 603fa804bc785bd717c5b1424c2cdf87f9af3545e9ea90282fbb2f7244fe7c93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ab254e2289bfc949b0177aa7739ac963f54355716aee39966120ca71d7315aeb
MD5 75d328f94b1c3e56f95f7818db10ea18
BLAKE2b-256 8e647f851ad7ab39fe74e8b09b3077fdbe962fd695e8df0b198c12d82a78cb4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 d4ab482b9f12abb5fc6fc67a214431037d094b38673efd6d0df5d64338dd5351
MD5 fbe5bd35a24ee4f300a84b82cc3180ae
BLAKE2b-256 f0d4ff59fb40a6f3b22e57bb798951eb6c7230681e6f8a294290016a1e0c48e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7b0429d9c5d892633ee822a428c840201a2ef53a16cec4d4aeb1ae08146cae9
MD5 24ad404d3529442ca7de15e5ca0a5a11
BLAKE2b-256 9dc9f5ef3b3c3988e1eea4aface750f638db38f9cd6b2dd66eb4b2145e8e5315

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 13b458a440f91d5336dd65f4a624b7eeac0ce1b2a8d02e250df32470606c6775
MD5 cc40af3401409b6bd117df6eb672557f
BLAKE2b-256 fbeb9e4d611317e2a085873a425c99f163713bca22cd75b2cff55de681d4d97c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bcbf94d8ab4223873f2fc2f7a0992ee0dd557f0ab5bce1ca12314e60a1d5cd39
MD5 d8a08f583891ff3a7e367bfb4bfdf5fa
BLAKE2b-256 bc8356e53113d59ceb2bfbac001a9e25045418422be7272268d25aed38a2d3d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 adcb00af8c4fddbb266ae4155ec5932dcb0a27dc14d7f7a27fad6a6dce9efd5e
MD5 58eb7e7b08a87b45f8141236216bc7d7
BLAKE2b-256 74a87d54204b209d98498ceab6b387792eee460645424ccd9ef8ba2185617140

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c8f2fdf124acef06306ee50421ee80d37dbc7dfd41ddcec2bb63f3e2508bd74
MD5 ade9ae86a83151a66be68652859e456c
BLAKE2b-256 1c67eed0b3a7ccc53f970f541b4d5f7106b7de540d958ba3e5bc3d96ba596100

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6afe20084235ff3c20256c952059277b5a0f5144d63d1892d1dfb5d1b635faef
MD5 ccffb1aa84fd1760871839315830bc3a
BLAKE2b-256 89037fdcb52738b668ca81ff39f59c00008e89aacb070a1c0c13876f645d8741

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3beebd98b08bd2fe951ae83b6e52dee3821158ab21ba05f15fbdb401bd6e19f9
MD5 809f8c45c9012653ec567896306d9b2a
BLAKE2b-256 27dbafa1b94b27c52a9c71706c048019517bf4646637e20df6ee8faedb4efe4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.2-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.2-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.2-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 e38d88f41c6855184a53a1e583d56ae5163b8b70c7e2dc273889ec303cc27585
MD5 cb3b6b44b35ee3f513749b3479446961
BLAKE2b-256 aa95d28c62f6d71d8e7995ba83c5b34f29936eb22ba54d593c662b4dbd4250f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 52721659dc4c2fe7e326d72d841807b5569c4eb934e699223970d9c413742d6c
MD5 f45a3fe2ad33f1c665febe0aa61b35db
BLAKE2b-256 e324bbb238d90cfe2dc56f51f64c41cb8b17c6751b5978dde93b1e348338a07c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 6e7491d30f7282440f23be0bffc0f0119a8d7d11f874d3ea03aa7958663cf3c0
MD5 cc19a026dfcf0e87e39e152c268fce56
BLAKE2b-256 eee4b8d588e42de36f6fdc7c46748175ebce2bfb9810459734ade9e29000296e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 f54b1abaaed2c36a80f654b3ccde20dd34c369d692a5164cccaf7beed013643e
MD5 857bc9248fe47d3d71565234527294c0
BLAKE2b-256 78f14709db1a09151e6e0990c8740879c7914f4789082844432428cdaead490e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 85e48dabe519fc30a58550c2c1e2ec152757eb84d342c76643b1f4034a1d920d
MD5 517611e04772469506d9ec55246383f4
BLAKE2b-256 7dab88fdc69d53daed0611c9918f186d65869d18088147aed1098fec5e27230e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 6f454bdf8c613a6e11b70881b830ca3c6d09151e6755e1a88932c4872ad67412
MD5 c6ef3970789b3aa00db0d2b5d9bed126
BLAKE2b-256 2905468229e513468ff078adfc1f923db8653bea02af3203b5e624f86d1c3376

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cc031d94bbcfce9d3c504d60d14e170a51e7115653aabdaf3d6b59e1bacd2c47
MD5 c5397de1543aea679e0bc5b58f8c97fb
BLAKE2b-256 c24bfb3f8ae427c1f8731b5feb060f9f509b66297ed658c9fe7de38f95def62a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 896aa258ef5db76861d9a59aef1abf7db9300e33513a116c7894a53dda0487e8
MD5 afa050b6dcfcfa39954f99e788a73323
BLAKE2b-256 9120e39840f4b514d56494d51f912ef6bac50b62286a0f8f320e87fb7c65ce02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 071bb169aa1ce008782c288600bdc566b64c95fa4f0cdab27086493000eaa4c0
MD5 bb6b1272cf1c860276adc528579b88f3
BLAKE2b-256 b902c60019c93051c4564489c70ff13791ca1d573ec834e25d90d5cc5e8dfc26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 5a0ac732582241cdc4063cba4d67cde5b87d5dc183a2a1cabd6e032aa0cf4d6c
MD5 e5e486883a017e1583b25ed3e819218e
BLAKE2b-256 c1780a501d5c0992847a70f856ec6ace8cbbcabe690dac9c4f160435cd9be23c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 585f7a44e69ed108bac674ac95f93c2a8c36358c712c8fd05c4276042f80f9b2
MD5 e42fe95ceba2dcbae1e8ac6a5a8be085
BLAKE2b-256 80e53513ae6f452b939c1a00d24726f85fc83d31dec176d046a09c8886b8b72d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3405db5eedcae8ffc8e69baf5584e9a2e0cf40a477b171627e9e932fdbf71be5
MD5 883992def21004e2a3e8b247e3ebc71c
BLAKE2b-256 4a359deedcb305d12172e95924405d9263ee5fab482b880d569ea6be9ca72517

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7dfc05381d157c82d9b564ce278cf860acc9a0444933b1d0f5000d6497a7dea2
MD5 83c3978244bf6e42f3034205ea277039
BLAKE2b-256 2b413985e1a1d023db3bfcd35920e3f182678388446ef2c382371aa3177a4ae3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 abbc765baa7467f4a67decebe63669675cd1d56f22379ebeb4b0d9e9d8a63169
MD5 9f95511c49c458e3481ab3a604f79cc2
BLAKE2b-256 fd5eed0586992b06055520e4661035d9bd0314804936927e1608fb923862b20d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f9169c78e3d1924ff376585644938c9679ec28974a95e71e915c8c847a3fb250
MD5 dc35f7fef391192e0778121d483bb811
BLAKE2b-256 952a49d8d3e5cef443a11670bae7b66ad1710d1520b1b7378aee7e5d190e819d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d87f2ade2e60f6d7dc6deb6600feacf92b29c838ee3dd2d0e03a4b34f631d83
MD5 97b2c777c1c0adf8f67fdc70cd6ab7df
BLAKE2b-256 141e1eaaf4388c0efc416f444bd7fa9f2be86315a1a2ca6b1a74db4154fbd1d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 408605146ffc03247bef22ff02fcca5115f01e995921760a23264b1077fbde94
MD5 cceafbc47af61c45ca0b70bd4aa3da78
BLAKE2b-256 2c2587b7e25af993bfafec1b426bffb27bc648f8e9398ab372bf4e8bd74078e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.2-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.2-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.2-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a39bf34814f317863d0e84750faf5533d699bd88387d4b2882d2f15a1f61f567
MD5 d66bbda17fc22b7c03515c3f611644f7
BLAKE2b-256 1b9f757ad02a8fc67c6ab3faa94568917307682382dcad15778da5b56dae5fef

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 87bace13780b3c2238db1dd31deb10152203d5b360ca6515c78b853796245606
MD5 189c46675ba2d30e0d59c174a66c0140
BLAKE2b-256 402e6c696c9139999f91ffb728eeb2781922d25a9b2e9bd7f370b3f0ac12c31d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 643e8aa05519dddaf20159d1c13c15473de7649622a1c438968ce0f0da973951
MD5 5ed4b58232f93b00a0a5006189f96c9f
BLAKE2b-256 7656a96b1c770e22158762823ed399bb2e2041af132c316decd43a5971a63830

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 8d1f185a76578929b0de3dcef135c0cc21d4bff0ef00bd75127d244ba3426125
MD5 2061783907924fb1486fb9569e18dfc5
BLAKE2b-256 79c7d007929e0c78e35779fc4da4c6bce56f655e444e268702842a32cc8b2089

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 742dd7c5e2207db27d24036ca599cad056bd5e58a5ce1b43f0c424df149e17d3
MD5 29d4399053dae458a3e3743f552c6e5b
BLAKE2b-256 d403063ab3975ef6805226de752b89a459d8affb09d2a17760b281db95cc0f07

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 efe5ad0a9df71a9a5881615b0c0888767ad3a7cab05e54ba98db52d89d0b796a
MD5 dc0cbc13e1e085170ea24878fd006733
BLAKE2b-256 501f7f709f0316d476a732bf17c5489dce33567db058ff3e15478d85da163d9c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e3b0b0d17268d57b808a658db7fd7c5e62561ad6d462949d8466c92b22551067
MD5 b277c4a0f6a23341f873bbd8097fbccb
BLAKE2b-256 3ac229096a7633e37e6b414703b37e77179dbfe7dbc732a0c932bf6b786d1d8b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7e04bf8bbbfb8a9f363fd38834aa9c52fcc0164182c72ea10cf30a3e2df066c9
MD5 d2243e7dae62648f28eafd5f74a1a866
BLAKE2b-256 2b88d6f46e18d744c48ed302f58586fdb3fd80268537b592421390d362e02962

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e15519dc326315c52ab708028bf72aa9162eb3c1bd0ba130dc6d371b000639d2
MD5 f456539bb1b148cd609874285882a399
BLAKE2b-256 5c7ab3cc3733c52d18d8a38eeaf1e55909b50831b41af7ffe6ee7b71784c9b13

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: qh3-1.9.2-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.2-cp37-abi3-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 06f2a10a01b71137fef8bb7b4115f1016d6e4a7f056ce41517ff157e808bf444
MD5 23f479083cf53b20a134d5172b3b8021
BLAKE2b-256 7a4dbf7e8c9763a309a4ab16592229cb4bbd693eefdd4047e7b4c50fd97e38c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b18b9d2f892bb95f7f3d3428bb4166f974c9a2e26fcf91b33dda9b4285e7928
MD5 392197d2ed03a3dc7be71877ad96969d
BLAKE2b-256 57f658b48f41024d64afd33162f91f0c757a3d3212b47512a8a53dd3078b604e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 82edac5bc2eea0881baa142d93e80469347875909acc19ce5e4236b50c465f8e
MD5 4bcda7dd20b1e8fb20ec6fd77b8d50c5
BLAKE2b-256 7af5202cf706072672d96e5d605862780c259f0e80b95893f8679e1ce466f275

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd3a3d7d737644a4d24117613e89220cd5223cb1e0c8281a5a65a97ebaf1efea
MD5 7b22ec9e770d1ee282c8f83e80054881
BLAKE2b-256 032afb12bc4f3c6ff623c76cdd9317d887d694c09433382b7425d441a041f1a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 aa20581d3daf8f80b62f42a10c1f69c12f3b6310f141a2e2f4259de588e570fe
MD5 561c793e9422dbed7d6d8a8d881afc72
BLAKE2b-256 4a99b8a9d7371b4f151a6b168c9b3462ee3c66a8f3db25c78bc26d53fff629c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 304e81b4cf3f97610a1aceaa1aec90a97f0c700071efcc9d6a3b86da0b57539d
MD5 a774b53594b0c88cd6238734f3c547fe
BLAKE2b-256 cfbc753afd386e2ba5c06cd9ff861c674b4991696257d17004325858a9faf0bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5260ff1c42f7221fb7e92bc9c55a009341c2851f2dbb28475ddcf0a32c2226a
MD5 52f69ed9efc59ec5eea9ae9063fdd333
BLAKE2b-256 4f5e54a51d257ff9353ea510e8ddd3071c67fa3c3b2b51bd5f549ea9ad034f48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for qh3-1.9.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f7e632d420d88e30e4e3fc9f5457c362e964e93e91f9c90d148b68b0d4b0dc06
MD5 2874d177cc94d1dd9289155665e6976b
BLAKE2b-256 70047464f2d5051e08d04fb1288026a556001001e1a9f14f4d7b53e5891b503d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qh3-1.9.2-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.2-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.2-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 aabb7c86f49c668ab5bfb297c5da18755a3ca9cf362f8ce73b86f55f43f662fc
MD5 de27233c99294c0dda1f908bb70ba84a
BLAKE2b-256 e4938cd573bf872dfdba6ca0cace0367f1c6450f1fc399b28e8377f9735e8217

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

Supported by

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