This PEP proposes inclusion of the argparse [1] module in the Python standard library in Python 2.7 and 3.2. The argparse module is a command line parsing library which provides more functionality ...
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. $ pycodestyle --first optparse.py optparse.py:69:11: E401 multiple imports on one line optparse.py:77:1: ...