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/classes/pipeline.py
src/thecodecrate_pipeline/classes/pipeline_builder.py
src/thecodecrate_pipeline/classes/pipeline_builder_interface.py
src/thecodecrate_pipeline/classes/pipeline_interface.py
src/thecodecrate_pipeline/classes/processor_interface.py
src/thecodecrate_pipeline/classes/stage_interface.py
src/thecodecrate_pipeline/partials/with_base/pipeline_interface.py
src/thecodecrate_pipeline/partials/with_base/stage_interface.py
src/thecodecrate_pipeline/partials/with_base/type_payload.py
src/thecodecrate_pipeline/partials/with_base/type_pipeline_item.py
src/thecodecrate_pipeline/partials/with_builder_methods/pipeline_interface_mixin.py
src/thecodecrate_pipeline/partials/with_builder_methods/pipeline_mixin.py
src/thecodecrate_pipeline/partials/with_builder_methods/pipelineable_facade.py
src/thecodecrate_pipeline/partials/with_pipeline_as_immutable/pipeline_interface_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_as_immutable/pipeline_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_as_list/pipeline_interface_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_as_list/pipeline_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_as_stage/pipeline_interface_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_as_stage/pipeline_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_as_stage/stage_facade.py
src/thecodecrate_pipeline/partials/with_pipeline_processor/pipeline_interface_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_processor/pipeline_mixin.py
src/thecodecrate_pipeline/partials/with_pipeline_processor/processor_interface.py
src/thecodecrate_pipeline/partials/with_pipelineable_methods/pipeline_interface_mixin.py
src/thecodecrate_pipeline/partials/with_pipelineable_methods/pipeline_mixin.py
src/thecodecrate_pipeline/partials/with_stage_as_callable/stage_interface_mixin.py
src/thecodecrate_pipeline/processors/chained_processor.py
src/thecodecrate_pipeline/processors/interruptible_processor.py
src/thecodecrate_pipeline/support/renamable_list/__init__.py
src/thecodecrate_pipeline/support/renamable_list/item_type.py
src/thecodecrate_pipeline/support/renamable_list/renamable_list.py
src/thecodecrate_pipeline/support/renamable_list/renamable_list_interface.py
src/thecodecrate_pipeline/support/renamable_list/traits/has_immutability.py
tests/test_pipeline.py
tests/test_pipeline_builder.py