Skip to content
/ pynsq Public
forked from nsqio/pynsq

official Python client library for NSQ

License

Notifications You must be signed in to change notification settings

citysir/pynsq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynsq

pynsq is the official Python client library for NSQ.

Latest stable release is 0.6.7

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%