.gitignore
LICENSE
README.md
mkdocs.yml
pylintrc
pyproject.toml
setup.cfg
.github/workflows/codequalitycheck.yml
.github/workflows/python-publish.yml
docs/configuration.md
docs/index.md
docs/reference.md
docs/roadmap.md
docs/stylesheets/extra.css
example/ExamplePipeline.py
example/pipelines.yml
example/pipelines_annotated.yml
example/test.py
example/common/PostProcessor.py
example/common/PreProcessor.py
example/common/UselessHook.py
example/data/a_csv_file.csv
example/simple_task/Later.py
example/simple_task/MainTask.py
example/sligthly_more_complex/Ensemble.py
example/sligthly_more_complex/PredictorA.py
example/sligthly_more_complex/PredictorB.py
example/sligthly_more_complex/PredictorC.py
src/yapp/__init__.py
src/yapp/_version.py
src/yapp/adapters/__init__.py
src/yapp/adapters/file.py
src/yapp/adapters/pandas.py
src/yapp/adapters/pgsql.py
src/yapp/adapters/snowflake.py
src/yapp/adapters/sql.py
src/yapp/adapters/utils.py
src/yapp/cli/__init__.py
src/yapp/cli/logs.py
src/yapp/cli/parsing.py
src/yapp/cli/validation.py
src/yapp/core/__init__.py
src/yapp/core/attr_dict.py
src/yapp/core/errors.py
src/yapp/core/input_adapter.py
src/yapp/core/inputs.py
src/yapp/core/job.py
src/yapp/core/monitor.py
src/yapp/core/output_adapter.py
src/yapp/core/pipeline.py
src/yapp_pipelines.egg-info/PKG-INFO
src/yapp_pipelines.egg-info/SOURCES.txt
src/yapp_pipelines.egg-info/dependency_links.txt
src/yapp_pipelines.egg-info/entry_points.txt
src/yapp_pipelines.egg-info/requires.txt
src/yapp_pipelines.egg-info/top_level.txt
tests/cli/test_parser.py
tests/core/test_attr_dict.py
tests/core/test_inputs.py
tests/core/test_pipeline.py