.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
examples/ExamplePipeline.py
examples/basic_monitor.py
examples/pipelines.yml
examples/pipelines_annotated.yml
examples/test.py
examples/common/PostProcessor.py
examples/common/PreProcessor.py
examples/common/UselessHook.py
examples/data/a_csv_file.csv
examples/simple_task/Later.py
examples/simple_task/MainTask.py
examples/sligthly_more_complex/Ensemble.py
examples/sligthly_more_complex/PredictorA.py
examples/sligthly_more_complex/PredictorB.py
examples/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