Name : python-module-sh Relocations: (not relocatable) Version : 1.11 Vendor: ALT Linux Team Release : alt1.git20150211.1 Build Date: Wed Mar 16 08:30:37 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 176780 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/sh/ Summary : Python subprocess interface Description : sh (previously pbs) is a full-fledged subprocess replacement for python 2.6 - 3.2 that allows you to call any program as if it were a function: from sh import ifconfig print ifconfig("eth0") sh is not a collection of system commands implemented in python.