Skip to content

pwwang/pipen-cli-run

Repository files navigation

pipen-cli-run

A pipen cli plugin to run a process or a pipeline

Install

pip install -U pipen-cli-run

Usage

Register a namespace

pyproject.toml

[tool.poetry.plugins.pipen_cli_run]
ns = "yourpackage.ns"

ns should be a module where you define you processes/pipelines