Metadata-Version: 2.1
Name: aiozyre
Version: 1.1.3
Summary: asyncio-friendly Python bindings for Zyre
Home-page: UNKNOWN
Author: Elijah Shaw-Rutschman
Author-email: elijahr+aiozyre@gmail.com
License: UNKNOWN
Description: # aiozyre
        asyncio-friendly Python bindings for [Zyre](https://github.com/zeromq/zyre), an open-source framework for proximity-based peer-to-peer applications.
        
        ![build_status](https://travis-ci.org/elijahr/aiozyre.svg?branch=master)
        
        ## Installation
        
        ```shell
        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](https://bugs.python.org/issue20891).
        
        ## Usage
        
        See the [example peer-to-peer chat client](https://github.com/elijahr/aiozyre/blob/master/examples/chatter.py).
        
        ## Contributing
        
        Pull requests are welcome, please file any issues you encounter.
        
        ## Changelog
        
        ### 2020-05-23 - v1.1.4
        
        * Handle `SILENT` message
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking
Classifier: Framework :: AsyncIO
Description-Content-Type: text/markdown
Provides-Extra: dev
