{ "info": { "author": "Manuel Zapata", "author_email": "manuelzs@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "============\ndjango-bitid\n============\n\nA django app for bitId_ authentication.\n\nWARNING: The bitId_ specification is a work in progress and it will probably change.\n\nInstallation\n============\n\nIn your setting.py file, add the backend to AUTHENTICATION_BACKENDS.\n\n``djbitid.backends.BitIdBackend``\n\nYou can implement your own login passing ``bitid_uri``, ``callback_uri``, ``signature`` and ``address`` to the backend or use the provided `templates and forms <#templates-and-forms>`_.\n\nViews, Templates and Forms\n--------------------------\n\nTo use the provided templates and forms add ``djbitid`` to installed apps.\n\nThen add to your urls\n\n``url(r'^bitid/', include('djbid.urls'))``\n\nThe provided templates extend 'base.html'\n\nDependencies\n------------\n\n* pybitid\n* south: provides migrations\n* pytz: for timezone aware date comparisons\n\n*NOTE*: The PyBitID_ project, as this project, is very early stage. Currently it has to be installed manually from:\n\nhttps://github.com/LaurentMT/pybitid\n\nSettings\n========\n\nOptional settings are:\n\nBITID_USE_TESTNET\n-----------------\n\nUse bitcoin testnet. Defaults to False\n\n\nBITID_CHALLENGE_EXPIRATION_DELAY\n--------------------------------\n\nChallenge expiration time in seconds. Defaults to 600 seconds.\n\n\n.. _bitId: https://github.com/bitid/bitid\n.. _PyBitID: https://github.com/LaurentMT/pybitid", "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/manuelzs/django-bitid/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-bitid", "package_url": "https://pypi.org/project/django-bitid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bitid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/manuelzs/django-bitid/" }, "release_url": "https://pypi.org/project/django-bitid/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "App for django bitId authentication", "version": "0.1.1" }, "last_serial": 1285615, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3f22da3b0bd425fb678ae57ffa0b231f", "sha256": "245e17ebccadeb3b52bbea0fb09da976bd01a7c943e53f4b62751146c3eeeead" }, "downloads": -1, "filename": "django-bitid-0.1.tar.gz", "has_sig": false, "md5_digest": "3f22da3b0bd425fb678ae57ffa0b231f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5473, "upload_time": "2014-05-30T21:40:21", "url": "https://files.pythonhosted.org/packages/38/9c/107d1fc0d59974336843f50e0988c34df54afa4a0e161a4b0034b227310c/django-bitid-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5abbb1379153b90198aaba41b6c9de02", "sha256": "8289d74385fb6e9d185b1de0e29f7dd0dbd038eb07456f662decb97cdc2cb066" }, "downloads": -1, "filename": "django-bitid-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5abbb1379153b90198aaba41b6c9de02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5556, "upload_time": "2014-10-28T14:00:55", "url": "https://files.pythonhosted.org/packages/21/68/840f5c9ed518ed2ad0b18efb00c5a8cc3f93bafd4c9c77163262fec0faf6/django-bitid-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5abbb1379153b90198aaba41b6c9de02", "sha256": "8289d74385fb6e9d185b1de0e29f7dd0dbd038eb07456f662decb97cdc2cb066" }, "downloads": -1, "filename": "django-bitid-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5abbb1379153b90198aaba41b6c9de02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5556, "upload_time": "2014-10-28T14:00:55", "url": "https://files.pythonhosted.org/packages/21/68/840f5c9ed518ed2ad0b18efb00c5a8cc3f93bafd4c9c77163262fec0faf6/django-bitid-0.1.1.tar.gz" } ] }