[ ソース: python-amqp ]
パッケージ: python-amqp-doc (5.2.0-2)
python-amqp-doc に関するリンク
Debian の資源:
python-amqp ソースパッケージをダウンロード:
メンテナ:
- Debian Python Team (QA ページ)
- Michael Fladischer (QA ページ)
- Thomas Goirand (QA ページ)
- Brian May (QA ページ)
- Christopher Hoskin (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Low-level AMQP client (Documentation)
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 documentation.
その他の python-amqp-doc 関連パッケージ
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.2.2)
- Sphinx ドキュメンテーション用 JavaScript サポート