This commit is contained in:
2024-11-29 18:15:30 +00:00
parent 40aade2d8e
commit bc9415586e
5298 changed files with 1938676 additions and 80 deletions

View File

@ -0,0 +1,24 @@
Copyright (c) 2011, ponty
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -0,0 +1,25 @@
Metadata-Version: 2.1
Name: EasyProcess
Version: 1.1
Summary: Easy to use Python subprocess interface.
Home-page: https://github.com/ponty/easyprocess
Author: ponty
License: BSD
Keywords: subprocess interface
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/x-rst
Easy to use Python subprocess interface.
Documentation: https://github.com/ponty/easyprocess/tree/1.1

View File

@ -0,0 +1,27 @@
EasyProcess-1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
EasyProcess-1.1.dist-info/LICENSE.txt,sha256=7AkJp5-qod-60Rc0BKew3KegiKBgPCClFAoqEYT9lU4,1309
EasyProcess-1.1.dist-info/METADATA,sha256=AY7pX2_UABbUkU3sJ3axjdhkhJEpMU3sJRnftMzwLsA,855
EasyProcess-1.1.dist-info/RECORD,,
EasyProcess-1.1.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
EasyProcess-1.1.dist-info/top_level.txt,sha256=eKgpuf5YxR1s8xgs0nk9Zy1M2_vHoXC9mzjmlDdFU2M,12
easyprocess/__init__.py,sha256=wtHfK9lfeQQTNNvi0eO1DRT-NF0qKV2wCk3dd_1V9bE,11651
easyprocess/__pycache__/__init__.cpython-312.pyc,,
easyprocess/__pycache__/about.cpython-312.pyc,,
easyprocess/__pycache__/unicodeutil.cpython-312.pyc,,
easyprocess/about.py,sha256=S-cX8nxxrifQJSH5WF0fY7nCbbnXuUyEAik4CMggp6k,20
easyprocess/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
easyprocess/examples/__pycache__/__init__.cpython-312.pyc,,
easyprocess/examples/__pycache__/cmd.cpython-312.pyc,,
easyprocess/examples/__pycache__/hello.cpython-312.pyc,,
easyprocess/examples/__pycache__/log.cpython-312.pyc,,
easyprocess/examples/__pycache__/timeout.cpython-312.pyc,,
easyprocess/examples/__pycache__/ver.cpython-312.pyc,,
easyprocess/examples/__pycache__/with.cpython-312.pyc,,
easyprocess/examples/cmd.py,sha256=tHvrPz6vgelD-JqrwKl5sF906hvtX9o6qYQPRiSnsqM,729
easyprocess/examples/hello.py,sha256=PRf_VjSiBqsR7ldzgN0QhRBuQH6mmq-pBocpIV3zdpQ,105
easyprocess/examples/log.py,sha256=OgQgf4kUNZV0kSBNFzgwJPb8D9xY6Y40HHvwAZSd5lQ,250
easyprocess/examples/timeout.py,sha256=lbV9F_4o_ReDskOeTW7UCwCbPZziBUugoceNt7Aqi0g,472
easyprocess/examples/ver.py,sha256=4OI_XKBo17-3OdztOzLnZFD1Ak7mKICaPglGDc887oU,162
easyprocess/examples/with.py,sha256=PS77NhC9AxUfQSIs_RSFMep4yJ3j-ntgH-FF9dYxlZM,552
easyprocess/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
easyprocess/unicodeutil.py,sha256=Z5Mc8NGmaWlIYDB2gZXjDRVeoV0B66HmDpV7BL36zqg,687

View File

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@ -0,0 +1 @@
easyprocess