{ "info": { "author": "Matthew Eastman", "author_email": "matt@educreations.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Debuggers" ], "description": "django-ponydebugger\n===================\n\n`PonyDebugger`_ is a remote debugging toolset that uses Chrome Developer\nTools. It consists of 2 parts: a server (`ponyd`_) and an iOS client\nlibrary so you can debug your iOS apps.\n\nThis project adds a Python client for debugging `Django`_ web apps.\n\ndjango-ponydebugger is licensed under the `MIT License`_.\n\nFeatures\n--------\n\n- Network Traffic Debugging\n\n View all requests received by Django, including request and response\n headers and bodies.\n\n- Console\n\n Interact with the running process with a fully functional console.\n\nInstallation / Setup / Usage\n----------------------------\n\nInstall the django-ponydebugger package and its dependencies with the\nfollowing command:\n\n::\n\n pip install django-ponydebugger\n\nUpdate your Django settings module to add\n``django_ponydebugger.middleware.PonyMiddleware`` to\n``MIDDLEWARE_CLASSES`` (preferably near the beginning).\n\nAfter receiving the first request, django-ponydebugger will connect to\nponyd. Connect to ponyd with your browser (probably\nhttp://127.0.0.1:9000/), and you should see Django listed. After\nclicking on Django, django-ponydebugger will report events to\nPonyDebugger / Chrome Developer Tools.\n\nKnown Issues\n------------\n\nNone\n\nFuture Work\n-----------\n\n- Timeline support. It would be nice to report received HTTP requests\n as well as other events related to the request (like DB queries) to\n the Timeline.\n\n.. _PonyDebugger: https://github.com/square/PonyDebugger\n.. _Django: https://www.djangoproject.com/\n.. _ponyd: https://github.com/square/PonyDebugger/blob/master/README_ponyd.rst\n.. _MIT License: http://opensource.org/licenses/MIT", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/educreations/django-ponydebugger", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-ponydebugger", "package_url": "https://pypi.org/project/django-ponydebugger/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-ponydebugger/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/educreations/django-ponydebugger" }, "release_url": "https://pypi.org/project/django-ponydebugger/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "PonyDebugger support for Django", "version": "0.0.3" }, "last_serial": 1209936, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0998f3eccb1ff2915e4e8dbf4980c8fc", "sha256": "aa22f89005f08e5a6693b20cd5cea3051ddad699ad4fc7cc7660c589e874c219" }, "downloads": -1, "filename": "django-ponydebugger-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0998f3eccb1ff2915e4e8dbf4980c8fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11865, "upload_time": "2013-01-21T22:09:18", "url": "https://files.pythonhosted.org/packages/c0/cb/c092111741fad832d4f4ca7ab12dd9fd30505caf9dc3ba4f0fb43f86e7e1/django-ponydebugger-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8aab728b6cbacdfd72985b366a425a02", "sha256": "f43389ebbb938dfed697e1ad05db169b4ec7a27a7b236f96c22527a9e0745572" }, "downloads": -1, "filename": "django-ponydebugger-0.0.2.tar.gz", "has_sig": false, "md5_digest": "8aab728b6cbacdfd72985b366a425a02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12855, "upload_time": "2013-01-23T22:40:00", "url": "https://files.pythonhosted.org/packages/0f/16/cf7fbb7076b3b1adbc6a2541f2082d1b8d6676f690e66c9f40f0a1ceef4a/django-ponydebugger-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "403b27e09a1346eb56f6bec7921370f0", "sha256": "892d10e29acf5a7503528960e81c38ad56f807a84d68b76348d6367b5298bffa" }, "downloads": -1, "filename": "django-ponydebugger-0.0.3.tar.gz", "has_sig": false, "md5_digest": "403b27e09a1346eb56f6bec7921370f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13100, "upload_time": "2013-03-19T23:43:07", "url": "https://files.pythonhosted.org/packages/78/1a/71b61c4096d557102d8a6a68eaf9d559ae1aa3d2e2a20ceedc36fb3aa5dc/django-ponydebugger-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "403b27e09a1346eb56f6bec7921370f0", "sha256": "892d10e29acf5a7503528960e81c38ad56f807a84d68b76348d6367b5298bffa" }, "downloads": -1, "filename": "django-ponydebugger-0.0.3.tar.gz", "has_sig": false, "md5_digest": "403b27e09a1346eb56f6bec7921370f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13100, "upload_time": "2013-03-19T23:43:07", "url": "https://files.pythonhosted.org/packages/78/1a/71b61c4096d557102d8a6a68eaf9d559ae1aa3d2e2a20ceedc36fb3aa5dc/django-ponydebugger-0.0.3.tar.gz" } ] }