Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

mgale/MemQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemQueue
=======
MemQueue is an open source version of a scalable, non-blocking simple message
queue. It is designed to provide a simple message queue for transient data that
is time sensitive.

https://sites.google.com/site/michaelandpython/

MemQueue is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).

Installation
============
To install:

    python setup.py build
    sudo python setup.py install


Testing
============
To test:

    python setup.py test

Releases

No releases published

Packages

No packages published

Languages