Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Metadata-Version: 2.0
  2. Name: django-debug-toolbar
  3. Version: 1.10.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.org/project/django-debug-toolbar/
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Environment :: Web Environment
  13. Classifier: Framework :: Django
  14. Classifier: Framework :: Django :: 1.11
  15. Classifier: Framework :: Django :: 2.0
  16. Classifier: Framework :: Django :: 2.1
  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 :: 2
  22. Classifier: Programming Language :: Python :: 2.7
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Programming Language :: Python :: 3.4
  25. Classifier: Programming Language :: Python :: 3.5
  26. Classifier: Programming Language :: Python :: 3.6
  27. Classifier: Programming Language :: Python :: 3.7
  28. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  29. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  30. Requires-Dist: Django (>=1.11)
  31. Requires-Dist: sqlparse (>=0.2.0)
  32. ====================
  33. Django Debug Toolbar
  34. ====================
  35. .. image:: https://jazzband.co/static/img/badge.svg
  36. :target: https://jazzband.co/
  37. :alt: Jazzband
  38. .. image:: https://travis-ci.org/jazzband/django-debug-toolbar.svg?branch=master
  39. :target: https://travis-ci.org/jazzband/django-debug-toolbar
  40. :alt: Build Status
  41. .. image:: https://codecov.io/gh/jazzband/django-debug-toolbar/branch/master/graph/badge.svg
  42. :target: https://codecov.io/gh/jazzband/django-debug-toolbar
  43. :alt: Test coverage status
  44. .. image:: https://requires.io/github/jazzband/django-debug-toolbar/requirements.svg?branch=master
  45. :target: https://requires.io/github/jazzband/django-debug-toolbar/requirements/?branch=master
  46. :alt: Requirements Status
  47. The Django Debug Toolbar is a configurable set of panels that display various
  48. debug information about the current request/response and when clicked, display
  49. more details about the panel's content.
  50. Here's a screenshot of the toolbar in action:
  51. .. image:: https://raw.github.com/jazzband/django-debug-toolbar/master/example/django-debug-toolbar.png
  52. :width: 908
  53. :height: 557
  54. In addition to the built-in panels, a number of third-party panels are
  55. contributed by the community.
  56. The current version of the Debug Toolbar is 1.10.1. It works on Django ≥ 1.11.
  57. Documentation, including installation and configuration instructions, is
  58. available at https://django-debug-toolbar.readthedocs.io/.
  59. The Django Debug Toolbar is released under the BSD license, like Django
  60. itself. If you like it, please consider contributing!
  61. The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>
  62. in August 2008 and was further developed by many contributors_.
  63. .. _contributors: https://github.com/jazzband/django-debug-toolbar/graphs/contributors