kombu

Package — HTTPPython 3.7+Intermediate

Messaging library for Python; abstraction over AMQP, Redis, SQS

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
amqp, vine
Install
pip install kombu

Learn by Difficulty

Quick Example

python
# Install: pip install kombu
import kombu

# Basic kombu usage
print(f"Using kombu")
# See documentation for detailed examples

kombu is a third-party package. Messaging library for Python; abstraction over AMQP, Redis, SQS. Install with: pip install kombu

Try in Playground

Tags

packagehttpnetworkingclient