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,
 cython0,
 fdupes,
 python3-dev,
 python3-idna-ssl (>= 1.0),
 python3-multidict (>= 4.5),
 python3-pip,
 python3-typing-extensions (>= 3.7.4),

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-aiosignal (>= 1.1.2),
 python3-async-timeout (>= 4.0),
 python3-asynctest (>= 0.13.0),
 python3-attr (>= 17.3.0),
 python3-charset-normalizer (>= 2.0),
 python3-frozenlist (>= 1.1.1),
 python3-idna-ssl (>= 1.0),
 python3-multidict (>= 4.5),
 python3-typing-extensions (>= 3.7.4),
 python3-yarl (>= 1.0),
