Skip to content
/ pynsq Public

The official Python client library for NSQ

License

Notifications You must be signed in to change notification settings

nsqio/pynsq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

589ea6f · Jun 1, 2017
Jun 1, 2017
Sep 12, 2014
Jun 1, 2017
May 13, 2017
Mar 28, 2017
Mar 29, 2017
Jun 1, 2017
Nov 30, 2013
Sep 27, 2016
Jun 1, 2017
May 5, 2017
Mar 29, 2017

Repository files navigation

pynsq

Build Status GitHub release PyPI

The official Python client library for NSQ.

Installation

$ pip install pynsq

Docs

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

Tests

These are the prerequisites for running tests:

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

To run test cases:

 python setup.py test