Meta Configuration of Package python-cmdln
x
1
<package name="python-cmdln" project="devel:python">
2
<title>An improved cmd.py for Writing Multi-command Scripts and Shells</title>
3
<description>`cmdln.py` is an extension of Python's default `cmd.py` module that
4
provides "a simple framework for writing line-oriented command
5
interpreters". The idea (with both cmd.py and cmdln.py) is to be able
6
to quickly build multi-sub-command tools (think cvs or svn) and/or
7
simple interactive shells (think gdb or pdb). Cmdln's extensions make
8
it more natural to write sub-commands, integrate optparse for simple
9
option processing, and make having good command documentation easier.
10
</description>
11
<person userid="hostmaster" role="maintainer"/>
12
<url>http://trentm.com/projects/cmdln</url>
13
</package>
14