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
