Contents

aiormq 6.9.2

0

Pure python AMQP asynchronous client library

Pure python AMQP asynchronous client library

Stars: 314, Watchers: 314, Forks: 64, Open Issues: 41

The mosquito/aiormq repo was created 7 years ago and the last code push was 1 months ago.
The project is popular with 314 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 41 open issues on GitHub

  • Bump urllib3 from 2.5.0 to 2.6.3
  • Aiormq 7

See more issues on GitHub

Related Packages & Articles

uvloop 0.22.1

Fast implementation of asyncio event loop on top of libuv

aiohttp 3.13.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.12.1

High-level concurrency and networking framework on top of asyncio or Trio

amqp 5.3.1

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