Metadata-Version: 2.4
Name: hedron-conformance
Version: 0.17.0
Summary: Language-neutral Hedron conformance-test kit and capability runner
Project-URL: Homepage, https://github.com/eddiethedean/hedron
Project-URL: Repository, https://github.com/eddiethedean/hedron
Project-URL: Documentation, https://hedron.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/eddiethedean/hedron/blob/main/packages/hedron-conformance/CHANGELOG.md
Author-email: Odos Matthews <odosmatthews@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: conformance,fixtures,hedron,portable,testing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.11
Requires-Dist: pydantic<2.15,>=2.13.4
Description-Content-Type: text/markdown

# hedron-conformance

Language-neutral conformance-test kit for Hedron (phase 0.14).

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.

## Install

```bash
pip install "hedron-conformance>=0.17.0"
# or
uv add "hedron-conformance>=0.17.0"
```

## Runner

```bash
hedron-conformance run
# or
python -m hedron_conformance
```

Failures report fixture id, contract version, and violated capability.

## License

MIT. See [LICENSE](LICENSE).
