Skip to content

desrod/python-openid

 
 

Repository files navigation

This is the Python OpenID library.

Build Status

REQUIREMENTS

  • Python 2.6, 2.7.

INSTALLATION

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

pip install -e .

To install this module, you'll need to install 'pip' and its related dependencies from your distribution's package repository. These are typically called 'python-setuptools' and 'python-wheel'

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 http://openid.net/developers/dev-mailing-lists/.

If you have a bugfix or feature you'd like to contribute, don't hesitate to send it to us. For more detailed information on how to contribute, see

http://openidenabled.com/contribute/

About

OpenID library for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%