File: control

package info (click to toggle)
python-aiortc 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,052 kB
  • sloc: python: 20,294; javascript: 321; makefile: 21; sh: 1
file content (74 lines) | stat: -rw-r--r-- 2,262 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: python-aiortc
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 libopus-dev,
 libvpx-dev,
 python3-aioice (<< 1) <!nocheck>,
 python3-aioice (>= 0.9) <!nocheck>,
 python3-all-dev,
 python3-av (<< 15) <!nocheck>,
 python3-av (>= 14) <!nocheck>,
 python3-cffi,
 python3-crc32c <!nocheck>,
 python3-cryptography (>= 42) <!nocheck>,
 python3-openssl (>= 24) <!nocheck>,
 pybuild-plugin-pyproject,
 python3-pyee (>= 13.0.0) <!nocheck>,
 python3-pylibsrtp (>= 0.10) <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-autodoc-typehints <!nodoc>,
 python3-sphinxcontrib.trio <!nodoc>,
Standards-Version: 4.7.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-crc32c,
 ${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.