loongson/pypi/: subprocess32-3.5.3 metadata and description

Homepage Simple index

A backport of the subprocess module from Python 3 for use on 2.x.

classifiers
  • Intended Audience :: Developers
  • Topic :: Software Development :: Libraries
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: Python Software Foundation License
  • Operating System :: MacOS
  • Operating System :: MacOS :: MacOS X
  • Operating System :: POSIX
  • Operating System :: POSIX :: BSD
  • Operating System :: POSIX :: Linux
  • Operating System :: POSIX :: SunOS/Solaris
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 2 :: Only
  • Programming Language :: Python :: Implementation :: CPython
license PSF license
maintainer Gregory P. Smith
maintainer_email greg@krypto.org
requires_python >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4
File Tox results History
subprocess32-3.5.3-cp27-cp27mu-linux_loongarch64.whl
Size
52 KB
Type
Python Wheel
Python
2.7
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-04-09 09:55:19
subprocess32-3.5.3-py3-none-any.whl
Size
6 KB
Type
Python Wheel
Python
3
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-04-09 09:55:17

This is a backport of the subprocess standard library module from Python 3.2 - 3.5 for use on Python 2.

It includes bugfixes and some new features. On POSIX systems it is guaranteed to be reliable when used in threaded applications. It includes timeout support from Python 3.3 and the run() API from 3.5 but otherwise matches 3.2’s API.

It has not been tested by the author on Windows.

On Python 3, it merely redirects the subprocess32 name to subprocess.