PyZMQ Documentation

Table Of Contents

Previous topic

core.pysocket

Next topic

devices.basedevice

This Page

core.version

Module: core.version

PyZMQ and 0MQ version functions.

Functions

zmq.core.version.pyzmq_version()

Return the version of pyzmq as a string.

zmq.core.version.pyzmq_version_info()

Return the pyzmq version as a 3-tuple of numbers

If pyzmq is a dev version, the patch-version will be inf.

This helps comparison of version tuples in Python 3, where str-int comparison is no longer legal for some reason.

zmq.core.version.zmq_version()

Return the version of ZeroMQ itself as a string.