diff options
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 |
commit | ba72f6af14a885c68540f12cefa957e45323037c (patch) | |
tree | df08788790226fc8653b0f5e140acbc934312589 /python/python-sh/slack-desc | |
parent | c16d8e402c136da3c753d4b17c66004fad7656ee (diff) | |
download | slackbuilds-ba72f6af14a885c68540f12cefa957e45323037c.tar.gz |
python/python-sh: Added (subprocess interface for Python)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/python-sh/slack-desc')
-rw-r--r-- | python/python-sh/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-sh/slack-desc b/python/python-sh/slack-desc new file mode 100644 index 0000000000..856bf3936c --- /dev/null +++ b/python/python-sh/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-sh: python-sh (full-fledged subprocess interface for Python) +python-sh: +python-sh: sh (previously pbs) is a full-fledged subprocess interface for Python +python-sh: that allows you to call any program as if it were a function. +python-sh: +python-sh: Homepage: http://amoffat.github.com/sh/index.html +python-sh: +python-sh: +python-sh: +python-sh: +python-sh: |