Metadata-Version: 2.4
Name: PlanQ
Version: 0.1.5
Summary: Transport-agnostic async task queue using JSON-RPC 2.0
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: pydantic<3,>=2.0
Provides-Extra: dev
Requires-Dist: ruff>=0.15.1; extra == 'dev'
Provides-Extra: django
Requires-Dist: django>=5.0; extra == 'django'
Provides-Extra: redis
Requires-Dist: redis[hiredis]>=5.0; extra == 'redis'
Provides-Extra: sqs
Requires-Dist: aiobotocore>=2.0; extra == 'sqs'
Provides-Extra: testing
Requires-Dist: dacite>=1.9; extra == 'testing'
Requires-Dist: hypothesis>=6.0; extra == 'testing'
Requires-Dist: pytest-asyncio>=1.3; extra == 'testing'
Requires-Dist: pytest-cov>=4.0; extra == 'testing'
Requires-Dist: pytest-django>=4.0; extra == 'testing'
Requires-Dist: pytest>=8.0; extra == 'testing'
Requires-Dist: time-machine>=3.2; extra == 'testing'
