Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwwang/pipen-cli-run

A pipen cli plugin to run a process or a pipeline
https://github.com/pwwang/pipen-cli-run

Last synced: 14 days ago
JSON representation

A pipen cli plugin to run a process or a pipeline

Awesome Lists containing this project

README

        

# pipen-cli-run

A pipen cli plugin to run a process or a pipeline

## Install

```shell
pip install -U pipen-cli-run
```

## Usage

### Register a namespace

`pyproject.toml`
```toml
[tool.poetry.plugins.pipen_cli_run]
ns = "yourpackage.ns"
```

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