Metadata-Version: 2.4
Name: django-requests-debug-toolbar
Version: 0.0.7
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
Keywords: django django-debug-toolbar requests debug toolbar
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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE
Requires-Dist: django-debug-toolbar>=2.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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.
