summaryrefslogtreecommitdiffstats
path: root/python/python2-stomper/README
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-06 17:11:24 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:50 +0700
commite7de6535f6f0641ee2c2809a77da1e0c2239b649 (patch)
treebe5622952eedd3401ba9bda78c45180fbdfdbbca /python/python2-stomper/README
parent04c2816238ff2d88832a8a76f23de993cd9f5b36 (diff)
downloadslackbuilds-e7de6535f6f0641ee2c2809a77da1e0c2239b649.tar.gz
slackbuilds-e7de6535f6f0641ee2c2809a77da1e0c2239b649.tar.xz
python/python-stomper: Renamed python2-stomper.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-stomper/README')
-rw-r--r--python/python2-stomper/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-stomper/README b/python/python2-stomper/README
new file mode 100644
index 0000000000..95596ac86e
--- /dev/null
+++ b/python/python2-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.