The distribution file for the Python2 version of stomp.py has been fixed. I had a minor problem in my setup which meant only half the files were included — not particularly useful to anyone.
I’ve also updated the Python3 version to include optparse for handling arguments, the facility to specify a file of commands as both a runtime argument and from within the stomp.py console.
For example, you can now do something like:
python stomp/cli.py --file mycommands.txt
Which I think is pretty useful, at least. Feedback welcomed.


