[ 原始碼: python-amqp ]
套件:python3-amqp(2.4.0-2)
python3-amqp 的相關連結
Debian 的資源:
下載原始碼套件 python-amqp:
維護小組:
- Debian Python Modules Team (QA 頁面, 郵件存檔)
- Michael Fladischer (QA 頁面)
- Thomas Goirand (QA 頁面)
- Brian May (QA 頁面)
- Christopher Hoskin (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
Low-level AMQP client (Python3 version)
This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure Python alternative when librabbitmq is not available.
This library should be API compatible with librabbitmq. Differences from amqplib are:
* Supports draining events from multiple channels (Connection.drain_events). * Support for timeouts. * Channels are restored after channel error, instead of having to close the connection. * Support for heartbeats. * Supports RabbitMQ extensions: - Consumer Cancel Notifications. - Publisher confirms. - Exchange-to-exchange bindings: exchange_bind / exchange_unbind. * Support for basic_return. * Uses AMQP 0-9-1 instead of 0-8. * Exposes the underlying socket as Connection.sock. * Adds Channel.no_ack_consumers to keep track of consumer tags that set the no_ack flag. * Slightly better at error recovery.
This package contains the Python 3 version of the library.
其他與 python3-amqp 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-vine
- Python promises (Python 3 version)
-
- sug: python-amqp-doc
- Low-level AMQP client (Documentation)