Skip to main content

PyZMQ: Python bindings for ØMQ

Build Status

Windows Build status

This package contains Python bindings for ØMQ. Ø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 GitHub 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 OS X, 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 OS X, 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 files for pyzmq 19.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyzmq 19.0.1
File Size Uploaded
pyzmq-19.0.1.tar.gz 1.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyzmq 19.0.1
File
pyzmq-19.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 macOS 10.9+ x86-64 Details
pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl PyPy 2.7 PyPy 7.3 macOS 10.9+ x86-64 Details
pyzmq-19.0.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyzmq-19.0.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyzmq-19.0.1-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
pyzmq-19.0.1-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
pyzmq-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyzmq-19.0.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyzmq-19.0.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyzmq-19.0.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pyzmq-19.0.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pyzmq-19.0.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyzmq-19.0.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyzmq-19.0.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyzmq-19.0.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pyzmq-19.0.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pyzmq-19.0.1-cp36-cp36m-macosx_10_9_intel.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ Intel (x86-64, i386) Details
pyzmq-19.0.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
pyzmq-19.0.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
pyzmq-19.0.1-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
pyzmq-19.0.1-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
pyzmq-19.0.1-cp35-cp35m-macosx_10_9_intel.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ Intel (x86-64, i386) Details
pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
pyzmq-19.0.1-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
pyzmq-19.0.1-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ Intel (x86-64, i386) Details

Total release size: 27.7 MB

Release files / pyzmq-19.0.1.tar.gz

Download URL pyzmq-19.0.1.tar.gz
Size 1.2 MB
Tags Source
SHA-256 checksum
How to use checksums
13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0
BLAKE2b-256 checksum
How to use checksums
8608e5fc492317cc9d65b32d161c6014d733e8ab20b5e78e73eca63f53b17004
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-19.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Size 550.6 kB
Tags PyPy 3.6 PyPy 3.6 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
aaa8b40b676576fd7806839a5de8e6d5d1b74981e6376d862af6c117af2a3c10
BLAKE2b-256 checksum
How to use checksums
2d40827cf7376e5aff9da60341c4190c282cff0fc23dc9a59c9daeedc609edc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl

Download URL pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl
Size 543.3 kB
Tags PyPy 2.7 PyPy 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
cf5d689ba9513b9753959164cf500079383bc18859f58bf8ce06d8d4bef2b054
BLAKE2b-256 checksum
How to use checksums
e8e9cf36ef36fa3b93ce204fd28794be03a7b43007ff54ba67f3d2ecfcc16488
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp38-cp38-win_amd64.whl

Download URL pyzmq-19.0.1-cp38-cp38-win_amd64.whl
Size 1.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
5b99c2ae8089ef50223c28bac57510c163bfdff158c9e90764f812b94e69a0e6
BLAKE2b-256 checksum
How to use checksums
92f54dd87c3646604f97c73675af8e1379dd3e9a0957dedd2f772927b3799ae0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp38-cp38-win32.whl

Download URL pyzmq-19.0.1-cp38-cp38-win32.whl
Size 910.3 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
f9d7e742fb0196992477415bb34366c12e9bb9a0699b8b3f221ff93b213d7bec
BLAKE2b-256 checksum
How to use checksums
7aa64a3f4cfd3b5336ea6a5442de911d02a16b8b17993be2df8fee39f150bacf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp38-cp38-manylinux1_x86_64.whl

Download URL pyzmq-19.0.1-cp38-cp38-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5f1f2eb22aab606f808163eb1d537ac9a0ba4283fbeb7a62eb48d9103cf015c2
BLAKE2b-256 checksum
How to use checksums
0cc857cb8955afd0ba7bfbb8ba7e7627c9fc1a595543a4fa7b774a26b094fc12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp38-cp38-manylinux1_i686.whl

Download URL pyzmq-19.0.1-cp38-cp38-manylinux1_i686.whl
Size 1.0 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
af0c02cf49f4f9eedf38edb4f3b6bb621d83026e7e5d76eb5526cc5333782fd6
BLAKE2b-256 checksum
How to use checksums
0d20d84003fad35e120fb22ca936a17ad808dce0c7d1ff87f0c83b3b7c2758c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pyzmq-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 820.6 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5b9d21fc56c8aacd2e6d14738021a9d64f3f69b30578a99325a728e38a349f85
BLAKE2b-256 checksum
How to use checksums
549ff88021da6eed625726ec79e2bf17115c5cd49c17da37c8e6b3014ef8fb74
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp37-cp37m-win_amd64.whl

