Categories
Optcomplete
'optcomplete' provides programmable shell completion support for Python scripts that use the 'optparse' module. It implements the Bash completion protocol, and a simple common shell function invokes the script to provide the completion suggestions.
Since an optparse parser already has most of the useful information required to provide completions, only two lines of code are needed to provide basic support for completions to an existing script. It also lets the developer to provide per-option completion, etc.
Last updated 7 Jan, 2008
Versions
1.2
1.2 stable released 2004-01-29
- Released: 29 Jan, 2004
- Code Maturity: Stable
- Source Archive: http://furius.ca/downloads/optcomplete/optcompl...
- Licenses: BSD_3Clause
- Interfaces: Command Line




