You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 695474c0b6
python/python-stomper: Fix slack-desc.
9 years ago
..
README python/*: Moved a lot of Python stuff here 15 years ago
python-stomper.SlackBuild various: Update find command to match template. 12 years ago
python-stomper.info Add REQUIRED field to .info files. 13 years ago
slack-desc python/python-stomper: Fix slack-desc. 9 years ago

README

This is a python client implementation of the STOMP protocol.

The client is attempting to be transport layer neutral. This module
provides functions to create and parse STOMP messages in a
programatic fashion. The messages can be easily generated and parsed,
however its up to the user to do the sending and receiving.