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.13.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.13-py3-none-any.whl (98.9 kB view details)

Uploaded Python 3

jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (594.4 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_i686.whl (629.2 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (668.2 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (564.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (391.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (406.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (505.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (516.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (411.3 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.13-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (608.0 kB view details)

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

jh2-5.0.13-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (597.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.13-pp310-pypy310_pp73-musllinux_1_1_i686.whl (633.2 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.13-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (672.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (393.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (409.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (508.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (517.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (414.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.13-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (614.5 kB view details)

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

jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (600.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_i686.whl (634.9 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (673.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (568.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (412.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (519.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (417.4 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.13-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (619.6 kB view details)

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

jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (599.9 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_i686.whl (634.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl (673.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (568.3 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (412.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (519.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (416.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.13-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (619.3 kB view details)

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

jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl (599.8 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_i686.whl (634.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl (673.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (568.3 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (412.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (519.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (416.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jh2-5.0.13-cp314-cp314t-win_arm64.whl (242.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

jh2-5.0.13-cp314-cp314t-win_amd64.whl (245.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

jh2-5.0.13-cp314-cp314t-win32.whl (238.0 kB view details)

Uploaded CPython 3.14tWindows x86

jh2-5.0.13-cp314-cp314t-musllinux_1_1_x86_64.whl (591.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

jh2-5.0.13-cp314-cp314t-musllinux_1_1_i686.whl (625.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ i686

jh2-5.0.13-cp314-cp314t-musllinux_1_1_armv7l.whl (664.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

jh2-5.0.13-cp314-cp314t-musllinux_1_1_aarch64.whl (559.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

jh2-5.0.13-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

jh2-5.0.13-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (402.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

jh2-5.0.13-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (503.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

jh2-5.0.13-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (510.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64

jh2-5.0.13-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (389.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

jh2-5.0.13-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

jh2-5.0.13-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (406.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

jh2-5.0.13-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (601.7 kB view details)

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

jh2-5.0.13-cp313-cp313t-win_arm64.whl (242.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

jh2-5.0.13-cp313-cp313t-win_amd64.whl (245.9 kB view details)

Uploaded CPython 3.13tWindows x86-64

jh2-5.0.13-cp313-cp313t-win32.whl (238.1 kB view details)

Uploaded CPython 3.13tWindows x86

jh2-5.0.13-cp313-cp313t-musllinux_1_1_x86_64.whl (591.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

jh2-5.0.13-cp313-cp313t-musllinux_1_1_i686.whl (625.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ i686

jh2-5.0.13-cp313-cp313t-musllinux_1_1_armv7l.whl (664.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

jh2-5.0.13-cp313-cp313t-musllinux_1_1_aarch64.whl (560.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

jh2-5.0.13-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

jh2-5.0.13-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (402.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

jh2-5.0.13-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (503.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

jh2-5.0.13-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (510.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64

jh2-5.0.13-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (389.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

jh2-5.0.13-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

jh2-5.0.13-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl (407.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.5+ i686

jh2-5.0.13-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (601.5 kB view details)

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

jh2-5.0.13-cp37-abi3-win_arm64.whl (249.1 kB view details)

Uploaded CPython 3.7+Windows ARM64

jh2-5.0.13-cp37-abi3-win_amd64.whl (252.1 kB view details)

Uploaded CPython 3.7+Windows x86-64

jh2-5.0.13-cp37-abi3-win32.whl (245.2 kB view details)

Uploaded CPython 3.7+Windows x86

jh2-5.0.13-cp37-abi3-musllinux_1_1_x86_64.whl (599.9 kB view details)

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

jh2-5.0.13-cp37-abi3-musllinux_1_1_i686.whl (635.0 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ i686

jh2-5.0.13-cp37-abi3-musllinux_1_1_armv7l.whl (673.8 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ ARMv7l

jh2-5.0.13-cp37-abi3-musllinux_1_1_aarch64.whl (568.4 kB view details)

Uploaded CPython 3.7+musllinux: musl 1.1+ ARM64

jh2-5.0.13-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.0 kB view details)

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

jh2-5.0.13-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (411.8 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ s390x

jh2-5.0.13-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.2 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64le

jh2-5.0.13-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.13-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.9 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

jh2-5.0.13-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.8 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARM64

jh2-5.0.13-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl (417.5 kB view details)

Uploaded CPython 3.7+manylinux: glibc 2.5+ i686

jh2-5.0.13-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (618.6 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.13.tar.gz.

File metadata

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

File hashes

Hashes for jh2-5.0.13.tar.gz
Algorithm Hash digest
SHA256 f8c78cffb3a35c4410513c3eb7989de36028c84277c04f07c97909dd94c23a75
MD5 b1255b74773f4c1dc219e3d86df44c66
BLAKE2b-256 47b1b2b7389b2e0ddac90a1aecbf4a761db8790de85dace7695c01173ed083cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13.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.13-py3-none-any.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 2b311414989da48a155721fe47d0dc3e3b75360efd62d779aaff72d786be91cf
MD5 f1cd16cabac5324ab3885c7624cbecbe
BLAKE2b-256 ba1ebe44f6e9ff5689fcdf9a2c0ed30880fd5da303676d89d6457a603450b7b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6d84d87f6c1b2131273b8078f5863d980269fa53139d7f7fa76e6099e2a00bd1
MD5 293923007f6c280d7817af1efa306a48
BLAKE2b-256 cca7cfa24ecc4f3a70d16d4a33557b57f1c6673fd9fa0fd10b7a932342bb27d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7586a835ed5e213593e35e0d6f90197dd76412fdcba62e05b15df72806af1e2b
MD5 492164a52d537e757db2ff2f87761733
BLAKE2b-256 9c54ebcc2970d6ba34fdc6be0b8fac07a6fefea7e07e704654fd6dcc33d57f53

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6eaa9919f7faf162d2acf66e1632c4588840589eb0030688907c9eb6a5ecae17
MD5 a2cc552e2d19d635ba7df2b6a834323d
BLAKE2b-256 8efc776a56566dacc3918f51bbbaebab6c23a2e979a70b40ba1f526272f7b9c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f6e95bfee4a72a7eb6fb4ca057ac5da297df68d302c63c300a5f400a0003fe31
MD5 bcd499e43bb4493a1ef0afbda3658ad1
BLAKE2b-256 08b80f7e84ab491aee9348731e4ef266595b8153aa9da63d5376e96970fb3795

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 882b13542d7bd20f79cb92fc31ecc9587037278d0a6b36c14b734f9ac2cb8890
MD5 97d3a96773891fa699c9af41cc812cc4
BLAKE2b-256 718e146902bf3b16bcca18daf217ee9a1af34a47f6913f28c24bb403faf9832d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 05849bda038c2f8cee50559e3fd363af39c80fb1f24ecf947ccbc7e1a890683f
MD5 6d2c871f7150f02005e420e06c5ee367
BLAKE2b-256 83bd63d467fda5a86abec281ebfbe7d21f49689d97e0473800f11815fe92dd10

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f48eeba6c0bb91321dbefc60527d945f20ccee3f0066bb3ba0d9b71120ec9417
MD5 204bad7e37e1cf075bb80f0eec67d014
BLAKE2b-256 48ab2bd00b443b4cb018ed522b1ecadb1edcfbda2226b5f1dc4b733488cd1a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 31fec2270a204669fd5183465e3ef6a666a0539af61bf8e995df91f16c945c0b
MD5 ab9cad58e20e7b28701f3d5c592d09c0
BLAKE2b-256 043ea9fa9e093e984fd778bedcab2246f16b0e5a5b147466dd1d5784348239b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 797e8846a4c7a18a9b3abdd437ca2fa06d39223df7a6fdcae57adeb7cc3d7a95
MD5 b2a068c3aa44050eb789ee20386133d0
BLAKE2b-256 2c31dacd2315290e309df81b931434f30e3e73e0fededb9e0487667a5287635f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ff9abf4b4769c9c8117d929f87c90415cb65f54faa22f64fbf044427127e65f
MD5 eed10b59b71ad49287bd866d12c28692
BLAKE2b-256 ac8a68b232de0eecc6e52548d9ef7ca20baf18d8cfb5cc64186d8015dda0188e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 84d42f63b1e7368194704159637e534280540369b35758a4daa712bf277e80ef
MD5 000a7623639887e401840278143d2155
BLAKE2b-256 4bbcd500231f338aa889b29cdab977d99bbb94bec198f7fa0adc741b51118446

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-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.13-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 f3768fa39d0c5a2578b285e49e8d42230bb182bb2f7984840549f89c04ce4a56
MD5 215c2b192fbe4778280a47295f1de90d
BLAKE2b-256 5bb27f5e5305e261df12244d28eb5d8150affbe6e93e3d301df7d71ca872d89a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a915e77adc126bd79867b7cfecc930021ef1a2599475dda058ae80537a7068ec
MD5 6f4c906f991ca4d1f0c1131b31085d6b
BLAKE2b-256 3e540bcf70845cc7ae1c0cf0da56f81460bbc2f774a03708d0fbfa164439d684

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4efed5de773df44042a07a50ea8dc476a4c120bfd3fcc4fd7a7ea145196832b2
MD5 f92e52fd743d126c73da7ece7abbf4ee
BLAKE2b-256 4cbbe58646c5764ff6f6c1ee9f437c43247a3043cc7cb524d9777368c390ba32

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3e5e73bbfcf0690561a1e2bf8b2d8f1e0bfd1aca67ebbed2a753cf9440f912ef
MD5 5b21ef60cc6d2bbe0e4890e6957b988e
BLAKE2b-256 bfbf2bd0a1eb5f8cb1e516ad774efa827647ade125aa9bf658944ee5366dbb60

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a8bfbc5f77e95f485bf046d4a19bb773866cdc9d1b21c27a194366a55d7fe361
MD5 38e949e22d2d7a2373f18cbae524b8b3
BLAKE2b-256 1c4d25126b7a084c946326d3fa73d24473853229dd8d3f5f0e26d3ef6ded36f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50d224b482e1e18fa6bbe90d05125993122c5530b0b83f48829d7a535e2b60f2
MD5 e67de8af1894fc10879265ec0c439ffd
BLAKE2b-256 c0b1f8a48046f17d927d5847504b1199212755baba5f1d842f9a0bc7abd5d7db

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 95d72124353a530ffa5a65f1f94a4396521f5472f0fde79b93dd66a3addaadff
MD5 85aec6c270956624431e76c45fa03e96
BLAKE2b-256 1bea1490d995d08cfb67350625f306297b9407ce7012ddbb83f97b1d18c63be8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a1ef1d6c90389c366ade34bc6b100e823569c60bbb0b0f2cc3b308031090b252
MD5 6be640fe3e68acda1c059bb939304b0b
BLAKE2b-256 ea5be5d8568a60b265e6b34672269407ff6d3a6c43be821b433be54dc8ce63cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 5f9a82f90a21660fd0313a81c838bff89a13c7921c317abfc3117e49f9d46c84
MD5 b3d1f60e1c2935c3f4b4cb5a24f21180
BLAKE2b-256 e9ed522f67aa1946c27ef66dd85408fb16b94fe280b84833f06455e2ead119bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc238641d3bc35dc79965f330c7f0f16ca992cf999c8892dce0bd36c32056eee
MD5 7ec080baa1d0396bc6c745dc881cf73c
BLAKE2b-256 3d64740cc33301c84ba79304567c3d199bf269805b7baebe8e0082739b97524a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5c4d4ef923464dc5b39d39b1a41209a23e387698a254e81813d0757f76ff00a
MD5 9215bdbe95499389608b7bb356cd3774
BLAKE2b-256 619eee99e108c6b458ec3298a76b59385ffe0e8f82d93ad30efbfb23632f6991

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 49531e0042b3a4d35d34ddb892bb734d77969c9b787e6f2f0253cb10b498d4e8
MD5 d3393406703f2784e9befbdf0b28b796
BLAKE2b-256 12f0001ea64504515c7990394ebaedb285611c7dd8786ad2005a4220e4e0575e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-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.13-pp310-pypy310_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 72122b850d58c4ae0612c9b9bbabeddbb092b503eb39d87249da323ba1b074a8
MD5 7b33b15359f2bb4c19e04eea674223a9
BLAKE2b-256 645c5f006d5bec874c9b12f36f20fbdd3fce545994b3d43eb216266d36c1cd09

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ba74adbc182ee8d4781856ec3cd1ed61fa16839f6a6b2bc708e70b281211938b
MD5 a2649a4d7cca296835d5d0598f1239c5
BLAKE2b-256 b75f33e9b4eec44d83e3b993047a36d552bd809427d230e8092435afb74a5b73

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 74cb2237406296f92a31ea762ad0daffcfb2be39e567e62595880948eb9e9e84
MD5 4a89139267c88d8a616587b1fcb17477
BLAKE2b-256 d607f11e695b776de0ed6530bd6c913317d75baa30275158552225e544953d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6fefc5b57d9a345d90e283a7547661b3c5921480c14d039077d3181a7b6226de
MD5 6b353767cf0e0a2ca34a1d20c1f3441c
BLAKE2b-256 29f262a0778756c58a525d39e29171a16c8cb9dd0885600e7ed18426f86adb66

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 28cb7c8d9fa0cdb3d357776ad82312c6ced6481fc828f898a04419933c0532d5
MD5 37b90d16ed2e0c8d6437c7dbe3bb0a7e
BLAKE2b-256 939cc70971970143222171307da58c99022860d4366d2b121e6d4fcdec371381

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e09fa8ede2105af24955c620675d5d778b26c51086379ef7ee98e1208c2341e4
MD5 ad6386c930e2d90287d1a72d2f903a02
BLAKE2b-256 73bd7a1be4d010b5a7cbac0ba1c3ab59e5701de09f7e26bd93bed280a42713f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b4b6aeaa12ff46df7478150e063f540fa976c41203739e425bfb823d479d7209
MD5 eabee53b55c03b61f09ccdeaf1fd7b43
BLAKE2b-256 616082368c3d78bc45fccec85c73049d68af6f80eea714646b420e49c3f2844b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fbd4e45d9207aed97257157f0ef268757f3687af95d7047a9e290a559f3729ea
MD5 691d2c721edb31fd3953159cbf2b5448
BLAKE2b-256 ff30842bc584530783d51df8697fc57036b34c473a680e5066d6cc80d846761a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 f558408add7be748978c52796ea852dde5d348a00f8ba7518db848d32154f022
MD5 873234b9f456392e01e38efdd6cd8fa4
BLAKE2b-256 676bcbaad0541dfb5e64863c35af6668adca6f2d827e0d9f0b5ffcb3a39555e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2110e32bde0765fce8a52ec4d51b5ebe1d679de862a1da34f67d887acbdf390d
MD5 495d707499715994717df201bbbbcab8
BLAKE2b-256 c7555d049701468d3a8984598e3ec99dbd840994b9f8b55aa59f685e9bd99fd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8313cfecb3b15d1c1a7e5c70c0e2d42bbc9fe0d616a18cc25dc91d63290139c
MD5 6298476d2861e40239e5a876434447fd
BLAKE2b-256 f65ebee453afcf549597720d15072eff656fe300df8d8fdadf05c195ff026f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9e4d342cd71db3c8c3be74acfe26b38503f2f5948c902072319405c5b5bc5313
MD5 07e707a2316adfbf484d8232f6ec91a3
BLAKE2b-256 e5fbde17200e67abbf0a1d8540095ad3a01bd4928413cc218ea120d7fb04e03a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-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.13-pp39-pypy39_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 30996200b243c6dd8c176537b7b75a5d4cd910f2be6f7be9e3b12e03a39a0d9a
MD5 036c66975dc235c337927726bd954e91
BLAKE2b-256 5668f4ca513e554d7230bc45f6673d8a625348d646dc7533a012926e7a91d076

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3e2789ac441df896333e19dce716987ab3bdbd31d15b885960e52fd8b1bb40f6
MD5 75437ea6515f161ab8f4a48e7c758c0e
BLAKE2b-256 f13c4e0cd9d5a4dbfcd4aee27a3deb0ce0ff416b4239a21ebab6a380713ad5bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4a125855110bedee3011929e1d050c20d74fa00a36d1ec602be677847b89d764
MD5 f67688fb00e8708562f2d75499c22bd0
BLAKE2b-256 14853bc73cda0ae6ff21b2034feb38e4fbd35f796ed5e6c5ea157098bb4a54a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 194537a1f6d06322448f65b72726014f7a31a484325db5aa30795a670b47d7f9
MD5 0bc843f1c8e38aac3066bb86cf3e095f
BLAKE2b-256 db780d8b7561b7f34366c692e089d37029d3fdfe7200977bf3bf3590810fbbd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 96cff73359be465a4a70a2f15b72c384055a6be16c670f983633a9dc93cdb2e2
MD5 293c764ce530c5ea587e0d56cfed617a
BLAKE2b-256 cf12a8f4953550ee663171209ea967feeb5f6853e22bb9a2fc7608875340e575

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc31fbfd9ac25d46603c4d27c4ee94593202d55a437f0c1e83a17570f596e21e
MD5 fe66dbdcb0ac570040a1c398d0c68a5e
BLAKE2b-256 91e534b1eb01c543fb9e7f4fd167f7f8fd3deed70329c7685f5ad00ea566ad49

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cfec229e33d3772ee71d81bee9145f195f58cde65126f54820026a41c0da1ab8
MD5 1ce2904901010c03887dc6013e8b2740
BLAKE2b-256 1902f9a91531a863fd2bc9e5e0bf6d0f40c15e6e96d0910f385e17245890cbde

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fd7f6c7e63717cc5f69bf814b61d4c5725c1a8976b03567c87db6a048d7e16df
MD5 1b6c120cb03caa45fad8564359769fe4
BLAKE2b-256 239154ac9d6ee41f7866e54ea22bb4b5b42fb9e616d8ca0f25b5e34f3556a80f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 70b5bd5cbfd806ceb6f57bb9bc287a073b1cb51029b25197eb9acd45cb7f1db4
MD5 813bd88a1662e97b9045b90ee57a6882
BLAKE2b-256 eb65c9f8f9a5e02f74db1cd30952a093df2865386bd586583640183a1ed00d8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3ad0a4909501bcd8b063d8757a650228ece9ac7f4b3df0363108989ab71c124c
MD5 4ddfcc6365562a79bcb403b1fcf5d247
BLAKE2b-256 33af8a2ba519b2cdc70a3d4a4242151a87315fa193208b2a5c5c8c5fa20a6d91

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f8dfd56b10c4d66f1c2338b4caeeec5c0d2cda0243e66e02aca68bb02f7ea78
MD5 b9b95f99d6031070303f9ba7b4738649
BLAKE2b-256 14f3c0e3676e3e74e0be6e4d199fa21ce405ee19979fd6bd3a49c29db5745a95

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 03c1ba7cbebb2e3be1ea62b789d2caab907288ec5f11c97e190ea71bd640878d
MD5 3585021c782a1d62b2fdacbbc0dfb366
BLAKE2b-256 06d04a6f733202ab5261f3669f2c9fdd2f675530a16102081a833e5af5c68feb

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-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.13-pp38-pypy38_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 c32befa8f915f3a4510cd097cd7874b9d8782accb06562d8aecd5b40e879e980
MD5 6ef88bb248e02200b731b971f22715ff
BLAKE2b-256 0c40c2c063e20d3dc64368c6ccaa2667ea783cf9018751e8fadf54d74784a0f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0bdb220d7fa3b6deb5a108cd5c37109e4bec12b7aa9aa56f2d8f9c55f1f113e
MD5 7822120c3b620bcc007bed59c995d4a1
BLAKE2b-256 396c8e7b99c84a1763095cbbab95778d0eabe737b3c23705c3e43f957d217b65

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 89fd1e706f1870ea4a8a91c6b2434123e6d76d6ea1fac9bf7904cf71fca8b9cf
MD5 7886ca4a7d094edb5fdafbe781b44256
BLAKE2b-256 7289bb614e389240d93672979cc29388e0bbbeb7dc73104d76499bab4dc7471e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a08ffa490443767a1783b372d39a9156da37a93a6c490e03a439aacf315f8a79
MD5 9a3351e2fef049adb46fa1f49011455c
BLAKE2b-256 e84a8ea5bbb1b67c82f65317a1b0755dc725eca8be062b1f3970cc5a49860457

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5917a20e0a7b763a8eb2786422d2a534fa0e5645baf12376045a64b63a711cb1
MD5 2fb94e45de0697df4a68ae7b48422d8c
BLAKE2b-256 41ef94d81f380773d190e2d7e43296e463019cca71bb30d1ecc2b7b660fc3902

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 feb3a70be5b9af031596b8328532997e0019d91e11db1cd607087ed32ce59727
MD5 883162d6a27ff4834246476b73451fe3
BLAKE2b-256 a408f3d8e5beca01046eba15c52d3060868ea0cd84f2066c8b706e2911c54baf

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 020abf569e05cf807104b4a8b43ef26ab4684fd7d26441791a2b9f450a01c66d
MD5 016e85326475219155d210fffa6d3722
BLAKE2b-256 d3322adcd08776330fc60e678faa7e8bff2ec36c28242409b1f834d6469db737

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 553f6c0caa98f314d97c671c8924fb97cd59515258916283cea315bc099c4200
MD5 340f76520b13437ae8e9fe6852ccdb9c
BLAKE2b-256 76ced8cba323e998eb895300be47a9ee75fbb65c3523390f5e857a1b96f79226

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 1f3994201495621bac0d1aff8b5ca9a5f185b91b64638e026d9c94584fdd795f
MD5 ed64a11f2e9a13a12c6599b14470f92b
BLAKE2b-256 b2a0dfabcb72029b333a15ae011dfb10801e2fd8aa4e2f3edf5de931e4822d5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7479e41d20278484aecee14ed2a52e83cc36f3033f176fc2d1c7b078628e8bc9
MD5 708951c698814cdbcce315d99c9e0fd1
BLAKE2b-256 58e7462d9568a3f06cd76fc6195143ba179352b4597035f91d61e70057a430a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a84ca3b2cf786a811a828d68d8f3b4587566f7e8236a2c42a77443157eb6053
MD5 9a9e3649ad53277edb1e34b923c6b09b
BLAKE2b-256 ac6a9952fd9065ba445ad1919df95d712d0bb02b97ea329045da9bfd8be933fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7b7e2028a565bb04cdf73a91634722e3de40e1d8fed1adf8aa1ba8952f48ef07
MD5 7114deae14557685ce39d12f449d984a
BLAKE2b-256 2e035c4c3fdde334a81ec4e1205983d18a5efee593f75781aef7a1d4f55115cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-win_arm64.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d3cf203de31371289d4c1e6b4d30c9f6de95b2bd2b300fe5468ff946299d0e48
MD5 98d07a8b6412b51cbb92c35976bc8458
BLAKE2b-256 79493652903fc82c0e5c82e9caa3445e3e514b168969c2dae3da15c46627661f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2cc4923ac6f57753e0cb4aef054a04f5d5c744b274dabf863f695fa3c2fd75f9
MD5 bdb55860ffefd0eb806088a76657c36f
BLAKE2b-256 481346ae2bf16baad7841526dba44668083f9de3e427027e4fa44a567cb778d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-win32.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 5909e2273f8b6fcea93c95564aa0f366ff9261a544a7a5d640ea95341321cc37
MD5 a47dff3d615e40d0ce7f2fe0a4f88cbe
BLAKE2b-256 dd58ed891762aa68542fa7969c4cbb109817231740f342931165f60ea7a2a923

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 521f871864880cabe361060f070516a56a54abc3e96f07bee9ba8b061eada891
MD5 34479069f62579410c19d2f358b381e3
BLAKE2b-256 79284f70df7bfaf1cdb560340400b46849cfa96e4b08d2430793501013d7ee8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-musllinux_1_1_i686.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0ee6a5dd24a1dc0772a89b3498ed20f60167fbc633404b1e02895f04ae66c47c
MD5 5d62fdc5c8def794f5aa68f01c3f4298
BLAKE2b-256 a1920fad513d95376611b337c631abd0263e641b78b0adbe80f3cf561e614d6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 53b1df29ffe966cde1d2f0085b6acfcd237504627d406a51717ef3849ec88831
MD5 3405425e6eb256a62fadfce185bf5939
BLAKE2b-256 ba08b75afc38215f961ba8d92af64a9e7cba57767829786484c5cb98fc1a1d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 99aedd20daacb32f377152c9103d8d0271f32d1932bd39a5ed2cd2eef97f7e07
MD5 8e056b5527469802bcf44d2609cc1803
BLAKE2b-256 55a47b997c7787ee6316c6b4f7bc0ff4d80c062ef3288038fbee870ed83f0946

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0772ad66f346038fe05cb2928866ff1b21bcaa9ec3f14709fa1d419ed1dc287
MD5 b31b6e5a63145411a2e3c6c335502126
BLAKE2b-256 0d41009c8b95f471ca83667e63e87a845f634f7b100f9fa2c1cbfc090c142ec9

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b572daaafbd867bb5c5f324c918704ddd6d76af1cc7c2be483c3649b76ce7940
MD5 0af646ae99ee060020eb5a5b808eb3d2
BLAKE2b-256 d4fc684ae4efe7568ec9f8ce427b6ecdc7387f870b3bbdcee75c370326685865

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f8d364d53cc0854d910f2305726a8254acb527f13fa933dc213a591e21e7ffa
MD5 1d934c49dd6a5c0e071cd43fe620f83c
BLAKE2b-256 1dcf65925f2aaea92e5f4a90a578b86a975bf6327ad53d82035a4d94f8f63580

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 bde7e7ff0f17e87aca9ef23f66b80540a2de0ff8e2c26af55eb2e288a2a5f74f
MD5 df866a0c533dbc98507585958fc99ddb
BLAKE2b-256 499ec2cbdb2261724edb83fa0bdb260f75ad9b091189ada1651608f8ade71906

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f681e197bf6552df3bb7a3abfd676e81316b69e36e7263e72383477174032ca2
MD5 e1c071550335d82d1e25b9937ec8a41a
BLAKE2b-256 27dff439704e7a884b5bd0181188b30217d71d48ce6bb9a9d7e8378d00ed3497

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75d0b2bffb2e260a0f3578a11a4999a713c94d1bd8de7cfe692c840e20ae83cf
MD5 b9ecade76fb2bc4dfa607022d9ebdfc3
BLAKE2b-256 f0f4e82b4c5797c20facb2f1b54f893a422f8ba44f83bc66da3d60d90a1c3064

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b1d8313b13acfdef19c5ff793fdf397bae3d8d75181f6eee62604f13e4ec20a8
MD5 9586495d4e2e8a12f70fa27916c6c2b5
BLAKE2b-256 d28b5b49f66cadc6d89db5339b602c06a9567ef493c33b860324f24a96b390a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-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.13-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 1dd137086b13d55a53c4b7b8b75869c824060a4d35615e4f49180ae58c7783f5
MD5 0319b7660b3a3013d642146f08e9d6d8
BLAKE2b-256 eef8e9e82b7b51947edbf762edb26eb9bcfadda10fc7526d092244528e9cea8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-win_arm64.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 267aaa7a96f54452e1e07c7701799bc7817e1f3bb2de09301b2c492841e4c98e
MD5 949bba5cfd2166cbaa9c6bf714761813
BLAKE2b-256 b1dc11434a6deee70630f5f38cc40813692e1faadd4259f242f4f810f35709eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-win_amd64.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 62aee4bd128e17871980e4847cc4b94b67651de612bc96dd3d7ebf647c68a6e4
MD5 8394cba4df64aacf79b4d2b1b547952c
BLAKE2b-256 e7710f7ba74bb6681e60e871284772a216a50cfd63f4f62ef52edd13d8a7c057

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-win32.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 b41867d5decd7cd62e12cdacfc45c5d8f6eae872578ae01d78900174d5e47b82
MD5 db4c8dca279c067f71182b7bc44a3bf3
BLAKE2b-256 90925a8de2f6936c7af77555299732795f4607d2cefb974ad485acf25b3f998b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bdeb48657db508e8bc299744aa431798efdf090feb3959cf0123167c9251ebb0
MD5 7016d415e7b86c3aaf3ccaf2aded8d54
BLAKE2b-256 9e2fe33763b1f66817bd8c848777f05cf3781ad9ee1c642741458bfb66da1921

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-musllinux_1_1_i686.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f4dffe1c6ed0d4b0d2d9a45d064622bb786cbf87db35eac469dd4c376ac6fb6
MD5 2813f72f6efb89180efdb265119424c9
BLAKE2b-256 e3b43375744e2f33d097da241dfd5262c9997a87c2b948db2385fbf100c7dd12

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a5d2ceb2e9d42ac236f0da7b2f9e8237818d32a10d892b06f30f7160ee4365ae
MD5 46371b07e3c9b7d353ee0137bae48a2f
BLAKE2b-256 c7c9c3391d8607781016daa1881d8d80f81e0cf0302ff06c86342c492279cf48

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 da030729eb8ef386569e78c10e2429adb10026ce82989fdeb906b037314d66c7
MD5 7e0359c6b7284e39a9cce71e8922b9db
BLAKE2b-256 4ce5cca58b58cb8bab1891f45da43ef91b498ff93d573a1a2836af11962ccfb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ad4d68340e38a8474a48c424e2929d3e2e82e35e4e8ff1188decb1985d1b4d7
MD5 636e161738d565fd5f98dab078ccf7be
BLAKE2b-256 215f5f9e0933f458a89005af3b2aa7d1c61cc3cc57c8a633fd54a95acff85121

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40d0a10036cdf8bf1a36b07c10b69ad0d08ce31d99b8962e3d055ee417fe3423
MD5 5c9c11aa7fb5290db150cc3cf65868f8
BLAKE2b-256 c24ca8a301d494c0a1c2859951d44b4fa54f3b2db91826c719ce5be8b662c5c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4eae2d5bc1a91033450fd4381c04f33db7d4c9cfd31046c4708c8c1323c06d0
MD5 0895d76086a6ebec03a98b6049702ca4
BLAKE2b-256 c6a585682dcc959682aede0f80206a16574c51af51ed26eb1e87252fd31c6ded

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 2a37164eb8f2462268e6252db93b009cb685fa060b62ad217bf1b333b450c68d
MD5 a6d939dd2ef6086ec13d0592b6fae622
BLAKE2b-256 8e2e6f07e42de6101d4555f14be1e4f42a056c9a44d7ee8f745b3c188c96cbe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba5e545b3209e8aa5b6af88e7032814473e57d60d32d3fc6b6185453733a4b26
MD5 fea5db13642f859e3fe315b201874c8a
BLAKE2b-256 fb8b72dba3fb64bf01355a0bbd78cbe0a2635759d4a6f273c1b118760ca8ecf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e734f8a5cf002316cc81b80d8a91a0f7c62d631270abd913746644fb9ae288d
MD5 dbd06fc3b17027f050987b9825fe9c41
BLAKE2b-256 4e84a3043ddaf636cec0f4c3aa179a9ef3a59db3d06f770ab6007133ca31bc5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3f8c5e81254b986f8abe9fd974e7ed595aeaead3f3066ce9ed95dfff236ceca9
MD5 c55eaff0bf91a797d0b50ed5730a15a6
BLAKE2b-256 753d353ec4a6763e8b6be8d162e6b23f7e1499e75b1bb934cee1e5b5fc062f1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-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.13-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2195557f5953ceee743d0eaab0b09ec537bbc1b9a2c6c1463106bfca9b03805f
MD5 de64358d205cbf7c8f1027fc0fe62f0e
BLAKE2b-256 c496c38d3555cc9bbb1c309c896e99dbb0b1f76308bed7f2d6226cdbeaeb3eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-win_arm64.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp37-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 3f74dad9036e599eed51576492b00955237b86cf886f96844708a81cd0f5c710
MD5 bfb43aec6fc6e2683a04007e83392f2f
BLAKE2b-256 477be8baeef7655449a6c9abee0165fcb1c63d12ec5432b8d810ff5910184690

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-win_amd64.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5d61bc0a62b4eee11039bf29d4bdbb26efcff760dfb9d8e0739740028aa52b0f
MD5 ef8af947766a2b3eabadf569a0f1794a
BLAKE2b-256 5b3c107f16a84c8becef5281040fdb50681f06e4615bb4a754f211abe7d61a6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-win32.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 4812710810010c428db04e9290a13117f7b7c5a3a663b46a0586fe101cf25c9d
MD5 b578fb3171d538b9be98795f02b9cbeb
BLAKE2b-256 b1ec66c17d8aec77d41c8f93145dd7faa7138b9f1bc370fa685008bf92d75f9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: jh2-5.0.13-cp37-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 599.9 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.13

File hashes

Hashes for jh2-5.0.13-cp37-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1a75eed545420a31ea356e8046b8d86fcf694234dd1035191734a03720fb8a44
MD5 bbb3e6707fa941096c78a4a589f4dff5
BLAKE2b-256 c35bd9fd0fc71e43c37c30d581affbb7371fa8177ce211b663457939bbed9e61

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-musllinux_1_1_i686.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp37-abi3-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 296ee44dfad08ccc3857daf433dfa4a555d5b45f2df39503ccdd90ff10b32943
MD5 7109ba8f55079b4eb61a3a279a2d7bb5
BLAKE2b-256 9694edae999301bb28738e17cf54ecd50b7d7d9fd96d9536376bbeb9b8498526

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-musllinux_1_1_armv7l.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp37-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 fb8e37ecf37382c02af83da521df5a77561441bc4cbb93b00627e015b7bbf349
MD5 117eb936aeaabe4243bdc34143c7a918
BLAKE2b-256 4748dde093626bb976722c940053ceaa82407bd358e07fa6a1690590456d21b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-musllinux_1_1_aarch64.whl.

File metadata

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

File hashes

Hashes for jh2-5.0.13-cp37-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cf3dc6f7c14340241260bf63e5d6006b2ee7db45dafcb39c16fdf164ea0240a0
MD5 678caf6ff569a88418e7cb6bdc9a5b61
BLAKE2b-256 bbfc054443bd40a9827ade99508482185692530cf56a50d4ad8ed2aba761f11d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85d3d338284fbfbe173243c3cc62e510c6fa0d6d023e67da2292bd7578c734e3
MD5 a83880efea592e5b888f253a8102566b
BLAKE2b-256 15a418b35000b00d9fb72003e0eacf66b3af828a0bb897c21a287a33d2025138

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a5146468a76bbe8f4035f23a78813c5c433c70c0ca44eb0ba5558627a9e644b8
MD5 6b3650f17ee0f63ed710db844b762a19
BLAKE2b-256 db3ab59157363139436cb60620353aa8b687197c9a4ec1eb87952004a8843e6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 47d3203ed6fec39df4922764817979fad3a13d22cf750adc9cf9dc2b3399eacf
MD5 59557aa943736a823e17eb76003eb4f8
BLAKE2b-256 677c78b564899237909ddf4103569be59ea31b6c00f8b4f1c178cc57c6e4e45d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 c697b250a935030a128b45b41f507a4d33a082d8b8e12311c7e73fbb3970f057
MD5 db2255d5fa6433ca1e2eb57c0481c548
BLAKE2b-256 cf82bd218132e5a081293cf3d7de5cf41d871f3f88808c23f6c6aebbe073fb5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29c23f3937f257beb5cd5b17f8727404f1267ff25d26e54c0a35d5defd0c895e
MD5 046d45e3a4178b8927444eab2652bb68
BLAKE2b-256 7e1fcf205104cfcef4bd26aa2b736f36ddf3739b69ddaf14d23a5f7697673d74

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f810dd02b4a9647eacbe4eab617111c0e3ffc68e923e3ff172948db601d2ba1e
MD5 a984df5c91420ecd04ea276ccdc2f3bc
BLAKE2b-256 713fa2d5458586c024e0076ae8182dcbb71450bd9d4dd65ffdaa659313461bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jh2-5.0.13-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 641f65f5414b8990251bd7609513a696831558f69d2ca77d65dc3f7087f31267
MD5 378c30e361cbf88e0c94a704fc34f76f
BLAKE2b-256 ab42f017b6b7b666e6ef615f7c64fd748201d0b20edeed094182c4f37f23a6e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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.13-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.13-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3f54095cde010ff4e52f23dda92b31d3d3160c64f5f23fc6e181f8c7938afd33
MD5 d7daa72acff9d37b1ff7b9c16112706e
BLAKE2b-256 75f38c151f371f7962902e6f1f494b50abc1b8be27305a9d12cb88cf049c5a80

See more details on using hashes here.

Provenance

The following attestation bundles were made for jh2-5.0.13-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