summaryrefslogtreecommitdiff
path: root/devel/py-argparse
AgeCommit message (Collapse)AuthorFilesLines
2010-07-24Fix HOMEPAGE.gdt1-2/+2
2010-07-24Import py26-argparse-1.1 as devel/py-argparse.gdt4-0/+38
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...