Metadata-Version: 1.0
Name: snakeMQ
Version: 0.5.8
Summary: message queuing for Python
Home-page: http://www.snakemq.net
Author: David Siroky
Author-email: siroky@dasir.cz
License: MIT License
Description: SnakeMQ is a small cross-platform Python library for easy and reliable
        communication between hosts.
        
        Features
        ========
          * pure Python
          * automatic reconnect
          * reliable delivery - configurable message role and delivery timeout
          * persistent/transient queues
          * asynchronous - polling
          * symmetrical - single TCP connection for duplex communication
          * multiple storage options - SQLite, MongoDB, ...
          * brokerless - similar philosophy like `ZeroMQ <http://www.zeromq.org/>`_
          * additional modules - RPC
          * cross-platform - tested under Linux and MS Windows
        
        Homepage
        ========
        http://www.snakemq.net
        
        Documentation
        =============
        http://www.snakemq.net/doc
        
        Changelog
        =============
        http://www.snakemq.net/doc/changelog.html
        
Keywords: message,messaging,queue,persistent,network,communication,reconnect,RPC
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Networking
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
