Registry / http-networking / python-qpid-proton

python-qpid-proton

JSON →
library0.40.0pypypiunverified

An AMQP based messaging library providing a high-level API for AMQP 1.0 messaging. Current version is 0.40.0. Release cadence is irregular, with occasional major or minor releases.

pip install python-qpid-proton
INSTALL
IMPORT
SIG · PYTHON-QPID-PROTON
P
python-qpid-proton
http-networkingpythonv0.40.0
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Messenger
from proton import Messenger
from proton import Messenger

Creates a Messenger, sends a message to an AMQP queue. Ensure an AMQP broker is running.

from proton import Messenger, Message messenger = Messenger() messenger.start() msg = Message(body="Hello world") messenger.put("amqp://0.0.0.0:5672/myqueue", msg) messenger.send() messenger.stop()
Debug
Known issues
breakingIn version 0.40.0, the library dropped support for Python 2. Also, the API changed from blocking to non-blocking I/O in some components.
fix
Upgrade to Python 3.6+ and update code to use non-blocking patterns if using old synchronous Messenger API.
affects: >=0.40.0
gotchaThe 'proton' module name clashes with other packages (e.g., Proton VPN). Ensure correct installation and import.
fix
Always import from 'proton' after installing 'python-qpid-proton'. Verify via 'pip list'.
affects: all
deprecatedThe 'Messenger' API is considered legacy in AMQP 1.0; use the 'proton.reactor' for newer applications.
fix
Consider using 'proton.reactor.Container' or 'proton.handlers' for modern AMQP handling.
affects: >=0.30.0
Upgrade
Version history
0.40.0latest on PyPI · released May 19, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
python-qpid-proton — pip install python-qpid-proton · libregistry