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: 5 months ago
JSON representation
A simple Pythonic asynchronous interface to inter-process pub/sub
- Host: GitHub
- URL: https://github.com/dahlia/narabi
- Owner: dahlia
- License: lgpl-3.0
- Created: 2024-01-03T11:29:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T18:13:49.000Z (7 months ago)
- Last Synced: 2025-11-28T06:32:51.282Z (7 months ago)
- Topics: pub-sub, pubsub
- Language: Python
- Homepage: https://pypi.org/project/Narabi/
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.