hedron-conformance
Language-neutral Hedron conformance-test kit and capability runner.
Ships versioned machine-readable fixtures, golden render/diagnostic artifacts, normalization rules, and a capability-level runner CLI so experimental Java/Node runtimes and optional native accelerators can prove parity with the Python reference — without matching incidental CPython formatting.
Also available as the flagship extra hedron[conformance].
Package maturity: Beta · Train: 0.53.x (in-tree tip v0.53.0) · pin >=0.53.0,<0.54 (PyPI still >=0.52.0,<0.53 while deferred)
Phase 0.52 authority contract: RFC-0079 / #522.
Phase 0.53 Application DX Stage 1 lives in the flagship package — see Application DX API.
Install
pip install "hedron-conformance>=0.52.0,<0.53"
# or
uv add "hedron-conformance>=0.52.0,<0.53"
# via flagship:
pip install "hedron[conformance]>=0.52.0,<0.53"
Checkout tip v0.53.0 uses >=0.53.0,<0.54 until the Git tag / PyPI upload lands.
Requires Python 3.11–3.14.
Runner
hedron-conformance run
hedron-conformance run --json
hedron-conformance run --junit
hedron-conformance run --sarif
hedron-conformance run --envelope
hedron-conformance compile
hedron-conformance profiles
hedron-conformance list
hedron-conformance schema
hedron-conformance --version
# or
python -m hedron_conformance run
Failures report fixture id, contract version, and violated capability.
Python API
from hedron_conformance import compile_suite, load_bundled_fixtures, run_kit
fixtures = load_bundled_fixtures()
compiled = compile_suite(fixtures)
assert compiled.ok
result = run_kit(fixtures)
assert result.ok
0.52 surfaces
| Symbol | Role |
|---|---|
compile_suite(...) |
Fixture compiler; rejects contradictory suites |
load_profile_registry() |
Versioned profile registry |
build_result_envelope(...) |
Signed-ish result envelope |
to_junit / to_sarif |
CI converters |
SandboxPolicy / check_archive_budget(...) |
Archive/process/network/secret sandbox defaults + fail-closed budget checks |
Related runtimes
Experimental evaluators in the monorepo (not published as PyPI apps):
hedron-runtime-node— Node ≥ 18 (0.53.0)hedron-runtime-java— JDK 11+ (0.53.0)
Links
License
MIT. See the repository license.
Release files for hedron-conformance 0.53.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hedron_conformance-0.53.0.tar.gz | 22.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_conformance-0.53.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.4 kB
Release files / hedron_conformance-0.53.0.tar.gz
| Download URL | hedron_conformance-0.53.0.tar.gz |
|---|---|
| Size | 22.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
191692f31899f2d3ab34af302fe287d17151273e23b021ec74fbb437826f5c76
|
|
BLAKE2b-256 checksum How to use checksums |
dab9d562ff5b9cc200dc71da49eed11fb31fca8c97a51f41381404c118a3e82f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / hedron_conformance-0.53.0-py3-none-any.whl
| Download URL | hedron_conformance-0.53.0-py3-none-any.whl |
|---|---|
| Size | 28.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
afcc3a39ba17771d49273884381314321e2592336c079ed771d2b90ec4af1d2e
|
|
BLAKE2b-256 checksum How to use checksums |
46da79ef05f5b4b45551b4fe1659d047c0206c2b1cba2a39df35b544a11c9c08
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|