Metadata-Version: 1.1
Name: chrome_panel
Version: 0.0.1
Summary: chrome debug panel
Home-page: https://github.com/bastianh
Author: Bastian Hoyer
Author-email: dafire@gmail.com
License: BSD License
Description: 
        chrome_panel
        ============
        
        chrome_panel will be a replacement for debug_toolbar.
        Instead of modifieing the page the debug output will be shown in a chrome extension.
        
        The chrome extension will add a header to the request to enable debugging. The webapp will add a header to the response with basic information and a link to get more data.
        
        this is pre alpha testing stuff.
        
        some code is directly taken from [django\_debug\_toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) to get testing started.
        
        this stuff is like django and django\_debug\_toolbar under BSD license.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
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 :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
