python-qpid-proton
An AMQP based messaging library.
What it is and what it does
python-qpid-proton is a Python binding to Apache Qpid Proton, a lightweight AMQP 1.0 messaging library. It lets you build messaging applications—brokers, clients, routers, bridges, proxies—that speak the AMQP 1.0 protocol, making it straightforward to integrate with the broader AMQP ecosystem across different platforms and languages.
The package wraps Proton's C implementation via cffi, so installation involves compiled wheels for supported Python versions (3.9–3.12). The project is aging—last released 452 days ago—but has a long history dating to 2014. It carries no known security vulnerabilities and is licensed permissively under Apache Software License.
Use it for:
- Build an AMQP 1.0 client to send and receive messages from RabbitMQ, Apache ActiveMQ, or other AMQP brokers.
- Implement a message router or bridge that forwards AMQP messages between different systems or protocols.
- Create a lightweight messaging service that needs to interoperate with AMQP 1.0 endpoints across heterogeneous environments.
- Integrate Python applications into an existing AMQP-based messaging infrastructure without reimplementing protocol logic.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Qpid Proton, an AMQP 1.0 messaging library for building messaging applications like brokers, clients, routers, and bridges.
Yes, if you need AMQP 1.0 messaging in Python and are comfortable with aging but stable software. The permissive license and lack of vulnerabilities are strong points. Install friction is moderate (compiled wheels, cffi dependency), and the 452-day release gap suggests limited active development—acceptable for a mature protocol library, but plan for slower issue resolution if problems arise.
Install
python-qpid-proton on PyPI
pip
pip install python-qpid-protonuv
uv add python-qpid-protonpoetry
poetry add python-qpid-protonInstalling python-qpid-proton
Before you install
Medium install friction due to compiled wheel dependencies (cffi). Package is aging—last release was 452 days ago—so expect slower response to issues, though it has been maintained since 2014.
License in practice
Licensed under Apache Software License (permissive), so you can use it freely in commercial and open-source projects without restrictive obligations.
Quickstart
pip install python-qpid-proton
from proton import Message, Container
container = Container()
container.run()
Requires cffi as a runtime dependency; wheel distributions are available for Python 3.9–3.12 on macOS and Windows, but source builds may require a C compiler and Proton C library headers.
Verify before relying
- Whether Proton C library headers are required for installation from source on all platforms.
- Current maintenance status and responsiveness of the upstream Qpid Proton project.
- Performance characteristics and scalability limits for high-throughput messaging workloads.
Package facts
| License | Apache Software License (permissive) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — cffi |
| Maintenance | aging — 452 days since the last release |
| First released | |
| Downloads | 148,799/month — #11,017 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: python_qpid_proton-0.40.0-cp312-cp312-macosx_13_0_x86_64.whl; python_qpid_proton-0.40.0-cp313-cp313-win_amd64.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
kombuKombu is a messaging library that provides a…
permissive · top 1,000 on PyPI
fedora-messagingProvides tools and APIs for publishing and…
copyleft · top 15,000 on PyPI
AMQPStormA thread-safe Python 3 client library for…
permissive · top 15,000 on PyPI
stomp.pyA Python client library for connecting to STOMP…
permissive · top 5,000 on PyPI
amqpPure-Python AMQP 0.9.1 client library for…
permissive · top 1,000 on PyPI
solace-pubsubplusSolace Messaging API for Python provides client…
permissive · top 15,000 on PyPI
uamqpuAMQP is an AMQP 1.0 client library for Python…
permissive · top 5,000 on PyPI
aiormqaiormq is a pure Python AMQP 0.9.1 client…
permissive · top 5,000 on PyPI
ibmmqibmmq provides a Python interface to IBM MQ,…
unclear · top 5,000 on PyPI
pyzmqPyZMQ provides Python bindings for ZeroMQ…
permissive · top 1,000 on PyPI