getargs 2.0
A more powerful and flexible alternative to the standard getopt module
getargs is a Python module that implements a command line parser that Python scripts can use to parse their command line arguments in sys.argv. It is designed as a considerably more powerful and flexible alternative to the standard getopt module. While supporting all features provided by getopt, it also allows a command line option to take an arbitrary number of arguments and have defaults, permits switches (options without arguments) and options with arguments to be interleaved on the command line, allows the developer to specify the maximum and minimum number of arguments an option can take and allows the user to specify his oft-used options and arguments in a file.
- Author: Vinod Vijayarajan
- Home Page: http://iamroot.beigetower.org/getargs.html
- Download URL: http://iamroot.beigetower.org/pkgs/getargs-2.0.tar.bz2
- Keywords: command line parser, options, arguments
- License: GPL
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Software Development :: User Interfaces
- Topic :: Text Processing
- Package Index Owner: vinodv
- DOAP record: getargs-2.0.xml
