Metadata-Version: |
2.1 |
Name: |
subprocrunner |
Version: |
2.0.1 |
Summary: |
A Python wrapper library for subprocess module. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/subprocrunner |
Project-Url: |
Changlog, https://github.com/thombashi/subprocrunner/releases |
Project-Url: |
Source, https://github.com/thombashi/subprocrunner |
Project-Url: |
Tracker, https://github.com/thombashi/subprocrunner/issues |
License: |
MIT License |
Keywords: |
library,subprocess |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: MacOS |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
mbstrdecoder (<2,>=1.0.0) |
Requires-Dist: |
loguru (<1,>=0.4.1); extra == "logging" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-mock; extra == "test" |
Requires-Dist: |
typepy; extra == "test" |
Requires-Dist: |
loguru (<1,>=0.4.1); extra == "test" |
Provides-Extra: |
logging |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |