Name | django-debug-toolbar JSON |
Version |
5.0.1
JSON |
| download |
home_page | None |
Summary | A configurable set of panels that display various debug information about the current request/response. |
upload_time | 2025-01-14 02:34:12 |
maintainer | None |
docs_url | None |
author | Rob Hudson |
requires_python | >=3.9 |
license | BSD-3-Clause |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
=====================================
Django Debug Toolbar |latest-version|
=====================================
|build-status| |coverage| |docs| |python-support| |django-support|
.. |latest-version| image:: https://img.shields.io/pypi/v/django-debug-toolbar.svg
:target: https://pypi.org/project/django-debug-toolbar/
:alt: Latest version on PyPI
.. |build-status| image:: https://github.com/django-commons/django-debug-toolbar/workflows/Test/badge.svg
:target: https://github.com/django-commons/django-debug-toolbar/actions/workflows/test.yml
:alt: Build Status
.. |coverage| image:: https://img.shields.io/badge/Coverage-94%25-green
:target: https://github.com/django-commons/django-debug-toolbar/actions/workflows/test.yml?query=branch%3Amain
:alt: Test coverage status
.. |docs| image:: https://img.shields.io/readthedocs/django-debug-toolbar/latest.svg
:target: https://readthedocs.org/projects/django-debug-toolbar/
:alt: Documentation status
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar
:target: https://pypi.org/project/django-debug-toolbar/
:alt: Supported Python versions
.. |django-support| image:: https://img.shields.io/pypi/djversions/django-debug-toolbar
:target: https://pypi.org/project/django-debug-toolbar/
:alt: 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:
.. image:: https://raw.github.com/django-commons/django-debug-toolbar/main/example/django-debug-toolbar.png
:alt: 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 5.0.1. It works on
Django ≥ 4.2.0.
The Debug Toolbar has experimental support for `Django's asynchronous views
<https://docs.djangoproject.com/en/dev/topics/async/>`_. Please note that
the Debug Toolbar still lacks the capability for handling concurrent requests.
If you find any issues, please report them on the `issue tracker`_.
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_.
.. _contributors: https://github.com/django-commons/django-debug-toolbar/graphs/contributors
.. _issue tracker: https://github.com/django-commons/django-debug-toolbar/issues
Raw data
{
"_id": null,
"home_page": null,
"name": "django-debug-toolbar",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Rob Hudson",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/93/f6/022cffde1ec6daf3d1418d03a69ddc4f760151f75664dcc9fd2167b2997f/django_debug_toolbar-5.0.1.tar.gz",
"platform": null,
"description": "=====================================\nDjango Debug Toolbar |latest-version|\n=====================================\n\n|build-status| |coverage| |docs| |python-support| |django-support|\n\n.. |latest-version| image:: https://img.shields.io/pypi/v/django-debug-toolbar.svg\n :target: https://pypi.org/project/django-debug-toolbar/\n :alt: Latest version on PyPI\n\n.. |build-status| image:: https://github.com/django-commons/django-debug-toolbar/workflows/Test/badge.svg\n :target: https://github.com/django-commons/django-debug-toolbar/actions/workflows/test.yml\n :alt: Build Status\n\n.. |coverage| image:: https://img.shields.io/badge/Coverage-94%25-green\n :target: https://github.com/django-commons/django-debug-toolbar/actions/workflows/test.yml?query=branch%3Amain\n :alt: Test coverage status\n\n.. |docs| image:: https://img.shields.io/readthedocs/django-debug-toolbar/latest.svg\n :target: https://readthedocs.org/projects/django-debug-toolbar/\n :alt: Documentation status\n\n.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar\n :target: https://pypi.org/project/django-debug-toolbar/\n :alt: Supported Python versions\n\n.. |django-support| image:: https://img.shields.io/pypi/djversions/django-debug-toolbar\n :target: https://pypi.org/project/django-debug-toolbar/\n :alt: Supported Django versions\n\nThe Django Debug Toolbar is a configurable set of panels that display various\ndebug information about the current request/response and when clicked, display\nmore details about the panel's content.\n\nHere's a screenshot of the toolbar in action:\n\n.. image:: https://raw.github.com/django-commons/django-debug-toolbar/main/example/django-debug-toolbar.png\n :alt: Django Debug Toolbar screenshot\n\nIn addition to the built-in panels, a number of third-party panels are\ncontributed by the community.\n\nThe current stable version of the Debug Toolbar is 5.0.1. It works on\nDjango \u2265 4.2.0.\n\nThe Debug Toolbar has experimental support for `Django's asynchronous views\n<https://docs.djangoproject.com/en/dev/topics/async/>`_. Please note that\nthe Debug Toolbar still lacks the capability for handling concurrent requests.\nIf you find any issues, please report them on the `issue tracker`_.\n\nDocumentation, including installation and configuration instructions, is\navailable at https://django-debug-toolbar.readthedocs.io/.\n\nThe Django Debug Toolbar is released under the BSD license, like Django\nitself. If you like it, please consider contributing!\n\nThe Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>\nin August 2008 and was further developed by many contributors_.\n\n.. _contributors: https://github.com/django-commons/django-debug-toolbar/graphs/contributors\n.. _issue tracker: https://github.com/django-commons/django-debug-toolbar/issues\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A configurable set of panels that display various debug information about the current request/response.",
"version": "5.0.1",
"project_urls": {
"Download": "https://pypi.org/project/django-debug-toolbar/",
"Homepage": "https://github.com/django-commons/django-debug-toolbar"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "36f73b406dc871d88c938d2bd967e65acf725b46c4e7c9add6a1f1bbaff9bdcf",
"md5": "1bb4734a70a6b45f8729a0436564e63d",
"sha256": "7456cc2e951db37dab335686db7803c4a0ecb6736d120705f6668db9548bf49f"
},
"downloads": -1,
"filename": "django_debug_toolbar-5.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1bb4734a70a6b45f8729a0436564e63d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 260038,
"upload_time": "2025-01-14T02:34:09",
"upload_time_iso_8601": "2025-01-14T02:34:09.447749Z",
"url": "https://files.pythonhosted.org/packages/36/f7/3b406dc871d88c938d2bd967e65acf725b46c4e7c9add6a1f1bbaff9bdcf/django_debug_toolbar-5.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "93f6022cffde1ec6daf3d1418d03a69ddc4f760151f75664dcc9fd2167b2997f",
"md5": "31229622df813df7670e09cbf1eb0796",
"sha256": "296f6f18a80710e84fbb8361538ae5ec522a75ebe9ab67db34bcf1026cbeb420"
},
"downloads": -1,
"filename": "django_debug_toolbar-5.0.1.tar.gz",
"has_sig": false,
"md5_digest": "31229622df813df7670e09cbf1eb0796",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 295982,
"upload_time": "2025-01-14T02:34:12",
"upload_time_iso_8601": "2025-01-14T02:34:12.227520Z",
"url": "https://files.pythonhosted.org/packages/93/f6/022cffde1ec6daf3d1418d03a69ddc4f760151f75664dcc9fd2167b2997f/django_debug_toolbar-5.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-14 02:34:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "django-commons",
"github_project": "django-debug-toolbar",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "django-debug-toolbar"
}