Python commandsplus 0.2.3 review
DownloadPython commandsplus is a Python module that complements the existing commands module with an extra function getstatusoutputerror, whi
|
|
Python commandsplus is a Python module that complements the existing commands module with an extra function getstatusoutputerror, which separates the standard output from the standard error and makes it easier to evaluate return status.
Python commandsplus also includes a useful function that protects a command line argument from shell metacharacters.
Requirements:
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
What's New in This Release:
Rereleased with new, correct contact information.
few documentation fixes.
Python commandsplus 0.2.3 keywords