Metadata-Version: 1.0
Name: cmd2
Version: 0.1
Summary: Extra features for standard library's cmd module
Home-page: https://sourceforge.net/projects/python-cmd2
Author: Catherine Devlin
Author-email: catherinedevlin@gmail.com
License: MIT
Description: Enhancements for standard library's cmd module.
        
        Drop-in replacement adds several features for command-prompt tools:
        
        - Searchable command history (commands: "hi", "li", "run")
        - Load commands from file, save to file, edit commands in file
        - Multi-line commands
        - Case-insensitive commands
        - Special-character shortcut commands (beyond cmd's "@" and "!")
        - Settable environment parameters
        - Parsing commands with flags
        
        Useable without modification anywhere cmd is used; simply import cmd2.Cmd
        in place of cmd.Cmd
        
        
Keywords: command-prompt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Python Modules
