Source: python-aiortc Section: python Priority: optional Maintainer: Jonas Smedegaard Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, libopus-dev, libvpx-dev, python3-aioice (<< 0.9) , python3-aioice (>= 0.8) , python3-all-dev, python3-av (<< 11) , python3-av (>= 9) , python3-cffi, python3-crc32c , python3-cryptography , python3-openssl (>= 23) , pybuild-plugin-pyproject, python3-pyee (>= 9.0.0) , python3-pylibsrtp , python3-pytest , python3-pytest-asyncio , python3-pytest-timeout , python3-setuptools, python3-sphinx , python3-sphinx-autodoc-typehints , python3-sphinxcontrib-asyncio , Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/debian/python-aiortc.git Vcs-Browser: https://salsa.debian.org/debian/python-aiortc Homepage: https://github.com/aiortc/aiortc Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Package: python3-aiortc Architecture: any Depends: python3-aioice (<< 0.9), python3-aioice (>= 0.8), python3-av (<< 11), python3-av (>= 9), python3-cffi, python3-crc32c, python3-cryptography, python3-openssl (>= 23), python3-pyee (>= 6.0.0), python3-pylibsrtp, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: implementation of WebRTC and ORTC aiortc is a library for Web Real-Time Communication (WebRTC) and Object Real-Time Communication (ORTC) in Python. It is built on top of asyncio, Python's standard asynchronous I/O framework. . The API closely follows its JavaScript counterpart while using pythonic constructs: * promises are replaced by coroutines * events are emitted using pyee.EventEmitter Package: python3-aiortc-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: implementation of WebRTC and ORTC - documentation aiortc is a library for Web Real-Time Communication (WebRTC) and Object Real-Time Communication (ORTC) in Python. It is built on top of asyncio, Python's standard asynchronous I/O framework. . The API closely follows its JavaScript counterpart while using pythonic constructs: * promises are replaced by coroutines * events are emitted using pyee.EventEmitter . This package provides documentation for the aiortc module.