Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pwwang/pipen-cli-run
- Owner: pwwang
- Created: 2021-10-12T05:42:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T06:41:12.000Z (5 months ago)
- Last Synced: 2024-12-13T03:51:30.925Z (21 days ago)
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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