1
0
Fork
You've already forked aspubsub
0
Asynchronous PubSub interface for Python.
  • Python 98.3%
  • Just 1%
  • Nix 0.7%
2025年04月10日 19:35:46 +08:00
examples fix: don't restrict GeneralPurposePubSubManager's publish method's message parameter data type 2025年04月10日 15:41:03 +08:00
src/aspubsub feat: use per-channel lock to enable dispatch_message to run asynchronously 2025年04月10日 19:35:46 +08:00
tests fix: psubscribe 2025年04月09日 22:42:23 +08:00
.editorconfig init 2025年04月02日 18:44:49 +08:00
.gitignore init 2025年04月02日 18:44:49 +08:00
flake.lock update 2025年04月02日 23:04:05 +08:00
flake.nix init 2025年04月02日 18:44:49 +08:00
justfile feat: basic implementation 2025年04月09日 20:00:23 +08:00
main.py feat: basic implementation 2025年04月09日 20:00:23 +08:00
pyproject.toml fix: DumbBroadcaster use send_text instead of send 2025年04月10日 14:54:14 +08:00
pyrightconfig.example.json init 2025年04月02日 18:44:49 +08:00
README.md refactor: performance of _get_client_ids_subscribed_to_channel method 2025年04月09日 22:54:33 +08:00

AsPubSub

Asynchronous PubSub interface for Python.

Currently Supported Back-End:

  • InMemory
  • Redis PubSub (support psubscribe and punsubscribe)

Credits