Skip to content
/ narabi Public

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

License

Notifications You must be signed in to change notification settings

dahlia/narabi

Repository files navigation

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.