Metadata-Version: 2.1
Name: oslo.messaging
Version: 5.17.5.dev2
Summary: Oslo Messaging API
Home-page: http://docs.openstack.org/developer/oslo.messaging/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pbr (>=1.8)
Requires-Dist: futurist (!=0.15.0,>=0.11.0)
Requires-Dist: oslo.config (!=3.18.0,>=3.14.0)
Requires-Dist: oslo.context (>=2.9.0)
Requires-Dist: oslo.log (>=3.11.0)
Requires-Dist: oslo.utils (>=3.18.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.service (>=1.10.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: stevedore (>=1.17.1)
Requires-Dist: debtcollector (>=1.2.0)
Requires-Dist: monotonic (>=0.6)
Requires-Dist: six (>=1.9.0)
Requires-Dist: cachetools (>=1.1.0)
Requires-Dist: WebOb (>=1.6.0)
Requires-Dist: PyYAML (>=3.10.0)
Requires-Dist: amqp (<2.0,>=1.4.0)
Requires-Dist: kombu (<4.0.0,>=3.0.25)
Requires-Dist: pika (>=0.10.0)
Requires-Dist: pika-pool (>=0.1.3)
Requires-Dist: tenacity (>=3.2.1)
Requires-Dist: oslo.middleware (>=3.0.0)
Requires-Dist: futures (>=3.0); (python_version=='2.7' or python_version=='2.6')

========================
Team and repository tags
========================

.. image:: http://governance.openstack.org/badges/oslo.messaging.svg
    :target: http://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

Oslo Messaging Library
======================

.. image:: https://img.shields.io/pypi/v/oslo.messaging.svg
    :target: https://pypi.python.org/pypi/oslo.messaging/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/oslo.messaging.svg
    :target: https://pypi.python.org/pypi/oslo.messaging/
    :alt: Downloads

The Oslo messaging API supports RPC and notifications over a number of
different messaging transports.

* License: Apache License, Version 2.0
* Documentation: http://docs.openstack.org/developer/oslo.messaging
* Source: http://git.openstack.org/cgit/openstack/oslo.messaging
* Bugs: http://bugs.launchpad.net/oslo.messaging



