Metadata-Version: 1.1
Name: kombu-stomp
Version: 0.0.0.dev4
Summary: UNKNOWN
Home-page: UNKNOWN
Author: NTTE-AM OSS
Author-email: am.oss@ntt.eu
License: BSD
Description: Introduction
        ============
        .. image:: https://api.travis-ci.org/ntteurope/kombu-stomp.svg?branch=master
           :target: https://travis-ci.org/ntteurope/kombu-stomp
        .. image:: https://coveralls.io/repos/ntteurope/kombu-stomp/badge.png?branch=master
           :target: https://coveralls.io/r/ntteurope/kombu-stomp?branch=master
        
        This is project is an effort for adding STOMP protocol support to Kombu, mostly
        Celery oriented. You can find documentation at `Read the docs`_.
        
        Limitations
        -----------
        Currently we offer very limited support:
        
        * ActiveMQ is the only one broker supported.
        
        * We support only STOMP 1.0 protocol.
        
        * No PyPy, Jython support.
        
        * There is no transport options support but the host, port and credentials.
        
        .. _`Read the docs`: http://kombu-stomp.readthedocs.org/en/latest/
        
        
Keywords: Kombu Celery STOMP ActiveMQ stomp.py
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: English
