Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

openid/python-openid

Folders and files

NameName
Last commit message
Last commit date
Jul 9, 2020
Jan 8, 2019
Nov 14, 2018
Aug 17, 2020
Jul 27, 2020
Nov 22, 2017
May 30, 2018
Jul 14, 2020
Jun 5, 2008
Jul 14, 2020
Jan 18, 2007
Apr 30, 2018
Jul 19, 2018
Mar 16, 2010
Oct 8, 2019
Feb 16, 2007
Jul 19, 2018
Jul 14, 2020
Jul 14, 2020

Repository files navigation

python-openid2

Build Status codecov PyPI PyPI - Python Version

Python OpenID library - OpenID support for servers and consumers.

This is a set of Python packages to support use of the OpenID decentralized identity system in your application. Want to enable single sign-on for your web site? Use the openid.consumer package. Want to run your own OpenID server? Check out openid.server. Includes example code and support for a variety of storage back-ends.

REQUIREMENTS

  • Python 2.7, >=3.5
  • lxml
  • six
  • cryptography

INSTALLATION

To install the base library, just run the following command:

pip install python-openid2

GETTING STARTED

The examples directory includes an example server and consumer implementation. See the README file in that directory for more information on running the examples.

Library documentation is available in html form in the doc directory.

LOGGING

This library offers a logging hook that will record unexpected conditions that occur in library code. If a condition is recoverable, the library will recover and issue a log message. If it is not recoverable, the library will raise an exception. See the documentation for the openid.oidutil module for more on the logging hook.

DOCUMENTATION

The documentation in this library is in Epydoc format, which is detailed at:

http://epydoc.sourceforge.net/

CONTACT

Send bug reports, suggestions, comments, and questions to https://github.com/ziima/python-openid/issues/new

If you have a bugfix or feature you'd like to contribute, don't hesitate to send it to us on GitHub.