Skip to main content

High-performance HTTP/2 ASGI server

Project description

h2corn

h2corn

High-performance HTTP/2 ASGI server for FastAPI, Starlette, and similar applications.
Documentation · Quickstart · Configuration · Benchmarks


h2corn keeps application traffic on HTTP/2 end-to-end instead of downgrading to HTTP/1.1 inside your trust boundary. It is built around h2c behind a trusted reverse proxy, with optional direct TLS for TCP listeners.

  • Better security for the proxy → application connection (no HTTP/1.1 downgrade)
  • Higher throughput and lower latency from a Rust engine on Tokio
  • Compatible with any ASGI 3 application — FastAPI, Starlette, Django, Litestar
  • Direct TLS with Rustls and modern defaults
  • RFC 8441 WebSockets over HTTP/2
  • Operator-friendly: multi-worker supervisor with graceful shutdown, rolling reload, live scaling, worker recycling, and health checks

Install

uv add h2corn         # or: pip install h2corn

A 60-second start

# hello.py
from fastapi import FastAPI

app = FastAPI()


@app.get('/')
async def index():
    return {'message': 'hello from h2corn'}
h2corn hello:app

For production, put h2corn behind a reverse proxy that speaks h2c upstream (Caddy or HAProxy), then disable HTTP/1.1 with --no-http1. The full deployment recipes live in the docs.

Benchmarks

In local runs comparing h2corn, uvicorn, hypercorn, and gunicorn across baseline GETs, Unix sockets, static files, streaming, and WebSockets, h2corn leads on every scenario tested:

HTTP/1 GET, 4 workers. h2corn ~228k RPS p99 1.0ms.

Full plots and methodology: Benchmarks.

Support

Bug reports, feature requests, and questions go in the GitHub issue tracker.

For deployment review, migration help, performance audits, or prioritized work, commercial support is available through monicz.dev. See the Support page for details.

Security disclosures: use GitHub's private vulnerability reporting.

License

MIT.

Project details


Download files

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

Source Distribution

h2corn-1.5.0.tar.gz (3.9 MB view details)

Uploaded Source

Built Distributions

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

h2corn-1.5.0-pp311-pypy311_pp73-win_amd64.whl (2.4 MB view details)

Uploaded PyPyWindows x86-64

h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

h2corn-1.5.0-cp314-cp314t-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

h2corn-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

h2corn-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

h2corn-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

h2corn-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

h2corn-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

h2corn-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

h2corn-1.5.0-cp314-cp314-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.14Windows x86-64

h2corn-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

h2corn-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

h2corn-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

h2corn-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

h2corn-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

h2corn-1.5.0-cp314-cp314-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

h2corn-1.5.0-cp313-cp313t-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13tWindows x86-64

h2corn-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

h2corn-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

h2corn-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

h2corn-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

h2corn-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

h2corn-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

h2corn-1.5.0-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86-64

h2corn-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

h2corn-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

h2corn-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

h2corn-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

h2corn-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

h2corn-1.5.0-cp313-cp313-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

h2corn-1.5.0-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

h2corn-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

h2corn-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

h2corn-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

h2corn-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

h2corn-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

h2corn-1.5.0-cp312-cp312-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

h2corn-1.5.0-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

h2corn-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

h2corn-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

h2corn-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

h2corn-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

h2corn-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

h2corn-1.5.0-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file h2corn-1.5.0.tar.gz.

File metadata

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

File hashes

