{ "info": { "author": "weaming", "author_email": "garden.yuen@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Requests Dump\n\nDump `requests`' http requests message content to stderr or your custom file.\n\n**You may consider use https://toolbelt.readthedocs.io/en/latest/dumputils.html instead**\n\n## Usage\n\nSee `test.py`.\n\n### Custom pretty\n\n```\nimport requests\nfrom requests_dump import pretty_request, pretty_response\n\nreq = requests.Request('POST', 'http://ip-api.com/json')\nprint(pretty_request(req))\n\nres = requests.Session().send(req.prepare())\nprint(pretty_response(res))\n```\n\n## Inspired by\n\n* https://github.com/requests/requests/issues/3013\n\n\n", "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/weaming/requests-dump", "keywords": "math", "license": "", "maintainer": "", "maintainer_email": "", "name": "requests-dump2", "package_url": "https://pypi.org/project/requests-dump2/", "platform": "", "project_url": "https://pypi.org/project/requests-dump2/", "project_urls": { "Bug Reports": "https://github.com/weaming/requests-dump", "Homepage": "https://github.com/weaming/requests-dump", "Source": "https://github.com/weaming/requests-dump" }, "release_url": "https://pypi.org/project/requests-dump2/0.2/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "dump requests' requests http message content to stderr or your custom file", "version": "0.2" }, "last_serial": 4693024, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c7f96c8bee310d9b8b8927a8ee593ec9", "sha256": "0bcc88b3b0093ab462e18556285a96a095e83f5067cd3371a648fdbb51c16d43" }, "downloads": -1, "filename": "requests_dump2-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c7f96c8bee310d9b8b8927a8ee593ec9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2405, "upload_time": "2019-01-14T07:05:21", "url": "https://files.pythonhosted.org/packages/2e/70/9f5dc93d19502f6187d85880d4f0ba678a0ad35bba7a099ffe2883854c78/requests_dump2-0.1-py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a05ed5a5c1df2efa48b996feb6a059bf", "sha256": "2ce56702949de3984bcc9b9c43df9091ad6f0de8cfe36e92aef382d2c3000b7b" }, "downloads": -1, "filename": "requests_dump2-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a05ed5a5c1df2efa48b996feb6a059bf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2535, "upload_time": "2019-01-14T07:16:25", "url": "https://files.pythonhosted.org/packages/30/cc/b5639bbf8b2cec99748781c5fcae00117f6cc59e84de05d06e01eab7ea06/requests_dump2-0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a05ed5a5c1df2efa48b996feb6a059bf", "sha256": "2ce56702949de3984bcc9b9c43df9091ad6f0de8cfe36e92aef382d2c3000b7b" }, "downloads": -1, "filename": "requests_dump2-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a05ed5a5c1df2efa48b996feb6a059bf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2535, "upload_time": "2019-01-14T07:16:25", "url": "https://files.pythonhosted.org/packages/30/cc/b5639bbf8b2cec99748781c5fcae00117f6cc59e84de05d06e01eab7ea06/requests_dump2-0.2-py3-none-any.whl" } ] }