Metadata-Version: 1.0
Name: cmdln
Version: 1.1.1
Summary: an improved cmd.py for writing multi-command scripts and shells
Home-page: http://trentm.com/projects/cmdln/
Author: Trent Mick
Author-email: TrentM@ActiveState.com
License: MIT License
Description: `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.
        
Keywords: cmdln,cmd,shell,command-line
Platform: Windows
Platform: Linux
Platform: Mac OS X
Platform: Unix
