A Django Debug Toolbar pannel to track calls made with requests library.
Project description
1 Welcome to ddt-api-calls’s documentation!
- Version:
0.2.0
- Source:
- Keywords:
django, debug, debug_toolbar, requests, api
- PythonVersion:
3.8
A Django Debug Toolbar pannel to track calls made with requests library
2 Features
Track (API) calls made with the requests library
Display individual request method, path and duration
Display total number of calls and total duration start-end
3 Installation
3.1 Requirements
Python 3.6 or above
setuptools 30.3.0 or above
Django 2.2 or newer
3.2 Install
pip install ddt-api-calls
Add ddt_api_calls to INSTALLED_APPS.
Add ddt_api_calls.panels.APICallsPanel to the DEBUG_TOOLBAR_PANELS setting.
4 Usage
Make your usual requests and see the data in the panels :-)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ddt-api-calls-0.2.0.tar.gz
(6.3 kB
view hashes)
Built Distribution
Close
Hashes for ddt_api_calls-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3e1c6ac7c720d01609542586074fa036b592884fdda2a4c72714767b782f9e0 |
|
MD5 | b7191627f571b593567fb2cf6c4c1de2 |
|
BLAKE2b-256 | c7715230937b22782784def94c73554e7154851894b5cbecae3b6cc57a0b3d81 |