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 · Package line: 1.0.x · pin >=1.0.0,<2.0
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>=1.0.0,<2.0"
# or
uv add "hedron-conformance>=1.0.0,<2.0"
# via flagship:
pip install "hedron[conformance]>=1.0.0"
Requires Python 3.10–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 1.0.6
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-1.0.6.tar.gz | 27.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_conformance-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 61.0 kB
Release files / hedron_conformance-1.0.6.tar.gz
| Download URL | hedron_conformance-1.0.6.tar.gz |
|---|---|
| Size | 27.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
35485d2a9843294fe0b150e905d1315b0f88d60391b670ebe4e62b7046226d0b
|
|
BLAKE2b-256 checksum How to use checksums |
9e6127a6bad03ba4c576cf581717eef9037041f0748d43f8f974e47a0d056cfc
|
| 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-1.0.6-py3-none-any.whl
| Download URL | hedron_conformance-1.0.6-py3-none-any.whl |
|---|---|
| Size | 33.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
83db92eb2573310c42f11cd9fa5fa99174b1d7c4dc74c3267c3ce07cd32014d5
|
|
BLAKE2b-256 checksum How to use checksums |
c04243767d4f825edfb6f66466df7a181e8e2fcebbbc2dab86ecdd59d7ebe2b8
|
| 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}
|