Metadata-Version: 1.0
Name: stompclient
Version: 0.3
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
        --------------
        
        * Added a changelog ;)
        * Moved exceptions into new stompclient.exceptions module.
        
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
