<?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>interlude</name>
<shortdesc>Interlude for Doctests provides an Interactive Console.</shortdesc>
<description>Provides an interactive shell aka console inside your doctest case.
    
The console looks exact like in a doctest-case and you can copy and paste
code from the shell into your doctest. It feels as you are in the test case 
itself. Its not pdb, it's a python shell. 

In your doctest you can invoke the shell at any point by calling::
        
    &gt;&gt;&gt; interact( locals() )        

To make your testrunner interlude aware following is needed:

1) import interlude

2) suite = DocFileSuite( ..., globs=dict(interact=interlude.interact), ...) 

License
=======

`interlude` is copyright 2006-2009 by BlueDynamics Alliance, Klein &amp; Partner KEG,
Austria. It is under the GNU Lesser General Public License (LGPLv3). 
http://opensource.org/licenses/lgpl-3.0.html

written by Jens Klein &lt;jens@bluedynamics.com&gt;</description>
<homepage rdf:resource="https://svn.bluedynamics.eu/svn/public/interlude/" />
<maintainer><foaf:Person><foaf:name>Jens Klein</foaf:name>
<foaf:mbox_sha1sum>c1d67d73fa9e2f68999a083472c28e13c84fcd38</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>