Metadata-Version: 2.3
Name: eric-redis-queues
Version: 1.0.0a2
Summary: Redis support for eric-sse
License: MIT
Author: Luca Stretti
Author-email: laxertu@gmail.com
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: eric-sse (>=1.0.0a5,<2.0.0)
Requires-Dist: redis (>=5.2.1,<6.0.0)
Project-URL: Homepage, https://laxertu.github.io/eric
Project-URL: Issues, https://github.com/laxertu/eric/issues
Project-URL: Repository, https://github.com/laxertu/eric-redis-queues
Description-Content-Type: text/markdown

Redis support for eric-sse

Example of usage:

    from eric_sse.prefabs import SSEChannel
    from eric_redis_queues.eric_redis_queues import RedisQueueFactory
    
    c = SSEChannel(queues_factory=RedisQueueFactory())

