LICENSE
README.md
pyproject.toml
muflow/__init__.py
muflow/executor.py
muflow/outputs.py
muflow/pipeline.py
muflow/plan.py
muflow/registry.py
muflow/testing.py
muflow.egg-info/PKG-INFO
muflow.egg-info/SOURCES.txt
muflow.egg-info/dependency_links.txt
muflow.egg-info/requires.txt
muflow.egg-info/top_level.txt
muflow/backends/__init__.py
muflow/backends/base.py
muflow/backends/callbacks.py
muflow/backends/celery.py
muflow/backends/step_functions.py
muflow/context/__init__.py
muflow/context/base.py
muflow/context/workflow.py
muflow/examples/__init__.py
muflow/examples/ml_workflow.py
muflow/io/__init__.py
muflow/io/json.py
muflow/io/resources.py
muflow/io/xarray.py
muflow/storage/__init__.py
muflow/storage/base.py
muflow/storage/local.py
muflow/storage/s3.py
tests/test_backends.py
tests/test_celery_backend.py
tests/test_context.py
tests/test_executor.py
tests/test_function_workflows.py
tests/test_io.py
tests/test_io_resources.py
tests/test_ml_workflow.py
tests/test_pipeline.py
tests/test_plan.py
tests/test_s3_storage.py
tests/test_step_functions_backend.py
tests/test_storage.py
tests/test_testing.py