METADATA 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. Metadata-Version: 2.1
  2. Name: django-debug-toolbar
  3. Version: 4.1.0
  4. Summary: A configurable set of panels that display various debug information about the current request/response.
  5. Project-URL: Download, https://pypi.org/project/django-debug-toolbar/
  6. Project-URL: Homepage, https://github.com/jazzband/django-debug-toolbar
  7. Author: Rob Hudson
  8. License: BSD-3-Clause
  9. License-File: LICENSE
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Environment :: Web Environment
  12. Classifier: Framework :: Django
  13. Classifier: Framework :: Django :: 3.2
  14. Classifier: Framework :: Django :: 4.0
  15. Classifier: Framework :: Django :: 4.1
  16. Classifier: Framework :: Django :: 4.2
  17. Classifier: Intended Audience :: Developers
  18. Classifier: License :: OSI Approved :: BSD License
  19. Classifier: Operating System :: OS Independent
  20. Classifier: Programming Language :: Python
  21. Classifier: Programming Language :: Python :: 3 :: Only
  22. Classifier: Programming Language :: Python :: 3.8
  23. Classifier: Programming Language :: Python :: 3.9
  24. Classifier: Programming Language :: Python :: 3.10
  25. Classifier: Programming Language :: Python :: 3.11
  26. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  27. Requires-Python: >=3.8
  28. Requires-Dist: django>=3.2.4
  29. Requires-Dist: sqlparse>=0.2
  30. Description-Content-Type: text/x-rst
  31. =====================================
  32. Django Debug Toolbar |latest-version|
  33. =====================================
  34. |jazzband| |build-status| |coverage| |docs| |python-support| |django-support|
  35. .. |latest-version| image:: https://img.shields.io/pypi/v/django-debug-toolbar.svg
  36. :target: https://pypi.org/project/django-debug-toolbar/
  37. :alt: Latest version on PyPI
  38. .. |jazzband| image:: https://jazzband.co/static/img/badge.svg
  39. :target: https://jazzband.co/
  40. :alt: Jazzband
  41. .. |build-status| image:: https://github.com/jazzband/django-debug-toolbar/workflows/Test/badge.svg
  42. :target: https://github.com/jazzband/django-debug-toolbar/actions
  43. :alt: Build Status
  44. .. |coverage| image:: https://img.shields.io/badge/Coverage-94%25-green
  45. :target: https://github.com/jazzband/django-debug-toolbar/actions/workflows/test.yml?query=branch%3Amain
  46. :alt: Test coverage status
  47. .. |docs| image:: https://img.shields.io/readthedocs/django-debug-toolbar/latest.svg
  48. :target: https://readthedocs.org/projects/django-debug-toolbar/
  49. :alt: Documentation status
  50. .. |python-support| image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar
  51. :target: https://pypi.org/project/django-debug-toolbar/
  52. :alt: Supported Python versions
  53. .. |django-support| image:: https://img.shields.io/pypi/djversions/django-debug-toolbar
  54. :target: https://pypi.org/project/django-debug-toolbar/
  55. :alt: Supported Django versions
  56. The Django Debug Toolbar is a configurable set of panels that display various
  57. debug information about the current request/response and when clicked, display
  58. more details about the panel's content.
  59. Here's a screenshot of the toolbar in action:
  60. .. image:: https://raw.github.com/jazzband/django-debug-toolbar/main/example/django-debug-toolbar.png
  61. :alt: Django Debug Toolbar screenshot
  62. In addition to the built-in panels, a number of third-party panels are
  63. contributed by the community.
  64. The current stable version of the Debug Toolbar is 4.1.0. It works on
  65. Django ≥ 3.2.4.
  66. Documentation, including installation and configuration instructions, is
  67. available at https://django-debug-toolbar.readthedocs.io/.
  68. The Django Debug Toolbar is released under the BSD license, like Django
  69. itself. If you like it, please consider contributing!
  70. The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>
  71. in August 2008 and was further developed by many contributors_.
  72. .. _contributors: https://github.com/jazzband/django-debug-toolbar/graphs/contributors