cmdln 1.1.2
An improved cmd.py for writing multi-command scripts and shells.
cmdln.py is an extension of Python's default cmd.py module that provides "a simple framework for writing line-oriented command interpreters". The idea (with both cmd.py and cmdln.py) is to be able to quickly build multi-sub-command tools (think cvs or svn) and/or simple interactive shells (think gdb or pdb). Cmdln's extensions make it more natural to write sub-commands, integrate optparse for simple option processing, and make having good command documentation easier.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| cmdln-1.1.2.zip (md5) | Source | 2008-12-06 | 85KB | 983 | |
- Author: Trent Mick
- Home Page: http://code.google.com/p/cmdln/
- License: http://www.opensource.org/licenses/mit-license.php
- Platform: any
- Categories
- Package Index Owner: trentm
- DOAP record: cmdln-1.1.2.xml
