Wednesday, 22 April, 2009
A Python3-compatible release of stomp.py is now available, along with doxygen-generated docs (finally). I’ve done a reasonable amount of tidying up in the Py3k version, along with adding support for sending files from the command-line interface. There have been a few additional bug fixes in both Python2 and Python3 versions.
See the project page for more information. Any problems, as usual either email or (better yet) post in the discussion forum.
Wednesday, 15 April, 2009
I’ve refactored stomp.py for the version 2.0 release (yes, I realise I’ve missed version 1.9, but who’s going to quibble over a minor…?).
As well as refactoring, I’ve added help to the command-line client, a facility for recording stats (messages sent/received), and the start of some unit tests.
The refactored version 2 is available in branch “experimental-r2″. Run hg update -C experimental-r2 after pulling the latest changes from the repo.
Let me know what you think.