Source: python-aiohttp
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/aio-libs/aiohttp/tags
Vcs-Browser: https://github.com/alvistack/aio-libs-aiohttp
Vcs-Git: https://github.com/alvistack/aio-libs-aiohttp.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 cython3,
 fdupes,
 python3-dev,
 python3-multidict (>= 4.5),
 python3-pip,

Package: python3-aiohttp
Architecture: amd64
Description: Asynchronous HTTP client/server framework for asyncio and Python
 Python HTTP client/server for asyncio which supports both the client and
 the server side of the HTTP protocol, client and server websocket, and
 webservers with middlewares and pluggable routing.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-aiohappyeyeballs (>= 2.5.0),
 python3-aiosignal (>= 1.4.0),
 python3-async-timeout (>= 4.0),
 python3-attr (>= 17.3.0),
 python3-frozenlist (>= 1.1.1),
 python3-multidict (>= 4.5),
 python3-propcache (>= 0.2.0),
 python3-yarl (>= 1.17.0),
