Source: python-quart-trio
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 cython3,
 dh-python,
 dh-sequence-python3,
 pkgconf,
 pkg-config,
 pybuild-plugin-pyproject,
 python3-all,
 python3-exceptiongroup,
 python3-hypercorn,
 python3-poetry-core,
 python3-quart,
 python3-trio,
X-Style: black
Standards-Version: 4.6.2
Homepage: https://github.com/pgjones/quart-trio
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-quart-trio
Vcs-Git: https://salsa.debian.org/python-team/packages/python-quart-trio.git

Package: python3-quart-trio
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: Quart-Trio
 Quart-Trio is an extension for Quart to support the Trio event loop. This is an alternative to using the asyncio event loop present in the Python standard library and supported by default in Quart.