django-debug-toolbar


Namedjango-debug-toolbar JSON
Version 4.4.6 PyPI version JSON
download
home_pageNone
SummaryA configurable set of panels that display various debug information about the current request/response.
upload_time2024-07-10 13:18:13
maintainerNone
docs_urlNone
authorRob Hudson
requires_python>=3.8
licenseBSD-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|
=====================================

|jazzband| |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

.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
   :target: https://jazzband.co/
   :alt: Jazzband

.. |build-status| image:: https://github.com/jazzband/django-debug-toolbar/workflows/Test/badge.svg
   :target: https://github.com/jazzband/django-debug-toolbar/actions
   :alt: Build Status

.. |coverage| image:: https://img.shields.io/badge/Coverage-94%25-green
   :target: https://github.com/jazzband/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/jazzband/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 4.4.6. It works on
Django ≥ 4.2.0.

The Debug Toolbar does not currently support `Django's asynchronous views
<https://docs.djangoproject.com/en/dev/topics/async/>`_.

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/jazzband/django-debug-toolbar/graphs/contributors

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-debug-toolbar",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rob Hudson",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d4/9c/0a3238eda0a46df20f2e3fe2a30313d34f5042a1a737d08230b77c29a3e9/django_debug_toolbar-4.4.6.tar.gz",
    "platform": null,
    "description": "=====================================\nDjango Debug Toolbar |latest-version|\n=====================================\n\n|jazzband| |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.. |jazzband| image:: https://jazzband.co/static/img/badge.svg\n   :target: https://jazzband.co/\n   :alt: Jazzband\n\n.. |build-status| image:: https://github.com/jazzband/django-debug-toolbar/workflows/Test/badge.svg\n   :target: https://github.com/jazzband/django-debug-toolbar/actions\n   :alt: Build Status\n\n.. |coverage| image:: https://img.shields.io/badge/Coverage-94%25-green\n   :target: https://github.com/jazzband/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/jazzband/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 4.4.6. It works on\nDjango \u2265 4.2.0.\n\nThe Debug Toolbar does not currently support `Django's asynchronous views\n<https://docs.djangoproject.com/en/dev/topics/async/>`_.\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/jazzband/django-debug-toolbar/graphs/contributors\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": "4.4.6",
    "project_urls": {
        "Download": "https://pypi.org/project/django-debug-toolbar/",
        "Homepage": "https://github.com/jazzband/django-debug-toolbar"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f332036a472eedfbe49240dffea965242b3f444de4ea4fbeceb82ccea33a2ce",
                "md5": "06be45956432ef83ee181ec376a60b01",
                "sha256": "3beb671c9ec44ffb817fad2780667f172bd1c067dbcabad6268ce39a81335f45"
            },
            "downloads": -1,
            "filename": "django_debug_toolbar-4.4.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06be45956432ef83ee181ec376a60b01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 229621,
            "upload_time": "2024-07-10T13:18:35",
            "upload_time_iso_8601": "2024-07-10T13:18:35.710865Z",
            "url": "https://files.pythonhosted.org/packages/2f/33/2036a472eedfbe49240dffea965242b3f444de4ea4fbeceb82ccea33a2ce/django_debug_toolbar-4.4.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d49c0a3238eda0a46df20f2e3fe2a30313d34f5042a1a737d08230b77c29a3e9",
                "md5": "c48037854987413d448c93e1798ccdb5",
                "sha256": "36e421cb908c2f0675e07f9f41e3d1d8618dc386392ec82d23bcfcd5d29c7044"
            },
            "downloads": -1,
            "filename": "django_debug_toolbar-4.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c48037854987413d448c93e1798ccdb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 272610,
            "upload_time": "2024-07-10T13:18:13",
            "upload_time_iso_8601": "2024-07-10T13:18:13.302225Z",
            "url": "https://files.pythonhosted.org/packages/d4/9c/0a3238eda0a46df20f2e3fe2a30313d34f5042a1a737d08230b77c29a3e9/django_debug_toolbar-4.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-10 13:18:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jazzband",
    "github_project": "django-debug-toolbar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-debug-toolbar"
}
        
Elapsed time: 0.46125s