Source: uvloop Section: python Priority: optional Maintainer: Piotr Ożarowski Uploaders: Debian Python Team Build-Depends: debhelper-compat (= 12), dh-python, libuv1-dev, cython3 (>= 0.28), python3-all-dev, python3-setuptools, python3-psutil , python3-pytest , python3-aiohttp , python3-openssl , python3-flake8 , python3-mypy , python3-pycodestyle , Standards-Version: 4.5.0 Homepage: https://github.com/MagicStack/uvloop Vcs-Git: https://salsa.debian.org/python-team/packages/uvloop.git Vcs-Browser: https://salsa.debian.org/python-team/packages/uvloop Testsuite: autopkgtest-pkg-python Package: python3-uvloop Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: fast implementation of asyncio event loop on top of libuv uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood. It makes asyncio 2-4x faster.