File: control

package info (click to toggle)
python-aioice 0.6.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: python: 2,924; makefile: 15; sh: 7
file content (35 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download
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
Source: python-aioice
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 12),
 dh-sequence-python3,
 python3-dev,
 python3-netifaces,
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.5.0
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:
 python3-netifaces,
 ${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.