aboutsummaryrefslogtreecommitdiff
path: root/python/python-stomper/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-06 17:11:24 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:50 +0700
commite7de6535f6f0641ee2c2809a77da1e0c2239b649 (patch)
treebe5622952eedd3401ba9bda78c45180fbdfdbbca /python/python-stomper/README
parent04c2816238ff2d88832a8a76f23de993cd9f5b36 (diff)
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/python-stomper/README')
-rw-r--r--python/python-stomper/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/python-stomper/README b/python/python-stomper/README
deleted file mode 100644
index 95596ac86e..0000000000
--- a/python/python-stomper/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.