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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ i686

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.39+ riscv64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.7+Windows ARM64

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

Uploaded CPython 3.7+Windows x86-64

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

Uploaded CPython 3.7+Windows x86

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

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

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

Uploaded CPython 3.7+musllinux: musl 1.1+ riscv64

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

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7+manylinux: glibc 2.39+ riscv64

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

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

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

Uploaded CPython 3.7+manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.7+manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARM64

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

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

File details

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

File metadata

  • Download URL: qh3-1.9.1.tar.gz
  • Upload date:
  • Size: 343.9 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.1.tar.gz
Algorithm Hash digest
SHA256 32ba596de55d41f1937abfe072cd579c7b936d17eaab5ebff53a9cc2bc564580
MD5 301313101f163024a9da934edd8fb071
BLAKE2b-256 69da8124ed9f8bcfee741281e7a70d30cee6eab2b4f12c752d496226009606fb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f31da150dae12dfbc8c707d47bde23b0d6c9e0a290dc217696a3a839d5d7e334
MD5 a25639f56cfcf6a5e8e9d0409e492671
BLAKE2b-256 a4ac3fe360bbfc274e500a723704e8f15b10b2bc0129399c820c0cfc8d4df332

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cf25a426e1498fa375e34f1238841c2af36d44e15a3b2f8e115ed91a21f6c125
MD5 4a7b02182733cfee30f5138cd13d6982
BLAKE2b-256 5583ec75d113666a6ca768c06a51c72da7435c3a3a7b76fe7611d8a185ce144b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9e41ef45c8b3ef5861d7eefcdae2e75b3e149fee97d013c00c9ba8ac92add412
MD5 e9a95d69e440109dce0f1c7964af00d1
BLAKE2b-256 dc878a288c9f03e56555ad0f09860c1d63c79b81af2c3f54575078edc70c822b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 93fe8a218a608eda3189687cc9319148c0b84bc28e7910441f295cf4332560f1
MD5 42eff29b0f3ab6664b8939efb58f7d93
BLAKE2b-256 86fe3aa59ddee4cf7e81ea3f4a3b7517dae9038f5841cbbdecd03fb53ee2a74e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8b7f9833470c2a186ce37e5bbfc7b3ab1b55b4aa92dc99e56ae5e913492f7578
MD5 53d8332d849d2c1ed5c8e04824575bcb
BLAKE2b-256 b1ab4b90cd8a7b231b517687e348986b782cb13fc1d4e3d1f3f6cd37783202ba

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9faf3b05af20ccde17372d35552a3864debdb00cdd882702199338cc5452de48
MD5 3277464cfb62d981cb69aae67475412b
BLAKE2b-256 ffce20d989945538ef5e3b4ce4fc003da3fb36e2b103ffb0c86e61c9a96b0c1c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 32ce25ad12ac02183a7b66263e8b0b2146080057e131afeab87a504a5788ed85
MD5 93b16032a33c1a946a25514dd26c596a
BLAKE2b-256 f5ac5f34dddd3382f708427152554e75f779b536e69094850d3e2f1cc1da9d9e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be7082b7464dc431f620af3342c8b6f30f5fe57e82a1711ce9f45e51c2822662
MD5 afa781f8f7a6551c07f374c3b7872f57
BLAKE2b-256 dc4b50c24189ef282cdd99857deb490a327818c885800f7f8d7aee7d846c44f8

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 afd312aa38f969b438f11603f179329900b51c9e81a6e41518c7fdd880dc774d
MD5 01e0c0118de3082378754aefb2152055
BLAKE2b-256 52ffca03b8924a88c98e3d4b67181c845b5ac4ab09700fbb769f5e8fd072b5ee

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a5bcbf1ff1b9e98ce6efa34cd085a06062584df7a36145d252c69e53dd5ec7c
MD5 ca60bb5813ba6a2b577bcd6993409df6
BLAKE2b-256 e10105f24373441408869b92308281e07750f1f340bd311fe45c67ee6eef5249

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 18152f289d2ce9eb049267e7aa47f50d4ac10cac0de38e75f97fa91945a03906
MD5 77916df711dd88a3c6896e53fab3ec01
BLAKE2b-256 88da6f03299d2c23be8ae1397a639012fe154543d727efc8222318c9363ae030

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6337dc6039a2750b6aa854db322f6d7f7a3342f14adb43e893484e24ccec2b3e
MD5 037518ba1ff1a24d6020a7d3fe80ea92
BLAKE2b-256 0548d0d72255028768e3266f94128eafa8551abb5dd1760f2f1b0bb9065aed02

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 f9dd07eaefba493561a1ed1b713123386a037e71335e6e49d532d50481c44775
MD5 9c8884b33e4ac99e74a1eda645e9133e
BLAKE2b-256 35e55b205cf119dab94a9a819dad00df42cb75789dcfd313b2d042e0a54e5e03

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d403d83fe356b39de348822c881e43e470bc5859e2d714c3298b5f9c8c6e6144
MD5 382f12bea2fe5628b8f8818cf188ba30
BLAKE2b-256 bf42264fd79d25a977b27cb87b175b7be9b3c5de3be05fbf68768287201c3b76

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 97aa1653b65c715648b28cafa3546dfc6c23695f03e8e5fb1e4e3b462175de8e
MD5 db5b7be7edf6eec0dbf5a1d75b2c0224
BLAKE2b-256 d866642f6c0bb7804609c5fc3e57e09d8adf54062ebe63816f1103882aa9c5db

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 281e6fe3f5def79e8b5e87e7c9151caf44f73865127982361307ea3c797f02c6
MD5 e451354206bb84be6bc53ca8a2915c7d
BLAKE2b-256 7e1060f3493294cbd298be388bdd0c74c463b0b7002f9fe2c3742d44dad9b30c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 25e188e880d945a8fd8baa43ed8551c015ce5c17062d4171f469e283f5063d27
MD5 c2682c624e5504da7437340b58bbc597
BLAKE2b-256 ed48b6d5e9bfefe8bca351b266ba12bf53050582750b6d9c007976ed8d0e7847

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 137eedb79e3efb9edcc8525436627830fb954e2875a8c95777f084eb2468dbd9
MD5 1bf1d02fc66fe3172a324a485190497d
BLAKE2b-256 08aca07ea71bbcaa5912e712057173efc19b038d11e48d71c65ebd73676ff2c3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 060176221a1fc4a3080c22576778cf0014e7deea656876d676175874fc36fbd7
MD5 3603e5e0b637853ed3dff1601d0de788
BLAKE2b-256 0ff69fccd23596a031cc7fe17af692e4b918d17114b5d8ed2124a74996384473

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c3309c981adb0b434d0ed8ce1d134448a1841c7abf433d9e3a14eb56341c861d
MD5 714b022a45e44b27301213f36e4d6e45
BLAKE2b-256 c90a98bf9fabeaa8370c49b9fae448e4b9a9831cd5f477e81b93448a36ff76fb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7fd9e975e121a8d7f2effdfa8166673a574724c7550e18b1279e879c07824da
MD5 3edc98aad324416a61b4dbc29340a387
BLAKE2b-256 0b8e643423d22f22cd44f68fe6aff91a8b0e085998ff0f743400cead450fba40

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 3548e900813a8e198065cfcc229f12aed1e643a851c627b8d00e1663a8d12bd3
MD5 966a5b389eb77923492907f183ddbafe
BLAKE2b-256 549a208adb37984e789d106fd078c78938fe0879c7419ad6863c566d0c80ad22

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d61e336389a46a8481ee73d683477fd7c34329c0079d601f86efe36900d9f0c4
MD5 0cdf84dc08c79f68420ef5a2598caf79
BLAKE2b-256 0844dc3756c8ebf959dc7952e5af98adf96d715f23e05e8214bc711a80c2414e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 32998307d96616418ef7fd97c18663c2ca3f720859f9861457db05d6019443fe
MD5 6788b8eea304a176e812702f2a0206e3
BLAKE2b-256 9801019432473c8ad372a7af7abd38b4c00d895b6fc48460fe0fd54c94122354

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e80e01d6321629ce33455f949bf506a0d964bf6b8c0a3ae77274d0e06f49e45
MD5 900dfc80e0f424508b107f916a5c659b
BLAKE2b-256 38d9d4e12eab3a8795efaad014963c84923f20cc9669ad1539d63f8b110994f2

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 5f5fb72b60f53bfe31129ced521fc363ac4f94d68d3ea8de02671a1b0f5fd654
MD5 01c142189be536bf8026cbd3b446e005
BLAKE2b-256 e848d1c39df4b3272e70389413299afb8363fc4e8281549dd8debd3eae8df517

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 64bf5cc790898606a0dccd2675e0636c0dc8a0ea4f419436e81e4c6169ea5300
MD5 ab6e03bbe3bc0474e49269777e37aa5a
BLAKE2b-256 bebf652085c3d68813b818e26f0af9c2bf0c073b2d752d903e289952a59ba05f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 62eddb0d7f76793fdfd607d92d1a5e84dafd2aceb6a3393e804c59f419fe6a8d
MD5 431ee197cb393c7862f6374602c27edc
BLAKE2b-256 07984230e8d8efe6e8fd274b5bf1320e3bdef355066b60948cc4d6509e64fbba

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 298c4702767ced6a8f07f43d4051d391c0ee7fc5af0171789eafcbd27d141bc0
MD5 ac39152918bd9268972d859f2fd93458
BLAKE2b-256 4524451e68eb5cea5982d5800512ce12a0cb9fd15c373f5c2a7a647ac558e1c4

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 66f5b00b1a77c219844a45e7503c766bd55c3c32ddf61e38d705c3fbc851c878
MD5 8e65b9c0d821dcec9fe70142131965e5
BLAKE2b-256 4800993e7e113528b191f48a647a5f3363698ae04f84645b97c59afb50aca90f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 005bf3ea7a9aba544ba609f6f5229c7d941a84d7889a864edcdeff4e01d851c3
MD5 878f05569c50816f8c01d01e4023cafc
BLAKE2b-256 7190043737c02d895df7f257483111f0c3fbb8dfaeca922ef61c302e9a117049

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d92b6e0f4a2c68cb1b59200c6fb5d673c62f996b963f4d7a87f66db5266adb8e
MD5 1473a724971cb6fac3c6eb1e1fba081a
BLAKE2b-256 78974f08b2faf97c6dcdec58ec7efe7f5ff2c3d07b6e4db12b48c2ae7688a371

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 44d57540cc964aabd39c52e0586a0650864a4fd88454c1f954bdfe1d6b8b4379
MD5 ba9e9780ba4821cdcd10387dff54c001
BLAKE2b-256 a3114a53b525022963eabc8a2c10efbf82b42959c058ae9c113979e355e0e423

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e647e14fbfc5f2e2bdf962dc109a7bd716c42710c6cd85161b72fd75678f2c2a
MD5 d2e191b5580690ffc36fc8cb29d6a527
BLAKE2b-256 7a2501b041e038aef9eae255896b1ef8ccab00d06ba920fcaf93b9a9984c1c40

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 46bf49582ea0d49e3baf03ecd99389c54b3c9259e9d89f61a99e549c190840dd
MD5 5e8086b151ac5b62288aeafddae70df9
BLAKE2b-256 ee95210ee095a5b1de4a5ecf51d354669c54af6c27a80569e710c1f5dc3b3159

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a7faac9dc23c97a2c0bf78606f8ea6400a81124f215367a5f962a897fffdc74
MD5 75079154c4cfefedee50977b97902f74
BLAKE2b-256 b152982367f9650ea1ee518ae682856a108ed47ccdcfa9b87ca1ea61afe11ec7

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 87bb8edc202bba58cd5c72072d20d03ba0ff450892116d7e32d6424d02516a36
MD5 6048d1a1251ed473144811a897616676
BLAKE2b-256 b0cfd8353b104e928c08882c6fea858605039353e1baa27a8e787924687be8a0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 245edb934b2c78c6fc616b2abb61da57008617587669e56152ac929489d332cc
MD5 87ff9464bd788ebacdf4510f22514f14
BLAKE2b-256 f8686a743009f27364a3bb80bc058a371499154cd4ea54aebfd2bcb97d0426ea

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 6bc89759fcbc3eb49b68c3a58ac56e380053b74a8600bcb0a6fc219cdbf31732
MD5 867ddbb8029572e247dda99aa10fb191
BLAKE2b-256 1ca550b6900cb39e9302c37829994a806178ccbc8587b27cb29e52d7c9f807d6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2dc28b25e8716102b16f66a2501a2ad5e25c0f96307749a74db7c83a0d00879a
MD5 1e7144c453b0725d7e8f32eee5971ae6
BLAKE2b-256 640b941b582777a315c2ffaed11b9325a8731e786bec46111ea5f9b053fb9873

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b589ad8f83ad2ed6323c450b63e0b5440230bcc48af30af89fea7ef48b0ed194
MD5 be51adaa357e97b248ce08c8e3d4518d
BLAKE2b-256 67b8156d66df53af7c4fd345b3a2885028cdbf4a6c9aee15c4f3732be6167862

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2a0b15f19369d65c2ae7cfb671b8bcf6bd68e0cddaeeb1dca3bc36530f58d175
MD5 ff8018dbf526b4f98d1af7ae02ef8dcb
BLAKE2b-256 45329c99ccacd00b57652f17936745316acae21464b999ed3f706b80a8d0ed68

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2f5a9d31abb43402610ce5db3e763b775446035b12d138c65e5fd5a3e85f79b7
MD5 40c34a5a382f25edb5c2be3195a36116
BLAKE2b-256 136ef37e6055e6c9bd31ed0b4dd57e5eb4d9b83377cfa46882e781fc10e1931c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 77cc513b809be41a361ff5831d649d8a331331d798fca2576f74cdf9591bfc3c
MD5 bd5ac2901a9d4737618c772506223961
BLAKE2b-256 eecf649a81bc7fbef9d1b9f52432c6d72a745965d8ecb35362512af1c499e8fb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac21707ea19969f0859929f767c2963fe855ebd93293746c6aa8878d57aabc75
MD5 a6c3e9bdb6902f305d511b58b55f4cfe
BLAKE2b-256 f58928843654e121d01e4ce116e5aaf2313c804fb4cc551d134108a169b0b8c9

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac3d7a243cc71db78901dba45099b5055a108d2bc1b6eaaf1a3c1817c4fcc50b
MD5 1b3d7f5e672c8a270795ebe9ac628672
BLAKE2b-256 16ad87fbe0b205a5c843d2b155743479b5b00e1c1b93d682dd987eb25483eb1b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f1cefe112aad7e75c619af97ffb84e9ab7ae6b1af3e220db0a1ebabed4868a7
MD5 9166182121f68c2ec08501a8060d431d
BLAKE2b-256 1536863954191cfd6c64cb310c5a75f9d158a3d4bbdaf747019d1c42402c0b17

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 bed69e5ee7eb81ef2fb0a8a3d43a25df9141a83c5c41a26741d3c54f7ae19e8f
MD5 01956ed82c09e77f4bec75a2d3df1779
BLAKE2b-256 bc58f51061e50f5c5ef7ca65562422c82f9f0e11f8f71f2b106488faa1bdbfdd

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a3b8bbcc077964d4dc82760bea8d1075f9e460fd2edcf115ab40a0d4c3d63d1
MD5 b7e470e9b722633dcf5920879ac217c3
BLAKE2b-256 227acd1b4f4ed427050021f22393ff803d0a5ed9a7830e2d8343d3015dfdaaa3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 10bbf96921b1e9cb92d3654d8b23019acf5b7e89a2c37966cf3056fcea4927c2
MD5 40f26f2df39259f18b28de309baf4001
BLAKE2b-256 af1a535d1d2cfeed00b906db0521604a9689c2570fce07baebe76f434477fbbd

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dc25fc53b479d1ffa6639cf51cae1847799ed90fa9a4a73b4251c2d5aa12a72
MD5 de14d9ba303033b22d6bee7d9b27bb85
BLAKE2b-256 a0009fa2579ba61b7a1305043fab383fd0ad0c059617a1fff0157698abbc2aeb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 90adcf6248e9341a42c8d9f07b1203fab00d4d42d1ad7c0006998f2a52fbf9fc
MD5 9f2dc4c8e762010992465bde662a79ed
BLAKE2b-256 8cd0dd82d4c5b8b53ebb0ce2e1529044ef2f2b80a60a35795c7dfbca35fce15b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7ad1f42cfb05390f268c818d536d5131ffe48cfd470acfd669a16264daff7890
MD5 8035026c3d1e87eb3c2a9bc803216164
BLAKE2b-256 9719db6db36d9a6d0116feb7d49f11cda1452e804d259ceaef21dd5dcc406426

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 878eeb871f88bf05bf62bfc12ff0246833d6a867b5811921316809732e9e3e32
MD5 0d6125e3efff8093a235ab1dfc3db9e3
BLAKE2b-256 4f29ea22bf26d25c2f67fbf48fbb46fd0ab7aafed15780ca97f13419bac787bd

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 888f099286913fa5395c01e289bfbe49bdb4c488c62b285a0da7ff3530c3e5a9
MD5 55d2e1ad37c7fca0789dc7d36df5b61b
BLAKE2b-256 06493bec8cc4b23bad2ac0ffbc3c3b0cfeedf2343237cc4d3dd3a8feed9019d8

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3e219d219bd1fed1f1e341a2b844c6d7df8b06fa5256bcc6a6362fee818211ca
MD5 bffb755c27deec96f2a6f2260ad7a1d7
BLAKE2b-256 8fbe11a62d76917cb6981af364197c4bbd13ad48ddb29b40a545b354f27c3f8d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c623669ad1972de63f391621c2e658b06e3300d34840b8b324fdb5a69693e5e2
MD5 fc8a14e709d535f039653e7dd2344967
BLAKE2b-256 650ef94b43d1c13f60c8087bc10cea1d4cc800afcfa729b1eca2d51abbef2c09

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb58b0952839dfe9f8742b697de39d93589b1a22a4aff3562ad31a9498aa77b8
MD5 776a5f68de5a3e98c09d3a5c7637aa1a
BLAKE2b-256 3e7c42a0b84b67fbc717e7b8d969f5d93a796c54894b174fac61b474155b6d5d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d4e2e76f4cec3fa66a732e1225d5fe1bcf1a9e1096c63d76c258b3933a490b41
MD5 1d99cdc8be46a2848997c3b323ccf152
BLAKE2b-256 5df6ff1be2929ba75a3e06532c37e4a7629a7ef328e5cb2fc5b24708a76aeff2

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72c1a8a8eed175a297d6363346f088b2126309117f883641f2e5d0c27af9ef2e
MD5 7afa080c5019efffe03e632ed46f926e
BLAKE2b-256 e858374da233224bb0cce9a9259b39ca7cfc494c579f4bff53f587ff8955467c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 2bed75cbbb320b6588e126d33e24360750709428cfb31e0598ff693c44705fe2
MD5 b71bc67f1dfc95ca1e1f7cb0ea389a42
BLAKE2b-256 1b801cf13f07fcf5479ed085249e6658f518d2491bc9e1b8ae554a1c10e92927

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61cfe7992b906fa540aac4ff5102a5cbe82527859918cbf6f39df3147029a052
MD5 1078fbd7ea1fe897c4b1ca8f3e812cf6
BLAKE2b-256 a4779bc0c5e44df5ad13b22276e5c4782e6fe20544f2c8f1c9f92e4b77a81379

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6846827e5051fdaca6630260b1b9edea8f23ba7326f5369bb7b04cbbfc6c5364
MD5 d6bd60cf2daf2af6033c7b0cc0e8aff4
BLAKE2b-256 3f51306214005710becfbfc2bb72ef69dd8694dbac0202cdcad5c3d3ee2e19ec

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 308038bc1f450c816333e77c8245d0a4d2f7ccac1aacf6d634cda61706020eff
MD5 5b6ad17c1f86702a247024d961d31d89
BLAKE2b-256 d3df878a797e7035dacaa81080ee519b0fcdd562488b5321d7eb7d839d9dd6a8

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9fbb5a0177eb472f70d29f70d5bf18d57a7673d7a429f96411021f7dcbd2a8b3
MD5 ff3b8fcabf83d5a9225cc34f24d746ca
BLAKE2b-256 3c5949ec5cd6ccee6146eee1b474c39988015ca24740b1d76e56267fb045502e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a6e95c6875e10d860918f0d94b331cd87ad7493087c88a6757817a43af3d83ec
MD5 016c60160be380e8e973e57784743f06
BLAKE2b-256 25fc5a359c43c5388971b90b8eef82cf978769c50f496f54a715ee17ce639dcb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b4505d438a5b5f6d37bc643e6703202c99a4a2d2427d89b5a1007ee1f2d163d0
MD5 a40a273b4ec1a212a7d6f45f2c969184
BLAKE2b-256 db363cac99914e05d320a8688fccadf675db0e599851a067634355d599afcf74

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 93376eb866dd9249de9e644b9e3400e870becd15e1841cb2ab7fdbf734fa1b5d
MD5 b6fc9a16feb2682a930c330f57f13b1d
BLAKE2b-256 fe8a2b384f4b6d4ede7daf52f72cc3456b22adb141ec61df924b1250d7c8066b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 f681100dd10a76f80d95ae5077ae9eb3df5da3320d9fb2f3e4024cbd23bc625f
MD5 f5982aa46b580169633d09e18abfa98e
BLAKE2b-256 4cb9a73fc38edd41a06fa272d847fe7ef5e81195dca1cc86e2eb6ea67ad6fe7f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 52919b49d211996e6362022a182311ad6295661ff2db35f69a554901a29ad529
MD5 7d35d393d7c6ae1e92d2a08b2950f5c0
BLAKE2b-256 96381078514837f10d9398e4aa80463e6d603783b51a067d7879a2d53aff7066

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 5fc6d35b78dcac58b793c9613d522486a0f92922bec5023be3cddc47af65872d
MD5 db927d56a29d0ba2785606500b31c161
BLAKE2b-256 3cbc662bcadc0f280c8aca116c8f8032cd1aaaafb8dba4d9188e4b8cb9fbe3bb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4ca05ef452bc43d60a446d7f7d937991644eb205b3668cca0890664d047be0b4
MD5 591e6c2a6bdc833110df2c275e197878
BLAKE2b-256 d6b121f23c65d6b7f392743cbccfb7821b06ddf32e762149b264ebd7c3b0ad74

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 fa5a0e80d44fcddbd6da9db28a8c52412a603892c5c319e2195de6dc2906b183
MD5 20cf91df376095176696ce51cf32c1e6
BLAKE2b-256 2353322bbfc2d31a23a4fd51e17ab1c809f3f05a381ebf6adc55d0c27a4f0e31

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2533df0cbb3b0057f422cb1ecb29c4e0e0dade2113e71ecbf3929182f9c9adb9
MD5 97c4d5d48e210fc947a9b22ced37c4d5
BLAKE2b-256 5948117f6e93d29a685dbe06da9b1b297376b38cbc427b8803c162a54701f523

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04d0ec61b8ab2dd38269656958867af3cb0d5e0cf1aa841d09aabccee4fcf779
MD5 94b1b4c6daada83069123fd73f40193d
BLAKE2b-256 1c0dad8025eeacd16462ea3aac726b3fc1bafc9fa13b687d0ad828b0f53b1a5e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2662f50db6b835faf8cfdac4e3adaeddf7979e7e52f5d028b1d5ad93b0be52d2
MD5 4d490fb9984715d8ed53973e6ed0d082
BLAKE2b-256 834096b858b509a7fd7761671d144a686a39be16d3d04c971c9115dfe843b5b5

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 c4372c0f76dd15fcab9d66f9b3f1e96d8a04d79c8dc29dcaa54944b8f6ae352f
MD5 7af3833b67206ba6a0f1450b2eccb800
BLAKE2b-256 116fdcb9b74d48fcf524feaccc82f357148e743b685953d07fa8ae402fb0bc9a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b310f28bbd340682973185b7758158b12047fd2d2f6d1faf65346c9665693516
MD5 345c16a8e622510523867dd32b4fb0e0
BLAKE2b-256 b0af2c807a32773eaef34c5532dcebba6deb63f6372e4eb85cc66ae3bfed70fe

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a7f8a5339a5b364d0ec00ad8c9fc57f282614db01eccb876336d0ea35b1e3cbc
MD5 253421411044792a694a1dedacc7747e
BLAKE2b-256 e3cf00da94b8c7bf4618c2603d0b0b34a60aff1915b1231363f0f9320ed04a09

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23cc9d1edb33b4257548d538f28d0f215833d2bf7d9610e26cc207ca7d1c635d
MD5 5c99762b2148dc469b51fb03543aab89
BLAKE2b-256 2acbcf76364d9756403bb5480dffcb470977066648d86ac936828ee10c169ce1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 06ec802e60908ee3d6e79a3aea68f8a1c52ab83a709cee2484e10a36662b569a
MD5 29bd5544cca22d3b234d676b26e92b60
BLAKE2b-256 4f55688787d306023cae8d86829e3262ad713de19601ad88e3c16a9a52ec6a6b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 8084ef4bc7477b48943a56a28613d99c3f05f6169a1b3fef1e79412770705b9b
MD5 acdb86f305593f92a40ecbd923392a0f
BLAKE2b-256 401775aa1a2fa2d1ba8f20fd5c14c6f0a2f906d9915a6858d9bb7826f24e3821

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7ab241e5132393e16a9d3ce10836309dad97592987caffbabcde4727a9aa3d89
MD5 f378ebcca289592cbaa7ab125e695788
BLAKE2b-256 24d5a475549f83992e379553b601dbbdb2849f5ec2592a0891da0b73e99180ba

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 a038c9f252bed9183cea3eee1bbd24743ba4c2d45b7432479cd01a050051330a
MD5 726b54828acfab09c9440ba007abbd45
BLAKE2b-256 e9d416f452a2e2776be249fcfe8ef02556e68e7185117a5fec9530a60002f4ce

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4f645757ba4135fcb44d08941f3e5920adcc99984a0459ebe591be962ef4f52b
MD5 aca86bbaddc0d759b879029d6152886c
BLAKE2b-256 f7ae1efebb6ce91f6964f86d5d8e30029492e8c653559f83452e7155ec3ee560

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 a7dc3e8be0f125b66159c99cfebcd374762854885b132ef48953af0bc43651ef
MD5 99abed453f87d209674d9d6470bbfedd
BLAKE2b-256 742a53f1e6e0ef5d3a0d85295ac5c5589b9adbd018eabf6a91312036cbbe9b9e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 affa51f96f988b9db91c7def4fe73dbcd9541c15f523b9b5f3a775e1b3342b02
MD5 23f1925b6dbc88c6049abefea43764f6
BLAKE2b-256 2f72353070b87a79515ace27ce254b72173cc4f452e936b2190ff18668edee02

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3f009870f9b63479c260f6246693aa25e7282734d167c9b674b9981ff5507c76
MD5 94993e5f48191a6ed32e446a7ff2f977
BLAKE2b-256 58ca0614a5c37d1114111fe7362b93ed52d959483db6cc689ef5c538ca7d67e1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b3cfcccd0058682ced6d0f413c62d8edd58936c6a6c6ca70811751ae2e227713
MD5 5ab6621ac9e9c5858cb13ad8d646eb8b
BLAKE2b-256 b5bb7557f3a1ce978389f6a636fb80ccc6c11b8679c7b5f25808a2bee2d228be

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 c4d32b3257e242e4a8f597e6f0ff726fb348c6c05c5fc8e27a4089add8baabb3
MD5 eea680b6295b8fd97fe58eee4123efd7
BLAKE2b-256 98f42aa7fda8c2dbfa5c65a516c2f541e9b622338ccbec867660ebeb9f528558

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd7a53649078d99f13d9a78e3f34c906dc7bb616138b0ccf758af08a3c766ace
MD5 d19a4ab5d74c34e00b887b99dcd998f2
BLAKE2b-256 18c1b5e2e020e32beaa9af7e2319a7f19c4223337d7158e8afac1dc76babcaa3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63ef75d362ec29d0d6062c4270be338ed38c094d1ed9da265426b2759a13791d
MD5 52ce8d989b331611bde330103ba02114
BLAKE2b-256 bc9c17d09cac667abcd297782033a83129ca407e4f7a155da5e825177b74f5d8

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7186161f62dc457d1be493e3e7192948f6c402f85399be8ad41e8c7674a8e42b
MD5 2d1b04fa0017bf9e12aa21896c36c9bd
BLAKE2b-256 96a959c924cf8fc95605090ffdeb32053e8d5cd33f9995c00c5e4cf6808c1844

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 454a9c0f3222a5897f8b023439bc51020c4e174045fdc223a5fbeb0b4c823201
MD5 fd76c92fe6805732b085a265bc41dabf
BLAKE2b-256 26d97a713730b05affe7db12c99678384e7ab3b4bc00f52a520367b75d27c61c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b77187cf658f4a1267174222c4073958a328ca9730a89e7d338f2e135c583843
MD5 76d86babe074c4bb130c106c8162f1c6
BLAKE2b-256 a83aa8e4cd483f579411986f8bcec8af1a0ccf680a4dbff85356922415e3aa4c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 166a33b33e22b06e8e91244e15e219d7005190d54734070d073c6c7c45a54f60
MD5 115111cac991598cd0ff535c4d933ec2
BLAKE2b-256 f363b5ffef7b05ef1a28cae8e342e777ddd04a68a9937aa9920321e7ec291aa7

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c1c8e592d41e299edf2fdac001ed5db5951fa7c618948395f2a0e3dcd8fada9
MD5 c06ecc366322ad708628678b15a81768
BLAKE2b-256 31cd23421a7016247f3b3c4c311cd8f23d01e9d5926f9ede7546f21f34e809d0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 204f63c5e85c960546482aacf841dc7a4881cc6cb3139adb4a4eaa12f2863cc9
MD5 f9dc1837c89b1716fc13438d99ff4d62
BLAKE2b-256 84cf541b20d73039de032f28678a7b874bf38543e0305bc6633e3754bbac22cc

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 f09bd4aa8da38fcd3a237b2a7b776539dce9104b2f82c681648d6a05f0b8c9be
MD5 65164792cd6aebb8cf94838c3a2716ee
BLAKE2b-256 1100e56189a7d37d3d71175f216d96244e33715b5a5d8c475de177111174166c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ceac076d1b8025e96fd77cf3d80cf63faed516d7a55c91577076595d42c26e5a
MD5 70ff002283d31ae0633c013708d83f27
BLAKE2b-256 b6b71034b12dab07bd33842df3bc5f318e3b6dc430355a4adc491796c019e57d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 0d3abdac744a3390c0774ba0841638417e237c4d9a08ac1a62aad9ebce4aeb1e
MD5 d2282818d2eaa809359243219cdd25d1
BLAKE2b-256 5ea4e97017e2d3c2e84df03adda3e8a767a6631f538aed018552d2f313596945

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c35aab0d80b6954aec06be19e0fcbdead6943724ef8d392bbac858fde0d84d9d
MD5 a1bde8c154f6510741c6d8372307c274
BLAKE2b-256 dc098daa0d9a63c524c8179f0835e7674f9be20fd6e53c5fd9cadc96efe322b9

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-musllinux_1_1_riscv64.whl
Algorithm Hash digest
SHA256 f411164492124cbd30dc832406492488ebb5356b1b777dcb173d41ba95951d69
MD5 e10b7b0002d66770b600b20338044625
BLAKE2b-256 dda1a72402336016a6f2cdeab435a213753d1b1bd28807573771551743810414

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 28318f711db3b9a961479b5a61315cb98f657bb5cade28a9188021dd384136e5
MD5 53332ab4ea752c00614ef0d131bc466e
BLAKE2b-256 3b826a3e7122979b26954bddc5bacc98cc007d6394a13a8fda1e10eb26456531

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0a3a7cb9270ad83d9eb33415b0fa4d116b07f3d89c2e63c8e616afb98a565c21
MD5 4f2a8b67ca9858837417c7353afec8aa
BLAKE2b-256 8b3bd4c070e6e450b8712aa3b2046468f79504e8d91e1c2b0948b936a46eb126

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 69569cd4e00c913e586f0ba1423158529631e641e3ec04024c1e495d4ab99209
MD5 520622605fe54559e510722b4f4c5763
BLAKE2b-256 9f5e965c3e3847ba6e1dd709774c9db85e2ebfa5add9211ce37ca83ff66079c2

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

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

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 496728ab54a975610bd709f5856138fee707f0c38c9106b7d60898d8dca855e5
MD5 7f1f46d1a87f5d5ffb92f266a8e57da9
BLAKE2b-256 f8e2adc8570a8be0bb2b0828330670da41e2d5caf449d44258a14a05a54b74b1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdbe841021d9194b921600939a8d859f7e082dc6b9b1b3e318eae36b02872921
MD5 5a87cc901c73de17dca19335c1cb2e30
BLAKE2b-256 86b44225f1f6327b7b4c526584ef52a9aaaec945f5e732e9ac4a7748f111fd9a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 becb9da80ae7a21883f77fc4c3e07030f74ffc866c0db566b7d6b0f9382318c6
MD5 a8977250101fa71d46f98b4aa1ee9d75
BLAKE2b-256 a68a09f05d47aae947a327e36efebc319f78d6cf91fea17220be16cb347c3c83

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e1b23df2118db76bf9f43d5feeea44ffd12d6b6ab1c52f3ea9ed2fa8f1c6792
MD5 8e4ad56c0f9f63e641f987aed9b6be60
BLAKE2b-256 0a1b5c23f74ad3eb47e77f281623643790ee539835fc14e480e659f0d56dd946

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 5a4ef6e6670729a25fd2b0da24a3261a77ec9b09d47d0bde7e7e83e9a1a3ed42
MD5 b9d665f0d5bd773479bf39bdf88f81e6
BLAKE2b-256 5e9a481c5701cd81d6e8334315168e6df39b91afd6a13e15c20aa25d949e56bd

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a47469b2edc046a92c24e0f6fda22a591ec4380d866edcaaee5dde40e46e6457
MD5 469cd106de22a13d3440b0df206f233d
BLAKE2b-256 c4d9ad7a97e32d5b3c5a420b4e6f48892cc1747ad3d11184fc29bdf54feb349b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 33bae9be8af68b20a7d17c1be054045dffe2586e51ee7097de9d9aa713bda5d4
MD5 9ba7da843391fee796ca2fff3afeb1ba
BLAKE2b-256 23b66d25c4d289b6491798d22aaa10d781da923f3ab8b7c75383660fc164c518

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7db7f2c48f7ac0cdd5ea6f5492db8570656c54959bfe5d02056067cd50996214
MD5 51ee65c412d5906dd51d2ad184c29bb2
BLAKE2b-256 abf147ca6b9ad770d006b7fcdc3907b220db3ead59fc97e1eba828f75891701c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

File details

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

File metadata

File hashes

Hashes for qh3-1.9.1-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 ad247fa0fd6cf6e933117dab350d609f85e25a56477d88e6efa75f4052da85bb
MD5 96aa6420a471aaa27d2c62a1e18625fa
BLAKE2b-256 fc15f90af0a08eb71e19e7fb0b08d8415d30af6b4c8e56d8e3aae46d3e99d1e1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/qh3

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

Supported by

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