Steps Base#

Classes#

ArgsDict

A specialized subclass of Python's built-in dict that provides a customized string representation.

StepsAPI

StepsAPI provides an interface for defining steps in a processing pipeline.

FunctionBasedStep

A step in a processing pipeline based on a callable function.

ObjectBasedStep

A step in a processing pipeline that is based on instantiating and invoking methods on an object.