PyZMQ Documentation

Table Of Contents

Next topic

PyZMQ, Python2.5, and Python3

This Page

PyZMQ Documentation

Release:2.1.9
Date:August 30, 2011

Note

PyZMQ versioning follows zeromq, so your pyzmq version should match that of your zeromq. The only changes at the pyzmq user’s level are the addition of a few socket types and socket options.

PyZMQ is the Python bindings for ØMQ, written almost entirely in Cython. This documentation currently contains notes on some important aspects of developing PyZMQ and an overview of what the ØMQ API looks like in Python. For information on how to use ØMQ in general, see the excellent ØMQ Manual.

Note

As of PyZMQ 2.1.7, PyZMQ has experimental support for the libzmq-3.0 development version, and has dropped support for the zeromq-2.0 series.

Please don’t hesitate to report pyzmq issues to our tracker on GitHub.

Summary of Changes in PyZMQ

Indices and tables