summaryrefslogtreecommitdiffstats
path: root/python/python-sh/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2012-12-09 11:01:00 -0500
committer dsomero <xgizzmo@slackbuilds.org>2012-12-11 16:21:59 -0500
commitba72f6af14a885c68540f12cefa957e45323037c (patch)
treedf08788790226fc8653b0f5e140acbc934312589 /python/python-sh/README
parentc16d8e402c136da3c753d4b17c66004fad7656ee (diff)
downloadslackbuilds-ba72f6af14a885c68540f12cefa957e45323037c.tar.gz
slackbuilds-ba72f6af14a885c68540f12cefa957e45323037c.tar.xz
python/python-sh: Added (subprocess interface for Python)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/python-sh/README')
-rw-r--r--python/python-sh/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-sh/README b/python/python-sh/README
new file mode 100644
index 0000000000..5d7ae670f6
--- /dev/null
+++ b/python/python-sh/README
@@ -0,0 +1,6 @@
+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"))