Xontrib-pipeliner

Latest version: v0.4.5

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

Scan your dependencies

Page 3 of 5

0.2.2

Docs improvement.

0.2.1

Added `plx` and `pplx` commands to run `execx(f"{plx_command}")` most shorter way.

For example when you want to rename files you can do it Pythonic way:
bash
$ mkdir -p /tmp/plx-test && cd /tmp/plx-test
$ touch 111 222 333 && ls
111 222 333

$ ls | plx "mv {line} prefix-{line}"
mv 111 prefix-111
mv 222 prefix-222
mv 333 prefix-333

$ ls
prefix-111 prefix-222 prefix-333

Echo example:
bash
$ ls | plx 'echo {line} {num}'
echo prefix-111 0
prefix-111
echo prefix-222 1
prefix-222
echo prefix-333 2
prefix-333

0.2.0

* Added ability to skip the line by returning `None` (`NoneType`). It also makes the output of `pl "execx(...)"` more clear.
* Added color for errors to separate lines and stack trace.

0.1.8

Bump package update

0.1.7

Added catching trivial errors

0.1.6

Fix dependency

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.