Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dahlia/narabi

A simple Pythonic asynchronous interface to inter-process pub/sub
https://github.com/dahlia/narabi

pub-sub pubsub

Last synced: 7 days ago
JSON representation

A simple Pythonic asynchronous interface to inter-process pub/sub

Awesome Lists containing this project

README

        

Narabi
======

Narabi is a simple Pythonic asynchronous interface to inter-process pub/sub.
It currently supports a Redis backend, but is designed to be extended to other
backends in the future.

For usage examples, see the `examples/` directory.