File: control

package info (click to toggle)
flask-restful 0.3.10-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,232 kB
  • sloc: python: 3,946; makefile: 277; pascal: 26; sh: 20
file content (52 lines) | stat: -rw-r--r-- 2,082 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
Source: flask-restful
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-aniso8601,
               python3-blinker,
               python3-pycryptodome,
               python3-doc,
               python3-flask,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
               python3-tz
Build-Depends-Indep: python-flask-doc <!nodoc>,
                     python-werkzeug-doc <!nodoc>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/twilio/flask-restful
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-restful.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-restful
Testsuite: autopkgtest-pkg-pybuild

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.

Package: python-flask-restful-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         python-flask-doc,
         python-werkzeug-doc,
         python3-doc
Built-Using: ${sphinxdoc:Built-Using}
Multi-Arch: foreign
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.