Contents

aiormq 6.8.0

0

Pure python AMQP asynchronous client library

Pure python AMQP asynchronous client library

Stars: 249, Watchers: 249, Forks: 57, Open Issues: 36

The mosquito/aiormq repo was created 5 years ago and the last code push was 2 months ago.
The project is popular with 249 github stars!

How to Install aiormq

You can install aiormq using pip

pip install aiormq

or add it to a project with poetry

poetry add aiormq

Package Details

Author
Dmitry Orlov
License
Apache-2.0
Homepage
https://github.com/mosquito/aiormq
PyPi:
https://pypi.org/project/aiormq/
Documentation:
https://github.com/mosquito/aiormq/blob/master/README.rst
GitHub Repo:
https://github.com/mosquito/aiormq

Classifiers

  • Internet
  • Software Development
  • Software Development/Libraries
  • System/Clustering
No  aiormq  pypi packages just yet.

Errors

A list of common aiormq errors.

Code Examples

Here are some aiormq code examples and snippets.

GitHub Issues

The aiormq package has 36 open issues on GitHub

  • Fix implementation for Connection.is_opened.
  • fix error on example in README file
  • Can't seem to capture the ConnectionClosed exception

See more issues on GitHub

Related Packages & Articles

uvloop 0.19.0

Fast implementation of asyncio event loop on top of libuv

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

sniffio 1.3.1

Sniff out which async library your code is running under

anyio 4.3.0

High level compatibility layer for multiple asynchronous event loop implementations

amqp 5.2.0

Low-level AMQP client for Python (fork of amqplib).