--- id: kombu version: "5.6.2" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # kombu — Messaging library for Python. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install kombu uv add kombu poetry add kombu ## Description ======================================== kombu - Messaging library for Python ======================================== |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads| :Version: 5.6.2 :Documentation: https://kombu.readthedocs.io/ :Download: https://pypi.org/project/kombu/ :Source: https://github.com/celery/kombu/ :DeepWiki: |deepwiki| :Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue About ===== `Kombu` is a messaging library for Python. The aim of `Kombu` is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested solutions to common messaging problems. `AMQP`_ is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the `RabbitMQ`_ messaging server is the most popular implementation. Features ======== * Allows application authors to support several message server solutions by using pluggable transports. * AMQP transport using the `py-amqp`_, or `qpid-python`_ libraries. * Virtual transports makes it really easy to add support for... ## AI interpretation — verify before relying Kombu is a messaging library that provides a high-level, transport-agnostic interface for AMQP and other message brokers including Redis, MongoDB, and Amazon SQS, enabling reliable message production and consumption across multiple backend systems. Verdict: Kombu is a mature, production-stable messaging abstraction layer (top 1000 PyPI, active maintenance, zero known vulnerabilities) with low install friction and permissive licensing. It is production-ready for teams needing pluggable message broker support, though it requires an external broker to function. [View on SkillFed](https://skillfed.io/packages/kombu) · [View on PyPI](https://pypi.org/project/kombu/)