1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/py-argparse/pkg-descr
Li-Wen Hsu b47bc792a2 - Update to 0.9.0
- Update WWW
2009-03-30 19:52:51 +00:00

8 lines
386 B
Plaintext

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/