PKG-INFO 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Metadata-Version: 1.1
  2. Name: django-debug-toolbar
  3. Version: 1.9.1
  4. Summary: A configurable set of panels that display various debug information about the current request/response.
  5. Home-page: https://github.com/jazzband/django-debug-toolbar
  6. Author: Rob Hudson
  7. Author-email: rob@cogit8.org
  8. License: BSD
  9. Download-URL: https://pypi.python.org/pypi/django-debug-toolbar
  10. Description: ====================
  11. Django Debug Toolbar
  12. ====================
  13. .. image:: https://jazzband.co/static/img/badge.svg
  14. :target: https://jazzband.co/
  15. :alt: Jazzband
  16. .. image:: https://travis-ci.org/jazzband/django-debug-toolbar.svg?branch=master
  17. :target: https://travis-ci.org/jazzband/django-debug-toolbar
  18. :alt: Build Status
  19. .. image:: https://codecov.io/gh/jazzband/django-debug-toolbar/branch/master/graph/badge.svg
  20. :target: https://codecov.io/gh/jazzband/django-debug-toolbar
  21. :alt: Test coverage status
  22. .. image:: https://requires.io/github/jazzband/django-debug-toolbar/requirements.svg?branch=master
  23. :target: https://requires.io/github/jazzband/django-debug-toolbar/requirements/?branch=master
  24. :alt: Requirements Status
  25. The Django Debug Toolbar is a configurable set of panels that display various
  26. debug information about the current request/response and when clicked, display
  27. more details about the panel's content.
  28. Here's a screenshot of the toolbar in action:
  29. .. image:: https://raw.github.com/jazzband/django-debug-toolbar/master/example/django-debug-toolbar.png
  30. :width: 908
  31. :height: 557
  32. In addition to the built-in panels, a number of third-party panels are
  33. contributed by the community.
  34. The current version of the Debug Toolbar is 1.9. It works on Django ≥ 1.8.
  35. Documentation, including installation and configuration instructions, is
  36. available at https://django-debug-toolbar.readthedocs.io/.
  37. The Django Debug Toolbar is released under the BSD license, like Django
  38. itself. If you like it, please consider contributing!
  39. The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>
  40. in August 2008 and was further developed by many contributors_.
  41. .. _contributors: https://github.com/jazzband/django-debug-toolbar/graphs/contributors
  42. Platform: UNKNOWN
  43. Classifier: Development Status :: 5 - Production/Stable
  44. Classifier: Environment :: Web Environment
  45. Classifier: Framework :: Django
  46. Classifier: Framework :: Django :: 1.8
  47. Classifier: Framework :: Django :: 1.9
  48. Classifier: Framework :: Django :: 1.10
  49. Classifier: Framework :: Django :: 1.11
  50. Classifier: Framework :: Django :: 2.0
  51. Classifier: Intended Audience :: Developers
  52. Classifier: License :: OSI Approved :: BSD License
  53. Classifier: Operating System :: OS Independent
  54. Classifier: Programming Language :: Python
  55. Classifier: Programming Language :: Python :: 2
  56. Classifier: Programming Language :: Python :: 2.7
  57. Classifier: Programming Language :: Python :: 3
  58. Classifier: Programming Language :: Python :: 3.3
  59. Classifier: Programming Language :: Python :: 3.4
  60. Classifier: Programming Language :: Python :: 3.5
  61. Classifier: Programming Language :: Python :: 3.6
  62. Classifier: Topic :: Software Development :: Libraries :: Python Modules