Metadata-Version: 2.1
Name: aiozyre
Version: 1.1.1
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 OS X for the following Python versions:
        * CPython: 3.6.4, 3.7.0, 3.8.0, 3.9-dev
        * 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 [examples](https://github.com/elijahr/aiozyre/tree/master/examples).
        
        ## Contributing
        
        Pull requests are welcome, please file any issues you encounter.
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
