berryMQ is a on-memory tiny message queuing library. Project goal is programmer friendly MQ. This not aims reliability, persistency. It will support cross-languages messaging(Python, Ruby and so on).
Current version has following features:
Now following features are under construction:
search the documentation
all functions, classes, terms
quick access to all documented modules
If you use python, you can install via easy_install
$ sudo easy_install berrymq
If you want to install Ruby version, download source code from bitbucket. And then unzip and type on your console:
$ ruby setup.rb config
$ sudo ruby setup.rb install
Note
Gem package will be created ASAP.
The all files are in a Mercurial repository at http://bitbucket.org/shibu/berrymq/