1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: python-openid
Section: python
Priority: optional
Maintainer: Mikhail Gusarov <dottedmag@dottedmag.net>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), python
Build-Depends-Indep: python-support (>= 0.6.4)
Standards-Version: 3.8.1
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-openid/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-openid/trunk/
Homepage: http://openidenabled.com/python-openid/
Package: python-openid
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: OpenID support for servers and consumers
Set of Python packages to support use of the OpenID decentralized
identity system in your application, both server- and client-side,
including:
- OpenID 1.0, 1.1 and 2.0 support,
- SReg support,
- several storage implementations for stateful OpenID authentication.
|