Package python3-module-sh: Information

    Binary package: python3-module-sh
    Version: 2.0.6-alt1
    Architecture: noarch
    Build time:  Aug 10, 2023, 07:09 PM
    Source package: python3-module-sh
    Report package bug
    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.

    Maintainer: Stanislav Levin


    Last changed


    Aug. 10, 2023 Stanislav Levin 2.0.6-alt1
    - 2.0.5 -> 2.0.6.
    Aug. 9, 2023 Stanislav Levin 2.0.5-alt1
    - 2.0.4 -> 2.0.5.
    May 17, 2023 Stanislav Levin 2.0.4-alt1
    - 1.12.14 -> 2.0.4.