slackbuilds_ponce/libraries/argparse
Robby Workman 1404622ad7 Entire Repo: Fix the "handy ruler" length in slack-desc files
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-15 20:27:00 -05:00
..
argparse.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
argparse.SlackBuild libraries/argparse: New maintainer. 2012-03-29 23:55:13 -04:00
README
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

The argparse python module provides an easy declarative interface for
creating command line tools.  Argparse 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, support for
sub-commands, allowing alternative option prefixes like + and /,
handling zero-or-more and one-or-more style arguments, producing more
informative usage messages, and providing a much simpler interface for
custom types and actions.