slackbuilds_ponce/python/python-sh/README
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

6 lines
186 B
Text

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