Ecosyste.ms: Awesome
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: 7 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T19:26:12.000Z (8 months ago)
- Last Synced: 2024-05-09T18:57:14.056Z (8 months ago)
- Topics: pub-sub, pubsub
- Language: Python
- Homepage: https://pypi.org/project/Narabi/
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- 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.