pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-argparse



Module name:    wip
Committed by:   jihbed
Date:           Tue Jul 27 09:12:41 UTC 2010

Import into wip/py-argparse

Log Message:
Import py26-argparse-1.1 as wip/py-argparse.

argparse: Python command line parser

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...

The argparse module improves on the standard library optparse module in a number
of ways including:

    * handling positional arguments
    * supporting sub-commands
    * allowing alternative option prefixes like + and /
    * handling zero-or-more and one-or-more style arguments
    * producing more informative usage messages
    * providing a much simpler interface for custom types and actions

Status:

Vendor Tag:     JIHBED
Release Tags:   JIHBED_20100727
                
N wip/py-argparse/distinfo
N wip/py-argparse/Makefile
N wip/py-argparse/PLIST
N wip/py-argparse/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index