Metadata-Version: 1.0
Name: infi.traceback
Version: 0.3.1
Summary: better tracebacks
Home-page: http://www.infinidat.com
Author: Guy Rozendorn
Author-email: guy@rzn.co.il
License: PSF
Description: Tracebacks in Python are missing some useful debugging information, such is locals() in each stack frame
        This module provides several mechanisms for better tracebacks:
        * traceback_context. A context that in patches standard's library traceback module to print better tracebacks
        * traceback_decorator. A decorator that calls the decorated method inside the traceback_context
        * Nose Plugin. The plugin, enabled with '--with-infi-traceback', prints a better traceback for errors and failures
        * pretty_traceback_and_exit_decorator. A decorator for console script entry points that prints exceptions and raises SystemExit
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
