The Python Commands Plus extension
*********************************************************

This is a Python module which complements the existing commands
module with an extra function getstatusoutputerror, and a useful
function that protects a command-line argument from shell
metacharacters.


PREREQUISITES

This software requires:
- Python 2.2 or later


INSTALLATION

To install, use:

   python setup.py install # to build and install directly
   python setup.py bdist_rpm # to prepare an RPM


HELP

See the module documentation for usage information.

"from commandsplus import getstatusoutputerror" basically sums it up

check the standard commands.getstatusoutput function help for information


FEEDBACK: REPORTING BUGS, ETC.

dragonfear@gmail.com for the moment


LICENSE AND LEGAL NOTICE

This software is under the GPL.  See the file COPYING for licensing
information.  Contact us if you need us to license this software under
a different license.


AUTHORS

Manuel Amador (Rudd-O) <dragonfear@gmail.com>
