Contents
PyMOTW-3 - Application Building Blocks
argparse — Command-Line Option and Argument Parsing
argparse — Parser for command-line options, arguments and sub-commands
getopt — C-style parser for command line options
shlex — Parse Shell-style Syntaxes
shlex — Simple lexical analysis
configparser — Work with Configuration Files
configparser — Configuration file parser
logging — Report Status, Error, and Informational Messages
logging — Logging facility for Python
atexit — Program Shutdown Callbacks
atexit — Exit handlers
docopt - Command-line interface description language
click