pkgsrc-wip/py-mozprocess/DESCR

11 lines
533 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Mozprocess is a process-handling module that provides some additional features
beyond those available with pythons subprocess:
- better handling of child processes, especially on Windows
- the ability to timeout the process after some absolute period, or some
period without any data written to stdout/stderr
- the ability to specify output handlers that will be called for each line
of output produced by the process
- the ability to specify handlers that will be called on process timeout
and normal process termination