Metadata-Version: 2.4
Name: snakeMQ
Version: 1.6
Summary: message queuing for Python
Home-page: http://www.snakemq.net
Author: David Siroky
Author-email: siroky@dasir.cz
License: MIT License
Keywords: message,messaging,queue,persistent,network,communication,reconnect,RPC
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

SnakeMQ is a small cross-platform Python library for easy and reliable
communication between hosts.

[![Build Status](https://travis-ci.org/dsiroky/snakemq.svg?branch=master)](https://travis-ci.org/dsiroky/snakemq)

# Features
  * pure Python, cross-platform
  * automatic reconnect
  * keep-alive for idle connections
  * 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, bandwidth throttling

Tested and working with Python versions: 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, pypy

# Homepage
<https://github.com/dsiroky/snakemq>

# Forum & bugs & issues
  * forum at [Google Groups](https://groups.google.com/forum/#!forum/snakemq)
  * bugtracking at [GitHub issues](https://github.com/dsiroky/snakemq/issues)

# Download
  * packages at [PyPI](http://pypi.python.org/pypi/snakeMQ)

# Documentation
<https://snakemq.readthedocs.io/en/latest/>

# Changelog
<https://snakemq.readthedocs.io/en/latest/changelog.html>

# Notes
Python 3.5 has broken SSL support.
