Source: python-asyncudp Section: python Maintainer: Debian Python Team Uploaders: Michele Cane , Build-Depends: debhelper-compat (= 14), dh-python, dh-sequence-python3, dh-sequence-single-binary, python3-all, pybuild-plugin-pyproject, python3-pytest , python3-setuptools, Standards-Version: 4.7.4 Homepage: https://github.com/eerimoq/asyncudp Vcs-Browser: https://salsa.debian.org/python-team/packages/python-asyncudp Vcs-Git: https://salsa.debian.org/python-team/packages/python-asyncudp.git Testsuite: autopkgtest-pkg-pybuild Package: python3-asyncudp Architecture: all Depends: ${python3:Depends}, Description: asyncio high-level UDP sockets asyncudp provides a small high-level asyncio interface for UDP sockets. It supports creating UDP sockets with local or remote addresses, sending datagrams, receiving datagrams asynchronously, and async context management.