python-EasyProcess
Python subprocess interface
EasyProcess is a Python subprocess interface. Features include: - layer on top of subprocess module - starting and stopping of programs - retrieval of 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 - unicode support - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy Limitations: - 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
BSD-2-Clause