Package : python-sh

Package details

Summary: Python subprocess replacement

Description:
sh is a full-fledged subprocess replacement 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.


URL: https://github.com/amoffat/sh
License: MIT

Maintainer: kekepower

List of RPMs