{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# PyQuillSSO\n\nA Python library to facilitate single sign on authentication with quill.\n\n## Usage\n\n```python\nfrom pyquillsso import QuillSSO\nquill = QuillSSO(url=\"https://my.hackmit.org\")\n\n# To get the url for the sign-in button.\nurl = quill.get_signin_url(\"https://mycoolapp.com/login\")\n\n# Once the user has been redirected, get their details.\nuser_info = quill.get_user(token) # Token is from url.\n```\n\nCheck out the [example](example.py) for an example of a simple Flask app using this.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "PyQuillSSO", "package_url": "https://pypi.org/project/PyQuillSSO/", "platform": "", "project_url": "https://pypi.org/project/PyQuillSSO/", "project_urls": null, "release_url": "https://pypi.org/project/PyQuillSSO/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.1.1" }, "last_serial": 4154798, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2f1bbcd0a55800b43ae099d11d43ed9f", "sha256": "4366f22c09bce1374d637164cd57f1c6384d6565075a537db4706f879551b9d2" }, "downloads": -1, "filename": "PyQuillSSO-0.1.zip", "has_sig": false, "md5_digest": "2f1bbcd0a55800b43ae099d11d43ed9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3387, "upload_time": "2018-08-09T23:08:01", "url": "https://files.pythonhosted.org/packages/2c/09/80162671392a3787fe0270188b1b073626dc430b0ea71106a4a8b8e79e78/PyQuillSSO-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5458226e1108f4795aeebf672f87fd2f", "sha256": "b5dd0e1f1869aed9a8fd1390c0bfa1da668d60b168a07a86997a998649747ecf" }, "downloads": -1, "filename": "PyQuillSSO-0.1.1.zip", "has_sig": false, "md5_digest": "5458226e1108f4795aeebf672f87fd2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4035, "upload_time": "2018-08-09T23:15:50", "url": "https://files.pythonhosted.org/packages/b8/21/d71831893e3c3d52365c123b278136b1488bad9295a5294002e121f13ec9/PyQuillSSO-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5458226e1108f4795aeebf672f87fd2f", "sha256": "b5dd0e1f1869aed9a8fd1390c0bfa1da668d60b168a07a86997a998649747ecf" }, "downloads": -1, "filename": "PyQuillSSO-0.1.1.zip", "has_sig": false, "md5_digest": "5458226e1108f4795aeebf672f87fd2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4035, "upload_time": "2018-08-09T23:15:50", "url": "https://files.pythonhosted.org/packages/b8/21/d71831893e3c3d52365c123b278136b1488bad9295a5294002e121f13ec9/PyQuillSSO-0.1.1.zip" } ] }