Metadata-Version: 1.1
Name: stompclient
Version: 0.3.2
Summary: 
lightweight and extensible STOMP messaging client

Home-page: http://bitbucket.org/hozn/stompclient
Author: Hans Lellelid
Author-email: hans@xmpl.org
License: Apache
Description: 
        stompclient provides a simple and lighweight STOMP client API for Python. 
        
        stompclient supports both simplex (publisher-only) and duplex (publish-subscribe)
        communication with STOMP servers. This project started as a fork of the `stompy
        project by Benjamin W. Smith <https://bitbucket.org/asksol/python-stomp>`_) but 
        has evolved into a very distinct codebase, which combines a few ideas from 
        stompy with features from the Stomper library and CoilMQ broker.
        
        Changes in 0.3.2
        ----------------
        
        * Merged change from bmentges to use tests_require instead of install_requires
          (issue 6).
        
        
Keywords: stomp client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
