Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest PyPI version Number of PyPI downloads MIT License

shellout provides an OO-like interface to running shell commands.

Usage

>>> import shellout as so
>>> print so.echo("hello, world")
... 'hello, world'
>>> print so.python.version()
... 'Python 2.7.1'
>>> print so.ls.color["always"]("/")
... bin
... dev
... etc
... home
... lib
... opt
... proc
... root
... sbin
... sys
... tmp
... usr
... var
>>> print so.echo('with "both" \'quotes\'')
... with "both" 'quotes'

Installation

$ pip install shellout

About

Make your shelled out calls look like genuine OO code

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages