{ "info": { "author": "Krzysztof @noisy Szumny", "author_email": "noisy.pl@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6" ], "description": "python-social-auth-wykop\n===========================\n\nPluggable authentication backend for python-social-auth, that allows authentication via [https://wykop.pl/](https://wykop.pl).\n\n\n## Installation instructions\n\nFrom pypi\n\n $ pip install social-auth-wykop\n\nor clone from Github\n\n $ git clone git@github.com:noisy/python-social-auth-wykop.git\n $ cd python-social-auth-wykop && sudo python setup.py install\n\n## Pre-requisites\n\n`python-social-auth` must be installed and configured first. Please visit the\n[python-social-auth documentation](http://python-social-auth-docs.readthedocs.io/) for instructions.\n\n\n## Configuration instructions\n\n1. Add `WykopAPIv1` backend to AUTHENTICATION_BACKENDS:\n\n AUTHENTICATION_BACKENDS = (\n 'social_auth_wykop.backends.WykopAPIv1',\n ...\n 'django.contrib.auth.backends.ModelBackend',\n )\n\n2. Add your Wykop settings to your django `settings.py` file.\n\n SOCIAL_AUTH_WYKOP_KEY = '...'\n SOCIAL_AUTH_WYKOP_SECRET = '...'\n\n## Examples\n\nReady to use examples of projects in Django, Flask and Tornado frameworks are prepared here:\n\nhttps://github.com/noisy/python-social-auth-wykop-examples\n\n## Changelog\n\n### 0.0.3\n* Fake OAuth2 API. Use it to support [django-rest-framework-social-oauth2](https://github.com/RealmTeam/django-rest-framework-social-oauth2)\n\n### 0.0.2\n* changes in structure of directories\n\n### 0.0.1\n* Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/noisy/python-social-auth-wykop", "keywords": "django social auth oauth2 social-auth wykop wykop.pl", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "social-auth-wykop", "package_url": "https://pypi.org/project/social-auth-wykop/", "platform": "", "project_url": "https://pypi.org/project/social-auth-wykop/", "project_urls": { "Homepage": "https://github.com/noisy/python-social-auth-wykop" }, "release_url": "https://pypi.org/project/social-auth-wykop/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Wykop backend for python-social-auth.", "version": "0.0.3" }, "last_serial": 4061507, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "3054cfeb6d7446a7b391a6e728dd9e71", "sha256": "4a5cf527671cf6326500271998ac7e4f3e39282920714ab6680e8e8d6d2bbc92" }, "downloads": -1, "filename": "social-auth-wykop-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3054cfeb6d7446a7b391a6e728dd9e71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2432, "upload_time": "2018-07-10T01:39:57", "url": "https://files.pythonhosted.org/packages/5f/76/28e39ac0e8f133702abfd03067937895a97655f150704fc55ba4caaf8be9/social-auth-wykop-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5c2fcc9027497663772114394ce0f87a", "sha256": "55478faaaaf74a306d13484eb2028bea0d9ad948e502e06a798e91eddc9bf48b" }, "downloads": -1, "filename": "social-auth-wykop-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5c2fcc9027497663772114394ce0f87a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3083, "upload_time": "2018-07-14T16:37:04", "url": "https://files.pythonhosted.org/packages/c9/9c/3f3e6ef02f0557312ba71ac631f289dea34ad723fe41b22ed85294b184b8/social-auth-wykop-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5c2fcc9027497663772114394ce0f87a", "sha256": "55478faaaaf74a306d13484eb2028bea0d9ad948e502e06a798e91eddc9bf48b" }, "downloads": -1, "filename": "social-auth-wykop-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5c2fcc9027497663772114394ce0f87a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3083, "upload_time": "2018-07-14T16:37:04", "url": "https://files.pythonhosted.org/packages/c9/9c/3f3e6ef02f0557312ba71ac631f289dea34ad723fe41b22ed85294b184b8/social-auth-wykop-0.0.3.tar.gz" } ] }