Metadata-Version: |
2.1 |
Name: |
pamqp |
Version: |
3.3.0 |
Summary: |
RabbitMQ Focused AMQP low-level library |
Author: |
Gavin M. Roy |
Author-Email: |
gavinmroy[at]gmail.com |
Home-Page: |
https://github.com/gmr/pamqp |
Project-Url: |
Bug Tracker, https://github.com/gmr/pamqp/issues |
Project-Url: |
Documentation, https://pamqp.readthedocs.io |
Project-Url: |
Source Code, https://github.com/gmr/pamqp/ |
License: |
BSD 3-Clause License |
Keywords: |
amqp,rabbitmq |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Communications |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
lxml; extra == "codegen" |
Requires-Dist: |
requests; extra == "codegen" |
Requires-Dist: |
yapf; extra == "codegen" |
Requires-Dist: |
coverage; extra == "testing" |
Requires-Dist: |
flake8; extra == "testing" |
Requires-Dist: |
flake8-comprehensions; extra == "testing" |
Requires-Dist: |
flake8-deprecated; extra == "testing" |
Requires-Dist: |
flake8-import-order; extra == "testing" |
Requires-Dist: |
flake8-print; extra == "testing" |
Requires-Dist: |
flake8-quotes; extra == "testing" |
Requires-Dist: |
flake8-rst-docstrings; extra == "testing" |
Requires-Dist: |
flake8-tuple; extra == "testing" |
Requires-Dist: |
yapf; extra == "testing" |
Provides-Extra: |
codegen |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst; charset=UTF-8 |
License-File: |
LICENSE |