summaryrefslogtreecommitdiff
path: root/devel/py-stompclient/DESCR
diff options
context:
space:
mode:
authorimil <imil>2012-08-14 09:05:22 +0000
committerimil <imil>2012-08-14 09:05:22 +0000
commitdad64c38b6bd1f554a32679724bd6d6288279605 (patch)
tree25375c7e9be16a5496985302a4d22ec1673d048c /devel/py-stompclient/DESCR
parentaebbffd23b30b06c6bf6348f82fe21942a87e286 (diff)
downloadpkgsrc-dad64c38b6bd1f554a32679724bd6d6288279605.tar.gz
Initial import of py-stompclient, version 0.3.2, into the NetBSD Packages
Collection. 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.
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.