liStep
liStep is a software library designed to facilitate the implementation of data processing pipelines. It provides a framework for defining, organizing, and executing a series of interconnected steps, where each step represents a distinct operation on data. The library aims to improve the modularity and reusability of code within complex data workflows.
At its core, liStep allows developers to create custom step classes, inheriting from a base liStep class.
Key features of liStep include support for various data formats, error handling mechanisms, and options for