EasyProcess
EasyProcess copied to clipboard
Easy to use python subprocess interface
Hi, While trying to build for ArchLinux, I’ve observed a test failure: ```python ============================= test session starts ============================== platform linux -- Python 3.10.2, pytest-7.1.1, pluggy-0.13.1 rootdir: /build/python-easyprocess/src/EasyProcess-1.1 plugins: timeout-2.0.2 collected...
Are there better EasyProcess examples using the 'with' statement?
FWICT, the code uses a daemon thread to implement a timeout, but since python 3.3, the Popen class supports passing timeouts to `wait` and `communicate`. Maybe you could use them...
Hello, EasyProcess/README.md located at https://github.com/ponty/EasyProcess is described as follows. Supported python versions: 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 But https://pypi.org/project/EasyProcess/ says Python::3.10. When I actually installed it on Python 3.11...