1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: python-aioice
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-dev,
python3-dnspython (>= 2.0.0) <!nocheck>,
python3-ifaddr (>= 0.2) <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/python-aioice.git
Vcs-Browser: https://salsa.debian.org/debian/python-aioice
Homepage: https://github.com/aiortc/aioice
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-aioice
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: implementation of ICE
aioice is a library for Interactive Connectivity Establishment
(RFC 5245) in Python.
It is built on top of asyncio,
Python's standard asynchronous I/O framework.
.
Interactive Connectivity Establishment (ICE)
is useful for applications
that establish peer-to-peer UDP data streams,
as it facilitates NAT traversal.
Typical usecases include SIP and WebRTC.
|