File: control

package info (click to toggle)
python-repoze.who 2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 936 kB
  • ctags: 909
  • sloc: python: 6,085; makefile: 84
file content (75 lines) | stat: -rw-r--r-- 2,753 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: python-repoze.who
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-nose,
                     python-paste,
                     python-repoze.sphinx.autointerface,
                     python-webob,
                     python-zope.interface,
                     python3-nose,
                     python3-paste,
                     python3-webob,
                     python3-zope.interface,
Standards-Version: 3.9.6
Homepage: http://www.repoze.org/
Vcs-Git: git://anonscm.debian.org/openstack/python-repoze.who.git
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-repoze.who.git

Package: python-repoze.who
Architecture: all
Depends: python-paste,
         python-pkg-resources,
         python-sphinx,
         python-webob,
         python-zope.interface,
         ${misc:Depends},
         ${python:Depends},
Suggests: libjs-jquery,
          python-psycopg2,
Description: ident and auth framework for Python WSGI applications - Python 2.x
 repoze.who is an identification and authentication framework for
 arbitrary Python WSGI applications; it acts as WSGI middleware.
 .
 repoze.who is inspired by Zope 2's Pluggable Authentication Service
 (PAS), but is not dependent on Zope in any way; it is useful for any
 WSGI application.
 .
 It provides no facility for authorization (ensuring whether a user
 can or cannot perform the operation implied by the request). This is
 considered to be the domain of the WSGI application.
 .
 This package contains the Python 2.x module.

Package: python3-repoze.who
Architecture: all
Depends: python3-paste,
         python3-pkg-resources,
         python3-sphinx,
         python3-webob,
         python3-zope.interface,
         ${misc:Depends},
         ${python3:Depends},
Suggests: libjs-jquery,
          python3-psycopg2,
Description: ident and auth framework for Python WSGI applications - Python 3.x
 repoze.who is an identification and authentication framework for
 arbitrary Python WSGI applications; it acts as WSGI middleware.
 .
 repoze.who is inspired by Zope 2's Pluggable Authentication Service
 (PAS), but is not dependent on Zope in any way; it is useful for any
 WSGI application.
 .
 It provides no facility for authorization (ensuring whether a user
 can or cannot perform the operation implied by the request). This is
 considered to be the domain of the WSGI application.
 .
 This package contains the Python 3.x module.