The smartest command line arguments parser in the world
Description
plac is a Python package that can generate command line parameters from
function signatures.
plac works on Python 2.6 through all versions of Python 3.
plac has no dependencies beyond modules already present in the Python standard
library.
plac implements most of its functionality in a single file that may be included
in your source code.