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.1.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.1-pp311-pypy311_pp73-win_amd64.whl (2.4 MB view details)

Uploaded PyPyWindows x86-64

h2corn-1.5.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

h2corn-1.5.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

h2corn-1.5.1-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (2.6 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

h2corn-1.5.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tWindows x86-64

h2corn-1.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

h2corn-1.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

h2corn-1.5.1-cp314-cp314t-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

h2corn-1.5.1-cp314-cp314t-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

h2corn-1.5.1-cp314-cp314t-macosx_11_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

h2corn-1.5.1-cp314-cp314t-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

h2corn-1.5.1-cp314-cp314-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

h2corn-1.5.1-cp314-cp314-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

h2corn-1.5.1-cp314-cp314-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

h2corn-1.5.1-cp314-cp314-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

h2corn-1.5.1-cp314-cp314-macosx_11_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

h2corn-1.5.1-cp314-cp314-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13tWindows x86-64

h2corn-1.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

h2corn-1.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

h2corn-1.5.1-cp313-cp313t-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

h2corn-1.5.1-cp313-cp313t-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

h2corn-1.5.1-cp313-cp313t-macosx_11_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

h2corn-1.5.1-cp313-cp313t-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

h2corn-1.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

h2corn-1.5.1-cp313-cp313-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

h2corn-1.5.1-cp313-cp313-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

h2corn-1.5.1-cp313-cp313-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

h2corn-1.5.1-cp313-cp313-macosx_11_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

h2corn-1.5.1-cp313-cp313-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

h2corn-1.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

h2corn-1.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

h2corn-1.5.1-cp312-cp312-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

h2corn-1.5.1-cp312-cp312-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

h2corn-1.5.1-cp312-cp312-macosx_11_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

h2corn-1.5.1-cp312-cp312-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

h2corn-1.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

h2corn-1.5.1-cp311-cp311-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

h2corn-1.5.1-cp311-cp311-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

h2corn-1.5.1-cp311-cp311-manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

h2corn-1.5.1-cp311-cp311-macosx_11_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

h2corn-1.5.1-cp311-cp311-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: h2corn-1.5.1.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.1.tar.gz
Algorithm Hash digest
SHA256 3d6ef9621f4ad991808826085edb69f57d44739af56a2fbbf6df65ead4f331cb
MD5 bb95bfd894f01eb925d0744443d63a54
BLAKE2b-256 220dac800b5759c8742657a24849faa5dfbbfe8758c4e681214ef1e878ccc0ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1.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.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2e095bef36127a948dd88d5e8df229f0e7dd541e886b586593a434382afbf2e4
MD5 4f702b4762d0160b2496f3ac0cdffb82
BLAKE2b-256 7e63a2b1196625fa7f037e5baf5596073af02585047b0be15911b175b218a7eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aaaebdf5588da811c38c202d0742496b9009ab179eeb7886d3e9a8decf77bda6
MD5 8a0616d5f9cacb6e7b7870e3234acd5f
BLAKE2b-256 e0cae55734f9791498f29cc0468064200d6d0716eb7e9cde619af3bf6e57c47d

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f57a8103095f8e40d02e7a14c9f9abd55679b9b5b943e09ec2af450f0eae0b9b
MD5 c1fdc63de5d831aa0fbbb8aaa006a697
BLAKE2b-256 e18f4a59e213d1148c2f08a6c81f4b0aa4d0b0fb009e4559c77259daa94ffbd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b503f5e10c3fd48b07fe89e4903784fc45877231b9b2360e6df8ccce00d2919d
MD5 000f85c4d26469a9f3bd836a06a31d56
BLAKE2b-256 f79cf7b56819f7365f28308d855a7e14d314be6918e34adbb7e30ce3547d18d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63d5e2a5f531fbac845b90e6cbcc9aa523d6527fe13384925f4ba88e0c7118e5
MD5 b67fb8134f811f369333a11235afa064
BLAKE2b-256 85905e07face1c085c43946c0966baabcad23182620e109872e25f00f0b579a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.1-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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ad4ab520b506414f5e0e8b4011dee4cf30f9551f1f7c051dca1aaf2032399ad6
MD5 4d6bc2deffdd45040273d913788c48ab
BLAKE2b-256 b513335e124778f36f2c0a8fe6b4d8f4baedf99fe8bbeb1b68de7db32f5ba77e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99531b82bef43ffb57272dd8c1a9b024f592b74b655a0eb31c4bebbe5103a3b9
MD5 e2667d9cf9e7e7eb66e5b62a100f0b42
BLAKE2b-256 4bf7ca07076b7f00771e9ecc675ad27013708f8c96345d9286f5c9854da8335e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 babe1e409d881a73a8c53c711a7dfff1d3318bb947774d4349d6d310b6f0c6a4
MD5 f4248f17d4d02571935b88173d1d5c57
BLAKE2b-256 ede3059143b341e4bf9c2f7ed9db4c584f252a06bd930b16c9f88d49cfaec289

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7410cffc61839e4ed0bf67104f34ff0776450c88d723621556f545f709d8a09
MD5 b976ef88e774e84a57f9c28442268ca7
BLAKE2b-256 5f7e86b065ffb69a77fb8cffaf785d14e8190f4eba8d04fee9d8bf74caaa56f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 635442426e6b8a756c4a1c7234e15996681dfe9c3c750fe5e4e64f8e23fe6ff5
MD5 51d47b7a5f484881da6977761db5aa96
BLAKE2b-256 35c16177637ee3d8de421f1a936361717284422ffba87354851b4ed197642db4

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 df3142e94f3adc53e7e2a1d77458b5339e2077cefbee334b114b6e9b309cf77c
MD5 8db6ef36f67dfaab21d7d3616311d99f
BLAKE2b-256 3670d700480fb8d3528584b8ae1dd24311deec3f6fd8256dfb9f37eff905ae05

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ba0d3c396b06a5d2dd2d7b0d145ce0acab3590134e8704ec6707a07b579e457
MD5 39da32739cf4dcf2e68b6deae92d79ae
BLAKE2b-256 e532978502b9df650084f226c74d205a6cce0766262d33ee9e15f1e078b797e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a1647f8c98951b436ee35d358c617f9cb3c952da1efca5ad19c9bee204e12312
MD5 a2a77c39711fd36693dd2205e01cae77
BLAKE2b-256 48d9b411d335fca875fc739b770e872b6a1569cbb8feb082a8093f7222909b80

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0a913e87c8d8f2dd4cbed005e3668dee8efe93c005b64e3830ee7681e47529f
MD5 3838f33cf93fd1db5e30d64988f5f3dd
BLAKE2b-256 af74bf640d05cf3098341d25849e06ae5305e2b2aa88d43632837c5b9df52931

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88723dcef5943c78f29ef4792a8cd91b2a97352457748ccb0bb0126ccd74650d
MD5 38cecb9a0adb7a88be8c13e8c7e0a566
BLAKE2b-256 45489e98ac0e9539b709958c8ef9d75eaf2a68cb80568b5a41315556034c771e

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7076cdbede9b94e7b7836c640b8144ae2ac08eac3fb58a9751ddf87510e00f01
MD5 9150ab9b2519dc7be6e5bcd543fdb2a9
BLAKE2b-256 5d75ba6164dcb679aca45a9b942a6507d47585c98d91cd5fca1c33ba14f9ea52

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bdba8d2c69ef38db1a5d04cc811ffebcd782a7e57e8a43d6ad1d187e01d3193
MD5 cb400d9fe402ee76008530cdc6726582
BLAKE2b-256 6ba67dcdf07cfa95b0ae35da971603e76c209ba01e5f57e147e40a2566d77e19

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f4c7b3c054756823629d107039491f63fa5657668b52a12ad2ce564d6a915e3e
MD5 a7fe4443a641731763ea65b18bea06d1
BLAKE2b-256 75520b97d0b7b399165099b4dfc93e86c920c3803dbcc8e7d59eefa80886c969

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f86587e550d90e4dc3bc66ce22424ffdcca625e8551633e4e28f4d5da3c193cc
MD5 5674ef970c5ee5802239cf6e136d6a21
BLAKE2b-256 f3e1b587ecf42bff190879add67030eb7c6d8836757ae4d915567fea3810bbf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.1-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.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a6a26a2c994afcc0ac7ee07192b5e4ca6f2695f2d9525f8506685bbc12dcc44e
MD5 4ee5e19c6e277372ad423cd8c8aba6df
BLAKE2b-256 5f2a706f19c051637aee132318bd44dd70b96bda55ff6f9c3d4f57b830940476

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52c3352cf81a8d8b75d31a2ea9c45051323ba029d63964af8ad56f24ed0911b9
MD5 bf1a51d8247ac3225df7cf6f96ebb8b7
BLAKE2b-256 7a101d139e03c66aa5256251a274919e1c716612eadc09d2b40d5ce8662aba5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dbff8caf99dcca4bfb99f6fa759f201067b3304beddcd32108f8608459ef954
MD5 ea9bdd076a57da105f001333ee7b9d13
BLAKE2b-256 85715a69e77eddba47a01eab79f53723015983a58f1f870de5a0df5fdf7790c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e26925431092f93d701d273d958a6f938a1763be36e02e3c2eafa21517510c85
MD5 0b0c952b1618e9e33fae960968777117
BLAKE2b-256 0310d2adfda98427839814107d93bb56d2a7ed05407e4ab1d6dd3920849b84f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37f467111cb574f8ab4e0b2b2f9c0f5ab85ce10f128151654f78ba1c502a5a31
MD5 587441dd8282deefc345f383ae2f4cc7
BLAKE2b-256 40b0c17ce4fddb0833426cebc2f22d1371254877e34db03665df4b2f03f74f7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4697061f6001cd794151fe586265b4c4703d58f5da59376117e2b4170988c2bc
MD5 18ab8a1bfec9b492e4a3796186b2174f
BLAKE2b-256 13033696e7d24320e3e22e8ed644cc4b739dab740c12298ed549bbc739801bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec21d7a8ff29fd9c5fca8e9415f815bbbaa2ffc245e0a786ece7b1975f0f5f8a
MD5 9e39697611f6718a6aa9e24c85ca6a8f
BLAKE2b-256 4a1ecea6a7d01f33fc2c42e9d44810b3e37be9d6c3a0e45e9086bfb09ae3a5dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 761d2f76b26218cad64e1c045387745a8825dc1c1694a7ee8a13a20309549474
MD5 6589f85d5ba7b694fce592e5a1842843
BLAKE2b-256 c69c4decbbdbc89039cfb6c180f54f1fd0cec3e16842cd75c644257222a0f6d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d3efb1f21dbf2354da31768261ad90f695f3dd50ea799db00374597859307e5
MD5 25f67e2e4fcf1636a1ac08bb41bd2ba7
BLAKE2b-256 72b74f0fa00686adacacf7b370e1cc7e54d4aff15e12562fb3349614fadef9f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de9a3c3eb0727e3ef63c20f99fd090ac5a16e99cd817f7bda6e7b36af92c8df8
MD5 1a5cf2b0c0e246fbd2a325a6477ed2bc
BLAKE2b-256 438958944205e729ae968aa2bcddfd64b9b4d6db2f675b2700928fd959004b35

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be5a2eb7d9095eb4f05f6e3c6ec6dd54b52bd72b8b1359f59a113d00ef7cf7e3
MD5 0d19e25356eb10883b35c76175e4398c
BLAKE2b-256 fc04ba4c876ff2065a356ef37f891640eb39c43ad038c30ca029550e32b07dc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d85f2e148d7d7aab1aa6e8bc3bff6e24ab90f672c0d096c92a6aeef4c5220c4c
MD5 a290acca49738fdfa33e0efcef9b4aff
BLAKE2b-256 c6e343132d0b7caeba5dbac0a075eac23ec6c0b126b0e800901d30b0bda9b5aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3ac7a8999ea99dd6e39b8f58cf510d0fdd8ec0b7a62266c0d1e2d7e862f82c4e
MD5 24574300c88a1459e613f6bc79ac3705
BLAKE2b-256 a54350b783f8adb2d5313c1d039cd63bab725238b20a46f688e812d8299277e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e008caa507f9f3db03dd025e806bb993e952848c7444d63d43ab0e1c713ee38c
MD5 29eab7e154f68a85d738c60570aac8e3
BLAKE2b-256 63f5e2435d1b224528b964ce27b4ec56ef925fdab6cc4cc67e5b9346558b1c16

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e96257e3f725195ee39b816453a60457cdf743679a1e79168197997080933959
MD5 4976723b1c233fff196ee43f10b80092
BLAKE2b-256 f0225e6e7845f00640097b0823b1ad9a2294c1bb64d3ed4fa13ec64fba094bfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b5617d260fcb7d3e43b81ba72de1f72b46956e45c7445135ab455bb12d99f9d
MD5 1b199fac3f16857302ada1bd07e0f391
BLAKE2b-256 b830b0484ea7f751b650362faa22ab94bf2b6b2a82984b8ab1403d338ebd49f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a623abbc213f52c0b4caa1d4bd7581a25046bd5728f611e4ffba7497305b25e
MD5 4a4fd044e58105f1f09f0c7d8952d87a
BLAKE2b-256 0a73e847ca8432e8b498c3bac0cd6500092f1a07eed9b1d44519a9bed2613193

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddc1045def0be8f387324d8185713e96f456eca6ba3abacad8acb9e10aeb4209
MD5 d3279abcd1583300b8c39047bcbe6e52
BLAKE2b-256 e7c5da8d48489e4d21293fd63bf7c86c4064dcf56fef08d464a509eb39c29d51

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60e27caa5f1434961163589a62dad25410b2cc2ebbcd7b8da812be3f9d19cb80
MD5 8331da426bdd5129ef0a8767a30416a8
BLAKE2b-256 df8dbeb6bd0e8e45e1b803364ba6e8772783c80a294b75ced6ca7b75d3cc86a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d1ad15d8f4836c06a7e4b7474f7cccdc6028dce30d89a21c25882663d4154d35
MD5 25b22185c36ffae492457fd015800a80
BLAKE2b-256 09175fa26d20928a4a3bd8330495624a2e09362ad114279ed698db11d7940f00

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcf9f14361ea1aeed3443bc3b64ee5a1d640da6e48a58bfc7577b4d2b40f9460
MD5 afd65e02ebb62e350577e282a4238e82
BLAKE2b-256 e8dcb2529bd253e8853b8ec33b43053f0af887a76e3b187fd74b03e611d38941

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: h2corn-1.5.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 28a0b39596d64c25889280178381fbd03f801cd951e27b0ad80da2b6d880350e
MD5 196de3393bcafeb2d3cf1b44a3b7e33e
BLAKE2b-256 d453a61548fe427a2ef8e25f664142bd9f5e4d574369007a77e9b64ca0079400

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 968baf4ff188a7ee82ef5822eebed9d5b0f82e95aec29f975b465064795a656d
MD5 5183adc31ea32c5105d9fb3a83ed51c8
BLAKE2b-256 33a1200d1ac7eb0859fd444c0305a9a0887c583e08c45b5056d6492391e6df7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16c796acf79b78a075694e8eb813976a21e5c479dfe15f37c55397907b8026a6
MD5 922ebea8cbaba533ca09099b9c1bc527
BLAKE2b-256 2dd2b1b3d6f9eae261f3a6d0bc0b9102ddf73c2eae45db5ecc6ebc639d848b87

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5138acbbcb2e2ff2d9cef19294eb384efbdca9a35e663848cedbe3546da5271b
MD5 4cdc75a0b8a189d16ee95c918058c33e
BLAKE2b-256 8f73dcd9f3523bd83e0d8eda1bcade1a76dd2c6af55fd2a5020e5d8d651546d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30ed8a2202d3c1c98346f6577e014bd7dd287bac53b354e091f3f38e64e74ddb
MD5 200d6d6283896e453a4ba7cd0410793a
BLAKE2b-256 7f57e35b81b53eb8ff5ec26675d8ff98abd4dc238ee4dcae9360618ee1133e7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 243b84ce2c045d2e1862f43161af715d49d050cc0a264f5f83f852d3341cf921
MD5 4b8f4927620ca583ef3aa30aef1a46da
BLAKE2b-256 35fabf50d1134160b8fb0f3836ce9ed8badee145d638f8b2ae28ddf8510cdec5

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for h2corn-1.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 605bbca425ad5998b662e981fdfc5b9ed8b4f14e03bb970808c5df41b4cae593
MD5 90ab7a2d768fd463ac75c6aa2a455f10
BLAKE2b-256 4034578dc18f7e7fc6d1471268f1f8634a53905463e8988796522c844140ed66

See more details on using hashes here.

Provenance

The following attestation bundles were made for h2corn-1.5.1-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