Skip to content

pypekit

A lightweight Python framework for the automatic synthesis and cached execution of pipelines.

Why pypekit?

  • Modular building blocks – wrap each processing step as a reusable Task
  • Graph‑aware orchestration – automatically assembles valid pipelines
  • Caching – avoids rerunning unchanged steps across experiments
  • Pure Python API – integrate seamlessly into notebooks or scripts