Jump to letter: [
234ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python26-argparse - Optparse inspired command line parser for Python
- Description:
The argparse module is an optparse-inspired command line parser that
improves on optparse by:
* handling both optional and positional arguments
* supporting parsers that dispatch to sub-parsers
* producing more informative usage messages
* supporting actions that consume any number of command-line args
* allowing types and actions to be specified with simple callables
instead of hacking class attributes like STORE_ACTIONS or CHECK_METHODS
as well as including a number of other more minor improvements on the
optparse API.
For python 2.6
Packages
python26-argparse-1.2.1-3.el5.noarch
[71 KiB] |
Changelog
by Toshio Kuratomi (2011-06-29):
- New compatble upstream with some bugfixes and a GPL2 vompatible license
- Enable test suite
|