Metadata-Version: 1.1
Name: cmdln
Version: 2.0.0
Summary: An improved cmd.py for writing multi-command scripts and shells.
Home-page: http://github.com/trentm/cmdln
Author: Trent Mick
Author-email: trentm@gmail.com
License: http://www.opensource.org/licenses/mit-license.php
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.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
