.gitignore
.python-version
LICENSE
MANIFEST.in
README.md
locally_building_guide.md
pyproject.toml
uv.lock
argo_kedro.egg-info/PKG-INFO
argo_kedro.egg-info/SOURCES.txt
argo_kedro.egg-info/dependency_links.txt
argo_kedro.egg-info/entry_points.txt
argo_kedro.egg-info/requires.txt
argo_kedro.egg-info/top_level.txt
argo_kedro/argo/__init__.py
argo_kedro/config/__init__.py
argo_kedro/config/kedro_argo_config.py
argo_kedro/config/resolvers.py
argo_kedro/framework/__init__.py
argo_kedro/framework/cli/__init__.py
argo_kedro/framework/cli/cli.py
argo_kedro/framework/hooks/argo_hook.py
argo_kedro/pipeline/__init__.py
argo_kedro/pipeline/fused_pipeline.py
argo_kedro/pipeline/node.py
argo_kedro/runners/__init__.py
argo_kedro/runners/fuse_runner.py
argo_kedro/templates/.dockerignore
argo_kedro/templates/Dockerfile
argo_kedro/templates/argo.yml
argo_kedro/templates/argo_wf_spec.tmpl
tests/__init__.py
tests/argo/__init__.py
tests/argo/test_argo.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/pipeline/__init__.py
tests/pipeline/test_fused_pipeline.py
tests/runners/__init__.py
tests/runners/test_fused_runner.py