summaryrefslogtreecommitdiff
path: root/devel/py-stompclient/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-stompclient/DESCR')
-rw-r--r--devel/py-stompclient/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-stompclient/DESCR b/devel/py-stompclient/DESCR
new file mode 100644
index 00000000000..22e90026201
--- /dev/null
+++ b/devel/py-stompclient/DESCR
@@ -0,0 +1,7 @@
+stompclient provides a simple and lighweight STOMP client API for Python.
+
+stompclient supports both simplex (publisher-only) and duplex
+(publish-subscribe) communication with STOMP servers. This project started as a
+fork of the stompy project by Benjamin W. Smith) but has evolved into a very
+distinct codebase, which combines a few ideas from stompy with features from
+the Stomper library and CoilMQ broker.