mpe / pynsq

official Python client library for NSQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pynsq

pynsq is the official Python client library for NSQ.

Latest stable release is 0.6.6

Build Status

Installation

$ pip install pynsq

Docs

For HTML documentation, visit https://pynsq.readthedocs.org/

Running test cases

These are the prerequisite for running test cases.

 sudo apt-get install libsnappy-dev
 wget http://bitly-downloads.s3.amazonaws.com/nsq/nsq-0.2.28.linux-amd64.go1.2.1.tar.gz
 tar zxvf nsq-0.2.28.linux-amd64.go1.2.1.tar.gz
 sudo cp nsq-0.2.28.linux-amd64.go1.2.1/bin/nsqd nsq-0.2.28.linux-amd64.go1.2.1/bin/nsqlookupd /usr/local/bin

To run test cases:

 python setup.py test

About

official Python client library for NSQ

License:MIT License


Languages

Language:Python 100.0%