Skip to content

ZacJW/shell-scripter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell-scripter, a shell scripting library for Python

Shell-scripter is still a work-in-progress. API may change at any time.

Installation

Shell-scripter is on the Python Package Index and can be installed with pip install shell-scripter

Example Usage

from shell_scripter import run

run("cat", "logfile").pipe("grep", "error")().show()

About

A shell scripting library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages