Changes:
- Replace use of netifaces (compiled, unmaintained) with ifaddr (pure python, maintained). This should simplify the installation process on Windows using precompiled wheels, as netifaces does not need to be compiled.
Precompiled wheels:
- Windows x64 (cp38, cp39, cp310)
- GNU/Linux x86_64 (cp38, cp39, cp310)
- GNU/Linux aarch64 (cp38, cp39, cp310)