Pipen-cli-run

Latest version: v0.15.1

Safety actively analyzes 715081 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.8.0

- ⬆️ Bump pipen to 0.9
- ⬆️ Bump pipen-args to 0.9
- ⬆️ Drop support for python3.7

**Full Changelog**: https://github.com/pwwang/pipen-cli-run/compare/0.7.0...0.8.0

0.7.0

- ⬆️ Bump pipen-args to 0.8

**Full Changelog**: https://github.com/pwwang/pipen-cli-run/compare/0.6.0...0.7.0

0.6.0

- 🔧 Import pipen_args.install to install the plugin
- 🔧 Improve help message for `pipeline_args` argument.
- ⬆️ Bump pipen to 0.6
- ⬆️ Bump pipen-args to 0.7.1

**Full Changelog**: https://github.com/pwwang/pipen-cli-run/compare/0.5.0...0.6.0

0.5.0

- Remove Pipeline, use pipen_args.ProcGroup instead
- Bump pipen to 0.5
- Bump pipen-args to 0.6
- Use latest actions for CI

**Full Changelog**: https://github.com/pwwang/pipen-cli-run/compare/0.4.1...0.5.0

0.4.1

- 🩹 Fix when Pipeline.defaults is None
- ✅ Fix test with pytest-xdist ^3

**Full Changelog**: https://github.com/pwwang/pipen-cli-run/compare/0.4.0...0.4.1

0.4.0

- ✨ Add decorator process to build processes under a pipeline


python
from pipen_cli_run import Pipeline, process

class MyPipeline(Pipeline):
process(start=True)
def build_p1(self):
return ... a pipen.Proc object

process(end=True)
def build_p2(self, p1):
proc = ... a pipen.Proc object
proc.requires = p1
return proc

def build(self):
p1 = self.build_p1()
self.build_p2(p1)


**Full Changelog**: https://github.com/pwwang/pipen-cli-run/compare/0.3.2...0.4.0

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.