Categories
Getargs
'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 more powerful and flexible alternative to 'getopt'.
'getargs' supports all features provided by getopt. It also allows a command line option to take an arbitrary number of arguments, permits switches (options without arguments) and options with arguments to be interleaved on the command line, and allows the developer specify the maximum and minimum number of arguments an option can take.
Last updated 1 Jul, 2004
Versions
2.14
2.14 stable released 2004-04-09
- Released: 9 Apr, 2004
- Code Maturity: Stable
- Source Archive: http://iamroot.beigetower.org/pkgs/getargs/geta...
- Licenses: GPLv2
- Interfaces: Command Line



