C
Chris Withers
I'm pleased to announce the first public release of Execute.
This is a collection of common patterns for executing commands as sub
processes.
It supports executing a simple command that requires no input in a sub
process and can return:
- text sent to the standard error and output streams
- the return code set by the command
- both of the above as a tuple
For more information, please see:
http://www.simplistix.co.uk/software/python/execute
cheers,
Chris
This is a collection of common patterns for executing commands as sub
processes.
It supports executing a simple command that requires no input in a sub
process and can return:
- text sent to the standard error and output streams
- the return code set by the command
- both of the above as a tuple
For more information, please see:
http://www.simplistix.co.uk/software/python/execute
cheers,
Chris