{ "info": { "author": "Kenneth Reitz", "author_email": "me@kennethreitz.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "requests-foauth\n~~~~~~~~~~~~~~~\n\nThis module provides an foauth.org TransportAdapter for Requests.\n\nIn short, foauth.org allows you to easily send requests to OAUth'd\nservices with HTTP Basic authentication. It's fantastic.\n\nNormally, you have to send all requests to foauth.org manually, after\nrewriting the URLs. With this adapter, all requests are sent through the\nservice transparently.\n\nExample usage::\n\n import requests\n from requests_foauth import Foauth\n\n s = requests.Session()\n s.mount('http', Foauth('username', 'password))\n\n >>> s.get('https://api.500px.com/v1/users/')\n ", "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/kennethreitz/requests-foauth", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "requests-foauth", "package_url": "https://pypi.org/project/requests-foauth/", "platform": "any", "project_url": "https://pypi.org/project/requests-foauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kennethreitz/requests-foauth" }, "release_url": "https://pypi.org/project/requests-foauth/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Requests TransportAdapter for foauth.org!", "version": "0.1.1" }, "last_serial": 798881, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7df13275154ac2337fb79f6254df5138", "sha256": "ba0eb34ba118349e8f37f4e1f9c386397383edb153588dda71e9e44dfdbade85" }, "downloads": -1, "filename": "requests-foauth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7df13275154ac2337fb79f6254df5138", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1846, "upload_time": "2012-12-30T13:33:42", "url": "https://files.pythonhosted.org/packages/bf/ff/74f32611827847788cf331f897c8791643b3cb6fce9e3f8f53784e9f5ab8/requests-foauth-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6f6da79e95d27f1e296a0276847cd2db", "sha256": "2d65be4684ec57abcc6bbf54abbdff9b1e525ed10754adda0fb05b29b61efea9" }, "downloads": -1, "filename": "requests-foauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6f6da79e95d27f1e296a0276847cd2db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1885, "upload_time": "2012-12-30T13:47:54", "url": "https://files.pythonhosted.org/packages/b7/6c/7291fa76577d0eb4530829a041f86d294b45aee6b36bae2b191c5bfd4994/requests-foauth-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f6da79e95d27f1e296a0276847cd2db", "sha256": "2d65be4684ec57abcc6bbf54abbdff9b1e525ed10754adda0fb05b29b61efea9" }, "downloads": -1, "filename": "requests-foauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6f6da79e95d27f1e296a0276847cd2db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1885, "upload_time": "2012-12-30T13:47:54", "url": "https://files.pythonhosted.org/packages/b7/6c/7291fa76577d0eb4530829a041f86d294b45aee6b36bae2b191c5bfd4994/requests-foauth-0.1.1.tar.gz" } ] }