[ buster ]
[ ソース: easyprocess ]
パッケージ: python-easyprocess (0.2.5-1)
python-easyprocess に関するリンク
Debian の資源:
easyprocess ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
easy to use python subprocess interface - Python 2.X
Features:
* layer on top of subprocess_ module * easy to start, stop programs * easy to get standard output/error, return code of programs * command can be list or string * logging * timeout * unit-tests * cross-platform, development on linux * global config file with program aliases * shell is not supported * pipes are not supported * stdout/stderr is set only after the subprocess has finished * stop() does not kill whole subprocess tree * unicode support * Method chaining
This package contains the python 2 version of easyprocess