Metadata-Version: 2.1
Name: fennel
Version: 0.2.3
Summary: A task queue for Python based on Redis Streams.
Home-page: https://fennel.readthedocs.io
License: MIT
Author: Matt Westcott
Author-email: m.westcott@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: aioredis (>=1.3.0,<2.0.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: colorama (>=0.4.1,<0.5.0)
Requires-Dist: pydantic (>=1.5,<2.0)
Requires-Dist: redis (>=3.3,<4.0)
Requires-Dist: structlog (>=20.0,<21.0)
Requires-Dist: uvloop (>=0.14.0,<0.15.0)
Project-URL: Repository, https://github.com/mjwestcott/fennel
