SlackBuildsOrg/python/python-sh
Larry Hajali 942ac7f583 python/python-sh: Updated for version 1.09.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-10-27 23:39:04 -05:00
..
python-sh.info python/python-sh: Updated for version 1.09. 2013-10-27 23:39:04 -05:00
python-sh.SlackBuild python/python-sh: Updated for version 1.09. 2013-10-27 23:39:04 -05:00
README
slack-desc

sh (previously pbs) is a full-fledged subprocess interface for Python that
allows you to call any program as if it were a function.

Eg:
from sh import ifconfig
print(ifconfig("wlan0"))