Metadata-Version: 2.1
Name: python-qpid-proton
Version: 0.40.0
Summary: An AMQP based messaging library.
Author-email: Apache Qpid <users@qpid.apache.org>
License: Apache Software License
Project-URL: homepage, http://qpid.apache.org/proton/
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/x-rst
Requires-Dist: cffi >=1.0.0
Provides-Extra: opentracing
Requires-Dist: opentracing ; extra == 'opentracing'
Requires-Dist: jaeger-client ; extra == 'opentracing'

Python bindings for Qpid Proton
===============================

This module provides a Python binding to the Proton AMQP messaging toolkit.

Qpid Proton is a high-performance, lightweight messaging library. It
can be used in the widest range of messaging applications, including
brokers, client libraries, routers, bridges, proxies, and more. Proton
makes it trivial to integrate with the AMQP 1.0 ecosystem from any
platform, environment, or language.  More about `Proton <http://qpid.apache.org/proton/index.html>`_.

