Package openid
[frames] | no frames]

Package openid

source code

This package is an implementation of the OpenID specification in Python. It contains code for both server and consumer implementations. For information on implementing an OpenID consumer, see the openid.consumer.consumer module. For information on implementing an OpenID server, see the openid.server.server module.

Submodules [hide private]

Variables [hide private]
  __version__ = '1.2.0'
  version_info = (1, 2, 0)

Variables Details [hide private]

__version__

Value:
'1.2.0'                                                                
      

version_info

Value:
(1, 2, 0)