Jeremy Lainé's aioice library wihtout netifaces dependency
Project description
# aioice-no-netifaces
aioice-no-netifaces is a fork of [aioice](https://github.com/aiortc/aioice), which does not require netifaces library.
## Why?
Netifaces [is no longer maintained](https://github.com/al45tair/netifaces)
Installing on Python3.10 requires Microsoft Visual C++ 14.0 or greater on Windows, as there are no pre built binaries
This fork gets the host IP address with pure Python [workaround](https://stackoverflow.com/a/28950776), which does not require Microsoft Visual C++.
## Caveats:
This library does not support ipv6 (which the original aioice does support)
Currently this library uses only the primary ipv4 address (aioice can use all of the ip4 addresses)
## License
aioice-no-netifaces is released under the same BSD license as the original aioice library.
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
Built Distribution
File details
Details for the file aioice_no_netifaces-0.7.7-py3-none-any.whl
.
File metadata
- Download URL: aioice_no_netifaces-0.7.7-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5896230df1eeeb8d1c69d8c4e22ca92def3ef26e364933a9822690b06ed209ac |
|
MD5 | 65ddc73eaf74ea1cb29f01252cb3faea |
|
BLAKE2b-256 | 772c9813125deddd559b5dcde1c8a0dbc8d0efdf74dc2c9af55148852b598b3e |