Metadata-Version: 2.4
Name: AMQPStorm
Version: 3.0
Summary: Thread-safe Python3 RabbitMQ Client & Management library.
Home-page: https://amqpstorm.readthedocs.io/
Author: Erik Olof Gunnar Andersson
Author-email: amqpstorm@eandersson.net
License: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: pamqp<5.0,>=4.0.0
Provides-Extra: management
Requires-Dist: requests>2; extra == "management"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

AMQPStorm
=========
Thread-safe Python 3 RabbitMQ Client & Management library.

Documentation available at https://amqpstorm.readthedocs.io/

|Version|

Introduction
============
AMQPStorm is a library designed to be consistent, stable and thread-safe.

- 100% Test Coverage!
- Supports Python 3.11+.

.. |Version| image:: https://badge.fury.io/py/AMQPStorm.svg
  :target: https://badge.fury.io/py/AMQPStorm
