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. It also includes a useful function that protects a command line argument from shell metacharacters.
| Tags | Software Development Libraries Python Modules Shells |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Python |