Hashes for h2corn-1.5.0.tar.gz
Algorithm Hash digest
SHA256 3cff6c7a9ddd34ff66d33951a2bcc886d68b8aeffa803e27dcea0195aabc7772
MD5 50bf2d0a70e42db7cbf662708942bd32
BLAKE2b-256 cb8403fe47dfa068955db7c8c778a46949d6af7aa2cd4e1da93837a3755bfbd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0.tar.gz:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b4aba6683a7a197ed11426baa7f5deb9be918ba6c57391d52cec9e68e6c437b9
MD5 461b3a66a954575d812d60a226e07cb0
BLAKE2b-256 687013e68981f0beea9ccc0576d54bc39905d7ee18b81182dfb49a1b5d7aed14

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3abaf3fae3f84a1e22b109b8ef884b1215a605cb5d8a29c99622d6d544586378
MD5 53ca2e284ffe8beb2dd4f3c6922b709c
BLAKE2b-256 f63a02794f021c34ae4096084b1da975f9990c19d58aaca94217d517ea839e03

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 618464d2da77eaf5605708f24a46c7826cdb3cc149aeba08216a5786e10f52ca
MD5 be63583494ba0753d39bcfb87d9a30e0
BLAKE2b-256 4af28287a8a8864c648640845052e715692b81370fb01e449137a3b63d28c759

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 014a35ea58f9631d69a73852acb1f42da3952dd606c9baae31ed342a1776eebc
MD5 17b0b1da5aee5dbe8134d821f1bf96c5
BLAKE2b-256 9e039ce572235d4a68b133f5431aae1e349b95f1ccd8b55d16821217cb23201a

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53e3f2301bb6c3a8367fb698f44fc4b07612b73f89847db123ddc121d2bf2d17
MD5 738f5f08928df55309e5297de1211332
BLAKE2b-256 b3d96e54e74001d233b85b517f6f3cabdf358435eab664a86823719afe7bb7a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for h2corn-1.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6c07ddedad5ad5039de0684b2bd4e8c692ecbc10c7b3b53a82e94a059aabfa8f
MD5 e53d771da09f41c8602a87bb6524d196
BLAKE2b-256 5cda5ea2a6b0a8675bc6e24493f0cf969b2bf470329f0236b31a7bb1381076d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314t-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 daecef7f02e6ed6121913c74e995c40d04bd6662d4de4765b382b0bc468719c2
MD5 25b53d6e0690fe8d61a28c90970a03f5
BLAKE2b-256 6e394ed3b341bf0ba8fe3e80403cddbc7b574eeefd809250edfe053d32de4cee

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf1ef02b306af2b5313583fa62eb7990726a8b076521e272b1ef7518b4b7fd95
MD5 f4faafc1ce0667b14decdc66f7c37227
BLAKE2b-256 034f95dc5177ed9712518b90e094595456ac2474ab3e2a232352c63b3eefd76f

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d018eaaa4a58d5507dd54310786edc3a2d38621221cf0d30ec14d95598dc8d2
MD5 cdce7d19b0185d704a98ead35bd15962
BLAKE2b-256 cb9b36a2c9eaa583c19e7aeb3938be9a5196f9cec90b70f0faa1324c66fbbc58

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1a2d8b11cbb154dc87c3c40099540eb5c61f60e8789d6720605487df2be6715
MD5 6ca123389e2e5f251aedd10a753dbc8e
BLAKE2b-256 d9a79f47c7441cd8d81b226c262dcf8473c5b57f8959a2edfcc3099224d19127

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1b27802efba41069b53b635271481705dc1c3b85b994e726fdb1df6686d3f022
MD5 0d0720044f947deff471e615fc5c37d5
BLAKE2b-256 3d2698db8d494eb5539dc2bbaa8f3588130fb4b303def07eff0242f3d7aa3d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 078ac3ac4a13b691612258ff06c9ac290a4560736be8775a57c282cabb0d64d4
MD5 c15d376ea3ec3847db369aa924f90f4f
BLAKE2b-256 7c69b2f4d4ef9edbb0460bed5ab35a17c8b2f271298d49bfa02818684102a47e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for h2corn-1.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dace813ac349f49308cf5b4405bf9c80cef3fc5a6fa3b7336496dbeb744d277a
MD5 7e04e14cb1bd7b692672d96a40bdc6e6
BLAKE2b-256 0dea18de88dd2f9647a9d2e2b8071b1b9df3cc979140051ba4297c47d704acb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1170e42e4f9dfec71c40eed64f4f6281d18f1d7a423769f475a137a9aec74f6c
MD5 be027a0fb82bd08a855c87ff51b40a7e
BLAKE2b-256 4c38a9083b640bfd08fad7ca9c96476c5fb528cac903fe6c9f72e50e3c4af353

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b013800a5cbfceb3864d398d61fab56dab24cdda999be75d638162151ed5287a
MD5 33b69104cec7b0e7716e5af806b8b6c0
BLAKE2b-256 2d202ae3ff3a71fbdbc1912efabd7f242fec6d894bf0cfb635c90378e319e3b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d248a517ba492843c3297f4533a18dcd983250809b8688fc808013a20ae8c446
MD5 727252561e2d9c77830057afe88bab6e
BLAKE2b-256 d743a0ebebc401d8d51b66fc89c31cb5c4c719aae1daae93fd8adbc7866c874e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ce4f99060b26b552f41c5c0bf834ad7a7492c1917b0edac0dda0cd7c00f9452
MD5 9aba8bb820352c529fa278f8a1458f33
BLAKE2b-256 664823c77dc26fd090c5030cf4a99b9805132475d384e9baf58deae8983e748a

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 06841b0e826481138c9c144bfd0ff38fa4c9e202c9c6c226076c4b6cfb156eda
MD5 1d3f1d6606761323128892f9e9958a40
BLAKE2b-256 d9f2f68dad93a2ad3f056f09401ab405b8a13c48d32ed981269196e3928cdd05

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29ee469aaa660f281896db4e3f71d8260728a0d80e97dc34f0a8804603e81d98
MD5 7c1b890ed29ee802afb30778b2e38a62
BLAKE2b-256 2476572f25c02cc6c211d410d9a0db22db48ad3bc7890b74592e6a97ed89de37

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313t-win_amd64.whl.

