{ "info": { "author": "Nikita Grishko", "author_email": "gr1n@protonmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# django-debug-informer [![Build Status](https://travis-ci.org/Gr1N/django-debug-informer.svg?branch=master)](https://travis-ci.org/Gr1N/django-debug-informer) [![codecov](https://codecov.io/gh/Gr1N/django-debug-informer/branch/master/graph/badge.svg)](https://codecov.io/gh/Gr1N/django-debug-informer) [![Updates](https://pyup.io/repos/github/Gr1N/django-debug-informer/shield.svg)](https://pyup.io/repos/github/Gr1N/django-debug-informer/)\n\nThe Django Debug Informer is a simple application that helps you to display various debug information about the Django project.\n\n## Installation\n\n $ pip install django-debug-informer\n\nAnd add `debug_informer` to your `INSTALLED_APPS` setting:\n\n INSTALLED_APPS = [\n # ...\n 'debug_informer',\n ]\n\nAdd `DebugInformerHeadersMiddleware` to your `MIDDLEWARES` setting:\n\n MIDDLEWARES = [\n # ...\n 'debug_informer.middleware.DebugInformerHeadersMiddleware',\n ]\n\nInclude the application urls into your project root urlconf:\n\n urlpatterns = [\n # ...\n path('djdi/', include('debug_informer.urls', namespace='djdi')),\n ]\n\nEnjoy!\n\n## Usage\n\nTo get Python version:\n\n $ http :8000/djdi/versions/python/\n HTTP/1.1 200 OK\n Content-Length: 132\n Content-Type: application/json\n Date: Sun, 29 Apr 2018 16:53:05 GMT\n Server: WSGIServer/0.2 CPython/3.6.5\n X-DI-Backend-Host: bat-book.local\n X-DI-Backend-Pid: 60817\n X-DI-Backend-Start-At: 2018-04-29T16:52:56.380979+00:00\n X-Frame-Options: SAMEORIGIN\n\n {\n \"name\": \"Python\",\n \"version\": \"3.6.5 (default, Mar 30 2018, 06:41:53) \\n[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)]\"\n }\n\nTo get list of installed packages:\n\n \u2794 http :8000/djdi/versions/packages/\n HTTP/1.1 200 OK\n Content-Length: 284\n Content-Type: application/json\n Date: Sun, 29 Apr 2018 16:54:52 GMT\n Server: WSGIServer/0.2 CPython/3.6.5\n X-DI-Backend-Host: bat-book.local\n X-DI-Backend-Pid: 60817\n X-DI-Backend-Start-At: 2018-04-29T16:52:56.380979+00:00\n X-Frame-Options: SAMEORIGIN\n\n {\n \"list\": [\n {\n \"name\": \"wheel\",\n \"version\": \"0.31.0\"\n },\n {\n \"name\": \"setuptools\",\n \"version\": \"39.1.0\"\n },\n {\n \"name\": \"pytz\",\n \"version\": \"2018.4\"\n },\n {\n \"name\": \"pip\",\n \"version\": \"10.0.1\"\n },\n {\n \"name\": \"Django\",\n \"version\": \"2.0.4\"\n },\n {\n \"name\": \"django-debug-informer\",\n \"version\": \"0.3.1.dev0\"\n }\n ],\n \"total\": 6\n }\n\nTo get specified package:\n\n $ http :8000/djdi/versions/packages/Django/\n HTTP/1.1 200 OK\n Content-Length: 38\n Content-Type: application/json\n Date: Sun, 29 Apr 2018 16:56:26 GMT\n Server: WSGIServer/0.2 CPython/3.6.5\n X-DI-Backend-Host: bat-book.local\n X-DI-Backend-Pid: 60817\n X-DI-Backend-Start-At: 2018-04-29T16:52:56.380979+00:00\n X-Frame-Options: SAMEORIGIN\n\n {\n \"name\": \"Django\",\n \"version\": \"2.0.4\"\n }\n\n## Testing and linting\n\nFor testing and linting install [tox](http://tox.readthedocs.io):\n\n $ pip install tox\n\n...and run:\n\n $ tox\n\n## License\n\n*django-debug-informer* is licensed under the MIT license. See the license file for details.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Gr1N/django-debug-informer", "keywords": "django debug", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-debug-informer", "package_url": "https://pypi.org/project/django-debug-informer/", "platform": "", "project_url": "https://pypi.org/project/django-debug-informer/", "project_urls": { "Bug Reports": "https://github.com/Gr1N/django-debug-informer/issues", "Homepage": "https://github.com/Gr1N/django-debug-informer", "Source": "https://github.com/Gr1N/django-debug-informer" }, "release_url": "https://pypi.org/project/django-debug-informer/0.4.0/", "requires_dist": null, "requires_python": "", "summary": "A simple application that helps you to display various debug information about the Django project", "version": "0.4.0" }, "last_serial": 3819037, "releases": { "0.0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "51b0bab0a12f037b813eaed1e28e7cfd", "sha256": "9644642017bff0522875f07e9eb8078e96e82c3cf3fc23a9e7ffff89465b9b54" }, "downloads": -1, "filename": "django-debug-informer-0.1.0.zip", "has_sig": false, "md5_digest": "51b0bab0a12f037b813eaed1e28e7cfd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10520, "upload_time": "2015-03-08T15:47:13", "url": "https://files.pythonhosted.org/packages/4b/be/6125f5f564f6c7595224234c734a1874c3b19f6c0ac63bfdced482dc959b/django-debug-informer-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0fd2f9bee2ca30c849ecd8a83a7f0c40", "sha256": "2a1ec8d9857c90f3742298eadd59ade3dacd4c42dab7a65a067dc52e607deb1a" }, "downloads": -1, "filename": "django-debug-informer-0.2.0.zip", "has_sig": false, "md5_digest": "0fd2f9bee2ca30c849ecd8a83a7f0c40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9721, "upload_time": "2015-11-03T20:30:26", "url": "https://files.pythonhosted.org/packages/af/23/9450ee4da928becbea2d5cebca5d885e9c49a71bc37050b8ae2a2ffc5de6/django-debug-informer-0.2.0.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "eb374f2fd14ab9a024b3b8694b2d80c0", "sha256": "2ef70a73b85eb13e7b6e9c7b8b63fcd4fcc178f8ddfaf44ad95481717630c5f2" }, "downloads": -1, "filename": "django-debug-informer-0.3.0.zip", "has_sig": false, "md5_digest": "eb374f2fd14ab9a024b3b8694b2d80c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12855, "upload_time": "2016-01-31T10:59:11", "url": "https://files.pythonhosted.org/packages/9c/68/8bb972a1378e7626d8ab6f2d88cd5102f86594b1709f4f53bd14d905fa55/django-debug-informer-0.3.0.zip" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "8f7b4f7e1f286fda106af55cb6f5c6ed", "sha256": "b2eddc10444b706c2bf89fe18c462e7a2d20058f322666455c93a97cfabe8723" }, "downloads": -1, "filename": "django_debug_informer-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f7b4f7e1f286fda106af55cb6f5c6ed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4883, "upload_time": "2018-04-29T17:16:35", "url": "https://files.pythonhosted.org/packages/9b/3e/7f46e7681e418ab3fb497b1d0149ff7cae74269f12f8f17860d5b479564a/django_debug_informer-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b5feb314d34977fe9f2e27c504225174", "sha256": "e6afd5a02570e2b561bbdfed4dc82899c8fee1f77ad9c70bcc5f64f12b307fe0" }, "downloads": -1, "filename": "django-debug-informer-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b5feb314d34977fe9f2e27c504225174", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4524, "upload_time": "2018-04-29T17:16:34", "url": "https://files.pythonhosted.org/packages/bc/43/bee3883d36416698860ac827c9cc47931f3e8506ede84fa24233bd017592/django-debug-informer-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f7b4f7e1f286fda106af55cb6f5c6ed", "sha256": "b2eddc10444b706c2bf89fe18c462e7a2d20058f322666455c93a97cfabe8723" }, "downloads": -1, "filename": "django_debug_informer-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f7b4f7e1f286fda106af55cb6f5c6ed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4883, "upload_time": "2018-04-29T17:16:35", "url": "https://files.pythonhosted.org/packages/9b/3e/7f46e7681e418ab3fb497b1d0149ff7cae74269f12f8f17860d5b479564a/django_debug_informer-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b5feb314d34977fe9f2e27c504225174", "sha256": "e6afd5a02570e2b561bbdfed4dc82899c8fee1f77ad9c70bcc5f64f12b307fe0" }, "downloads": -1, "filename": "django-debug-informer-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b5feb314d34977fe9f2e27c504225174", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4524, "upload_time": "2018-04-29T17:16:34", "url": "https://files.pythonhosted.org/packages/bc/43/bee3883d36416698860ac827c9cc47931f3e8506ede84fa24233bd017592/django-debug-informer-0.4.0.tar.gz" } ] }