{ "info": { "author": "Roman Inflianskas", "author_email": "infroma@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# aioauth2 - asynchronous OAuth Python library\n[![License](https://img.shields.io/pypi/l/aioauth2.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aioauth2.svg)\n[![PyPI](https://img.shields.io/pypi/v/aioauth2.svg)](https://pypi.org/project/aioauth2/)\n\nAsynchronous OAuth Python library - asynchronous wrapper for [oauth2](https://github.com/joestump/python-oauth2)\n\n## Installation\nTo install from [PyPI](https://pypi.org/project/aioauth2/) run:\n```shell\n$ pip install https://github.com/yifeikong/aioify/archive/master.zip\n$ pip install aioauth2\n```\n\n## Usage\nFor documentation refer to https://github.com/joestump/python-oauth2, because `aioauth2` uses the same API as `oauth2` with 2 exceptions:\n1. All functions are converted to coroutines, that means you have to add `await` keyword before all function calls.\n2. To asynchronously create classes from `aioauth2` use static method `create`.\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/rominf/aioauth2", "keywords": "oauth,oauth2,async,asyncio", "license": "Apache-2.0", "maintainer": "Roman Inflianskas", "maintainer_email": "infroma@gmail.com", "name": "aioauth2", "package_url": "https://pypi.org/project/aioauth2/", "platform": "", "project_url": "https://pypi.org/project/aioauth2/", "project_urls": { "Homepage": "https://github.com/rominf/aioauth2", "Repository": "https://github.com/rominf/aioauth2" }, "release_url": "https://pypi.org/project/aioauth2/0.1.0/", "requires_dist": [ "aioify", "poetry-version (>=0.1.2,<0.2.0)", "oauth2 (>=1.9,<2.0)" ], "requires_python": ">=3.6,<4.0", "summary": "Asynchronous OAuth Python library", "version": "0.1.0" }, "last_serial": 4585083, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5ff60b65ed0228ff6fab98802e021ead", "sha256": "d6772058926283f9be30618ce54f7101f2d705d76bfc1febe46f0bd21347baf6" }, "downloads": -1, "filename": "aioauth2-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5ff60b65ed0228ff6fab98802e021ead", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 3129, "upload_time": "2018-12-11T11:57:32", "url": "https://files.pythonhosted.org/packages/e2/df/10e31a8ebacaf28205bacb68c9e64684f0932426129618f9051fdd813cb8/aioauth2-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2962af906c14f9bc0fa86cc981144565", "sha256": "0cc60f91bf9d47ed781368ac8ac48b2b6dc011c9e7527d4fae4a35e6ca600ec6" }, "downloads": -1, "filename": "aioauth2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2962af906c14f9bc0fa86cc981144565", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 2431, "upload_time": "2018-12-11T11:57:35", "url": "https://files.pythonhosted.org/packages/5b/d0/366736b29cced848aba44025fcc808d15ab79acdc88b5d00e6a2192fa659/aioauth2-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ff60b65ed0228ff6fab98802e021ead", "sha256": "d6772058926283f9be30618ce54f7101f2d705d76bfc1febe46f0bd21347baf6" }, "downloads": -1, "filename": "aioauth2-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5ff60b65ed0228ff6fab98802e021ead", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 3129, "upload_time": "2018-12-11T11:57:32", "url": "https://files.pythonhosted.org/packages/e2/df/10e31a8ebacaf28205bacb68c9e64684f0932426129618f9051fdd813cb8/aioauth2-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2962af906c14f9bc0fa86cc981144565", "sha256": "0cc60f91bf9d47ed781368ac8ac48b2b6dc011c9e7527d4fae4a35e6ca600ec6" }, "downloads": -1, "filename": "aioauth2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2962af906c14f9bc0fa86cc981144565", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 2431, "upload_time": "2018-12-11T11:57:35", "url": "https://files.pythonhosted.org/packages/5b/d0/366736b29cced848aba44025fcc808d15ab79acdc88b5d00e6a2192fa659/aioauth2-0.1.0.tar.gz" } ] }