LICENSE
README.md
pyproject.toml
src/ddeutil/workflow/__about__.py
src/ddeutil/workflow/__init__.py
src/ddeutil/workflow/__regex.py
src/ddeutil/workflow/__types.py
src/ddeutil/workflow/conn.py
src/ddeutil/workflow/dataset.py
src/ddeutil/workflow/exceptions.py
src/ddeutil/workflow/loader.py
src/ddeutil/workflow/pipeline.py
src/ddeutil/workflow/schedule.py
src/ddeutil/workflow/utils.py
src/ddeutil/workflow/tasks/__init__.py
src/ddeutil/workflow/tasks/_pandas.py
src/ddeutil/workflow/tasks/_polars.py
src/ddeutil/workflow/vendors/__dict.py
src/ddeutil/workflow/vendors/__init__.py
src/ddeutil/workflow/vendors/__schedule.py
src/ddeutil/workflow/vendors/aws_warpped.py
src/ddeutil/workflow/vendors/minio_warpped.py
src/ddeutil/workflow/vendors/sftp_wrapped.py
src/ddeutil_workflow.egg-info/PKG-INFO
src/ddeutil_workflow.egg-info/SOURCES.txt
src/ddeutil_workflow.egg-info/dependency_links.txt
src/ddeutil_workflow.egg-info/requires.txt
src/ddeutil_workflow.egg-info/top_level.txt
tests/test_base_data.py
tests/test_base_local_and_global.py
tests/test_base_regex.py
tests/test_conn.py
tests/test_dataset.py
tests/test_loader.py
tests/test_loader_simple.py
tests/test_pipeline.py
tests/test_pipeline_params.py
tests/test_pipeline_run.py
tests/test_pipeline_task.py
tests/test_schedule.py