Metadata-Version: 2.4
Name: aiortc
Version: 1.4.0
Summary: An implementation of WebRTC and ORTC
Home-page: https://github.com/aiortc/aiortc
Author: Jeremy Lainé
Author-email: jeremy.laine@m4x.org
License: BSD
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: aioice<0.9.0,>=0.8.0
Requires-Dist: cryptography>=2.2
Requires-Dist: dataclasses; python_version < "3.7"
Requires-Dist: crc32c>=2.3
Requires-Dist: pyee>=9.0.0
Requires-Dist: pylibsrtp>=0.5.6
Requires-Dist: pyopenssl>=23.0.0
Provides-Extra: dev
Requires-Dist: aiohttp>=3.7.0; extra == "dev"
Requires-Dist: coverage>=5.0; extra == "dev"
Requires-Dist: numpy>=1.19.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

What is ``aiortc-lite``?
-------------------

The original ``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.

``aiortc-lite`` is a lightweight version with support for only datachannels. This
allows the library to run in resource constrained embedded environments without
requiring heavy AV dependencies.

.. _Web Real-Time Communication (WebRTC): https://webrtc.org/
.. _Object Real-Time Communication (ORTC): https://ortc.org/

License
-------

``aiortc`` is released under the `BSD license`_.

.. _BSD license: https://aiortc.readthedocs.io/en/latest/license.html
