|
|
Reported:
|
2023-09-20 10:11 CEST by Linn
|
Modified:
|
2023-12-29 14:27 CET
(History)
|
|
3
users
(show)
|
|
See Also:
|
|
Acceptance Criteria:
|
MUST:
* Code changes should be compatible with Python 3.4.4 (same version as SLES 12 has)
* Replace asyncore with asyncio
SHOULD:
* Keep the same base functionality from extproc
- Should be able to run scripts in a subprocess
- Receive the output from the subprocess
- Run a callback function on the output on subprocess exit
- Scripts should be able to receive input from stdin
EXTRA:
* Redundant code should be removed.
|
|
|