Metadata-Version: 2.1
Name: django-requests-debug-toolbar
Version: 0.0.1
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
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
Requires-Dist: django-debug-toolbar (>=2.2)

# django-requests-debug-toolbar

A Django Debug Toolbar panel for Requests

## About

Django Requests Debug Toolbar tracks all HTTP requests made with the popular
[requests](https://requests.readthedocs.io/) library. 


## Usage

### Installation

- 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. Especially about ways to make this cleaner.


