module documentation

Helper functions for interacting with the shell, and consuming shell-style parameters provided in config files.
Class ​Command​Line​Parser An object that knows how to split and join command-line arguments.
Class ​Posix​Parser The parsing behavior used by subprocess.call("string", shell=True) on Posix.
Class ​Windows​Parser The parsing behavior used by subprocess.call("string") on Windows, which matches the Microsoft C/C++ runtime.