Metadata-Version: 2.1
Name: pyemit
Version: 0.2.0
Summary: 轻量级的异步消息通信，支持进程内消息通信，以及基于REDIS PUBSUB的远程消息。提供了进一步封装RPC的底层机制。
Home-page: https://github.com/hbaaron/pyemit
Author: Aaron Yang
Author-email: code@jieyu.ai
License: MIT license
Keywords: pyemit
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7

=======
py-emit
=======


.. image:: https://img.shields.io/pypi/v/pyemit.svg
        :target: https://pypi.python.org/pypi/pyemit

.. image:: https://img.shields.io/travis/jieyu-tech/pyemit.svg
        :target: https://travis-ci.com/jieyu-tech/pyemit

.. image:: https://readthedocs.org/projects/pyemit/badge/?version=latest
        :target: https://pyemit.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




light-weight asynchronous event mechanism, support in-process communication, remote message server (currently redis
 only). Provided api for RPC implementation.


* Free software: MIT license
* Documentation: https://pyemit.readthedocs.io.


Features
--------

* asynchronous support.
* support in-process communication
* support remote message server (currently redis, aioredis is required)
* provides API for further implementing RPC

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-04-23)
------------------

* First release on PyPI.


