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
|
Source: python-pyramid-multiauth
Section: python
Priority: extra
Maintainer: David Douard <david.douard@logilab.fr>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python-pyramid,
python3-all,
python3-setuptools,
python3-pyramid,
Standards-Version: 3.9.7
Homepage: http://pypi.python.org/pypi/pyramid_multiauth
Vcs-Browser: https://github.com/douardda/pyramid_multiauth
Vcs-Git: https://github.com/douardda/pyramid_multiauth.git
Package: python-pyramid-multiauth
Architecture: all
Depends:
${python:Depends},
${misc:Depends}
Description: authentication policy for the Pyramid web framework
The pyramid_multiauth package provides MultiAuthenticationPolicy: a Pyramid
authentication policy that proxies to a stack of other IAuthenticationPolicy
objects, to provide a combined auth solution from individual pieces.
Package: python3-pyramid-multiauth
Architecture: all
Depends:
${python3:Depends},
${misc:Depends}
Description: authentication policy for the Pyramid web framework (python 3)
The pyramid_multiauth package provides MultiAuthenticationPolicy: a Pyramid
authentication policy that proxies to a stack of other IAuthenticationPolicy
objects, to provide a combined auth solution from individual pieces.
|