File: control

package info (click to toggle)
python-django-rest-framework-guardian 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 267; makefile: 7; sh: 6
file content (35 lines) | stat: -rw-r--r-- 1,337 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
Source: python-django-rest-framework-guardian
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-django-guardian,
 python3-djangorestframework,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/rpkilby/django-rest-framework-guardian/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-rest-framework-guardian
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-rest-framework-guardian.git
Rules-Requires-Root: no

Package: python3-django-restframework-guardian
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: django-guardian support for Django REST Framework (Python3 version)
 django-rest-framework-guardian provides django-guardian integrations for Django
 REST Framework.
 It provides an ObjectPermissionsFilter to which will ensure that querysets only
 returns objects for which the user has the appropriate view permission and an
 ObjectPermissionsAssignmentMixin that allows permissions to be easily assigned
 to users and/or groups through serializers.
 .
 This package contains the Python 3 version of the library.