ekglib

pipeline

Lightweight pipeline framework used by ekglib to define and run data processing steps.

Key pieces include:

See the top-level ekglib README for installation and how to invoke the CLI entrypoints.

CLI Entry Points

Main Components

Decorators

Example Pipeline

The example.py module provides a reference implementation showing how to:

Usage

# Run the example pipeline
pipeline-example --help
pipeline-example [options]

Or programmatically:

from ekglib.pipeline.example import main

# Run the example pipeline
main()