Metadata-Version: 2.1
Name: sending
Version: 0.2.2
Summary: Library for pub/sub usage within an async application
Author: Nicholas Wold
Author-email: nick@nicholaswold.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: jupyter
Provides-Extra: redis
Requires-Dist: aioredis[hiredis] (>=2.0.0,<3.0.0); extra == "redis"
Requires-Dist: jupyter_client (>=7.3.0,<8.0.0); extra == "jupyter"
