Metadata-Version: 1.1
Name: pydump
Version: 1.0.0
Summary: Post-mortem debugging for Python programs
Home-page: https://github.com/gooli/pydump
Author: Eli Finer
Author-email: eli.finer@gmail.com
License: MIT
Description: 
        Pydump allows post-mortem debugging for Python programs.
        
        It writes the traceback of an exception into a file and can later load
        it in a Python debugger.
        
        Works with the built-in pdb and with other popular debuggers
        (pudb, ipdb and pdbpp).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Debuggers
