All Projects â†’ nsqio â†’ Pynsq

nsqio / Pynsq

Licence: mit
The official Python client library for NSQ

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pynsq

agollo
🚀Go client for ctrip/apollo (https://github.com/apolloconfig/apollo)
Stars: ✭ 563 (+43.26%)
Mutual labels:  client-library
python-cozify
Unofficial Cozify Python bindings and helpers
Stars: ✭ 15 (-96.18%)
Mutual labels:  client-library
Google Maps Services Python
Python client library for Google Maps API Web Services
Stars: ✭ 3,443 (+776.08%)
Mutual labels:  client-library
c
Official C client library for Kubernetes
Stars: ✭ 83 (-78.88%)
Mutual labels:  client-library
skyscanner-flight-api-client
Published on Maven Central Java Client for a Skyscanner Flight Search API hosted in Rapid API
Stars: ✭ 15 (-96.18%)
Mutual labels:  client-library
ably-python
Python REST client library SDK for Ably realtime messaging service
Stars: ✭ 20 (-94.91%)
Mutual labels:  client-library
braze-php-sdk
A PHP client to interact with Braze API
Stars: ✭ 15 (-96.18%)
Mutual labels:  client-library
Agollo
🚀Go client for ctrip/apollo (https://github.com/ctripcorp/apollo)
Stars: ✭ 348 (-11.45%)
Mutual labels:  client-library
kong-java-client
Java Client for Kong API Gateway configuration
Stars: ✭ 69 (-82.44%)
Mutual labels:  client-library
sdk-powershell-api-v2
Windows PowerShell SDK for Box API v2
Stars: ✭ 21 (-94.66%)
Mutual labels:  client-library
in3-legacy
[Deprecated] Typescript-version of the IN3 client.
Stars: ✭ 69 (-82.44%)
Mutual labels:  client-library
cybr-cli
A "Swiss Army Knife" command-line interface (CLI) for easy human and non-human interaction with @cyberark suite of products.
Stars: ✭ 45 (-88.55%)
Mutual labels:  client-library
youtube-deno
A Deno client library of the YouTube Data API.
Stars: ✭ 30 (-92.37%)
Mutual labels:  client-library
circles-core
Common methods to interact with the Circles ecosystem
Stars: ✭ 22 (-94.4%)
Mutual labels:  client-library
Mediasoup Client
mediasoup client side JavaScript library
Stars: ✭ 320 (-18.58%)
Mutual labels:  client-library
Milvasoft.Iyzipay
Iyzico client for .Net 6
Stars: ✭ 15 (-96.18%)
Mutual labels:  client-library
embed-client
🎼 Sheet Music & Tabs Embed JavaScript Client
Stars: ✭ 43 (-89.06%)
Mutual labels:  client-library
Rosrust
Pure Rust implementation of a ROS client library
Stars: ✭ 355 (-9.67%)
Mutual labels:  client-library
Etcd3
🔖 Node.js client for etcd3
Stars: ✭ 336 (-14.5%)
Mutual labels:  client-library
node-imaginary
Minimalist node.js command-line & programmatic API client for imaginary
Stars: ✭ 94 (-76.08%)
Mutual labels:  client-library

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].