Package python3-module-sh: Information

  • Default inline alert: Version in the repository: 2.0.6-alt1

Source package: python3-module-sh
Version: 2.0.4-alt1
Latest version according to Repology
Build time:  May 17, 2023, 11:09 PM in the task #321103
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.

List of rpms provided by this srpm:
python3-module-sh (noarch)

Maintainer: Stanislav Levin


ACL:
Stanislav Levin
@everybody

    1. python3-module-poetry-core
    2. python3-module-pyproject-installer >= 0.4.0
    3. python3-module-pytest
    4. /dev/pts
    5. python3-module-sphinx
    6. python3-module-tox
    7. /proc
    8. rpm-build-pyproject

Last changed


May 17, 2023 Stanislav Levin 2.0.4-alt1
- 1.12.14 -> 2.0.4.
April 27, 2021 Stanislav Levin 1.12.14-alt6
- Built Python3 package from its ows src.
April 30, 2020 Stanislav Levin 1.12.14-alt5
- Fixed FTBFS.