python-txamqp
Communicate with AMQP peers and brokers using Twisted
This package provides a Python library for communicating with AMQP peers and brokers using the asynchronous networking framework Twisted. It contains all the necessary code to connect, send and receive messages to/from an AMQP-compliant peer or broker (Qpid, OpenAMQ, RabbitMQ) using Twisted. It also includes support for using Thrift RPC over AMQP in Twisted applications.
- Versions: 0.8.2
- Website: https://github.com/txamqp/txamqp
- Licenses: ASL 2.0
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-txamqp
as follows:
guix install python-txamqp
Or install a particular version:
guix install python-txamqp@0.8.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-txamqp about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-txamqp'><img src='https://packages.guix.gnu.org/packages/python-txamqp/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-txamqp)
Example Org:
[[https://packages.guix.gnu.org/packages/python-txamqp][https://packages.guix.gnu.org/packages/python-txamqp/badges/latest-version.svg]]