Logoj0ke.net Open Build Service > Projects > Apache:Modules > python-cmdln
Sign Up | Log In

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.

Source Files

Filename Size Changed Actions
cmdln-1.1.2.tar.gz 74.2 KB about 13 years ago Download File
debian.changelog 134 Bytes about 13 years ago Download File
debian.tar.gz 1.99 KB about 13 years ago Download File
python-cmdln.changes 959 Bytes about 13 years ago Download File
python-cmdln.dsc 354 Bytes about 13 years ago Download File
python-cmdln.spec 2.38 KB about 13 years ago Download File

Latest Revision

hostmaster hostmaster committed about 13 years ago (revision 1)
osc copypac from project:Apache:MirrorBrain package:python-cmdln revision:4

Comments for Apache:Modules (0)