Metadata-Version: 2.4
Name: conformance-sdk
Version: 0.1.0
Summary: Conformance instrument plane: the three determinism clamps and the effect ledger
Keywords: agents,verification,determinism,conformance,instrumentation
Author: Conformance
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: httpx>=0.27
Requires-Python: >=3.12
Project-URL: Changelog, https://github.com/RohitBind123/conformence_evaluation/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/RohitBind123/conformence_evaluation/blob/main/docs/12_SDK_Instrumentation.md
Project-URL: Homepage, https://github.com/RohitBind123/conformence_evaluation
Project-URL: Source, https://github.com/RohitBind123/conformence_evaluation
Description-Content-Type: text/markdown

# conformance-sdk

Instrumentation for [Conformance](https://github.com/RohitBind123/conformence_evaluation):
the effect ledger, determinism clamps (virtual wall clock, seeded
spawn-derived RNG), HTTP interception with cassettes, and the typed
data contracts (`Effect`, `ExecutionRecord`, `Witness`, `Verdict`).

Attach it at two points — your HTTP transport and your domain writes —
and every boundary crossing becomes evidence.

Apache-2.0.
