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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: python-repoze.who-plugins
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Stefano Zacchiroli <zack@debian.org>,
Piotr Ożarowski <piotr@debian.org>
Build-Depends:
debhelper (>= 7),
cdbs,
dpatch,
python-dev,
python-support,
python-setuptools
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.who-plugins/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.who-plugins/trunk/
Package: python-repoze.who-plugins
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-repoze.who,
python-zopeinterface,
python-paste (>= 1.7),
python-pastedeploy (>= 1.3.3),
python-openid (>= 2.0),
python-pkg-resources,
python-sqlalchemy (>= 0.5),
python-ldap (>= 2.3.5)
Description: authentication framework for Python WSGI applications - plugins collection
repoze.who is an identification and authentication framework for
arbitrary Python WSGI applications; it acts as WSGI middleware and is
inspired by Zope 2's Pluggable Authentication Service (PAS).
.
This package contains a collection of plugins for repoze.who, in
particular:
.
* repoze.who-friendlyform - developer-friendly forms
* repoze.who-plugins.sa - SQLAlchemy integration
* repoze.who-testutil - test utilities for repoze.who applications
* repoze.who.plugins.ldap - LDAP authentication
* repoze.who.plugins.openid - login via OpenID
|