python-aioice 0.8.0-1 source package in Ubuntu

Changelog

python-aioice (0.8.0-1) unstable; urgency=medium

  [ upstream ]
  * new release

 -- Jonas Smedegaard <email address hidden>  Wed, 01 Feb 2023 11:49:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioice_0.8.0-1.dsc 2.0 KiB 36637d05df8255509a1db6c42b4bf792a87522a71d9cab260f2363329d6b34f2
python-aioice_0.8.0.orig.tar.gz 42.0 KiB 00cfb14c6b803bda758f32b57bd158e3ff842b3abf60b3e83b9b552d78e9e965
python-aioice_0.8.0-1.debian.tar.xz 3.3 KiB bd76277c0312b46c4f2da0f003297453f7ed989eeccaf13c31c04e315b94b3b2

Available diffs

No changes file available.

Binary packages built by this source

python3-aioice: 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.