Skip to content

Releases: LowLevel73/pipesmith

Version 1.1.0 - Added input validation feature.

Choose a tag to compare

@LowLevel73 LowLevel73 released this 19 Aug 13:38

First public release of pipesmith

Key Features

  • Flexible Pipeline Construction: Combine different callable objects into valid pipelines based on custom conditions.
  • Label-Based Conditions: Apply conditions to ensure certain steps are included, excluded, or required based on the labels associated with the callable object.
  • Input Validation: The class automatically validates the syntax of the input structure during initialization.