root/alpine313/: django-debug-toolbar-3.2.1 metadata and description

Homepage Simple index PyPI page

A configurable set of panels that display various debug information about the current request/response.

author Rob Hudson
author_email rob@cogit8.org
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Framework :: Django
  • Framework :: Django :: 2.2
  • Framework :: Django :: 3.0
  • Framework :: Django :: 3.1
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Topic :: Software Development :: Libraries :: Python Modules
download_url https://pypi.org/project/django-debug-toolbar/
license BSD
platform
  • UNKNOWN
requires_dist
  • Django (>=2.2)
  • sqlparse (>=0.2.0)
requires_python >=3.6
File Tox results History
django_debug_toolbar-3.2.1-py3-none-any.whl
Size
195 KB
Type
Python Wheel
Python
3
Jazzband Build Status Test coverage status Supported Python versions Supported Django versions

The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel’s content.

Here’s a screenshot of the toolbar in action:

Django Debug Toolbar screenshot

In addition to the built-in panels, a number of third-party panels are contributed by the community.

The current stable version of the Debug Toolbar is 3.2.1. It works on Django ≥ 2.2.

Documentation, including installation and configuration instructions, is available at https://django-debug-toolbar.readthedocs.io/.

The Django Debug Toolbar is released under the BSD license, like Django itself. If you like it, please consider contributing!

The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org> in August 2008 and was further developed by many contributors.