Skip to content

pwwang/pipen-dry

Repository files navigation

pipen-dry

Dry runner for pipen

It is useful to quickly check if there are misconfigurations for your pipeline without actually running it.

Install

pip install -U pipen-dry

Usage

  • Use it for process

    class P1(Proc):
        scheduler = "dry"
  • Use it for pipeline

    Pipen(scheduler="dry", ...)