Metadata-Version: 2.4
Name: redisposted
Version: 0.1.5
Summary: Concrete implementation of posted (message-broker interface) for Redis
Project-URL: Homepage, https://github.com/i2mint/redisposted
Author: Thor Whalen
License-Expression: MIT
License-File: LICENSE
Keywords: message-broker,messaging,posted,pubsub,redis
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: i2
Requires-Dist: posted
Requires-Dist: redis
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme>=1.0; extra == 'docs'
Requires-Dist: sphinx>=6.0; extra == 'docs'
Description-Content-Type: text/markdown

# redisposted

Concrete implementation of `posted` for Redis.

[Documentation](https://i2mint.github.io/redisposted/)
