Metadata-Version: 2.5
Name: in-lockstep-exec
Version: 0.1.0
Summary: Deterministic executors for compiled pipeline workflows
Project-URL: Homepage, https://github.com/in-lockstep/lockstep
Project-URL: Repository, https://github.com/in-lockstep/lockstep
Project-URL: Documentation, https://github.com/in-lockstep/lockstep#readme
Project-URL: Issues, https://github.com/in-lockstep/lockstep/issues
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Requires-Python: >=3.11
Requires-Dist: click>=8.1
Requires-Dist: httpx>=0.27
Requires-Dist: jinja2>=3.1
Provides-Extra: browser
Requires-Dist: playwright>=1.44; extra == 'browser'
Description-Content-Type: text/markdown

# pipeline-exec

The deterministic half of a compiled pipeline: fan-out, sharding, coverage verification, schema and
content validation. Generated workflows install this and nothing else — never the compiler.

Its command-line surface is emitted verbatim by [Lockstep](../../README.md), so the two are tested
together: `tests/test_contract.py` in the repo root asserts that every invocation the compiler emits
parses against this CLI.
