<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>cmd2</name>
<shortdesc>Extra features for standard library's cmd module</shortdesc>
<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
    * &gt; (filename), &gt;&gt; (filename) redirect output to file
    * &lt; (filename) gets input from file
    * bare &gt;, &gt;&gt;, &lt; redirect to/from paste buffer
    * accepts abbreviated commands when unambiguous
    * `py` enters interactive Python console
    * test apps against sample session transcript (see example/example.py)

Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.

Usage samples at http://catherine.devlin.googlepages.com/cmd2.html</description>
<homepage rdf:resource="http://www.assembla.com/wiki/show/python-cmd2" />
<maintainer><foaf:Person><foaf:name>Catherine Devlin</foaf:name>
<foaf:mbox_sha1sum>174c049f63de61a52d71d27b67907aaa7a08c179</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.5.5</revision></Version></release>
</Project></rdf:RDF>