Download URL pyzmq-19.0.1-cp37-cp37m-win_amd64.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
faee2604f279d31312bc455f3d024f160b6168b9c1dde22bf62d8c88a4deca8e
BLAKE2b-256 checksum
How to use checksums
32e6de7538e70e8577ccb2a790ed6f2bc8a91e959b8f92623feb90c67f79f9f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp37-cp37m-win32.whl

Download URL pyzmq-19.0.1-cp37-cp37m-win32.whl
Size 903.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
342fb8a1dddc569bc361387782e8088071593e7eaf3e3ecf7d6bd4976edff112
BLAKE2b-256 checksum
How to use checksums
1fcb0fe96461e1e84137694bcf0ffda2a457ecf7cdc09b5966b79853917e2fb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp37-cp37m-manylinux1_x86_64.whl

Download URL pyzmq-19.0.1-cp37-cp37m-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
07fb8fe6826a229dada876956590135871de60dbc7de5a18c3bcce2ed1f03c98
BLAKE2b-256 checksum
How to use checksums
439336a783239874b894d1fe1e791185ee6e627529661190bb06dc9f16fca78f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp37-cp37m-manylinux1_i686.whl

Download URL pyzmq-19.0.1-cp37-cp37m-manylinux1_i686.whl
Size 1.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
bfff5ffff051f5aa47ba3b379d87bd051c3196b0c8a603e8b7ed68a6b4f217ec
BLAKE2b-256 checksum
How to use checksums
79b52b5057f20a0e520de47c1bb13b8794e2c3df051abd3491437d8592a71f6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pyzmq-19.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 815.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
21f7d91f3536f480cb2c10d0756bfa717927090b7fb863e6323f766e5461ee1c
BLAKE2b-256 checksum
How to use checksums
a78fa823397e06379907af81009aca877837968f57d2864232b1e43eba77cb58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp36-cp36m-win_amd64.whl

Download URL pyzmq-19.0.1-cp36-cp36m-win_amd64.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b08780e3a55215873b3b8e6e7ca8987f14c902a24b6ac081b344fd430d6ca7cd
BLAKE2b-256 checksum
How to use checksums
c20b26a70f80104fb17a3e332c77f3693c1350d2920c104a560fb778dc650e60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp36-cp36m-win32.whl

Download URL pyzmq-19.0.1-cp36-cp36m-win32.whl
Size 902.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
956775444d01331c7eb412c5fb9bb62130dfaac77e09f32764ea1865234e2ca9
BLAKE2b-256 checksum
How to use checksums
dbc46077a2fbdec3c43f187815289ce05bde44578f2417c8db6f457c36648cfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp36-cp36m-manylinux1_x86_64.whl

Download URL pyzmq-19.0.1-cp36-cp36m-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
ba6f24431b569aec674ede49cad197cad59571c12deed6ad8e3c596da8288217
BLAKE2b-256 checksum
How to use checksums
c911bb28199dd8f186a4053b7dd94a33abf0c1162d99203e7ab32a6b71fa045b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp36-cp36m-manylinux1_i686.whl

Download URL pyzmq-19.0.1-cp36-cp36m-manylinux1_i686.whl
Size 1.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
4ee0bfd82077a3ff11c985369529b12853a4064320523f8e5079b630f9551448
BLAKE2b-256 checksum
How to use checksums
d572a5af01d95ee331d52a2814e7596b71035c171971596a4c3d5f0ec9c110cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp36-cp36m-macosx_10_9_intel.whl

Download URL pyzmq-19.0.1-cp36-cp36m-macosx_10_9_intel.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
6ca519309703e95d55965735a667809bbb65f52beda2fdb6312385d3e7a6d234
BLAKE2b-256 checksum
How to use checksums
bf4abfaf72a797d900c6a55e78cdf94a09fdbddcb8c6e693fe4e9ec9a751f7ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp35-cp35m-win_amd64.whl

