slackbuilds/python/python-sh
B. Watson bc42ab6d29 python/python-sh: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:57 -04:00
..
README python/python-sh: Wrap README at 72 columns. 2022-03-17 12:37:57 -04:00
python-sh.SlackBuild
python-sh.info
slack-desc

README

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