Source: flask-api
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>,
           Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-flask,
               python3-setuptools
Standards-Version: 4.5.1
Homepage: https://www.flaskapi.org
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-api.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-api

Package: python3-flask-api
Architecture: all
Depends: python-flask-api-common (= ${source:Version}),
         python3-flask,
         ${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