diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-06-22 10:43:26 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-06-22 10:43:26 +0000 |
commit | 493e765c37451f2bb2582a61dbf4914c29448e48 (patch) | |
tree | a110f7122896161c73fcd19d08f9af3c90daba63 /net/py-pynsq/pkg-descr | |
parent | 3e00d8932156810458df806b508b22863e6302b0 (diff) | |
download | ports-493e765c37451f2bb2582a61dbf4914c29448e48.tar.gz ports-493e765c37451f2bb2582a61dbf4914c29448e48.zip |
Notes
Diffstat (limited to 'net/py-pynsq/pkg-descr')
-rw-r--r-- | net/py-pynsq/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-pynsq/pkg-descr b/net/py-pynsq/pkg-descr new file mode 100644 index 000000000000..e9ba684fd3d1 --- /dev/null +++ b/net/py-pynsq/pkg-descr @@ -0,0 +1,8 @@ +The official Python client library for NSQ + +It provides high-level nsq.Reader and nsq.Writer classes for building +consumers and producers and two low-level modules for both sync and async +communication over the NSQ Protocol (if you wanted to write your own +high-level functionality). + +WWW: https://github.com/bitly/pynsq |