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
Release history Release notifications | RSS feed
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
File details
Details for the file aiortc_datachannel_only-1.3.2.post3-py3-none-any.whl
.
File metadata
- Download URL: aiortc_datachannel_only-1.3.2.post3-py3-none-any.whl
- Upload date:
- Size: 90.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c3636cb7976ebcd093bdfed9f0abd1822992ca507ff61e20aad42e17fd969c |
|
MD5 | 0916c82a4aed90dd613a50336272fc77 |
|
BLAKE2b-256 | 804e7214debf38afaeb94d69dab56855142918847235b5f76cec448e173ad3b6 |