{ "info": { "author": "Shrey Agarwal, Taranjeet Singh", "author_email": "shrey.agarwal@paytm.com, reachtotj@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP" ], "description": "===========\nPaytm Oauth\n===========\n\nPaytm Oauth is a django based consumer for paytm oauth.\n\nQuick start\n-----------\n\n1. Add \"paytmoauth\" to your INSTALLED_APPS in settings like this::\n\n ```\n INSTALLED_APPS = (\n ...\n 'paytmoauth',\n )\n ```\n\n2. Update your context_processors to include one provided by `paytmoauth` like\n\n ```\n TEMPLATES = [\n ...\n 'OPTIONS': {\n 'context_processors': [\n ...\n 'paytmoauth.context_processors.login_url',\n ]\n }\n ]\n ```\n\n3. Define the following variables in your settings\n\n ```\n PAYTMOAUTH_PROVIDER_URL\n PAYTMOAUTH_AUTHORIZATION_ENDPOINT\n PAYTMOAUTH_AUTHENTICATION_ENDPOINT\n PAYTMOUATH_RESOURCE_ACCESS_ENDPOINT\n PAYTMOAUTH_CLIENT_ID\n PAYTMOAUTH_CLIENT_SECRET\n PAYTMOAUTH_SCOPE\n PAYTMOAUTH_REDIRECT_URL\n ```\n\n4. Include urls in root urls like this::\n\n ```\n url(r'^oauth/', include('paytmoauth.urls')),\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/paytm/django-paytm-oauth", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "paytm-oauth", "package_url": "https://pypi.org/project/paytm-oauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/paytm-oauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/paytm/django-paytm-oauth" }, "release_url": "https://pypi.org/project/paytm-oauth/0.2/", "requires_dist": null, "requires_python": null, "summary": "Consumer for paytm oauth", "version": "0.2" }, "last_serial": 2557186, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "155321486fee83b8c865658a93111894", "sha256": "f5b8676a0939648d0b998ff0ae3039d884906279aeab9231e1dd3aceded2646a" }, "downloads": -1, "filename": "paytm-oauth-0.1.tar.gz", "has_sig": false, "md5_digest": "155321486fee83b8c865658a93111894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3768, "upload_time": "2016-05-13T11:15:02", "url": "https://files.pythonhosted.org/packages/35/5e/2300a456b533e33de69ee8ad5476228e94c4ed34f39bf07d1091be4be121/paytm-oauth-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ae58a2ef589e220809476679bf651f8d", "sha256": "e318d68ba341fcb9858232fb7914827359cecc7bf614ae431a13b0be78805d13" }, "downloads": -1, "filename": "paytm-oauth-0.2.tar.gz", "has_sig": false, "md5_digest": "ae58a2ef589e220809476679bf651f8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3742, "upload_time": "2017-01-06T06:40:40", "url": "https://files.pythonhosted.org/packages/6a/65/d08594ce6fe4bd0d10eccbe013d6d929a96250527d70f9262ecd1549bf38/paytm-oauth-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae58a2ef589e220809476679bf651f8d", "sha256": "e318d68ba341fcb9858232fb7914827359cecc7bf614ae431a13b0be78805d13" }, "downloads": -1, "filename": "paytm-oauth-0.2.tar.gz", "has_sig": false, "md5_digest": "ae58a2ef589e220809476679bf651f8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3742, "upload_time": "2017-01-06T06:40:40", "url": "https://files.pythonhosted.org/packages/6a/65/d08594ce6fe4bd0d10eccbe013d6d929a96250527d70f9262ecd1549bf38/paytm-oauth-0.2.tar.gz" } ] }