Skip to content

elijahr/aiozyre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiozyre

asyncio-friendly Python bindings for Zyre, an open-source framework for proximity-based peer-to-peer applications.

build_status

Installation

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.

Usage

See the example peer-to-peer chat client.

Contributing

Pull requests are welcome, please file any issues you encounter.

Changelog

v1.1.5 (2020-07-22)

  • Fix memory leak where zlist items were not being freed
  • Fix egg installation issue by passing zip_safe=False

v1.1.4 (2020-05-23)

  • Handle SILENT message