Source: python-anyio Maintainer: Debian Python Team Uploaders: Julien Puydt Section: python Priority: optional Standards-Version: 4.7.0 Homepage: https://github.com/agronholm/anyio Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3, python3-idna, python3-setuptools, python3-setuptools-scm, python3-sniffio Vcs-Git: https://salsa.debian.org/python-team/packages/python-anyio.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-anyio Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-anyio Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Asynchronous compatibility layer (Python 3) This module provides a bridge to run the same sources unmodified on asyncio, curio and trio. . It bridges the following features: - task groups - cancellation - threads - signal handling - asynchronous file operations - subprocesses - inter-task synchronization and communication - high-level networking . This package installs the library for Python 3.