.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/count_chain.env.yaml
examples/count_chain.workflow.yaml
examples/data_flow.env.yaml
examples/data_flow.workflow.yaml
examples/plate_chain.env.yaml
examples/plate_chain.workflow.yaml
examples/render_data_flow.py
examples/render_job_run.py
examples/render_plate_chain.py
examples/render_poll_drift.py
examples/render_reroute.py
examples/render_script_literal.py
examples/reroute.env.yaml
examples/reroute.workflow.yaml
examples/script_literal.env.yaml
examples/script_literal.workflow.yaml
examples/outputs/data_flow.trace.txt
examples/outputs/job_run.boundary.yaml
examples/outputs/job_run.trace.txt
examples/outputs/plate_chain.boundary.yaml
examples/outputs/plate_chain.trace.txt
examples/outputs/poll_drift.exact.svg
examples/outputs/poll_drift.polled.svg
examples/outputs/reroute.final.svg
examples/outputs/reroute.initial.svg
examples/outputs/script_literal.trace.txt
ofplang/run/__init__.py
ofplang/run/__main__.py
ofplang/run/backend.py
ofplang/run/cli.py
ofplang/run/py.typed
ofplang/run/runner/__init__.py
ofplang/run/runner/boundary.py
ofplang/run/runner/contract_eval.py
ofplang/run/runner/contracts.py
ofplang/run/runner/dataflow.py
ofplang/run/runner/loader.py
ofplang/run/runner/provenance.py
ofplang/run/runner/rolling.py
ofplang/run/runner/runner.py
ofplang/run/runner/schedule_client.py
ofplang/run/runner/status.py
ofplang/run/runner/values.py
ofplang/run/simulator/__init__.py
ofplang/run/simulator/core.py
ofplang/run/simulator/environment.py
ofplang/run/simulator/errors.py
ofplang/run/simulator/realtime.py
ofplang/run/simulator/script.py
ofplang_run.egg-info/PKG-INFO
ofplang_run.egg-info/SOURCES.txt
ofplang_run.egg-info/dependency_links.txt
ofplang_run.egg-info/entry_points.txt
ofplang_run.egg-info/requires.txt
ofplang_run.egg-info/scm_file_list.json
ofplang_run.egg-info/scm_version.json
ofplang_run.egg-info/top_level.txt
tests/test_backend.py
tests/test_boundary.py
tests/test_cli.py
tests/test_composite_contract.py
tests/test_composite_requires_gate.py
tests/test_contract.py
tests/test_contracts.py
tests/test_data_values.py
tests/test_dataflow.py
tests/test_failure.py
tests/test_mode_ids.py
tests/test_nested_composite_contract.py
tests/test_observability.py
tests/test_poll_interval.py
tests/test_preflight.py
tests/test_pure_data.py
tests/test_realtime.py
tests/test_reroute.py
tests/test_rolling.py
tests/test_runner.py
tests/test_script.py
tests/test_simulator.py
tests/test_static_views.py
tests/test_variance.py
tests/fixtures/composite_contract.env.yaml
tests/fixtures/composite_contract.workflow.yaml
tests/fixtures/composite_requires_gate.env.yaml
tests/fixtures/composite_requires_gate.workflow.yaml
tests/fixtures/contract.env.yaml
tests/fixtures/contract.workflow.yaml
tests/fixtures/count_chain.env.yaml
tests/fixtures/count_chain.workflow.yaml
tests/fixtures/failure.env.yaml
tests/fixtures/failure.workflow.yaml
tests/fixtures/interface_load.boundary.yaml
tests/fixtures/interface_load.document.yaml
tests/fixtures/interface_load.env.yaml
tests/fixtures/interface_load.workflow.yaml
tests/fixtures/literal_chain.env.yaml
tests/fixtures/literal_chain.workflow.yaml
tests/fixtures/nested_composite_contract.env.yaml
tests/fixtures/nested_composite_contract.workflow.yaml
tests/fixtures/nested_returns.workflow.yaml
tests/fixtures/preflight.env.yaml
tests/fixtures/preflight.workflow.yaml
tests/fixtures/producer_run_phase.env.yaml
tests/fixtures/producer_run_phase.workflow.yaml
tests/fixtures/pure_data.document.yaml
tests/fixtures/pure_data.env.yaml
tests/fixtures/pure_data.plan.yaml
tests/fixtures/pure_data.workflow.yaml
tests/fixtures/reroute.env.yaml
tests/fixtures/script.env.yaml
tests/fixtures/script.workflow.yaml
tests/fixtures/simple.env.yaml
tests/fixtures/simple.workflow.yaml
tests/fixtures/simple_no_target.env.yaml
tests/fixtures/static_view.env.yaml
tests/fixtures/static_view.workflow.yaml
tests/fixtures/typed_returns.workflow.yaml