LICENSE
README.md
pyproject.toml
src/thecodecrate_pipeline/__init__.py
src/thecodecrate_pipeline/py.typed
src/thecodecrate_pipeline.egg-info/PKG-INFO
src/thecodecrate_pipeline.egg-info/SOURCES.txt
src/thecodecrate_pipeline.egg-info/dependency_links.txt
src/thecodecrate_pipeline.egg-info/requires.txt
src/thecodecrate_pipeline.egg-info/top_level.txt
src/thecodecrate_pipeline/core/pipeline/payload.py
src/thecodecrate_pipeline/core/pipeline/pipeline.py
src/thecodecrate_pipeline/core/pipeline/pipeline_callable.py
src/thecodecrate_pipeline/core/pipeline/pipeline_interface.py
src/thecodecrate_pipeline/core/pipeline_builder/pipeline_builder.py
src/thecodecrate_pipeline/core/pipeline_builder/pipeline_builder_interface.py
src/thecodecrate_pipeline/modules/processors/chained_processor.py
src/thecodecrate_pipeline/modules/processors/interruptible_processor.py
src/thecodecrate_pipeline/traits/with_builderable/with_builderable.py
src/thecodecrate_pipeline/traits/with_callable_pipeline/with_callable_pipeline.py
src/thecodecrate_pipeline/traits/with_immutability/with_immutability.py
src/thecodecrate_pipeline/traits/with_pipe/with_pipe.py
src/thecodecrate_pipeline/traits/with_pipeline_builder/with_pipeline_builder.py
src/thecodecrate_pipeline/traits/with_processor/processor_interface.py
src/thecodecrate_pipeline/traits/with_processor/with_processor.py
src/thecodecrate_pipeline/traits/with_stages/stage_interface.py
src/thecodecrate_pipeline/traits/with_stages/with_stages.py
tests/test_pipeline.py
tests/test_pipeline_builder.py