Version 14, last updated by tgoodchild at Sep 09 08:01 2011 UTC

cmd2, a toolkit for simple interactive command-line applications. A drop-in enhancement adding features to the Python Standard Library's cmd module.

Getting the Source Code

Make sure you have Mercurial, then type:

hg clone http://hg.assembla.com/python-cmd2 cmd2
cd cmd2
python setup.py develop

Example

Sample cmd2-based application

Owner

catherinedevlin