Skip to main content

HTTP/2 State-Machine based protocol implementation

Project description

This repository is a fork of the well known hyper/h2 package. We want to provide a cleaner and faster HTTP/2 state machine while keeping a pure Python implementation. We decided to embed the leaf dependencies as we want a neater dependency tree and along with that a easier maintenance burden. We believe it was a mistake to ship three packages (h2, hpack, and hyperframe).

Analysis shown that h2 spend a lot of time doing hpack encode and decode operations, this is why we decided to offer a complementary optimized build. The pure Python version will still be available.

This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It’s written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.

You use it like this:

import jh2.connection
import jh2.config

config = jh2.config.H2Configuration()
conn = jh2.connection.H2Connection(config=config)
conn.send_headers(stream_id=stream_id, headers=headers)
conn.send_data(stream_id, data)
socket.sendall(conn.data_to_send())
events = conn.receive_data(socket_data)

This repository does not provide a parsing layer, a network layer, or any rules about concurrency. Instead, it’s a purely in-memory solution, defined in terms of data actions and HTTP/2 frames. This is one building block of a full Python HTTP implementation.

To install it, just run:

$ python -m pip install jh2

Documentation

Documentation is available at https://h2.readthedocs.io .

Contributing

jh2 welcomes contributions from anyone! Unlike many other projects we are happy to accept cosmetic contributions and small contributions, in addition to large feature requests and changes.

Before you contribute (either by opening an issue or filing a pull request), please read the contribution guidelines.

License

jh2 is made available under the MIT License. For more details, see the LICENSE file in the repository.

Authors

h2 was authored by Cory Benfield and is maintained by the Jawah OSS organization under the jh2 name.

Download files

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

Source Distribution

