{ "info": { "author": "Richard Marko", "author_email": "rissko@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "OpenID whitelist \n=================\n\ndjango-openid-whitelist offers an easy way to keep your projects private.\n\nAfter installation add your OpenID to the whitelist. With this\nOpenID it is possible to add another OpenID. If not disabled,\neach whitelisted OpenID can be used to whitelist more IDs.\n\nFor example - if there is OpenID A, with A it is possible to add\nOpenID B. Then with B it is possible to add another OpenID and so on.\n\nIt's pretty intuitive to use this application.\n\nRequirements\n-------------\n\n- django >= 1.0\n- python-openid\n\nInstallation\n-------------\n\n- install (for example easy_install django-openid-whitelist)\n- install python-openid\n- add 'whitelist' to your INSTALLED_APPS\n- run syncdb\n- include whitelist.urls (for example - url(r'^whitelist/', include('whitelist.urls'))\n- form then accessible at whitelist/start\n\nSimple form style `whitelist_style.css` included in whitelist/media installation directory.\n\n\nUsage\n------\n\nTo verify OpenID use `whitelist-check` and `whitelist-check-json` views.\nTo add OpenID use `whitelist-start`.\n(names in `quotes` are named urls - simply use {% url whitelist-start %} in\nyour template)\n\nAlso check view documentation in django admin.\n\n\n\nOptional settings\n-------------------\n\nOPENID_TRUST_ROOT\n Trust root for the OpenID Request. \n Defaults to the base URL of your page.\n\nOPENID_DISALLOW_INAMES\n Disallow personal i-names. Defaults to false\n\n\nCompatible with\n-----------------\n\nTracAuthOpenid\n Add `check_list` and `check_list_key` to your `[openid]` section in\n trac.ini. `check_list` has to point to `whitelist-check-json` view.\n Set `check_list_key` to whatever you like (`openid` for example).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sorki/django-openid-whitelist", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-openid-whitelist", "package_url": "https://pypi.org/project/django-openid-whitelist/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-openid-whitelist/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sorki/django-openid-whitelist" }, "release_url": "https://pypi.org/project/django-openid-whitelist/0.3/", "requires_dist": null, "requires_python": null, "summary": "OpenID Whitelist application for Django", "version": "0.3" }, "last_serial": 790214, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "31943ed1925dcf381eb6f6ada13e24d1", "sha256": "bace4846d4326dc71d4a05865be209d5ed611f21290dc095ce333289bc1ff17f" }, "downloads": -1, "filename": "django-openid-whitelist-0.3.tar.gz", "has_sig": false, "md5_digest": "31943ed1925dcf381eb6f6ada13e24d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9214, "upload_time": "2010-08-31T16:02:46", "url": "https://files.pythonhosted.org/packages/ae/e9/919b23355d3bfbc74c5abca58ee5d438a14e5c756cb24da89f0baf38d8cc/django-openid-whitelist-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31943ed1925dcf381eb6f6ada13e24d1", "sha256": "bace4846d4326dc71d4a05865be209d5ed611f21290dc095ce333289bc1ff17f" }, "downloads": -1, "filename": "django-openid-whitelist-0.3.tar.gz", "has_sig": false, "md5_digest": "31943ed1925dcf381eb6f6ada13e24d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9214, "upload_time": "2010-08-31T16:02:46", "url": "https://files.pythonhosted.org/packages/ae/e9/919b23355d3bfbc74c5abca58ee5d438a14e5c756cb24da89f0baf38d8cc/django-openid-whitelist-0.3.tar.gz" } ] }