The Python Command Line Interface (CLI) tutorial is a step-by-step guide that teaches you how to create a simple Python CLI. It covers the basics of creating a CLI, parsing command-line arguments, ...
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 ...