Metadata-Version: 2.1
Name: aiortc2
Version: 1.8.0.post0
Summary: An implementation of WebRTC and ORTC
Author-email: Jeremy Lainé <jeremy.laine@m4x.org>
License: BSD-3-Clause
Project-URL: homepage, https://github.com/CoLearn-Dev/aiortc2
Project-URL: changelog, https://aiortc.readthedocs.io/en/stable/changelog.html
Project-URL: documentation, https://aiortc.readthedocs.io/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aioice2 <1.0.0,>=0.9.0
Requires-Dist: av <12.0.0,>=9.0.0
Requires-Dist: cffi >=1.0.0
Requires-Dist: cryptography >=42.0.0
Requires-Dist: google-crc32c >=1.1
Requires-Dist: pyee >=9.0.0
Requires-Dist: pylibsrtp >=0.10.0
Requires-Dist: pyopenssl >=24.0.0
Requires-Dist: dataclasses ; python_version < "3.7"
Provides-Extra: dev
Requires-Dist: aiohttp >=3.7.0 ; extra == 'dev'
Requires-Dist: coverage[toml] >=7.2.2 ; extra == 'dev'
Requires-Dist: numpy >=1.19.0 ; extra == 'dev'

What is ``aiortc2``?

``aiortc`` https://github.com/aiortc/aiortc

``aiortc2`` is a fork of ``aiortc`` that changes the dependency ``aioice`` to our modified version ``aioice2``.
