<?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>ipdb</name>
<shortdesc>IPython-enabled pdb</shortdesc>
<description>IPython pdb
-----------

allows to use 

::

        from ipdb import set_trace; set_trace()

You then get all the nice stuff from IPython (tab completion, nice tracebacks)
right in pdb.


Credits
-------

   * patch from Jean Jordaan for correct setup of colors</description>
<homepage rdf:resource="http://trac.gotcha.python-hosting.com/file/bubblenet/pythoncode/ipdb/README.txt?format=txt" />
<maintainer><foaf:Person><foaf:name>Godefroid Chapelle</foaf:name>
<foaf:mbox_sha1sum>47a56d892f55dbca90e199c0f5b0e788d8bfc6e4</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1dev-r1716</revision></Version></release>
</Project></rdf:RDF>