Metadata-Version: 1.1
Name: django-requests-debug-toolbar
Version: 0.0.2
Summary: A Django Debug Toolbar panel for Requests
Home-page: https://github.com/marceltschoppch/django-requests-debug-toolbar
Author: Marcel Tschopp
Author-email: info@marceltschopp.ch
License: MIT
Description: django-requests-debug-toolbar
        =============================
        
        A `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/>`_ panel for Requests
        
        About
        -----
        
        Django Requests Debug Toolbar tracks all HTTP requests made with the popular
        `requests <https://requests.readthedocs.io/>`_ library.
        
        
        Usage
        -----
        
        #. Install using pip::
        
            pip install django-requests-debug-toolbar
        
        #. Add ``requests_panel`` to your ``INSTALLED_APPS`` setting.
        #. Add ``requests_panel.panel.RequestsDebugPanel`` to your ``DEBUG_TOOLBAR_PANELS``.
        
        
        Contributing
        ------------
        
        All suggestions are welcome.
        
Keywords: django django-debug-toolbar requests debug toolbar
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
