module documentation

Helper functions for interacting with the shell, and consuming shell-style parameters provided in config files.

Class CommandLineParser An object that knows how to split and join command-line arguments.
Class PosixParser The parsing behavior used by subprocess.call("string", shell=True) on Posix.
Class WindowsParser The parsing behavior used by subprocess.call("string") on Windows, which matches the Microsoft C/C++ runtime.