{ "info": { "author": "Joe Cabrera", "author_email": "jcabrera@eminorlabs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**flask-oauth2-devices** is an extension to Flask that helps you to create the device flow for OAuth2 providers.\nIt is based on the implementation provided by `Google `__\nand `Section 3.7 of the OAuth 2.05 specification `__.\n\nFeatures\n--------\n\n- Support for OAuth2 device flow servers\n- Friendly API (similar to flask-oauthlib)\n\nMore features may be added in the future just open an github `issue `__\nand add the enhancement label.\n\nInstallation\n------------\n\nThe easiest way to install flask-oauth2-devices is with pip\n\n::\n\n sudo pip install flask-oauth2-devices\n \nMade sure your **sys.path** is correct.\n\nRequirements\n------------\n\n- Python >= 2.7\n- Flask >= 0.9\n\nTesting\n-------\n\nTo run the unit tests, you need pytest\n\n::\n\n pip install pytest\n\nOnce you have that, ``cd`` into the root directory of this repo and\n\n::\n\n py.test --tb=line -vs\n \nBugs\n-------\n\nFor any bugs you encounter please open a github\n`issue `__ and add the bug label\n\nLicense\n-------\n\n::\n\n The MIT License (MIT)\n\n Copyright (c) 2015 Joe Cabrera\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.", "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/greedo/flask-oauth2-devices", "keywords": "Flask,", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "flask-oauth2-devices", "package_url": "https://pypi.org/project/flask-oauth2-devices/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/flask-oauth2-devices/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/greedo/flask-oauth2-devices" }, "release_url": "https://pypi.org/project/flask-oauth2-devices/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "OAuth2 for devices flow implementation for Flask", "version": "0.0.1" }, "last_serial": 1392761, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2415b4a77c9b7786ef1e634ca943b97a", "sha256": "f7db3e68c787244ace88a26976050bbd3cc5fdf385f47565b22aa1495e10e6a6" }, "downloads": -1, "filename": "flask-oauth2-devices-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2415b4a77c9b7786ef1e634ca943b97a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11708, "upload_time": "2015-01-23T03:34:09", "url": "https://files.pythonhosted.org/packages/08/a6/19eadd8b7996a3ed538a0d4b3c949b85818308b5e46600da514ea67df18d/flask-oauth2-devices-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2415b4a77c9b7786ef1e634ca943b97a", "sha256": "f7db3e68c787244ace88a26976050bbd3cc5fdf385f47565b22aa1495e10e6a6" }, "downloads": -1, "filename": "flask-oauth2-devices-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2415b4a77c9b7786ef1e634ca943b97a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11708, "upload_time": "2015-01-23T03:34:09", "url": "https://files.pythonhosted.org/packages/08/a6/19eadd8b7996a3ed538a0d4b3c949b85818308b5e46600da514ea67df18d/flask-oauth2-devices-0.0.1.tar.gz" } ] }