LICENSE
README.md
pyproject.toml
src/perago/__init__.py
src/perago/_segments.py
src/perago/attempt.py
src/perago/cli.py
src/perago/conductor_runtime.py
src/perago/config.py
src/perago/errors.py
src/perago/execution.py
src/perago/guards.py
src/perago/lakefs_runtime.py
src/perago/metadata.py
src/perago/models.py
src/perago/result.py
src/perago/runtime_logging.py
src/perago/supervisor.py
src/perago/task.py
src/perago/taskdef.py
src/perago/worker_runtime.py
src/perago/workspace.py
src/perago.egg-info/PKG-INFO
src/perago.egg-info/SOURCES.txt
src/perago.egg-info/dependency_links.txt
src/perago.egg-info/entry_points.txt
src/perago.egg-info/requires.txt
src/perago.egg-info/top_level.txt
tests/test_attempt.py
tests/test_cli.py
tests/test_conductor_runtime.py
tests/test_config.py
tests/test_env_example.py
tests/test_execution.py
tests/test_lakefs_runtime.py
tests/test_metadata.py
tests/test_publish_budget.py
tests/test_result.py
tests/test_runtime_logging.py
tests/test_supervisor.py
tests/test_task_api.py
tests/test_taskdef.py
tests/test_worker_runtime.py
tests/test_workspace.py
tests/test_workspace_contract.py