[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#699123: ITP: python-sh -- Python subprocess interface



Package: wnpp
Severity: wishlist

* Package name    : python-sh
  Version         : 1.07
  Upstream Author : Andrew Moffat <andrew.robert.moffat@gmail.com>
* URL             : https://github.com/amoffat/sh
Download URL : http://pypi.python.org/packages/source/s/sh/sh-1.07.tar.gz
* License         : MIT
  Programming Lang: Python
  Description     : Python subprocess interface

sh (previously pbs: http://pypi.python.org/pypi/pbs) is a full-fledged subprocess interface 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").


Reply to: