1Metadata-Version: 2.1
2Name: kombu
3Version: 4.6.11
4Summary: Messaging library for Python.
5Home-page: https://kombu.readthedocs.io
6Author: Ask Solem
7Author-email: auvipy@gmail.com, ask@celeryproject.org
8License: BSD
9Description: UNKNOWN
10Keywords: messaging message amqp rabbitmq redis actor producer consumer
11Platform: any
12Classifier: Development Status :: 5 - Production/Stable
13Classifier: License :: OSI Approved :: BSD License
14Classifier: Operating System :: OS Independent
15Classifier: Programming Language :: Python
16Classifier: Programming Language :: Python :: 3
17Classifier: Programming Language :: Python :: 3.5
18Classifier: Programming Language :: Python :: 3.6
19Classifier: Programming Language :: Python :: 3.7
20Classifier: Programming Language :: Python :: 3.8
21Classifier: Programming Language :: Python :: 2.7
22Classifier: Programming Language :: Python :: 2
23Classifier: Programming Language :: Python :: Implementation :: CPython
24Classifier: Programming Language :: Python :: Implementation :: PyPy
25Classifier: Intended Audience :: Developers
26Classifier: Topic :: Communications
27Classifier: Topic :: System :: Distributed Computing
28Classifier: Topic :: System :: Networking
29Classifier: Topic :: Software Development :: Libraries :: Python Modules
30Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
31Provides-Extra: msgpack
32Provides-Extra: yaml
33Provides-Extra: redis
34Provides-Extra: mongodb
35Provides-Extra: sqs
36Provides-Extra: zookeeper
37Provides-Extra: sqlalchemy
38Provides-Extra: librabbitmq
39Provides-Extra: pyro
40Provides-Extra: slmq
41Provides-Extra: azurestoragequeues
42Provides-Extra: azureservicebus
43Provides-Extra: qpid
44Provides-Extra: consul
45