slackbuilds_ponce/python/python-sh
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
python-sh.info python/python-sh: Updated for version 1.09. 2013-10-27 23:39:04 -05:00
python-sh.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README python/python-sh: Added (subprocess interface for Python) 2012-12-11 16:21:59 -05:00
slack-desc python/python-sh: Added (subprocess interface for Python) 2012-12-11 16:21:59 -05:00

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"))