python-aiortc 0.9.28-3 source package in Ubuntu

Changelog

python-aiortc (0.9.28-3) unstable; urgency=medium

  * release to unstable

 -- Jonas Smedegaard <email address hidden>  Thu, 22 Apr 2021 18:31:36 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-aiortc_0.9.28-3.dsc 2.3 KiB 3c39709a8741ed16c96254040fce54b8d74d6a5c483ecee18281512d31959658
python-aiortc_0.9.28.orig.tar.gz 1.1 MiB 4099afeb28dd6af7c4a9b0b2633e1563c34ce3a9d48130e60756d553d796842f
python-aiortc_0.9.28-3.debian.tar.xz 6.2 KiB 35a0503334342ff434d09f93d78eb7c87257250f2e0962d360dc164bd7cd9c22

No changes file available.

Binary packages built by this source

python3-aiortc: 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

python3-aiortc-dbgsym: debug symbols for python3-aiortc