Release: | 2.1.1dev |
---|---|
Date: | January 11, 2011 |
Note
These docs are for pyzmq-2.1.1dev, but pyzmq has not made any significant changes to itself since 2.0.10, so they should apply just fine there as well.
PyZMQ versioning follows zeromq, so your pyzmq version should match those 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.
Please don’t hesitate to report pyzmq issues to our tracker on GitHub.