pynsq

The official Python client library for NSQ

It provides high-level nsq.Reader and nsq.Writer classes for building consumers and producers and two low-level modules for both sync and async communication over the NSQ Protocol (if you wanted to write your own high-level functionality).

The async module is built on top of the Tornado IOLoop and as such requires tornado to be installed.

Contents:

Indices and tables

Project Versions

Table Of Contents

Next topic

Message – an NSQ message

This Page