Download URL pyzmq-19.0.1-cp35-cp35m-win_amd64.whl
Size 1.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
dcbc3f30c11c60d709c30a213dc56e88ac016fe76ac6768e64717bd976072566
BLAKE2b-256 checksum
How to use checksums
40a18a721a9be417296e4a0b894e713314490eb5fb3095279e2a128bccafb49e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp35-cp35m-win32.whl

Download URL pyzmq-19.0.1-cp35-cp35m-win32.whl
Size 896.6 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
54aa24fd60c4262286fc64ca632f9e747c7cc3a3a1144827490e1dc9b8a3a960
BLAKE2b-256 checksum
How to use checksums
bab3f118450be3f5c838492d000d7860e362184ce4b4b6e194b32a4c8f6d7020
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp35-cp35m-manylinux1_x86_64.whl

Download URL pyzmq-19.0.1-cp35-cp35m-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
8952f6ba6ae598e792703f3134af5a01af8f5c7cf07e9a148f05a12b02412cea
BLAKE2b-256 checksum
How to use checksums
fedcfa5d3cd276a90f9c1e0ee69c925739c21c50384691e7cf0f92cd6312ef9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp35-cp35m-manylinux1_i686.whl

Download URL pyzmq-19.0.1-cp35-cp35m-manylinux1_i686.whl
Size 1.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
bafd651b557dd81d89bd5f9c678872f3e7b7255c1c751b78d520df2caac80230
BLAKE2b-256 checksum
How to use checksums
d1cff368567e4eb22983afa16ad31713f9fd4985cc7e2b91918b9bf0e0cfb2e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp35-cp35m-macosx_10_9_intel.whl

Download URL pyzmq-19.0.1-cp35-cp35m-macosx_10_9_intel.whl
Size 1.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
2a88b8fabd9cc35bd59194a7723f3122166811ece8b74018147a4ed8489e6421
BLAKE2b-256 checksum
How to use checksums
ee7065b30b0fb7f77b27824a7682fddb52fb1cb33c56b18fd4396f9d0b6eb461
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl

Download URL pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
931339ac2000d12fe212e64f98ce291e81a7ec6c73b125f17cf08415b753c087
BLAKE2b-256 checksum
How to use checksums
696ec38a1be9b6eee54c478c33d2c6e1dc46a2f0e7a66ec11b0e50673ab47d15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl

Download URL pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl
Size 1.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
15b4cb21118f4589c4db8be4ac12b21c8b4d0d42b3ee435d47f686c32fe2e91f
BLAKE2b-256 checksum
How to use checksums
44c7424cb1618e949292ffccd4bf02e048c5591495db6828bd609fa1bb621910
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp27-cp27m-win_amd64.whl

Download URL pyzmq-19.0.1-cp27-cp27m-win_amd64.whl
Size 699.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
97b6255ae77328d0e80593681826a0479cb7bac0ba8251b4dd882f5145a2293a
BLAKE2b-256 checksum
How to use checksums
b256cd02a8398b1f387e1d54ea41ad216f714e34a71980f07f18c20ebbe3627b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp27-cp27m-win32.whl

Download URL pyzmq-19.0.1-cp27-cp27m-win32.whl
Size 616.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
87c78f6936e2654397ca2979c1d323ee4a889eef536cc77a938c6b5be33351a7
BLAKE2b-256 checksum
How to use checksums
ef717ff0f9401fc19d0253e0066dc52f0dbd312ddf5a2b430064ac81210d24a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release files / pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl

Download URL pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl
Size 1.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
58688a2dfa044fad608a8e70ba8d019d0b872ec2acd75b7b5e37da8905605891
BLAKE2b-256 checksum
How to use checksums
360aabb91b112d796c8cf572902b423a76553ffd5505a5be00c6a210a2d7e545
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

Release history Release notifications | RSS feed

This release

19.0.1 This release

28 release files

17.1.1

1 release file

13.0.2

8 release files

13.0.1

4 release files

2.2.0

9 release files

2.1.11

9 release files

2.1.10

8 release files

2.1.9

9 release files

2.1.7

9 release files

2.1.1

2 release files

2.0.10

2 release files

2.0.8

2 release files

2.0.7

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page