Latest version: v1.1.0
The information on this page was curated by experts in our Cybersecurity Intelligence Team.
TidyCmd is a class for Python 3.5 to tidy up and simplify the process of piping Unix shell commands together securely, no "shell=True" necessary! Instead of large blocks of Popen text chained together, this class will automatically pipe commands together for you. It stores the exit code, stdOut, and stdErr for processing in your code.
No known vulnerabilities found