File: control

package info (click to toggle)
flask-restful 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 688 kB
  • sloc: python: 3,898; makefile: 276; pascal: 26
file content (74 lines) | stat: -rw-r--r-- 2,885 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
Source: flask-restful
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-aniso8601,
               python-blinker,
               python-crypto,
               python-flask,
               python-flask-doc,
               python-mock,
               python-nose,
               python-setuptools,
               python-six,
               python-werkzeug-doc,
               python-tz,
               python3-all,
               python3-aniso8601,
               python3-blinker,
               python3-crypto,
               python3-doc,
               python3-flask,
               python3-mock,
               python3-nose,
               python3-setuptools,
               python3-sphinx,
               python3-six,
               python3-tz
Standards-Version: 4.3.0
Homepage: https://github.com/twilio/flask-restful
Vcs-Git: https://salsa.debian.org/python-team/modules/flask-restful.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-restful
Testsuite: autopkgtest-pkg-python

Package: python-flask-restful
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: REST API framework for Flask applications (Python Module)
 Flask-RESTful is an extension for Flask that adds support for quickly building
 REST APIs. It is a lightweight abstraction that works with your existing
 ORM/libraries. Flask-RESTful encourages best practices with minimal setup.
 If you are familiar with Flask, Flask-RESTful should be easy to pick up.
 .
 This package provides the module for Python 2.

Package: python3-flask-restful
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: REST API framework for Flask applications (Python3 Module)
 Flask-RESTful is an extension for Flask that adds support for quickly building
 REST APIs. It is a lightweight abstraction that works with your existing
 ORM/libraries. Flask-RESTful encourages best practices with minimal setup.
 If you are familiar with Flask, Flask-RESTful should be easy to pick up.
 .
 This package provides the module for Python 3.

Package: python-flask-restful-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         python-flask-doc,
         python-werkzeug-doc,
         python3-doc,
Description: REST API framework for Flask applications (Documentation)
 Flask-RESTful is an extension for Flask that adds support for quickly building
 REST APIs. It is a lightweight abstraction that works with your existing
 ORM/libraries. Flask-RESTful encourages best practices with minimal setup.
 If you are familiar with Flask, Flask-RESTful should be easy to pick up.
 .
 This package provides the documentation.