Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 312 Bytes

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