Skip to content

antmd/snakemq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
  • additional modules - RPC, bandwidth throttling

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

Homepage

http://www.snakemq.net

Forum & bugs & issues

Download

Documentation

http://www.snakemq.net/doc

Changelog

http://www.snakemq.net/doc/changelog.html

About

Small cross-platform Python library for easy and reliable communication between hosts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%