Metadata-Version: 2.4
Name: kombu
Version: 5.0.2
Summary: Messaging library for Python.
Home-page: https://kombu.readthedocs.io
Author: Ask Solem
Author-email: auvipy@gmail.com, ask@celeryproject.org
License: BSD
Keywords: messaging message amqp rabbitmq redis actor producer consumer
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: importlib-metadata>=0.18; python_version < "3.8"
Requires-Dist: amqp<6.0.0,>=5.0.0
Provides-Extra: msgpack
Requires-Dist: msgpack; extra == "msgpack"
Provides-Extra: yaml
Requires-Dist: PyYAML>=3.10; extra == "yaml"
Provides-Extra: redis
Requires-Dist: redis>=3.3.11; extra == "redis"
Provides-Extra: mongodb
Requires-Dist: pymongo>=3.3.0; extra == "mongodb"
Provides-Extra: sqs
Requires-Dist: boto3>=1.4.4; extra == "sqs"
Requires-Dist: pycurl==7.43.0.2; extra == "sqs"
Provides-Extra: zookeeper
Requires-Dist: kazoo>=1.3.1; extra == "zookeeper"
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy; extra == "sqlalchemy"
Provides-Extra: librabbitmq
Requires-Dist: librabbitmq>=1.5.2; extra == "librabbitmq"
Provides-Extra: pyro
Requires-Dist: pyro4; extra == "pyro"
Provides-Extra: slmq
Requires-Dist: softlayer_messaging>=1.0.3; extra == "slmq"
Provides-Extra: azurestoragequeues
Requires-Dist: azure-storage-queue; extra == "azurestoragequeues"
Provides-Extra: azureservicebus
Requires-Dist: azure-servicebus>=0.21.1; extra == "azureservicebus"
Provides-Extra: qpid
Requires-Dist: qpid-python>=0.26; extra == "qpid"
Requires-Dist: qpid-tools>=0.26; extra == "qpid"
Provides-Extra: consul
Requires-Dist: python-consul>=0.6.0; extra == "consul"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
