File: control

package info (click to toggle)
djangorestframework-filters 1.0.0.dev2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: python: 2,855; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,391 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
Source: djangorestframework-filters
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Wookey <wookey@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-pytest-django,
               python3-django,
               python3-django-crispy-forms,
               python3-django-filters,
               python3-djangorestframework,
               python3-setuptools
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/djangorestframework-filters
Vcs-Git: https://salsa.debian.org/python-team/packages/djangorestframework-filters.git
Homepage: https://github.com/philipn/django-rest-framework-filters

Package: python3-djangorestframework-filters
Architecture: all
Depends: python3-django,
         python3-django-filters,
         python3-djangorestframework,
         ${misc:Depends},
         ${python3:Depends}
Description: Filters for Django REST Framework (Python3 version)
 An extension to Django REST framework and Django filter that makes it easy
 to filter across relationships. Historically, this extension also provided
 a number of additional features and fixes, however some have now been merged
 back into django-filter
 .
 This package contains the Python 3 version of the library.