File: control

package info (click to toggle)
djangorestframework 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,028 kB
  • ctags: 5,017
  • sloc: python: 17,300; makefile: 15
file content (91 lines) | stat: -rw-r--r-- 3,913 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: djangorestframework
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 (>= 8.0.0),
               dh-python, mkdocs,
               python-all (>= 2.6.5),
               python-setuptools,
               python-django (>= 1.4.2),
               python-defusedxml (>= 0.3),
               python-django-filters (>= 0.5.4),
               python-django-guardian (>= 1.1.1),
               python-pil,
               python-pytest,
               python-pytest-django,
               python-xmlrunner,
               python3-all (>= 3.2),
               python3-setuptools,
               python3-django (>= 1.4.2),
               python3-defusedxml (>= 0.3),
               python3-django-filters (>= 0.5.4),
               python3-django-guardian (>= 1.1.1),
               python3-pytest,
               python3-pytest-django,
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
Homepage: http://django-rest-framework.org
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/djangorestframework.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/djangorestframework.git

Package: python-djangorestframework
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends},
         ${misc:Depends},
         python-django (>= 1.4.2)
Recommends: python-yaml (>= 3.10),
            python-defusedxml (>= 0.3),
            python-django-filters (>= 0.5.4),
            python-django-guardian (>= 1.1.1),
            python-markdown (>= 2.1.0),
            python-pil
Suggests: python-djangorestframework-doc
Description: Web APIs for Django, made easy
 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
  * The Web browseable API is a huge useability win for your developers.
  * Authentication policies including OAuth1a and OAuth2 out of the box.
  * Serialization that supports both ORM and non-ORM data sources.
  * Customizable all the way down - just use regular function-based views if you
    don't need the more powerful features.
  * Extensive documentation, and great community support.

Package: python-djangorestframework-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, python-markdown (>= 2.1.0)
Description: Web APIs for Django, made easy (documentation)
 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
  * The Web browseable API is a huge useability win for your developers.
  * Authentication policies including OAuth1a and OAuth2 out of the box.
  * Serialization that supports both ORM and non-ORM data sources.
  * Customizable all the way down - just use regular function-based views if you
    don't need the more powerful features.
 .
 This package contains the HTML documentation.

Package: python3-djangorestframework
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-django (>= 1.4.2)
Recommends: python3-defusedxml (>= 0.3),
            python3-django-filters (>= 0.5.4),
            python3-django-guardian (>= 1.1.1),
            python3-markdown (>= 2.1.0),
            python3-pil
Suggests: python-djangorestframework-doc
Description: Web APIs for Django, made easy for Python3
 For Python3.
 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
  * The Web browseable API is a huge useability win for your developers.
  * Authentication policies including OAuth1a and OAuth2 out of the box.
  * Serialization that supports both ORM and non-ORM data sources.
  * Customizable all the way down - just use regular function-based views if you
    don't need the more powerful features.
  * Extensive documentation, and great community support.