Metadata-Version: 2.0
Name: oslo.messaging
Version: 2.6.0
Summary: Oslo Messaging API
Home-page: https://wiki.openstack.org/wiki/Oslo#oslo.messaging
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.7
Requires-Dist: pbr (>=1.6)
Requires-Dist: futurist (>=0.1.2)
Requires-Dist: oslo.config (>=2.3.0)
Requires-Dist: oslo.context (>=0.2.0)
Requires-Dist: oslo.log (>=1.8.0)
Requires-Dist: oslo.utils (>=2.0.0)
Requires-Dist: oslo.serialization (>=1.4.0)
Requires-Dist: oslo.service (>=0.9.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: stevedore (>=1.5.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: cachetools (>=1.0.0)
Requires-Dist: eventlet (>=0.17.4)
Requires-Dist: greenlet (>=0.3.2)
Requires-Dist: WebOb (>=1.2.3)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: amqp (>=1.4.0)
Requires-Dist: kombu (>=3.0.7)
Requires-Dist: oslo.middleware (>=2.8.0)
Requires-Dist: aioeventlet (>=0.4)
Requires-Dist: trollius (>=1.0)

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



