pkgsrc/devel/py-argparse/DESCR
gdt ec57fda1ee Import py26-argparse-1.1 as devel/py-argparse.
The argparse module provides an easy, declarative interface for
creating command line tools, which knows how to:

    * parse the arguments and flags from sys.argv
    * convert arg strings into objects for your program
    * format and print informative help messages
    * and much more...
2010-07-24 17:25:51 +00:00

7 lines
292 B
Text

The argparse module provides an easy, declarative interface for
creating command line tools, which knows how to:
* parse the arguments and flags from sys.argv
* convert arg strings into objects for your program
* format and print informative help messages
* and much more...