Source: python-quart
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-aiofiles,
               python3-all,
               python3-asynctest,
               python3-blinker,
               python3-click,
               python3-hypercorn,
               python3-hypothesis,
               python3-itsdangerous,
               python3-jinja2,
               python3-pytest,
               python3-pytest-asyncio,
               python3-setuptools,
               python3-sphinx,
               python3-werkzeug (>= 1.0.0)
Standards-Version: 4.5.0
Homepage: https://gitlab.com/pgjones/quart
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-quart
Vcs-Git: https://gitlab.com/kalilinux/packages/python-quart.git
Testsuite: autopkgtest-pkg-python

Package: python3-quart
Architecture: all
Depends: python3-hypercorn, ${misc:Depends}, ${python3:Depends}
Suggests: python-quart-doc
Description: Python ASGI web microframework with the same API as Flask (Python 3)
 This package contains a Python ASGI web microframework. It is intended to
 provide the easiest way to use asyncio functionality in a web context,
 especially with existing Flask apps. This is possible as the Quart API is a
 superset of the Flask API.
 .
 Quart aims to be a complete web microframework, as it supports HTTP/1.1,
 HTTP/2 and websockets. Quart is very extendable and has a number of known
 extensions and works with many of the Flask extensions.
 .
 This package installs the library for Python 3.

Package: python-quart-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python ASGI web microframework with the same API as Flask (documentation)
 This package contains a Python ASGI web microframework. It is intended to
 provide the easiest way to use asyncio functionality in a web context,
 especially with existing Flask apps. This is possible as the Quart API is a
 superset of the Flask API.
 .
 Quart aims to be a complete web microframework, as it supports HTTP/1.1,
 HTTP/2 and websockets. Quart is very extendable and has a number of known
 extensions and works with many of the Flask extensions.
 .
 This is the common documentation package.
