Metadata-Version: 2.1
Name: debuglater
Version: 1.3.3
Summary: Post-mortem debugging for Python programs
Home-page: https://github.com/ploomber/debuglater
Author: Ploomber
Author-email: contact@plooomber.io
License: MIT
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
Requires-Dist: colorama
Provides-Extra: all
Requires-Dist: dill ; extra == 'all'
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: yapf ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: invoke ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: pkgmt ; extra == 'dev'
Requires-Dist: pandas ; extra == 'dev'
Requires-Dist: numpy ; extra == 'dev'
Requires-Dist: dill ; extra == 'dev'


debuglater 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).
