[ buster ]
[ 源代码: kombu ]
软件包:python-kombu(4.2.1-3)
python-kombu 的相关链接
Debian 的资源:
下载源码包 kombu:
维护小组:
- Debian Python Modules Team (QA 页面, 邮件存档)
- Michael Fladischer (QA 页面)
- Brian May (QA 页面)
- Christopher Hoskin (QA 页面)
- Thomas Goirand (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
AMQP Messaging Framework 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 AMQP protocol. It is meant to replace the carrot library by providing a compatibility layer.
Features:
* Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * The ability to ensure that an operation is performed by gracefully handling connection and channel errors.
其他与 python-kombu 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-amqp (>= 1.4.6)
- Low-level AMQP client
-
- dep: python-anyjson (>= 0.3.3)
- Common interface for the best available JSON implementation
-
- rec: python-yaml
- YAML parser and emitter for Python
-
- sug: python-beanstalkc
- simple beanstalkd client library for Python
-
- sug: python-boto
- Python interface to Amazon's Web Services - Python 2.x
-
- sug: python-couchdb
- library for working with Apache CouchDB
-
- sug: python-django
- High-level Python web development framework (Python 2 version)
-
- sug: python-kombu-doc
- AMQP Messaging Framework for Python (Documentation)
-
- sug: python-pika
- AMQP client library for Python 2
-
- sug: python-pymongo (>= 2.6.2)
- Python interface to the MongoDB document-oriented database
-
- sug: python-redis
- Persistent key-value database with network interface (Python library)
-
- sug: python-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python