freebsd-ports/devel/py-argparse/pkg-descr
Dan Langille cd4259e24f Revive devel/py-argparse
Some ports need newer versions of py-argparse and Python 2.7 ships with 1.1

Approved by:	lwhsu (maintainer)
2017-05-11 18:14:51 +00:00

7 lines
386 B
Text

Argparse takes the best of the optparse command-line parsing module and brings
it new life. Argparse adds positional as well as optional arguments, the
ability to create parsers for sub-commands, more informative help and usage
messages, and much more. At the same time, it retains the ease and flexibility
of use that made optparse so popular.
WWW: http://code.google.com/p/argparse/