python3-aiormq

pure Python AMQP client library (Python 3)
  https://github.com/mosquito/aiormq
  0
  no reviews



This program is a pure Python AMQP 0.9.1 asynchronous client library.

Features: Connecting by URL. Buffered queue for received frames. Only PLAIN auth mechanism support. Publisher confirms support. Transactions support. Channel based asynchronous locks. Tracking unroutable messages. Full SSL/TLS support. Python type hints. Uses pamqp as an AMQP 0.9.1 frame encoder/decoder.

This package installs the library for Python 3.