Source: python-aiohttp Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Tianon Gravi , Paul Tagliamonte , Piotr Ożarowski Build-Depends: debhelper (>= 11), dh-python, python3-all-dev (>= 3.5.3~), python3-all-dbg (>= 3.5.3~), python3-setuptools, python3-sphinx, python3-multidict, python3-async-timeout, python3-yarl (>= 1.0), cython3, # for tests: python3-pytest, python3-pytest-mock, python3-chardet, python3-gunicorn Standards-Version: 4.3.0 Homepage: https://aiohttp.readthedocs.org Vcs-Git: https://salsa.debian.org/python-team/modules/python-aiohttp.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-aiohttp X-Python3-Version: >= 3.5 Testsuite: autopkgtest-pkg-python Package: python3-aiohttp Architecture: any Depends: python3-yarl (>= 1.0), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Recommends: libjs-jquery Description: http client/server for asyncio HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support). . Features: * supports both client and server side of HTTP protocol, * supports both client and server Web-Sockets out-of-the-box, * web-server has middlewares and pluggable routing. Package: python3-aiohttp-dbg Architecture: any Section: debug Depends: python3-aiohttp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: http client/server for asyncio - debug version HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support). . Features: * supports both client and server side of HTTP protocol, * supports both client and server Web-Sockets out-of-the-box, * web-server has middlewares and pluggable routing. . This package contains the extension built for the Python 3 debug interpreter.