Skip to content

scottfrazer/eggshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Eggshell

A Simpler Python interface to the shell

Installation

pip install eggshell

Usage

$ python
Python 3.4.0 (default, May  8 2014, 15:33:16)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import eggshell
>>> (rc, stdout, stderr) = eggshell.run('ls')
>>> print(stdout)
eggshell
README.md
setup.py
>>>

About

Eggshell is a shell interface for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages