Metadata-Version: 1.0
Name: django-debug-toolbar-line-profiler
Version: 0.2.0
Summary: A panel for django-debug-toolbar that integrates information from line_profiler
Home-page: https://github.com/dmclain/django-debug-toolbar-line-profiler
Author: Dave McLain
Author-email: python@davemclain.com
License: BSD
Download-URL: https://pypi.python.org/pypi/django-debug-toolbar-line-profiler
Description: =======================================
        Django Debug Toolbar Line Profile Panel
        =======================================
        
        The `Django Debug Toolbar 
        <https://github.com/django-debug-toolbar/django-debug-toolbar>`_ is a configurable set of panels that display various
        debug information about the current request/response and when clicked, display
        more details about the panel's content.
        
        This package provides a panel that incorporates output from line_profiler_
        
        line_profiler is only compatible with the 2.x branch of python.
        
        This Django Debug Toolbar panel is released under the BSD license, like Django
        and the Django Debug Toolbar. If you like it, please consider contributing!
        
        The Django Debug Toolbar was originally created by Rob Hudson
        in August 2008 and was further developed by many contributors.
        
        .. _line_profiler: http://pythonhosted.org/line_profiler/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
