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
|
Source: flask-api
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>,
Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-flask (>= 0.10.1),
python3-setuptools
Standards-Version: 4.3.0
Homepage: http://www.flaskapi.org
Vcs-Git: https://salsa.debian.org/python-team/modules/flask-api.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-api
Package: python3-flask-api
Architecture: all
Depends: python-flask-api-common (= ${source:Version}),
python3-flask (>= 0.12.3),
${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: Flask-API
Description: Browsable web APIs for the Flask micro web framework
Flask API is an implementation of the same web browsable APIs that the
Django REST framework provides. It gives you properly content
negotiated responses and smart request parsing.
.
This package contains the Python 3 version of Flask API
Package: python-flask-api-common
Architecture: all
Depends: libjs-bootstrap, libjs-jquery, libjs-prettify, ${misc:Depends}
Description: Browsable web APIs for the Flask micro web framework - static resources
Flask API is an implementation of the same web browsable APIs that the
Django REST framework provides. It gives you properly content
negotiated responses and smart request parsing.
.
This package contains the static resources for Flask API
|