File metadata

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

File hashes

Hashes for h2corn-1.5.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 b77ab349d05eb32c7f4b4feed54a833e5a032300ffc4dbfaf21335255d3010b1
MD5 fe91f5889f1eae81961134d790ea0c95
BLAKE2b-256 e12e13c037fe2178c4db525a74ce52cbdd941b0f581431b9501218c883494a2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313t-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88ef67dcbe5deef25e868d7ae5c69271a62667ca7d241bac84940d7743b2c827
MD5 df5e25608ebd660e391180f7470136a2
BLAKE2b-256 51171017fff5074cb85572d7db2a3bc3f0b4e6bc00526d91452c82ea31a9b2d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74ebe84a1930455298ecf1cc619dbe93cd539853df329acbd16086bdb9c86d09
MD5 28b9a233a9e0631f4a7c2b5ca613bb2c
BLAKE2b-256 7f7f6d7f3b926061ac3a6c0506e8834b26229282c46ed292ca876164879c8eaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 124f1f1cc7139efa9c31350bc22bb28ad028bf3e24b4e8156dd9315267a73813
MD5 4e538e3210628c8ec30e6690fa6ef447
BLAKE2b-256 7b2bd7a6c7344c7cf215781070efde4eb41e97935b018643460bb1b21e3b3de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bb9c9f30c0e62293f6341105aa9c3540193f2c5ce2d3aa5e61d2b7aec17ce85
MD5 417ea8315599f8f4e1fcfcc71e36b4db
BLAKE2b-256 c27c53cef4e49350942aa9f3e70526aa9bfaeeec5aea22563a1133568f14c726

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5b3a3b49118f43e9755379ffe4f921b1af6cd69ce84ce3f2b93067c1f35b92d9
MD5 f428ffe42ce446de591bc567ddefc065
BLAKE2b-256 097664823b1b2e092c4ac6a5cd87e1afc27bb27443d65683607c9adc91c6ec61

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 802216bb4158158ab69cbe3f5cc99b8f47939e7a463a925bbd28986a8ecafd1f
MD5 6a23858e8c075be46118d077e8e5a5d4
BLAKE2b-256 3d8a71c60bd2009d77969c8e4ec483428ce30fa17204cd64b65acd877d0c5e59

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for h2corn-1.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c6f36eebb4614eb36d5ec9605c4b1f9156f054f13a9637840d270d9c57028265
MD5 d01bbaf9d54f84f729b6ee4687a1fca5
BLAKE2b-256 11a360f49a5638e438d260c53428b5b13c83375f3553a8eef8e3ff2ed2ef4e0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf789f521d9010a484bebea1b335f82bfb60cfe92770a466d473c1647a396087
MD5 42acc3dca5cb840e61a15351e04bb60a
BLAKE2b-256 44a14350032d3e538b878e96da597b3cedf041817fa1d918a06444ca731227c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd542e4673c86ca37c7d522f2b3d2b6a6b81df4256ec4012915576a303f8a074
MD5 ab7de2af467e8cd28c2b8553fa901a46
BLAKE2b-256 4739554449a954d90d1fa6ec6c3d1bf926dc5eb1280bd3e2139f638e0155a9f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1eeeaee175129dbf5c1f9a0afd0cdaa55ebe7b95c9b5c0065f6b885205f80082
MD5 e18b154009679130c53e9171feedaad4
BLAKE2b-256 a936d3e0e069ad020d94b408dd7ddbf4d05c726b3fd862e0aad340ba9c5f5c19

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0ae6e20cbb167a84cace2522e039c34c2c588bf00e421b8f461b7204698e25b
MD5 fdcc9f342597afdee9b6ba390caa48fd
BLAKE2b-256 f2fefdb633ee94990701c628429af27032a74289626928815082be3cd8e27b7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 89d8bdd6926ba7756bf5cc3f23e61af1d930ee600808108b1a3fb99d608f6191
MD5 ce545ff2db911d6cfb819a76bb9efe6a
BLAKE2b-256 d18e07f8b9b2bfe1f0ef871a054af81b6106e3012a2c08209023ebf94f41930e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d54f58f9161a26206dbe514d75c34848593f82eee1c84cb063404aa59630ece
MD5 19f46a81ab848990b877ea87950e7ce1
BLAKE2b-256 af7d27ba4fb5123e4e65fc072d5d9f06ac19c11f73a0e926d466fd2fa7f05bd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for h2corn-1.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a6439b70a4740b66952f4c72d49b3e3823e0839a28b05ddc127403d1a7cd8752
MD5 b90462a7b7701ec6c6da2710e970e108
BLAKE2b-256 dff7cf7cf3ae4ebecd8863c86d713ff308caa4897e3d86b241099a118aa5b4e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88db22fccc6b8f72eabf5a472141bccd77e79bd304b171fd67d8156c4c6c3fcf
MD5 4beb505e0e23e02537e1ce3692dcefc5
BLAKE2b-256 0565a7bbce0e9fb2ef2771ec239f15a65e76787520160fd2302179355b543b01

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5651f013c749f522533e96ead31b27ef5ca022bb1c7c4a76fb6c4a0ee39094b5
MD5 4cde38b31d605f05b484e7bfb95d35b9
BLAKE2b-256 aa5ea0586877b00bb9e0688494c9a9d96a3848b03e477307141d8dd7f743c550

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df220abcfd7cb6da31648dab04939a0e5a57dc2cba0ad24f745817ce47c7e60a
MD5 0c9059f013b312b76056eff918ee848a
BLAKE2b-256 3f56e3820e5d51b02292290986fe5b014cbaca690bebd204bce65dc5e011b9f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6bd97ba381148c65265c66f28c4bc1cc4d50ee81c6cefa408391a9ce54b7e40
MD5 96f4ca2ea479ab3c25fe84aca3acb465
BLAKE2b-256 d589cfa1a216413d65aaaa50966551523421c109af0d5a6b994fa5b4d95aba33

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 dc5ae5e53612cc6697ee4180a3b41050ebc5c579134dbbfbec27af0cd75af38b
MD5 a8bfce587283177cb3b91aea7724f581
BLAKE2b-256 1a0811f98d8d613d4cfe4dcfff8ecfd3d0495295e7b8cbbbadab6f5aa02879f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71a15a230aba4ed7f273531a87271f052680c2112f3c756e9d5f4a7fab2af37b
MD5 199b43ae2df7b3ca2633130acbfe581d
BLAKE2b-256 8d278f4fc7298742bdc400edbc07c3518ee020bc384d3614369b0513c502f705

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for h2corn-1.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3fd7c0b60895db039ac15b55b2d7c7a4cc446d8754f18f0b630045aa93e72503
MD5 97ba8ec972a89a80379a79b8aa24b72b
BLAKE2b-256 b73d5fa52afde876bffac94278a63b2ba707f58bdbe8d9c45336ab1884ab6e10

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b107dbec6ba19a0c98a3a44c9bd0399ea8576ae6a42bf92afbb6f131930c311
MD5 f745376916bb227ef2e81cbfa161cc17
BLAKE2b-256 a5325f2972a4ce6beaa88f3ce9acb464eb8072f87615f255b8c796b7dd8d04ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f4a16d53bbe4c64be905d85eb6cba724fa38c95f8d7a2a1a5ba85c8194dce7f
MD5 10b8408263deb0e2342ef763a9e613ce
BLAKE2b-256 4ded8996ecd2c1e7f9dbbd597b787bd3ce1f2b90d9aaf04337153934bca44772

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efcad293834019c32581e1452389030554742144f2d4bd2567b4253ddc24dae5
MD5 d442f6352ef39d0d619711ebcb68d9dc
BLAKE2b-256 03adbd673b24f0780301888378920f280d1685c8c54131c56468906c8381781d

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 822dec3c4f39542610c8d22bfbc032ffab7e33eac0a83ea272ed68d361d91e73
MD5 86036e280e9b5cf95fdd4e41f3a46382
BLAKE2b-256 1504a17a2e9140ac7b89651ea8a6f50d2fb75435c6ea25ba6f3884db5e36806e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bd0265cfd285e314bce0a167ab4240e4f1c18bdc2cfa8de46a7c92be9789f1df
MD5 3a2bf7a0613d5d1b3987c12c8cd35c23
BLAKE2b-256 84df8225f740e13b30d497b84da8eb848c7a83db547472526bc85e1646046dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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

File details

Details for the file h2corn-1.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e589dab4e32a3e6472e695c8f7d84dfa6417e6ba84ccdc8104fd88bcf4b84ef0
MD5 90a114ca8646264bc5401fe798de7e30
BLAKE2b-256 f30f844f09b1723095eeeaffa51b69347c7d546775e02ef4bbd4bbdb95761233

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yaml on Zaczero/pkgs

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