Skip to content

kaizoku/pypipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyPipe

Want to add some python code in a shell pipeline? This script makes it easy!

Notes

Standard input is read into the variable 'stdin'.

stdin = sys.stdin.read()

Return values are printed to the console.

Usage

% echo BLAARHH | pypipe 'stdin.capitalize()'
Blaarhh

Installation

pip install git+https://github.com/kaizoku/pypipe

About

Easily pipe from a shell into python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages