{ "info": { "author": "Miguel Ferrer", "author_email": "ingferrermiguel@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-requests-logger\n\ndjango-requests-logger is a Django application used as a hook for [Requests](http://docs.python-requests.org/en/master/).\n\nIt logs every request made using the Requests library to the database and provides basic data masking for sensitive information.\n\nYou can access the logs in the Django admin site.\n\n## Installing\n```\npip install django-requests-logger\n```\n\nAdd `django_requests_logger` in INSTALLED_APPS.\n\nRun `python manage.py migrate`\n\n## Usage\n```\nimport requests\nfrom django_requests_logger.callbacks import logger as requests_logger\n\nrequests.get('https://httpbin.org/', hooks={'response': requests_logger})\n```\n\n## TODO\nIntegrate this application in the Django logging as a handler.\n\n## Requirements\n* [Django](https://github.com/django/django)\n* [requests](https://github.com/requests/requests)\n\n#### If you want to add yourself some functionality to the application:\n1. Fork it ( https://github.com/GearPlug/django-requests-logger )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Adds my new feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GearPlug/django-requests-logger", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-requests-logger", "package_url": "https://pypi.org/project/django-requests-logger/", "platform": "", "project_url": "https://pypi.org/project/django-requests-logger/", "project_urls": { "Homepage": "https://github.com/GearPlug/django-requests-logger" }, "release_url": "https://pypi.org/project/django-requests-logger/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A django integration for requests.", "version": "0.1.2" }, "last_serial": 4795713, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "459383992a4718a97bbc4ebffed4802b", "sha256": "e46c2df7d1bd922337ac6ddeed52def232cd5734c0ecabd7c8a8690975867cc7" }, "downloads": -1, "filename": "django-requests-logger-0.1.0.tar.gz", "has_sig": false, "md5_digest": "459383992a4718a97bbc4ebffed4802b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3581, "upload_time": "2019-01-23T00:51:02", "url": "https://files.pythonhosted.org/packages/8f/a4/66d3232893057dbf0d6d2a7da358d8113eb294d2d46236d3e978255077f2/django-requests-logger-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "92cf107a0c1dbac1069d28a3187bdc84", "sha256": "f7aabf2b41b5d35b832c70f18faf34d00ec76cdf2a3051d5144d8574df4e5414" }, "downloads": -1, "filename": "django-requests-logger-0.1.1.tar.gz", "has_sig": false, "md5_digest": "92cf107a0c1dbac1069d28a3187bdc84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3864, "upload_time": "2019-02-02T16:32:15", "url": "https://files.pythonhosted.org/packages/ab/9b/033f45b84531a8487e7b4186c75632a624e91100b8cdb99083647b02e3ea/django-requests-logger-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2181922c0e6e12aea378cf5746a4c6bd", "sha256": "89161a3afd99a9290445438ae7885229bc088c382a877105d903a5e9a68f1bb8" }, "downloads": -1, "filename": "django-requests-logger-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2181922c0e6e12aea378cf5746a4c6bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4349, "upload_time": "2019-02-08T14:25:11", "url": "https://files.pythonhosted.org/packages/f4/66/9d64c90b9518d2dbdac2e2e7eaa0e6d8f69723e3934bccc24332fca52b0b/django-requests-logger-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2181922c0e6e12aea378cf5746a4c6bd", "sha256": "89161a3afd99a9290445438ae7885229bc088c382a877105d903a5e9a68f1bb8" }, "downloads": -1, "filename": "django-requests-logger-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2181922c0e6e12aea378cf5746a4c6bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4349, "upload_time": "2019-02-08T14:25:11", "url": "https://files.pythonhosted.org/packages/f4/66/9d64c90b9518d2dbdac2e2e7eaa0e6d8f69723e3934bccc24332fca52b0b/django-requests-logger-0.1.2.tar.gz" } ] }