PKG-INFO 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Metadata-Version: 1.1
  2. Name: django-debug-toolbar
  3. Version: 1.3.2
  4. Summary: A configurable set of panels that display various debug information about the current request/response.
  5. Home-page: https://github.com/django-debug-toolbar/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://secure.travis-ci.org/django-debug-toolbar/django-debug-toolbar.png
  14. :alt: Build Status
  15. :target: http://travis-ci.org/django-debug-toolbar/django-debug-toolbar
  16. The Django Debug Toolbar is a configurable set of panels that display various
  17. debug information about the current request/response and when clicked, display
  18. more details about the panel's content.
  19. Here's a screenshot of the toolbar in action:
  20. .. image:: https://raw.github.com/django-debug-toolbar/django-debug-toolbar/master/example/django-debug-toolbar.png
  21. :width: 908
  22. :height: 557
  23. In addition to the built-in panels, a number of third-party panels are
  24. contributed by the community.
  25. The current version of the Debug Toolbar is 1.3.2. It works on Django 1.4 to 1.8.
  26. If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
  27. If you're using Django ≥ 1.5, there aren't any restrictions.
  28. Documentation, including installation and configuration instructions, is
  29. available at http://django-debug-toolbar.readthedocs.org/.
  30. The Django Debug Toolbar is released under the BSD license, like Django
  31. itself. If you like it, please consider contributing!
  32. The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>
  33. in August 2008 and was further developed by many contributors_.
  34. .. _contributors: https://github.com/django-debug-toolbar/django-debug-toolbar/graphs/contributors
  35. Platform: UNKNOWN
  36. Classifier: Development Status :: 5 - Production/Stable
  37. Classifier: Environment :: Web Environment
  38. Classifier: Framework :: Django
  39. Classifier: Intended Audience :: Developers
  40. Classifier: License :: OSI Approved :: BSD License
  41. Classifier: Operating System :: OS Independent
  42. Classifier: Programming Language :: Python
  43. Classifier: Programming Language :: Python :: 2
  44. Classifier: Programming Language :: Python :: 2.6
  45. Classifier: Programming Language :: Python :: 2.7
  46. Classifier: Programming Language :: Python :: 3
  47. Classifier: Programming Language :: Python :: 3.2
  48. Classifier: Programming Language :: Python :: 3.3
  49. Classifier: Programming Language :: Python :: 3.4
  50. Classifier: Topic :: Software Development :: Libraries :: Python Modules