Source: python-authkit Section: python Priority: optional Maintainer: Christoph Haas Uploaders: Debian Python Modules Team 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.