aboutsummaryrefslogtreecommitdiff
path: root/devel/py-argparse/pkg-descr
blob: 2b888feccc5339fd84ea3cca3b4606bc9b16a524 (plain) (blame)
1
2
3
4
5
6
7
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/