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

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: 6 months 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.