Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast messaging implementation.

PyZMQ should work with any reasonable version of Python (≥ 3.4), as well as Python 2.7 and 3.3, as well as PyPy. The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x), but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).

For a summary of changes to pyzmq, see our changelog.

ØMQ 3.x, 4.x

PyZMQ fully supports the 3.x and 4.x APIs of libzmq, developed at zeromq/libzmq. No code to change, no flags to pass, just build pyzmq against the latest and it should work.

PyZMQ does not support the old libzmq 2 API on PyPy.

Documentation

See PyZMQ's Sphinx-generated documentation on Read the Docs for API details, and some notes on Python and Cython development. If you want to learn about using ØMQ in general, the excellent ØMQ Guide is the place to start, which has a Python version of every example. We also have some information on our wiki.

Downloading

Unless you specifically want to develop PyZMQ, we recommend downloading the PyZMQ source code or wheels from PyPI, or install with conda.

You can also get the latest source code from our GitHub repository, but building from the repository will require that you install recent Cython.

Building and installation

For more detail on building pyzmq, see our Wiki.

We build wheels for macOS, Windows, and Linux, so you can get a binary on those platforms with:

pip install pyzmq

but compiling from source with pip install pyzmq should work in most environments. Especially on macOS, make sure you are using the latest pip (≥ 8), or it may not find the right wheels.

If the wheel doesn't work for some reason, or you want to force pyzmq to be compiled (this is often preferable if you already have libzmq installed and configured the way you want it), you can force installation with:

pip install --no-binary=:all: pyzmq

When compiling pyzmq (e.g. installing with pip on Linux), it is generally recommended that zeromq be installed separately, via homebrew, apt, yum, etc:

# Debian-based
sudo apt-get install libzmq3-dev

# RHEL-based
sudo yum install libzmq3-devel

If this is not available, pyzmq will try to build libzmq as a Python Extension, though this is not guaranteed to work.

Building pyzmq from the git repo (including release tags on GitHub) requires Cython.

Old versions

pyzmq 16 drops support Python 2.6 and 3.2. If you need to use one of those Python versions, you can pin your pyzmq version to before 16:

pip install 'pyzmq<16'

For libzmq 2.0.x, use 'pyzmq<2.1'

pyzmq-2.1.11 was the last version of pyzmq to support Python 2.5, and pyzmq ≥ 2.2.0 requires Python ≥ 2.6. pyzmq-13.0.0 introduces PyPy support via CFFI, which only supports libzmq-3.2.2 and newer.

PyZMQ releases ≤ 2.2.0 matched libzmq versioning, but this is no longer the case, starting with PyZMQ 13.0.0 (it was the thirteenth release, so why not?). PyZMQ ≥ 13.0 follows semantic versioning conventions accounting only for PyZMQ itself.

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzmq-25.1.2.tar.gz (1.4 MB view hashes)

Uploaded source

Built Distributions

pyzmq-25.1.2-pp310-pypy310_pp73-win_amd64.whl (413.8 kB view hashes)

Uploaded pp310

pyzmq-25.1.2-pp39-pypy39_pp73-win_amd64.whl (413.8 kB view hashes)

Uploaded pp39

pyzmq-25.1.2-pp38-pypy38_pp73-win_amd64.whl (413.8 kB view hashes)

Uploaded pp38

pyzmq-25.1.2-pp37-pypy37_pp73-win_amd64.whl (413.8 kB view hashes)

Uploaded pp37

pyzmq-25.1.2-cp312-cp312-win_amd64.whl (1.3 MB view hashes)

Uploaded cp312

pyzmq-25.1.2-cp312-cp312-win32.whl (954.9 kB view hashes)

Uploaded cp312

pyzmq-25.1.2-cp311-cp311-win_amd64.whl (1.2 MB view hashes)

Uploaded cp311

pyzmq-25.1.2-cp311-cp311-win32.whl (904.9 kB view hashes)

Uploaded cp311

pyzmq-25.1.2-cp310-cp310-win_amd64.whl (1.2 MB view hashes)

Uploaded cp310

pyzmq-25.1.2-cp310-cp310-win32.whl (906.3 kB view hashes)

Uploaded cp310

pyzmq-25.1.2-cp39-cp39-win_amd64.whl (1.2 MB view hashes)

Uploaded cp39

pyzmq-25.1.2-cp39-cp39-win32.whl (908.0 kB view hashes)

Uploaded cp39

pyzmq-25.1.2-cp38-cp38-win_amd64.whl (1.2 MB view hashes)

Uploaded cp38

pyzmq-25.1.2-cp38-cp38-win32.whl (908.6 kB view hashes)

Uploaded cp38

pyzmq-25.1.2-cp37-cp37m-win_amd64.whl (1.2 MB view hashes)

Uploaded cp37

pyzmq-25.1.2-cp37-cp37m-win32.whl (907.5 kB view hashes)

Uploaded cp37

pyzmq-25.1.2-cp36-cp36m-win_amd64.whl (1.2 MB view hashes)

Uploaded cp36

pyzmq-25.1.2-cp36-cp36m-win32.whl (919.2 kB view hashes)

Uploaded cp36

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page