aboutsummaryrefslogtreecommitdiff
path: root/network/python-stomper/README
diff options
context:
space:
mode:
authorDavid Woodfall <dave@dawoodfall.net>2010-10-24 22:22:23 -0400
committerErik Hanson <erik@slackbuilds.org>2010-10-25 07:55:11 -0500
commit563c4b4b0303abb7ab926a94a1e4229035fc9630 (patch)
tree2390d2c4abefb582a8327136b511e3080c6a8b32 /network/python-stomper/README
parent1de860d3da499a5dbdd27d6d2d953a0bb5e72385 (diff)
downloadslackbuilds-563c4b4b0303abb7ab926a94a1e4229035fc9630.tar.xz
network/python-stomper: Added (client for the STOMP protocol)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/python-stomper/README')
-rw-r--r--network/python-stomper/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/python-stomper/README b/network/python-stomper/README
new file mode 100644
index 000000000000..95596ac86e93
--- /dev/null
+++ b/network/python-stomper/README
@@ -0,0 +1,6 @@
+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.