Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558514
en ru br
ALT Linux repos
S:2.0.6-alt1

Group :: Development/Python3
RPM: python3-module-sh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.6-alt1
Build date: 10 august 2023, 08:58 ( 37.3 weeks ago )
Size: 404.15 Kb

Home page:   https://pypi.org/project/sh/

License: MIT
Summary: Python subprocess replacement
Description:

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

sh relies on various Unix system calls and only works on Unix-like operating
systems - Linux, macOS, BSDs etc. Specifically, Windows is not supported.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-sh
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin