asyncio-friendly Python bindings for Zyre, an open-source framework for proximity-based peer-to-peer applications.
pip install aiozyre
Tests run on both Linux and macOS for the following Python versions:
- CPython: 3.6.4, 3.7.0, 3.8.0
- PyPy: 7.2.0 (3.6.9)
CPython 3.6.3 and lower are not supported due to this bug.
See the example peer-to-peer chat client.
Pull requests are welcome, please file any issues you encounter.
- Fix memory leak where zlist items were not being freed
- Fix egg installation issue by passing zip_safe=False
- Handle
SILENT
message