{ "info": { "author": "theblackcat", "author_email": "zhirui09400@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "# django-nctu-oauth\n\nThis package currently still in testing stage\n## Setup\n1. Register your app at [nctu oauth website](https://id.nctu.edu.tw/)\n\n2. Install package from pip\n```\n pip install django-nctu-oauth\n```\n\n3. Add package to django project\n```\n NCTU_APP_REDIRECT_URI = 'your-redirect-url'\n NCTU_APP_CLIENT_ID = 'your-client-id'\n NCTU_APP_CLIENT_SECRET = 'your-secret-key'\n\n INSTALLED_APPS = [\n 'django-nctu-oauth',\n ]\n```\n## Testing\n```\n python -m test.test\n```\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/theblackcat102/django-nctu-oauth", "keywords": "django nctu oauth", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-nctu-oauth", "package_url": "https://pypi.org/project/django-nctu-oauth/", "platform": "", "project_url": "https://pypi.org/project/django-nctu-oauth/", "project_urls": { "Homepage": "https://github.com/theblackcat102/django-nctu-oauth" }, "release_url": "https://pypi.org/project/django-nctu-oauth/0.1.0/", "requires_dist": [ "ndg-httpsclient", "pyOpenSSL", "requests", "check-manifest; extra == 'dev'", "coverage; extra == 'test'" ], "requires_python": "", "summary": "NCTU OAuth package for django", "version": "0.1.0" }, "last_serial": 3790562, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "05c87e225a8ce7f107eff46352c0125c", "sha256": "9a5175a125202c6a2597f0a2ccd196902cfca9cc0be6e2be9fbadaaf52d0957d" }, "downloads": -1, "filename": "django_nctu_oauth-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05c87e225a8ce7f107eff46352c0125c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7116, "upload_time": "2018-04-23T01:53:31", "url": "https://files.pythonhosted.org/packages/6b/ad/c0db5daf0f5290730d4253cd751093ebde1ca5c35597212304d25765746f/django_nctu_oauth-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8d4a610a7f83403ae78b42745ee4899", "sha256": "f665c309b0a62b15d20e9cfe376947b420baf6b6a281f5c5d07909d13d2d5a6e" }, "downloads": -1, "filename": "django-nctu-oauth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8d4a610a7f83403ae78b42745ee4899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5347, "upload_time": "2018-04-23T01:53:32", "url": "https://files.pythonhosted.org/packages/3c/b3/bfdd1aca4902f7a2e550f260b1ce4ecfea2608a946b8d24412d5a376be02/django-nctu-oauth-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05c87e225a8ce7f107eff46352c0125c", "sha256": "9a5175a125202c6a2597f0a2ccd196902cfca9cc0be6e2be9fbadaaf52d0957d" }, "downloads": -1, "filename": "django_nctu_oauth-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05c87e225a8ce7f107eff46352c0125c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7116, "upload_time": "2018-04-23T01:53:31", "url": "https://files.pythonhosted.org/packages/6b/ad/c0db5daf0f5290730d4253cd751093ebde1ca5c35597212304d25765746f/django_nctu_oauth-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8d4a610a7f83403ae78b42745ee4899", "sha256": "f665c309b0a62b15d20e9cfe376947b420baf6b6a281f5c5d07909d13d2d5a6e" }, "downloads": -1, "filename": "django-nctu-oauth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8d4a610a7f83403ae78b42745ee4899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5347, "upload_time": "2018-04-23T01:53:32", "url": "https://files.pythonhosted.org/packages/3c/b3/bfdd1aca4902f7a2e550f260b1ce4ecfea2608a946b8d24412d5a376be02/django-nctu-oauth-0.1.0.tar.gz" } ] }