{ "info": { "author": "Nathan Reynolds", "author_email": "email@nreynolds.co.uk", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "Django Wiretap\n==============\n\nCaptures HTTP requests & responses for debugging.\n\nThis is an early release, and is **not** suitable for production use.\n\n\nScreenshots\n-----------\n\nList\n^^^^\n\n .. image:: https://raw.githubusercontent.com/nathforge/django-wiretap/master/screenshot-list.png\n\nView\n^^^^\n\n .. image:: https://raw.githubusercontent.com/nathforge/django-wiretap/master/screenshot-view.png\n\n\nUsage:\n------\n\n- Install the package with ``pip install django-wiretap``\n\n- Edit Django settings:\n\n - Add ``'wiretap'`` to ``INSTALLED_APPS``.\n\n - Add ``'wiretap.middleware.WiretapMiddleware'`` to your\n ``MIDDLEWARE_CLASSES``.\n\n- Create models with ``./manage.py syncdb``\n\n- Go to Django admin, add a new ``Tap``.\n\n - This contains a path `regex `_,\n which is matched against the full path including the query string.\n\n - For example, to capture everything within the ``/api/`` path of your site,\n use ``'^/api/'``.\n\n - If you just want to test Wiretap, set it to ``'/'``.\n\nHTTP request/responses will now be saved to the `Message` admin page.\n\nNote that Wiretap will be disabled if Django is not in debug mode.", "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/nathforge/django-wiretap", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-wiretap", "package_url": "https://pypi.org/project/django-wiretap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-wiretap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nathforge/django-wiretap" }, "release_url": "https://pypi.org/project/django-wiretap/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "https://github.com/nathforge/django-wiretap", "version": "0.1.2" }, "last_serial": 1296571, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "299e83d7906b0edaf5d508e99c75f442", "sha256": "bffd971557c6835d080defd0e0c713191dd5b93792f7a4f4bb9b4f0e8f258724" }, "downloads": -1, "filename": "django-wiretap-0.1.tar.gz", "has_sig": false, "md5_digest": "299e83d7906b0edaf5d508e99c75f442", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3675, "upload_time": "2014-11-03T11:25:09", "url": "https://files.pythonhosted.org/packages/5d/64/1e287c2062659f2a0ee75ba2a5441dfba38165fbd1e3d3f05432ae88d71f/django-wiretap-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b94759ea866b02bb0c488861036c7de6", "sha256": "ba261d94d754a3459972cc35e6b6ce54b5d76f28c06227cf1a979e043f18f4c8" }, "downloads": -1, "filename": "django-wiretap-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b94759ea866b02bb0c488861036c7de6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4207, "upload_time": "2014-11-04T21:37:46", "url": "https://files.pythonhosted.org/packages/6b/15/076bf1010464efc3de53dfff09509025723f4888421cce41132f18121915/django-wiretap-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "31c37be45fda330e4d0303aa67ee9737", "sha256": "a7db7c597e1a499f6584a15c77b394cac580769a4cdad20ec862e60cc070c7eb" }, "downloads": -1, "filename": "django-wiretap-0.1.2.tar.gz", "has_sig": false, "md5_digest": "31c37be45fda330e4d0303aa67ee9737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4988, "upload_time": "2014-11-06T10:01:24", "url": "https://files.pythonhosted.org/packages/8c/2c/4652e65e929bc0e0a8c75ccb98a523b8778274f744c735a4b17c17ccb57e/django-wiretap-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31c37be45fda330e4d0303aa67ee9737", "sha256": "a7db7c597e1a499f6584a15c77b394cac580769a4cdad20ec862e60cc070c7eb" }, "downloads": -1, "filename": "django-wiretap-0.1.2.tar.gz", "has_sig": false, "md5_digest": "31c37be45fda330e4d0303aa67ee9737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4988, "upload_time": "2014-11-06T10:01:24", "url": "https://files.pythonhosted.org/packages/8c/2c/4652e65e929bc0e0a8c75ccb98a523b8778274f744c735a4b17c17ccb57e/django-wiretap-0.1.2.tar.gz" } ] }