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
|
Source: python-authkit
Section: python
Priority: optional
Maintainer: Christoph Haas <haas@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.6-3~),
python-setuptools (>= 0.6b3-1~), dpatch (>= 2.0)
Standards-Version: 3.8.0
Homepage: http://authkit.org/
X-Python-Version: >=2.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-authkit/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-authkit/trunk/
Package: python-authkit
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-paste (>= 1.4), python-pastedeploy (>= 1.1), python-pastescript (>= 1.1),
python (>= 2.5) | python-elementtree (>= 1.2), python-openid (>= 2.0.1),
python-beaker (>= 0.7.3), python-decorator (>= 2.1.0), python-webob (>= 0.9.3)
Recommends: python-mysqldb, python-sqlalchemy
Description: authentication and authorisation framework for Python WSGI applications
AuthKit is a Python module that provides functionality for WSGI (web)
applications to use authentication and authorisation.
.
* Built for WSGI applications and middleware
* Sophisticated and extensible permissions system
* Built in support for HTTP basic, HTTP digest, form, cookie and OpenID
authentication methods plus others.
* Easily define users, passwords and roles
* Designed to be totally extensible so you can use the components to integrate
with a database, LDAP connection or your own custom system.
* Plays nicely with the Pylons web framework.
|