jh2-5.0.11.tar.gz (7.3 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

jh2-5.0.11-py3-none-any.whl (98.2 kB view details)

Uploaded Python 3

jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (596.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_i686.whl (631.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (670.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (564.8 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (394.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (509.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (513.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (394.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (412.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.11-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (613.5 kB view details)

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

jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (601.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_i686.whl (634.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (673.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (567.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (411.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (509.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (517.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (398.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (415.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.11-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (619.0 kB view details)

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

jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (603.4 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_i686.whl (635.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (675.5 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (570.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (399.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (520.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (393.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (417.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.11-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (622.6 kB view details)

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

jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (603.3 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_i686.whl (635.4 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl (675.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (569.5 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (399.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (520.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (393.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (417.8 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.11-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (622.4 kB view details)

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

jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl (603.3 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_i686.whl (635.5 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl (675.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (569.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (399.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (519.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (393.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (417.8 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.11-cp314-cp314t-win_arm64.whl (241.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

jh2-5.0.11-cp314-cp314t-win_amd64.whl (244.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

jh2-5.0.11-cp314-cp314t-win32.whl (237.3 kB view details)

Uploaded CPython 3.14tWindows x86

jh2-5.0.11-cp314-cp314t-musllinux_1_1_x86_64.whl (593.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

jh2-5.0.11-cp314-cp314t-musllinux_1_1_i686.whl (625.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

jh2-5.0.11-cp314-cp314t-musllinux_1_1_armv7l.whl (667.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

jh2-5.0.11-cp314-cp314t-musllinux_1_1_aarch64.whl (561.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

jh2-5.0.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

jh2-5.0.11-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (405.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (505.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (511.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64

jh2-5.0.11-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

jh2-5.0.11-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (408.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

jh2-5.0.11-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (606.3 kB view details)

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

jh2-5.0.11-cp313-cp313t-win_arm64.whl (240.5 kB view details)

Uploaded CPython 3.13tWindows ARM64

jh2-5.0.11-cp313-cp313t-win_amd64.whl (244.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

jh2-5.0.11-cp313-cp313t-win32.whl (237.2 kB view details)

Uploaded CPython 3.13tWindows x86

jh2-5.0.11-cp313-cp313t-musllinux_1_1_x86_64.whl (593.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

jh2-5.0.11-cp313-cp313t-musllinux_1_1_i686.whl (626.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

jh2-5.0.11-cp313-cp313t-musllinux_1_1_armv7l.whl (666.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

jh2-5.0.11-cp313-cp313t-musllinux_1_1_aarch64.whl (561.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

jh2-5.0.11-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

jh2-5.0.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (405.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (505.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (512.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64

jh2-5.0.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

jh2-5.0.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl (408.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.5+ i686

jh2-5.0.11-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (606.6 kB view details)

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

jh2-5.0.11-cp37-abi3-win_arm64.whl (247.3 kB view details)

Uploaded CPython 3.7+Windows ARM64

jh2-5.0.11-cp37-abi3-win_amd64.whl (251.4 kB view details)

Uploaded CPython 3.7+Windows x86-64

jh2-5.0.11-cp37-abi3-win32.whl (245.1 kB view details)

Uploaded CPython 3.7+Windows x86

jh2-5.0.11-cp37-abi3-musllinux_1_1_x86_64.whl (603.4 kB view details)

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

jh2-5.0.11-cp37-abi3-musllinux_1_1_i686.whl (636.6 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

jh2-5.0.11-cp37-abi3-musllinux_1_1_armv7l.whl (675.5 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

jh2-5.0.11-cp37-abi3-musllinux_1_1_aarch64.whl (569.6 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

jh2-5.0.11-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (399.4 kB view details)

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

jh2-5.0.11-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.7 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ s390x

jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (512.4 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64le

jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (520.4 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64

jh2-5.0.11-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.9 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

jh2-5.0.11-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (393.3 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARM64

jh2-5.0.11-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl (418.3 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.5+ i686

jh2-5.0.11-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (622.3 kB 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 jh2-5.0.11.tar.gz.

File metadata

  • Download URL: jh2-5.0.11.tar.gz
  • Upload date:
  • Size: 7.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11.tar.gz
Algorithm Hash digest
SHA256 6c835b0b38d795dde7aaa4581626490ca5fcfbd4eefe9572ac18d9eb2427d215
MD5 8191cfbc466c603bb6cc23fc45b96ae9
BLAKE2b-256 a3eaebd7cbba422317fdd4be5e04a5aa9a54192b8c483f20eb38c85cf9fb8adc

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11.tar.gz:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-py3-none-any.whl.

File metadata

  • Download URL: jh2-5.0.11-py3-none-any.whl
  • Upload date:
  • Size: 98.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 aafd357af8d0de5267d3bc88e2384da30f05c38446a61425ae565925bc2ca9ba
MD5 f697ee17bc848a7d8faea3a8e23c2648
BLAKE2b-256 6a17512d0ac0484aca136e698498d6441b6072156fb2d618d8096a07578f67ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-py3-none-any.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3dea67e8ae492168e4271351dca8869e4bf79f3bb45d301d54f9639e8cb345ae
MD5 7e3453f0e100b84629511f9f7ee5fbcd
BLAKE2b-256 67ab72eef3a401485d76c3123d871429a02d68f705632c3c89eb55e032c5aa7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f639bbe255623af299f75b2ef8e98b0c88ead8b9f420d20abe487fb8a33238b6
MD5 2cce9edebdc96c0b1fcc07aa947fe391
BLAKE2b-256 11b1dfd0d84f7a3acb9e4b4707aa503de01350ab23fd4699fe7ff4b6c4059393

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 148195763588b0b8003fc365783838fabdc8450346b7c8df0c7945b80f252fab
MD5 5a8c0ecb91c6e3ed6b57730d0cf4c9b9
BLAKE2b-256 1a56c3e04580552c734b8d494f25d75c6c9a22f8ed93cf52ba01973e7d379bda

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 559c5ff8034ce36aa7c24c6acb80d4dc2a377ff552ff5c58be6d8762ed8ee048
MD5 c09b74aecdfadb25fa6ba4d2d8825614
BLAKE2b-256 40ced199ea2f446ec54d8aa1ab7671b6d1990bb9a00b6f17e3525ea628c8ca8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6c5421e4eb59f9f15822b9002b26a78a8f9d4e507e4f79d6f3d5f992db4be0a
MD5 f98569ea62e856a170beb528bc679780
BLAKE2b-256 bd7975a88341a7a4d03ddb400062c0240bae5f41a64df68c83b2195029c83188

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 070adb3943f306257fff6dff4cbdcb5324afd78cbfa624f6686f198e6381d707
MD5 caf74d7564e02307f790554c8c467e38
BLAKE2b-256 8a207c897e440bb082468412bc0a8b11507d5268e1c29145ed31c0a47d7dae67

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8d4c26ef61db31c6f33a572b40c6eff312131cac83300bbf6d75fbed1e5f073e
MD5 192e8def5e03caec407ba64e34553e60
BLAKE2b-256 28c0c92cd7ac9a831319d9b73746a59590aaa2a795b3e5c9fa25302296414486

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 6dc37f78187655cf95032bee0e9578ff89d39734def8e27a6bf930d4caa08042
MD5 b26976a678cf4567b94b5056249ec896
BLAKE2b-256 aa533ea94d6b30f7d1987b0ec1b4579f74e9878b63b61290ecd63610ebb639ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 264b93edeb9368cd4ad8b8ba4a23e9404ba6a449ded00f6c1e62b259fabf43c8
MD5 3096929de2a728cb85ef73c0da5931f9
BLAKE2b-256 03d37c690b4d93a838581a4179f981f562e3987d2813275cd9f1b6b4e886ce5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31d5c24cc3c20b49ad00e25e2d429d51b240a7f7fc8910c48a1fa11cf84f0c71
MD5 a2b2f461d14243591271d04073ee4969
BLAKE2b-256 609fc97912c0c1ec27f128c0a64e9c61fdcc695512f81c7bd6b40af9b774a891

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e9f37f6497f8dbb1c1e254c77224ad06cfde22c1337230d308aeaab043eea27
MD5 7b65c677e1cfff83874a1fa92709bd87
BLAKE2b-256 ffc9abe96cc1d6c3e7d7e1154f26c72217ed0f0700fe42f60b9b02ba508ecc2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 cd19d6e0f8b82dd92e9e9836baf8c5d3a18d15d06c7838c64dae0f45b0cad24d
MD5 50ffc75b846602f549018b474b27aec9
BLAKE2b-256 c54510a5d15a93d15aae67b6dd15042b248ed1230c0dbeddce4c897f8cda4849

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f88407c7d2de429346e589ede8f0eaa594d6a8a3e388b658bbf4828998a53a0
MD5 c72b1cbb066cc31542fedd3d51091dce
BLAKE2b-256 5f696b33f1b2ff6ff77add2f09580d7a5499f0f1d402ce4b8d45bb267394b61b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e5616ffeb5b173b540e2db230546a476c5618cf25dac5bb9149c06fc6b0a9e4f
MD5 894702c385aee427fa09546beb333713
BLAKE2b-256 7191c1cf8168392aedb0eade45df2b99c1239bfd31f52542f527ad472e2ad0b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c0693e9efcb492f48b61453b6fca3cee60c544c494fa1eb7ab63dbe493189db4
MD5 b535c313a25c86ae3eade4b093332044
BLAKE2b-256 d15c5c3b2d7def23f4c4c53b7af7723a6086de6e77169ab14a96dc3ef37c1ee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1517147850dd3bcf8e3204e7e4b4016e47440a889accfd6b055734dd2686bc89
MD5 5cec0105c5071a407181d95b96690480
BLAKE2b-256 1b7cd8672da7971dec40cca96ea6a6f8574bc4d13958f427d5eda7ee9c92ea9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73db6c7374aebb94e2758e1c34c0090b1dee39f13a28b812387c8e9478cdbee1
MD5 07a3977c402e48188138da41be67157e
BLAKE2b-256 89f4cb7a4469d1738aea67f7786164b5d63b36d78fc185a6036ce7f582dae51a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 97da940c5bc7f9ca1ddde294fac46f75ca4be2a7b7be5a32e87b6195f2f4203d
MD5 a81a19d68ad6ed4a307b7e82278b7482
BLAKE2b-256 d2a8c1d72032e4d4ef05146f12496b91037ad785f0c281a80eaf20fe40909bb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da8fbddf3e00a9e8e18afda67721e71cc69f1a81ba16a4a7b50f57efa47d2991
MD5 11039855a34fbe5f03f5c228bb2f4784
BLAKE2b-256 d6d2a261ad53dc5f7b52066d33fd7eb58119285382bacd786002be2b7ddf6d14

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 fc2bdcc2fecb3e3382bbf2834d81b981c3b8978be67c54c2aeeba01dee911161
MD5 347bcbd9a3a87c07f7e67117d553dc7a
BLAKE2b-256 8a7974501282f0482105dc752230ecb9bec865ea07d8344cd81b87860805090c

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 31ddace327ac78b3137d79c4ce1a64fb8d5b1256a88078e7806b20280a22ed1c
MD5 94c0434ae036dfb06de3d9d1f6549e5a
BLAKE2b-256 9288db049e5bf4e1514c5328e1c5ce3caa6ab081c56c12617061827d9fa9ef72

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cdb4bc4cb82e66a41d4f4ec9fb80f7ed7981cf7786efb6a94cf47ea27ec90e28
MD5 71c5074113d6e2d2d898f59c64dcbaa3
BLAKE2b-256 efc63df905164fde3793d579bcb46e9cf1d246d902a6c7e6c19db49a99166aec

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8bf2a83fcbcd3dd53b80574655a54459e7ddd591d936ac67e636330764c75907
MD5 2a5a9641e3e178e2af1486b3545bb459
BLAKE2b-256 a46d3059c02b3b1193fdf87fb65b7b4dc4562028992ed2cd14cc3a67ca8fcd71

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 842f27673350dc22659cc0dfba035bf610927810fcfb6a9ddea594dcb3cfe774
MD5 a4cf1293a6a270d9041f9c37986104a3
BLAKE2b-256 30e7e6d5f717a5383c0384882add7410060694533efcfe7051c26ce21301d6d0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 550831792b78e547ad7510c62db98e4feb3c0df4002ac1fd9e9b0e30903bc159
MD5 3a4af3164192bef6be4617880b8b00e2
BLAKE2b-256 521fdedff90b605b8543bfcffdef97288479fa46190a1964745893bf1c37deaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5457b5bf89391cd21ab6cd051c2c1e2d78ee9507b2af473841ae5fafcc5bf048
MD5 79f8afb6a47973d24296b4aad3a26d3c
BLAKE2b-256 c0816c6e88488d09381f49bdd1b5b8fe0e943007891f857176f2574c6625605e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c5d4d20b96d643fd866d8d49b2fec2826eea99e7852c5aa0326d14e8ca517769
MD5 67daf27e2e63f72ca89a65d4acfd21f1
BLAKE2b-256 07e8ddb160a04e5e522c4966821160c71177f8c6aa9222d110889a211903f466

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d8115befc7092c4b5d4b32093d38bf4c8a543b84d9a7f7f632055854bd89cb63
MD5 1419760bec53087d83e479d4cde834bc
BLAKE2b-256 45f557acc20cfe3796add621481bd04c0f7f312fc9b4b37cf415603e1ff6db47

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 963d7c46d8fc824eb5957086702e65ca552de4595a95c5c7906b41162e6459cc
MD5 d984ba37584b0719734fc76ff726d0f7
BLAKE2b-256 b4f2aa113ab291f6f23a3e141907506fe39b7be5e2505e4164e3b7de7d8217c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d8d971f7e6c13c7e71b566683cdf8fa9569dfdca1443ee2545b3b8c68f3b6338
MD5 8207928bc596d8a3f41fb32da04ef7b3
BLAKE2b-256 2355df6461a6e5a8955080c81606903e8554480766496bbeecfdb00a680bb607

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3581858d586d0dc87bfb47c3446b67dbbbe5f26a0c4aab94bc0f88d9329a4101
MD5 927edb8be34cd0fb1025dc8036c4a7f8
BLAKE2b-256 29b8eac92e4498ac668f471817444c2a35803e11fbc14c2e87724c6a53d0103a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 e6998c4e1bd862d58426ab654b99cf1f52163acff767714048711225aaf6fc3f
MD5 7a01483af3f0421100be2949b7c888c9
BLAKE2b-256 ff243c2fc79f17bf0e88d1fed01b0bc6b3ae01df1febf910770c14317eaeac4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a27e7e1ead8fb200a6d909b23031e3adf0dc2be0b2715fae61ca0af6b4a77de8
MD5 5c36e48c87c273548412f27c48927ad7
BLAKE2b-256 5e2537e58b2d5896025c56dff80b62c1b946651c51c099fae80aef97814729cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca9473848bbf422b1c91c907bed9db66d7c29f37a6406c4614bd3fa782d0e2ab
MD5 7843bdb9c6429d2bdc3afbdd59b7b3e8
BLAKE2b-256 85fe833a50d3309827a17e06094b5b99cbe62076fb2d0503b5415636eab66ab5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a970e377224e4f2e703e4ed72135a16c1539feb0d7f57f9e1dfa4514aa6fb257
MD5 4681e0ce332f13a90e4a4aa7c4ec4370
BLAKE2b-256 872b601c9d9c4242cf25a9aba8a128fe52ee257a5cd07c2ce79126380fa5b2a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 dbd90d3b9bba566c36b6613d9e867e69754058a1b8608d9b7c973fd3cd97ef69
MD5 6ed2fcd558b368be60af944cb76182d3
BLAKE2b-256 d0eeb78cca26adbbd38ff2bb73a0506bdab4c5c1ddddbb0d68f0ab9d951054fb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a3a66bd7612ab626a592d5c0d6b072bd48c0c1f6ab3ed1d1dbb427dbe7472ed2
MD5 5981657e51f1da29bd340baececdb385
BLAKE2b-256 c9ce26a2953f0b75e7fac30c881a7cdaa822ae66f7384de18239ff703694b28f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f8e208e3bc3909d82c7ecb936bad35cc2271eb425e7faac352618c26a23568d0
MD5 bc9994c762e752d8a660fc3f5b2c20e3
BLAKE2b-256 0e6eafb94a3fa5c364c7c7147bfe95f3c4f7186cfca8500bc27bf96bccc231bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c4bc66dcfe87ef776aea114e45db658895e4c812bb044ad3a4d52abcb5d4083c
MD5 2b7986c02dcdd114e8622663819e6c60
BLAKE2b-256 57c31e812a224b6704f4bcf6a2af0ded36fb50caedd06ead35c1a366c04c8b77

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7a78e0c94d242aa054f97e503fb05485df63b3d8e66ff5ec8710fc0dcd1fb83b
MD5 65295bf67342d649ddd093e438fdd464
BLAKE2b-256 7fbe5edf827d94f94410e6eba01f0c6c84a72478513fb7ac4ea516adb28d5034

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf289d6fca3346ef133334bde88c08d4f1b76c9f3ef53cbc6be1e96bae3e3305
MD5 8a0baabf0039d38ff31f2ccddf50bdea
BLAKE2b-256 c57b9893edffb1428775b9ac2079dc7c49a630bdd5b83d4a6a630e0d2956214e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 60c7dc47084ff8d8fe98c7d8e4be6109d861045953a9f2036d791e6d72a7e1db
MD5 79b1e0a16fc6d9ea41df7b6004f55f03
BLAKE2b-256 e00f1d955230a463aa26abeffcf73ce7b95a387f7b27c7cc3a06be72bae9197e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 84e4ef15d432f914394828f5127482584bd8bb6ca9d95220b25bc32a5bdec501
MD5 94f8fd3558ba4dd3f95bd7a95b254a0a
BLAKE2b-256 eaf5610a42812e7ff4106916aea67f06cb235cf841579fd5d4ec796f26d93807

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 dd0ac28b9c0e20c3b5e6840f6651a38303718f20c12df104c8e544ad245b2c24
MD5 35fa1d401ccae25bde671fa80c1f1bd8
BLAKE2b-256 6edf27046adc853e1c9fcbc409ef242a5ad290aeab1c79fe92780f243a80ab68

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dbe27e880218afc123c464359553771cedab793130eb3b0c72bd3f678512a2da
MD5 5157c12fd34987fd8015356a42ab31d6
BLAKE2b-256 bcc9dcf906a0c35bcc3a3d67e7891463543cd5bf8f9c3a272500251aeb6356a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6df0c5f2a879ea47ec2f88f4abfb0ca14c2af174eda923b7f65e9954a4aecf38
MD5 3ccb840e750d17fe3814a86cc32f4b5d
BLAKE2b-256 1545275e5e9e59f858a578af6d12a432180609563d91cf3e431b15f2b86cffd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 52f5c68a736f8f70e9b4f55e9678a5f12b203f244182d261d6ffe8b239ab08f0
MD5 3f7b77c7a5722997347881466482ed3d
BLAKE2b-256 6bc5f05f14181d0b290b26d1113131a71b2f84c224a6eb8f380f38563f9564c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 84c32c68792170bbb19bc94ec5c5d8823ba31d177709d686c63cd6a9e8ef5cd3
MD5 040806822190e2aa3f52f7577fcc384e
BLAKE2b-256 616a0447d8d860f4d0ec713c5118cbe129004cbeb1cc9ea6b1789c718420353e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3c95d6c44d9d2d53bee5f5bbffdb2a1e6174c8c47803ac6ad7465e8d9e6e2d7
MD5 68ed0f693504c583eee20659ede05697
BLAKE2b-256 7a3ae33ddcfc5b6d82688611b0eb3582b39d602ca6fcaa57a48065e6e6e840e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b0008658e6308f71a3aabfbf1051cc71993fb9a993ccfa0cf711b52a1bc029dd
MD5 6bdcc11d3a414c25a871d8953bf59e2e
BLAKE2b-256 64b6c8375836ad9ac6e9476892b46018d190dbc4db69dd165885b875258531ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2b7daf269b477e22beedc6767e471a72a3fc988538ad295b80dafceb289f3dc2
MD5 84390e175bdca866ca156c330fd1fdcc
BLAKE2b-256 8a4cfd0683560f858f22497d404c6ccfd51c1ccd2ab5f3c369a3d48d3e5e8f13

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cf17baca8873260f6e80861feb8048c898b8a90569c374f430370240bd078995
MD5 468f0e562d8411c1588f149f53de9c69
BLAKE2b-256 2b9ebd004bc3da532783824f59fb1bf96813b6eecb9a9f12de41317bc7bcc860

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27ab9efb8127d1dce11fb6f12cc4ab4339338cf66bb758734ee3e5e7937cf11a
MD5 5283c7175c706e6b86bbcdeac35c06af
BLAKE2b-256 517409387f75bf221a9430c2c5602d77a5e8700aabb4af9a6746a51f6d7ce7ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a508df37d162ad523edd05477721e981ca33607ebbcd398eb000b0e7e9dca855
MD5 147e0a944a65643c71156ecd4feaab19
BLAKE2b-256 d4d62cf751a394f3c8d1c16bc0848eab97c2eeeaeff925716411f16398333ea4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f035aa4cdf3193bc03e7e36b4154d9036f87d002ba553839ec73412242de62ef
MD5 7ac224b0283927ae11b508f221615bb7
BLAKE2b-256 6500442ff3cfc938fd51626b1b7c0ab0739085dd74974b210c45cd4cb2be9d20

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 37ecb9da2bbc590753593220a80b2c24d7e8411238bad2d1e331e5c2287bb3d1
MD5 8c4a01c005876872ce3312b3bf0b8764
BLAKE2b-256 dbed602a59a6616ad8c4e277de091972b1992a754be6eaddd32c3515aa4bfc4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5c64aa5f61d986a4f1b4cc319056dcb7198c3c25e3a81b3302a396479e5561a
MD5 3b907c2be7f7d9efe5ab1cc52a3f928f
BLAKE2b-256 c8ad6c9c6b15e6dc28964388da6a45f5f2ca84ec003bc511f6aa41e3a01eb248

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63190c909647ec4a5c8718ea8ef89230a1f33ec6588f93cb42555065f210ef87
MD5 77c38284b75ec1203555e7beabe50a7b
BLAKE2b-256 824dc2259be34605e8fd611b833f718e272d66b6afc94ea7665c8f84441ae2af

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f48bb00711eefaefbfafd791da8bd8796d683aef6a4c320b7a393555f6d23115
MD5 6273ee6506978b9e2b80235080ab5e98
BLAKE2b-256 bcb1bbb6993f8ce3685dd01f76c49ceac5cec99cbbe2ebee308f0c2e77671534

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: jh2-5.0.11-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 241.0 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7a1388738fcce0ddc8e742d2d1c0619911299f339d54a19496bcbecfb4d7e775
MD5 20563ebd307f33e19f3f39c8dd72c508
BLAKE2b-256 9da53f6477c76630134ac3db8093b64b07fa3c15f03d7274836656dce53d7585

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-win_arm64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: jh2-5.0.11-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 244.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 05102a4610dde1dc59c630e64ca34a74076d1afd275dbeac954b230a605788b9
MD5 7d1f5028e3b2c3b608e605199b8eacf3
BLAKE2b-256 fb57298d81b6477bfe573b4a02234c39c06ddcbb906114f339d119253bef4a3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-win_amd64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-win32.whl.

File metadata

  • Download URL: jh2-5.0.11-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 237.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ebe5ec3b51704119ca66717828631a777bc64132517f445d0b9ac2f30dd38264
MD5 a64727079e8e370e549cfb29318e792d
BLAKE2b-256 2c5ae8eb939e21b3d963206081d0bc9eb17b494b4747ea537e70337f5c5ae7d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-win32.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3c3b06db73cde4e350e8acd5960e6bd9880e512cc8ab9c28003c74414261382b
MD5 c10ebb626bc983fb02179934adc57683
BLAKE2b-256 1897129ec3c3ca5d46d4eff1b230623a98c0cc93d85663850533ba4b416eead8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 985a9eb136e7897bcedba873cf30b51c19481d94ab31a391d05eeecf27c390ba
MD5 0c54d3f402eed4174694e13936841e4e
BLAKE2b-256 bea3d5a789af902526265143631d14ad07f9dda88afa71e99b4f31495d7a0f53

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c7834d1000ac856234e7b574ed2ccf2136aab325d84051edb1db06c17e295df4
MD5 8e76be70583d2952f2fc9469f2074251
BLAKE2b-256 00c2a658a73429bd96cf3c12dbfa9270e5ffb117d1d3207fbe0e72ebaff1fdb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 57601fd1c5f6fce9e63ea1f2a61f83784478cf4d58e8491a7c18cc05abdb8e96
MD5 fd0ec3286ce289909f3261dd1dab32d9
BLAKE2b-256 b59f820f50745957e491e081b39b1333a6bf0893a9528002133951b9f6fe9fc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34c0bbf4688917a3a1b1dba176bc49bb5b1ad4b75765431b989f7767061df432
MD5 9e64cc5223dd97f0daf1221f8595897d
BLAKE2b-256 e68dc3f00aaeb516926d35482d0b5f62dde8bfa66b8b1e89107df4e1c3699e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2d7e43c6248e3a091e9f6c5aac23236bd7ba0e30d240f4017b644bd3da049688
MD5 12b2f893ea73c0514b9cc317b291384a
BLAKE2b-256 3fe7df5ddd84b1d0c2e70c244a9a51b31d93f77ebd7f7eddfc79a3a3d66f5e3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f26cdbf79bd0792bc65b7825b356040c56c365041a6ae7c44e5655f8fa173fe6
MD5 a9ad5d09db94d1b751e08e8f96c18e10
BLAKE2b-256 e79420522d75f8beaf036541b012947ddc834a649bd1be6b4fc6126fe9225aa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 3ebfcd80cfcaa17bbb5733871953d1df79e1cc8bdc0f22d7372d9f2ef3524008
MD5 69c69308cf39fd270dcfb3af12d2e260
BLAKE2b-256 618ad2c2352bb21d69b6a8c678c21d8ca54d00474f80e3273151575eb9342a5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 08392b71819ef4dec683010b0366b15da8ed495250110c6009833f25855ab6a4
MD5 b16edfe6a21f2215896f3171da0d6705
BLAKE2b-256 c5e8b0994158d6181be0c8e5674b6a988db0712f1afd1e9f8df2c2ae6faf90fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc22823c633e95c6b5298f9ffe2d77f0f1787f2d03c47ccb7dff006e6c30fac3
MD5 5ef344931c3b21a34e69f2fc566c7a9e
BLAKE2b-256 b009f94b94f2a7683c6a5c1a1bcfbc34bb7fbcb09e16014dd7b8172bc7a365f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 740e4e489759b749aaed695e8430d28a039c11765fc5e4d1b20bfad9c7e192f1
MD5 26ab3724c7a94f04bbef477e74522bc8
BLAKE2b-256 40dc8f3e7d0eeb6bbd7ef2c9fb186f6a38e1b883e9db7622a17050594be82b66

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 92ff21001d59d47f929418d0dae55a97be16221c13e1f7ed134bdc79189475fb
MD5 b290e989aded8c75c4e08177bb206fef
BLAKE2b-256 e951f8dd078ba26c709cb89b48eef0259c714956e74bc5be1a1db48e40eaebbb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: jh2-5.0.11-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 240.5 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 dfb99fe1bd951d2da7d5dd90325c8a3c3834dd614339f536a45cbd1bc1335f1e
MD5 d9f3cd2925463b1de177c74c2349498c
BLAKE2b-256 a8cc48e8b6220eb17bec051cccc262935a1389a4e09557168c9a9a15bd378672

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-win_arm64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: jh2-5.0.11-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 244.3 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 cd4187891ebc44e782c5606393e16818d63bc1dbd3a0028bafed62e2d0fdd3f2
MD5 d3323c435c9847faf178bfe023991540
BLAKE2b-256 4c5f4296893bef63687498722638dfcef85610cfd232e97088dc067ee874c331

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-win_amd64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-win32.whl.

File metadata

  • Download URL: jh2-5.0.11-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 237.2 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 89c46416ccf0f457bfd4df67670c79052116f07ffb3951c5103d178c6bf372ec
MD5 12a74846fcd021366a364c193e4e5e30
BLAKE2b-256 a2f5c35622ed1cbdda8fe8677a1bcff090f95db9f85dfbb9de1aa2fdbf7db02c

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-win32.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d6a1000872f99a2d50316bdab7dcb8a9eccebd1c7ca4ba2e656a74ee48015ac
MD5 e413dcd7997ea93d2faf8c2d119863eb
BLAKE2b-256 d306fbaf3037c9b2e909a66334e5d342eb0ac0179963d33b757ba104e1efe619

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa18a2886a229a0d53a2c6c3d109079cdd2550466f2ae2286e43a1c66d47d627
MD5 1d98bc1e31ad17969c1b93d7ba4f3d14
BLAKE2b-256 2bc62ea20b5282b6fff062902b203cbaf6e5e2315ef9aac881635c025fd49bf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7c19511733a8ccf998042b64ac2077c334d73f2d0df4ce80b158694191a1f707
MD5 e426d7ef64251fd63bea46dc617ec424
BLAKE2b-256 4fc796fdd7285dec74e6e3daab7983cd03053046ccaaa9b767ff12064b0b525b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9c39968cf5547d68f97a893c518f02f6caca94942206a958d8aa9325f8c3e330
MD5 d02451ff263d21def93a5e1845bca084
BLAKE2b-256 e2122bfb901198043395f56c5b10cd573b55ae490a3c670bb29294bd2d5e67ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af8d4f64794823fcdaa1ab4d01e40361e0dc0ddda9a6523e96a72b47a9e96e7f
MD5 315a4d05924578be4158ff766ffefa58
BLAKE2b-256 5e6695e4111fa3da434e41f71bf3d57faa5c2989f3f99d263bb572552bbf502e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4aa8c32df2426f7a9d8633c2c8b5555edcace6e703640cb50f7ecb5732d9b50c
MD5 16778fb3be7fffcd0279627a07dc6c20
BLAKE2b-256 ec01c8b6803f4d6cf30b47d40d093099eea0c06cdce82af4f2632480d284a9ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 176f4de35aef5f3eef38d6ae785bb530f911af1fc6a21512da620250cde95a94
MD5 76b53c2080f74ed8d5c61b620473b088
BLAKE2b-256 a97cc11a478e6ba7243f2617cfdba868970acaef1f64d523659cccc2eeb67519

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 8afe44228388f9282b4e3804e0212fc7f000ede156e73b2068f61fb821598c9f
MD5 00ef4b39a6cbf1abc8099019f7f3d21a
BLAKE2b-256 1b19a2840d299c85ae861ed1020f37865913853963ccd49b8a723d09270bd7e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e20f3bcf50192caea969b4bb674c8f6dc607fb5f8abe6b76248f698e9e4cab84
MD5 db907acd839b1b1dda8a5db10f11d15e
BLAKE2b-256 9f7ec34f56f9d1d68e5aa96ddcf1ad4b74701f1d8318a4fafe6dd4e512f6eda2

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86d1bd875161ce4d5303e667ad19fb7436476d1610aa04b21c14838c1669f32a
MD5 03fe3599b5e7348dc82f1c1b3ee9efbc
BLAKE2b-256 e355cba74b4b3093504f7c50424a5decd0ce27a8e86669d8006c4facbedde5ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 611c474b2c998fb09f5825dbe88626cc86c991a6d7dbc4c0d2a0848fa2fa437d
MD5 5c15f3976ccf7f0ef5bfd4b5f8beba32
BLAKE2b-256 11e4aacbd532a1bb67a253d9b75c7b3b8351c24142b7a88ba87cdb96d3459ea4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 cf85910f5d8506467e9a6fc9be3140f4ffe49e2baa973b71c83822c6e6e88480
MD5 96757c69a5dbd133b54ad0581431d3e7
BLAKE2b-256 e7d84f885e71a3dd9a89b92d7db1888ab1c0ddb1fc85d733b593fdef50fcc090

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-win_arm64.whl.

File metadata

  • Download URL: jh2-5.0.11-cp37-abi3-win_arm64.whl
  • Upload date:
  • Size: 247.3 kB
  • Tags: CPython 3.7+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 dfbb07be66cb96a289c876aaab7ac46da4fb70f6526298f1fda60076b971d5f0
MD5 87886a21c1d950e4d1b05149ec6c33fe
BLAKE2b-256 a79e33ba56e964b58b056a4c17003c0be245be3dcfda17e9f1df95cd5209ece8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-win_arm64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-win_amd64.whl.

File metadata

  • Download URL: jh2-5.0.11-cp37-abi3-win_amd64.whl
  • Upload date:
  • Size: 251.4 kB
  • Tags: CPython 3.7+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e28dabffcbd5525bf5f36d482764e3e56b513bce06a75b2fb4b540bedad80348
MD5 d456d7e23a5f713fc943b8a82f6fdc7c
BLAKE2b-256 5a6069a4fcc00a01fa65bbf67279e21886325087491250bc54af3e12e86c8532

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-win_amd64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-win32.whl.

File metadata

  • Download URL: jh2-5.0.11-cp37-abi3-win32.whl
  • Upload date:
  • Size: 245.1 kB
  • Tags: CPython 3.7+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 18f10dcf0aa9f19833ac0f4d58b195af2d0b056423d428f74bf03f7839db8055
MD5 17c67216c6dc4369f0f17fbf94408e9e
BLAKE2b-256 e7071490e419fe03ec9afb7c2571cfd3410d34bd5367dc36bbbc9d52d21f44ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-win32.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: jh2-5.0.11-cp37-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 603.4 kB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0ad821964a7701e2b80c6f8b424b6d4ca575fefb1aa04227967ef78fa15fcd5
MD5 87d07ae3f39fc123d5f993e0793bdac9
BLAKE2b-256 8255db34614186693ce66c69af384659c5f37fa79699c81c8867cec2fe4dc566

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-musllinux_1_1_i686.whl.

File metadata

  • Download URL: jh2-5.0.11-cp37-abi3-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 636.6 kB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6ba33ff1d1275586bb4d83687c59783dad60b66ef3d420c04982bae7e0d75f9b
MD5 3d99ade1d96e55f14f498281b7813f27
BLAKE2b-256 c85ae02ad465d53f144a3d5a7b52cf57e6f14800ec65ac6c90d081dbdf9c507d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-musllinux_1_1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-musllinux_1_1_armv7l.whl.

File metadata

  • Download URL: jh2-5.0.11-cp37-abi3-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 675.5 kB
  • Tags: CPython 3.7+, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jh2-5.0.11-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 58f4c9da6555923f731e358d975e40d4ae6241c05b29e5a0f4dc8c91781cc229
MD5 2ae6b627524b7ffcce01caab8fcc7771
BLAKE2b-256 280ae53f7b8c13638c712d7ad1b8f0af29ec97a46ae67d912e501ce0a606f869

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6cd51dd02943b703e10eb536722c5fd205b6084333dac5b9c114bdbbc2c46b3a
MD5 cde96acba68fa2e62234961a38010075
BLAKE2b-256 ac8d59dd21f1ed6f451f60581522e08e42f3e74275b1568ef9c7936a06445108

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d15672b32f0891940691bac16a854af164e694f0b9d21bebfddd13e3c7d2f03
MD5 d945308f3658e072c7684684b1ca63ac
BLAKE2b-256 8ca4b80fd188fa006a144cd4f280fdfd3808e3715aaa805fa830e828406080ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a433f014c207ffc4b3eda0165fbd4d7d978b53cbdd6e71d441531221b2b1b879
MD5 6809551d124438a3c8b95c62d41ffc3e
BLAKE2b-256 fededdba9eb5ca665bcf557cb28b99e96a06df1b570bcfc086ab0bd21b1232f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 66c61f837b3e5c897bd2a90149afd615f59d24c72c893526485bca1b40f6ec49
MD5 ac303a9a0a6ec1812423cd2e23a6b097
BLAKE2b-256 e19bb94e76661c2ade180654687cb7819106427a711e6b40c31cb5c41cac33fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 558d4c15bc42419262ef15595d9c488ae53276b562397314e1cc934f4c7e4bdf
MD5 12e4203849a478939485952e761b03d1
BLAKE2b-256 9474cd7e97f87e85ddfb0449ff50d23c0ed3967348fd4c79917972ac0e277e84

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 daadac34cefe67ea03a7d2324e03fc9b37ec8820604f1563e7d424471bee29b6
MD5 e1a2c169f4464ace0f8ff2db3782408c
BLAKE2b-256 680ef300ee75f1bd3c8212d084d4e52a83e81fca2dbfe4c10c4b97bb4a8b9743

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85cf4f09f7159c29967212af685d2819f960d9136d931420fef107683d121f56
MD5 5b269d5170152aff99079e9b10290f72
BLAKE2b-256 5f61fc161568713450214d3c48db614d871f9393bd88db471e10ac868f5a7214

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dbf08eead0483ecaf275c2f447b704d1583278f7abd6f0e945fccd6a581c7df4
MD5 3a52b2f9ab1d184befaf4212f55580fc
BLAKE2b-256 4c48d5ead4a7379bcc0386baed535183f8168b2bda0cf3e368586f6d4ab44024

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.11-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on jawah/h2

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

File details

Details for the file jh2-5.0.11-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for jh2-5.0.11-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 4dc82aee3ab2c4103f3d9092f4463dd6cc4a248ab6a27a4acab79bef0d3ac8dd
MD5 7b00a6a88b762af82af3d6c63bac7650
BLAKE2b-256 0af00363ffb6ed11a76d47c6a543f16c3c3e6efedc27853fa1ef95df557c0724

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on jawah/h2

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