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

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk





--
http://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations/

Reply via email to