diff options
| author | maxim-yurchuk <[email protected]> | 2024-10-09 12:29:46 +0300 |
|---|---|---|
| committer | maxim-yurchuk <[email protected]> | 2024-10-09 13:14:22 +0300 |
| commit | 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch) | |
| tree | a8fb3181d5947c0d78cf402aa56e686130179049 /contrib/deprecated/python/subprocess32 | |
| parent | a44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff) | |
publishFullContrib: true for ydb
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/deprecated/python/subprocess32')
| -rw-r--r-- | contrib/deprecated/python/subprocess32/.dist-info/METADATA | 37 | ||||
| -rw-r--r-- | contrib/deprecated/python/subprocess32/.dist-info/top_level.txt | 2 |
2 files changed, 39 insertions, 0 deletions
diff --git a/contrib/deprecated/python/subprocess32/.dist-info/METADATA b/contrib/deprecated/python/subprocess32/.dist-info/METADATA new file mode 100644 index 00000000000..876840c1917 --- /dev/null +++ b/contrib/deprecated/python/subprocess32/.dist-info/METADATA @@ -0,0 +1,37 @@ +Metadata-Version: 2.1 +Name: subprocess32 +Version: 3.5.4 +Summary: A backport of the subprocess module from Python 3 for use on 2.x. +Home-page: https://github.com/google/python-subprocess32 +Maintainer: Gregory P. Smith +Maintainer-email: [email protected] +License: PSF license +Platform: UNKNOWN +Classifier: Intended Audience :: Developers +Classifier: Topic :: Software Development :: Libraries +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: Python Software Foundation License +Classifier: Operating System :: MacOS +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: POSIX +Classifier: Operating System :: POSIX :: BSD +Classifier: Operating System :: POSIX :: Linux +Classifier: Operating System :: POSIX :: SunOS/Solaris +Classifier: Programming Language :: Python :: 2.6 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 2 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4 + +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. + diff --git a/contrib/deprecated/python/subprocess32/.dist-info/top_level.txt b/contrib/deprecated/python/subprocess32/.dist-info/top_level.txt new file mode 100644 index 00000000000..7546f3f8996 --- /dev/null +++ b/contrib/deprecated/python/subprocess32/.dist-info/top_level.txt @@ -0,0 +1,2 @@ +_posixsubprocess32 +subprocess32 |
