Metadata-Version: 1.0
Name: ipdb
Version: 0.1dev-r1556
Summary: IPython-enabled pdb
Home-page: UNKNOWN
Author: Godefroid Chapelle
Author-email: gotcha@bubblenet.be
License: GPL
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.
        
Keywords: pdb ipython
Platform: UNKNOWN
