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
|
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.3.5-11),
python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1~), dpatch (>= 2.0)
Standards-Version: 3.7.3
Homepage: http://authkit.org/
XS-Python-Version: >=2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-authkit/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-authkit/trunk/?op=log
Package: python-authkit
Architecture: all
Depends: ${misc:Depends}, python-paste (>=1.4), ${python:Depends},
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 )
Recommends: python-mysqldb, python-sqlalchemy
XB-Python-Version: ${python:Versions}
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.
|