{ "info": { "author": "Vlastimil Z\u00edma", "author_email": "vlastimil.zima@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python", "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", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration :: Authentication/Directory" ], "description": "# python-openid2 #\n\n[![Build Status](https://travis-ci.org/ziima/python-openid.svg?branch=master)](https://travis-ci.org/ziima/python-openid)\n[![codecov](https://codecov.io/gh/ziima/python-openid/branch/master/graph/badge.svg)](https://codecov.io/gh/ziima/python-openid)\n[![PyPI](https://img.shields.io/pypi/v/python-openid2.svg)](https://pypi.org/pypi/python-openid2/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-openid2.svg)](https://pypi.org/pypi/python-openid2/)\n\nPython OpenID library - OpenID support for servers and consumers.\n\nThis is a set of Python packages to support use of the OpenID decentralized identity system in your application.\nWant to enable single sign-on for your web site?\nUse the `openid.consumer package`.\nWant to run your own OpenID server?\nCheck out `openid.server`.\nIncludes example code and support for a variety of storage back-ends.\n\n## REQUIREMENTS ##\n\n - Python 2.7, >3.4\n - lxml\n - six\n - cryptography\n\n\n## INSTALLATION ##\n\nTo install the base library, just run the following command:\n\n pip install python-openid2\n\n\n## GETTING STARTED ##\n\nThe examples directory includes an example server and consumer\nimplementation. See the README file in that directory for more\ninformation on running the examples.\n\nLibrary documentation is available in html form in the doc directory.\n\n\n## LOGGING ##\n\nThis library offers a logging hook that will record unexpected\nconditions that occur in library code. If a condition is recoverable,\nthe library will recover and issue a log message. If it is not\nrecoverable, the library will raise an exception. See the\ndocumentation for the openid.oidutil module for more on the logging\nhook.\n\n\n## DOCUMENTATION ##\n\nThe documentation in this library is in Epydoc format, which is\ndetailed at:\n\n http://epydoc.sourceforge.net/\n\n\n## CONTACT ##\n\nSend bug reports, suggestions, comments, and questions to\nhttps://github.com/ziima/python-openid/issues/new\n\nIf you have a bugfix or feature you'd like to contribute, don't\nhesitate to send it to us on GitHub.\n\n\n# Changelog #\n\n## 3.1 ##\n * Convert data values for extensions to text.\n * Fixes in Python 2/3 support.\n * Fix examples.\n * Add support for python 3.7\n * Fix static code checks\n * Use bumpversion\n\n## 3.0 ##\n\n * Support Python3.\n * Change most of the API to the text strings. UTF-8 encoded byte string should be compatible.\n * Authentication methods based on SHA-256 are now preferred over SHA-1.\n * Use `cryptography` library for cryptography tasks.\n * Add new base64-based API for `DiffieHellman` class.\n * Refactor script to negotiate association with an OpenID server.\n * Decrease log levels on repetitive logs.\n * Default fetcher is picked from more options.\n * Remove `openid.consumer.html_parse` module.\n * Remove `hmacSha*`, `randomString`, `randrange` and `sha*` functions from `openid.cryptutil`.\n * A lot of refactoring and clean up.\n\n### Deprecation ###\n * Binary strings are deprecated, unless explicitely allowed.\n * `hash_func` is deprecated in favor of `algorithm` in `DiffieHellmanSHA*ServerSession` and `DiffieHellmanSHA*ConsumerSession`.\n * `DiffieHellmanSHA*ServerSession.consumer_pubkey` is deprecated in favor of `consumer_public_key`.\n * Functions `longToBinary` and `binaryToLong` deprecated in favor of `int_to_bytes` and `bytes_to_int`, respectively.\n * Old `DiffieHellman` API is deprecated.\n\n## 2.3.0 ##\n\n * Prevent timing attacks on signature comparison. Thanks to Carl Howells.\n * Prevent XXE attacks.\n * Fix unicode errors. Thanks to Kai Lautaportti.\n * Drop support for python versions < 2.7.\n * Use logging module. Thanks to Attila-Mihaly Balazs.\n * Allow signatory, encoder and decoder to be set for Server. Thanks to julio.\n * Fix URL limit to server responses. Thanks to Rodrigo Primo.\n * Fix several protocol errors.\n * Add utility method to AX store extension.\n * Fix curl detection. Thanks to Sergey Shepelev.\n * Use setuptools. Thanks to Tres Seaver.\n * Refactor `Message` class creation.\n * Add `RequestsFetcher`. Thanks to Lennonka.\n * Updated examples.\n * Add tox for testing. Thanks to Marc Abramowitz.\n * Refactor tests.\n * Clean code and add static checks.\n\n### Deprecation ###\n * `Message.setOpenIDNamespace()` method.\n * `UndefinedOpenIDNamespace` exception.\n * `OpenIDRequest.namespace` attribute.\n * `openid.extensions.draft` packages, namely its `pape2` and `pape5` modules.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ziima/python-openid", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "python-openid2", "package_url": "https://pypi.org/project/python-openid2/", "platform": "", "project_url": "https://pypi.org/project/python-openid2/", "project_urls": { "Homepage": "https://github.com/ziima/python-openid" }, "release_url": "https://pypi.org/project/python-openid2/3.1/", "requires_dist": null, "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "summary": "Python OpenID library - OpenID support for servers and consumers.", "version": "3.1" }, "last_serial": 5944749, "releases": { "2.3.0": [ { "comment_text": "", "digests": { "md5": "af789c9255a2ec164d6557d960871c70", "sha256": "d45b436940afa518ecf4f1b61ec14fd7d4846f820b968ea0a8344cb9313d9262" }, "downloads": -1, "filename": "python-openid2-2.3.0.tar.gz", "has_sig": false, "md5_digest": "af789c9255a2ec164d6557d960871c70", "packagetype": "sdist", "python_version": "source", "requires_python": "~=2.7", "size": 111091, "upload_time": "2018-04-30T12:17:46", "url": "https://files.pythonhosted.org/packages/88/39/68bd9793d927e8ea2bb89c848686ca2016143ae4416510482f592b25abe2/python-openid2-2.3.0.tar.gz" } ], "2.3.0rc1": [ { "comment_text": "", "digests": { "md5": "8b859721b3a833efa21dbb32937c5c8f", "sha256": "22628f7d0fab0316f5f1b72d5b2dd73e5ba1d43b3e275373dcfe8fc86584bc09" }, "downloads": -1, "filename": "python-openid2-2.3.0rc1.tar.gz", "has_sig": false, "md5_digest": "8b859721b3a833efa21dbb32937c5c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290386, "upload_time": "2018-04-10T14:24:06", "url": "https://files.pythonhosted.org/packages/07/c8/cbc96be17fdabacc2eb161abb718a1884c883984995b07bcd738b06f82e3/python-openid2-2.3.0rc1.tar.gz" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "cf96a857d472431b6b0fe169ad703027", "sha256": "c148ca4fbc41b4e3468effdebfbf653a7538a6d7a23ae061924c3dde77ad1990" }, "downloads": -1, "filename": "python-openid2-3.0.tar.gz", "has_sig": false, "md5_digest": "cf96a857d472431b6b0fe169ad703027", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 111031, "upload_time": "2018-08-14T07:46:25", "url": "https://files.pythonhosted.org/packages/26/20/5c50b96e3b44079597e79f582a82e3488342960065112ddbef116c80f6f0/python-openid2-3.0.tar.gz" } ], "3.0rc1": [ { "comment_text": "", "digests": { "md5": "8df9fe68541e150dc56e88e43bc0ceca", "sha256": "99747b94cd3ad2845d4204236d18647e440ac2e313dd0a537d43050b4ab853b9" }, "downloads": -1, "filename": "python-openid2-3.0rc1.tar.gz", "has_sig": false, "md5_digest": "8df9fe68541e150dc56e88e43bc0ceca", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 110874, "upload_time": "2018-07-12T09:10:17", "url": "https://files.pythonhosted.org/packages/92/5e/aae5c86610cf42e95057619e3830111c5f213b5e872820257db25e0eb72a/python-openid2-3.0rc1.tar.gz" } ], "3.0rc2": [ { "comment_text": "", "digests": { "md5": "7b0d3150b4d90673c7bb2639a84f5931", "sha256": "464aded30e84ca5a5ae7b5253b1ebfc1a8c5c1a381fc311b12155c48caf9dab8" }, "downloads": -1, "filename": "python-openid2-3.0rc2.tar.gz", "has_sig": false, "md5_digest": "7b0d3150b4d90673c7bb2639a84f5931", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 111053, "upload_time": "2018-08-01T09:17:49", "url": "https://files.pythonhosted.org/packages/17/79/d1be73b18e5bdbce5e12145b946a3d69b4c1f53b509b8aa03b106cae1a3f/python-openid2-3.0rc2.tar.gz" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "d840a2bf2a6b3fff08136fe2f84d3c33", "sha256": "da090277b1943fe126e0e55b24b0f251516e2312b7d2be4350066bd70298be8f" }, "downloads": -1, "filename": "python-openid2-3.1.tar.gz", "has_sig": false, "md5_digest": "d840a2bf2a6b3fff08136fe2f84d3c33", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 111306, "upload_time": "2019-07-26T08:24:08", "url": "https://files.pythonhosted.org/packages/ba/74/3dee4a9301a2efb48c62fb0e5e7ba4be3e936ccad280d97ec268338f8107/python-openid2-3.1.tar.gz" } ], "3.1rc1": [ { "comment_text": "", "digests": { "md5": "1e67d8749ac10371b63c38ea45b48f6f", "sha256": "a44c5fd9017ce164e88d5fb8a3acfd413efc22c1ff3f9f172e8f588c3756886d" }, "downloads": -1, "filename": "python-openid2-3.1rc1.tar.gz", "has_sig": false, "md5_digest": "1e67d8749ac10371b63c38ea45b48f6f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 111311, "upload_time": "2019-06-24T08:10:41", "url": "https://files.pythonhosted.org/packages/2f/8f/da4f5e2416beb1398aaa658a9b4cce43d913baec8226745f529bb0087df6/python-openid2-3.1rc1.tar.gz" } ], "3.2rc1": [ { "comment_text": "", "digests": { "md5": "b57dfb669cb015c678ab386bfe174da9", "sha256": "a7bcdf3be99d24ba415b032485168bebc2e983ee22c2d64fd05f2ab8cb1b997e" }, "downloads": -1, "filename": "python-openid2-3.2rc1.tar.gz", "has_sig": false, "md5_digest": "b57dfb669cb015c678ab386bfe174da9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 111403, "upload_time": "2019-10-08T13:25:52", "url": "https://files.pythonhosted.org/packages/ad/8c/762d6fd0bdb284acdbbcbf81e04932c21197b487dc831508ae6f9b3052d8/python-openid2-3.2rc1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d840a2bf2a6b3fff08136fe2f84d3c33", "sha256": "da090277b1943fe126e0e55b24b0f251516e2312b7d2be4350066bd70298be8f" }, "downloads": -1, "filename": "python-openid2-3.1.tar.gz", "has_sig": false, "md5_digest": "d840a2bf2a6b3fff08136fe2f84d3c33", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 111306, "upload_time": "2019-07-26T08:24:08", "url": "https://files.pythonhosted.org/packages/ba/74/3dee4a9301a2efb48c62fb0e5e7ba4be3e936ccad280d97ec268338f8107/python-openid2-3.1.tar.gz" } ] }