Skip to content

ploxiln/pynsq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

official Python client library for NSQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%