Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zillionare/pyemit
light-weight event system runs on asyncio. Provides in-process, inter-process communication and RPC as well
https://github.com/zillionare/pyemit
aio-libs asyncio asyncio-redis event-emitter eventbus rpc
Last synced: about 1 month ago
JSON representation
light-weight event system runs on asyncio. Provides in-process, inter-process communication and RPC as well
- Host: GitHub
- URL: https://github.com/zillionare/pyemit
- Owner: zillionare
- License: mit
- Created: 2020-04-24T03:58:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:28:53.000Z (about 2 years ago)
- Last Synced: 2024-12-16T15:09:00.834Z (about 2 months ago)
- Topics: aio-libs, asyncio, asyncio-redis, event-emitter, eventbus, rpc
- Language: Python
- Homepage: https://pyemit.readthedocs.io/
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
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/zillionare/pyemit.. image:: https://readthedocs.org/projects/pyemit/badge/?version=latest
:target: https://pyemit.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://codecov.io/gh/zillionare/pyemit/branch/master/graph/badge.svg
:target: https://codecov.io/gh/zillionare/pyemitlight-weight asynchronous event system, support in-process communication, remote message server (currently redis
only) communication and remote procedure call (RPC).* 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)
* RPC (Remote procedure call)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