File: control

package info (click to toggle)
python-pyramid-multiauth 0.8.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: python: 512; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-pyramid-multiauth
Section: python
Priority: optional
Maintainer: David Douard <david.douard@logilab.fr>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 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: 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.