File: control

package info (click to toggle)
django-guardian 1.4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,668 kB
  • ctags: 1,170
  • sloc: python: 5,535; makefile: 89; sh: 12
file content (91 lines) | stat: -rw-r--r-- 3,045 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Source: django-guardian
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python (>= 2.20160609~),
               python-all,
               python-django (>= 1.2),
               python-django-environ,
               python-mock (>= 0.7.2),
               python-pytest-django,
               python-pytest-runner,
               python-setuptools,
               python-setuptools-scm,
               python-six,
               python-unittest2,
               python3-all,
               python3-django (>= 1.2),
               python3-django-environ,
               python3-mock (>= 0.7.2),
               python3-pytest-django,
               python3-pytest-runner,
               python3-setuptools,
               python3-setuptools-scm,
               python3-six,
               python3-sphinx,
               python3-sphinx-rtd-theme,
Standards-Version: 4.0.0
X-Python-Version: >= 2.7
Homepage: https://github.com/lukaszb/django-guardian
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-guardian.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-guardian.git

Package: python-django-guardian
Architecture: all
Provides: ${python:Provides},
Depends: python-django (>= 1.2),
         python-six,
         ${misc:Depends},
         ${python:Depends},
Suggests: python-django-guardian-doc,
Description: per object permissions of django
 Implementation of per object permissions as authorization backend which is
 supported since Django 1.2. It provides features as followings;
  - Object permissions for Django_
  - AnonymousUser support
  - High level API
  - Heavely tested
  - Django's admin integration
  - Decorators

Package: python3-django-guardian
Architecture: all
Provides: ${python:Provides},
Depends: python3-django (>= 1.2),
         python3-six,
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-django-guardian-doc,
Description: per object permissions of django for Python3
 For Python3.
 Implementation of per object permissions as authorization backend which is
 supported since Django 1.2. It provides features as followings;
  - Object permissions for Django_
  - AnonymousUser support
  - High level API
  - Heavely tested
  - Django's admin integration
  - Decorators

Package: python-django-guardian-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
         libjs-modernizr,
         libjs-underscore,
         python-sphinx,
         sphinx-common,
         ${misc:Depends},
Description: per object permissions of django (documentation)
 Implementation of per object permissions as authorization backend which is
 supported since Django 1.2. It provides features as followings;
  - Object permissions for Django_
  - AnonymousUser support
  - High level API
  - Heavely tested
  - Django's admin integration
  - Decorators
 .
 This package contains the HTML documentation.