Xontrib-pipeliner

Latest version: v0.4.5

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

Scan your dependencies

Page 2 of 5

0.3.3

* Fix `ppl` command for Mac
* Added "Known issues" for `ppl` command on Mac

0.3.2

Compiled python.

0.3.1

PyPi package maintenance.

0.3.0

New experimental feature - syntax highlighting using xonsh prompt:

If you're using xonsh prompt and want to use pipeliner with syntax highlighting instead of string there is experimental
feature that catch `pl (<python>)` calls and uses the expression from the xonsh python substitution as pipeliner argument.
Example:

bash
echo echo | pl (line + '!')
In the xonsh prompt it's equals to:
echo echo | pl "line + '!'"

0.2.4

Now you can begin the pipe from Python head:
bash
pl "'\\n'.join(list('ABCDEFG'))" | pl "line + ('!' if num%2 else '?')" | grep '!'


B!
D!
F!

0.2.3

Package maintenance

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.