Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.
/ pynsq Public archive
forked from nsqio/pynsq

The official Python client library for NSQ

License

Notifications You must be signed in to change notification settings

ulule/pynsq

This branch is 167 commits behind nsqio/pynsq:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

966e225 · Dec 21, 2015
Sep 18, 2015
Sep 12, 2014
Dec 21, 2015
Mar 25, 2015
Nov 24, 2013
Jul 28, 2015
Sep 18, 2015
Nov 30, 2013
Oct 18, 2015
Sep 18, 2015
Jul 28, 2015

Repository files navigation

pynsq

Build Status GitHub release PyPI 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

The official Python client library for NSQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%