slackbuilds_ponce/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
..
python-sh.info
python-sh.SlackBuild
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"))