1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: python-aiohttp
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tianon Gravi <admwiggin@gmail.com>,
Paul Tagliamonte <paultag@debian.org>,
Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python3-all-dev (>= 3.4~),
python3-all-dbg (>= 3.4~),
python3-setuptools,
python3-sphinx,
cython3,
# for tests:
python3-nose,
python3-chardet,
python3-gunicorn
Standards-Version: 3.9.6
Homepage: https://aiohttp.readthedocs.org
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-aiohttp/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-aiohttp/trunk/
X-Python3-Version: >= 3.4
Package: python3-aiohttp
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
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
Priority: extra
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.
|