Skip to main content

Jeremy Lainé's aiortc library with only datachannel support and no extra dependencies

Project description

aiortc-datachannel-only

aiortc-datachannel-only is a fork from aiortc, which does not require av, cffi or netifaces dependencies, but has a support for datachannels only.

Install with: pip install aiortc-datachannel-only

Why?

  • I have only need for datachannels, and I want a simple "pip install ..." to work without extra dependencies or build steps (some others have had the same need, issues 78, 118, 243, 324, 364, 436)
  • Netifaces is no longer maintained, and does not have binaries for Python3.10

Caveats:

  • This library does not support ipv6 (which the original aiortc does support)
  • Currently this library uses only the primary ipv4 address (aiortc can use all of the ip4 addresses)

License

aioice-datachannel-only is released under the same BSD license as the original aiortc library.

Development

Install: pip install .[dev]

Build: python setup.py bdist_wheel

Release: twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page