Source: uvloop Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Piotr Ożarowski , Section: python Testsuite: autopkgtest-pkg-pybuild Build-Depends: debhelper-compat (= 13), dh-sequence-python3, cython3, libuv1-dev, python3-aiohttp , python3-all-dev, python3-openssl , python3-psutil , python3-pytest , python3-setuptools, Vcs-Browser: https://salsa.debian.org/python-team/packages/uvloop Vcs-Git: https://salsa.debian.org/python-team/packages/uvloop.git Homepage: https://github.com/MagicStack/uvloop Package: python3-uvloop Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Breaks: python3-anyio (<< 4.6.0), 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.