Contents

aioice 0.9.0

0

An implementation of Interactive Connectivity Establishment (RFC 5245)

An implementation of Interactive Connectivity Establishment (RFC 5245)

Stars: 98, Watchers: 98, Forks: 42, Open Issues: 14

The aiortc/aioice repo was created 6 years ago and the last code push was 9 months ago. The project is moderately popular with 98 github stars!

How to Install aioice

You can install aioice using pip

pip install aioice

or add it to a project with poetry

poetry add aioice

Package Details

Author
Jeremy Lainé
License
BSD
Homepage
https://github.com/aiortc/aioice
PyPi:
https://pypi.org/project/aioice/
GitHub Repo:
https://github.com/aiortc/aioice

Classifiers

No  aioice  pypi packages just yet.

Errors

A list of common aioice errors.

Code Examples

Here are some aioice code examples and snippets.

Related Packages & Articles

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

aiofile 3.8.8

Asynchronous HTTP client/server framework for asyncio and Python