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 22.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 22.0.1
File Size Uploaded
pyzmq-22.0.1.tar.gz 1.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyzmq 22.0.1
File
pyzmq-22.0.1-pp37-pypy37_pp73-win32.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-32 Details
pyzmq-22.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.12+ x86-64 Details
pyzmq-22.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 Details
pyzmq-22.0.1-pp36-pypy36_pp73-win32.whl PyPy 3.6 PyPy 3.6 7.3 Windows x86-32 Details
pyzmq-22.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.12+ x86-64 Details
pyzmq-22.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-22.0.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyzmq-22.0.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyzmq-22.0.1-cp39-cp39-manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pyzmq-22.0.1-cp39-cp39-manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
pyzmq-22.0.1-cp39-cp39-manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
pyzmq-22.0.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyzmq-22.0.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyzmq-22.0.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyzmq-22.0.1-cp38-cp38-manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pyzmq-22.0.1-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
pyzmq-22.0.1-cp38-cp38-manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
pyzmq-22.0.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyzmq-22.0.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyzmq-22.0.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyzmq-22.0.1-cp37-cp37m-manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pyzmq-22.0.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pyzmq-22.0.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pyzmq-22.0.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyzmq-22.0.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyzmq-22.0.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyzmq-22.0.1-cp36-cp36m-manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
pyzmq-22.0.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pyzmq-22.0.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pyzmq-22.0.1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 34.7 MB

Release files / pyzmq-22.0.1.tar.gz

Download URL pyzmq-22.0.1.tar.gz
Size 1.2 MB
Tags Source
SHA-256 checksum
How to use checksums
f7869dcb80a71ef83f1e1551f0d1ba4831a5c79416a441cb95ac82c9a954ee54
BLAKE2b-256 checksum
How to use checksums
84ebff6010c207cab902281a6db0ae83b771bf7af5255db088f4d009b1a1fa3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-pp37-pypy37_pp73-win32.whl

Download URL pyzmq-22.0.1-pp37-pypy37_pp73-win32.whl
Size 422.2 kB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-32
SHA-256 checksum
How to use checksums
cee43acbd582f7b34fbe6b2713a2c1be78416c3cba738128ecfdab2b21e4cc39
BLAKE2b-256 checksum
How to use checksums
589684ddfed7c1c82af7f6ddbe2e707cbea87c4f86d91bd1952edb821d4cc276
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

Release files / pyzmq-22.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl

Download URL pyzmq-22.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Size 834.4 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
ef61a3f7b82b13a70737a28e11da4f54219ffa31bb3073e9c33c75a65c4046ab
BLAKE2b-256 checksum
How to use checksums
8bdc2fb288e8ce06d5968b54e17a89a716a8d767333f150595e44bf615d3f56e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-22.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 789.1 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c17ba678f4dc187d142f512cf77d9e6c6263f83a5ae622315673c474fd72b9c7
BLAKE2b-256 checksum
How to use checksums
2a96dd9b28371566388aec0aee93546d1253a104f769df607d1657b17d1b096c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-pp36-pypy36_pp73-win32.whl

Download URL pyzmq-22.0.1-pp36-pypy36_pp73-win32.whl
Size 422.2 kB
Tags PyPy 3.6 PyPy 3.6 7.3 Windows x86-32
SHA-256 checksum
How to use checksums
dd85a8f1620ac267548d96d55c1de3b431afd8d1eeb9827dfe423bf238804e13
BLAKE2b-256 checksum
How to use checksums
bdab0e983454b17e6e3be177eca196eae2c804e646a7b8edd0e9ca2bb34a641d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

Release files / pyzmq-22.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl

Download URL pyzmq-22.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Size 834.4 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
149decda1a9bdb5bdac17bbba3bd78e93d0fe85e8155cf3ea18ebeceb733615f
BLAKE2b-256 checksum
How to use checksums
5e2d6956d6401347182ad9b8b07be1a3baafe9637ce59f88e536c5698ce7c8d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Size 789.1 kB
Tags PyPy 3.6 PyPy 3.6 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
43f30f6c7ac301573c94943f87caede6a54ca928eaabd3936f6b50fd61b02c17
BLAKE2b-256 checksum
How to use checksums
be4922eea2964f04e7f92c268f49d5ae1c435c621b451c8685808224b1014e5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp39-cp39-win_amd64.whl

Download URL pyzmq-22.0.1-cp39-cp39-win_amd64.whl
Size 1.2 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
02b865dd877215df5ada1ecfc72b9380cd789d63498103ebf28e7e397f1c65fa
BLAKE2b-256 checksum
How to use checksums
0150abae55bfc7c7cf6e95e85f2da7d865cf0dfe3973a807fe9c909134c6f026
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp39-cp39-win32.whl

Download URL pyzmq-22.0.1-cp39-cp39-win32.whl
Size 1.1 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
53fd35f3ebcc17d292e318b1b9471417d07f7b1e87de3efeebc611c97b4840b6
BLAKE2b-256 checksum
How to use checksums
58e2a361a68f50061ac2e48bccf8d9bf14dbdc7c6e38462c4b53dd8b9ccca5c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp39-cp39-manylinux2014_aarch64.whl

Download URL pyzmq-22.0.1-cp39-cp39-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7d46088b9b2ef3d14fa2c7f5e84a0fc119ba4685adb68d006a78ccc7a562070e
BLAKE2b-256 checksum
How to use checksums
9765587c85cd26d9a561d922aab670848469b2b77468711481247ce7435883c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp39-cp39-manylinux2010_x86_64.whl

Download URL pyzmq-22.0.1-cp39-cp39-manylinux2010_x86_64.whl
Size 1.1 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
28506f107903f95e0ff5029d1271e6015caa04caf53d14be4e83476995b28938
BLAKE2b-256 checksum
How to use checksums
1031652821fcf17483bfafe4408d6e240286cd7402fb560545b7af4ad22cdd4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp39-cp39-manylinux2010_i686.whl

Download URL pyzmq-22.0.1-cp39-cp39-manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
ece537e3a7417e907e57ac0a2392b142151931a9e7a1a5468f40911832486e56
BLAKE2b-256 checksum
How to use checksums
25f9abdb1b75104c6b7014f5f2cc90ef5549b897eabd49c4049b17a122360a41
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pyzmq-22.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
aff6f76d5b4b53d6949f72454b2f8f3280abf084ebaf8b811c4bd8499b159e6f
BLAKE2b-256 checksum
How to use checksums
09dfea749b323215b3222afbf46391825a4f53968a994268bc3713608479eeda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp38-cp38-win_amd64.whl
Size 1.2 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
b5ea1428cf96dca99fab4951ed86a94b868b9cfc8d7cd5be489dce32186ce710
BLAKE2b-256 checksum
How to use checksums
53889f64ba73a91c2393cba04026933b4c4ed76ce5548e7810b50d909708f733
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp38-cp38-win32.whl
Size 1.1 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
be9f8fbccac03f5df850ad1c927e1568d0e85aeba0a793b1cabdc7c14315af09
BLAKE2b-256 checksum
How to use checksums
28b273cf101da06fc4a7bd0688ceaa428ae7ba9dfa5655a40f22488018d9cfc3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp38-cp38-manylinux2014_aarch64.whl

Download URL pyzmq-22.0.1-cp38-cp38-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cc9ee1702adc37ffa6fdf77a9e9579b56ed52261031347257b6f42f30a9f4571
BLAKE2b-256 checksum
How to use checksums
61c3efb238d5505d86d4a16d65b44ff829c5dd530ca0b0e57662212f1ef667c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp38-cp38-manylinux2010_x86_64.whl

Download URL pyzmq-22.0.1-cp38-cp38-manylinux2010_x86_64.whl
Size 1.1 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
ada90fd5c69442ea3b4769e38c34d131b69db1fe3fce674c6113ced249a2e94a
BLAKE2b-256 checksum
How to use checksums
afa87e91abf40cf87c3a6bb467c91ec4f769f21c68412556495b3aafcb58c8ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp38-cp38-manylinux2010_i686.whl

Download URL pyzmq-22.0.1-cp38-cp38-manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
9bf4d98ae6b5f962c2b790843204625fedd4ede79fd918c9f634d9ca8ab3d855
BLAKE2b-256 checksum
How to use checksums
22c104f8da8557ddd2c79d4f194ad41141b543a1e297a3e47b18c288267fcb09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
40e5003b3aefcc4de6898bf284de804dcf3f299019ac3632062aac3725b6a908
BLAKE2b-256 checksum
How to use checksums
1aea9d83eea55347e740ce3f7e5de1babc77029d2563cb0066f925ea10e267ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp37-cp37m-win_amd64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
17104eda2151c8a3d0655ca8ece794d4df209a07d70a5ba90bf1cf27a5e30d51
BLAKE2b-256 checksum
How to use checksums
7984c35f897f7c781b810b4edd10514714f1b5000023021c903cfb5a0dcf6c21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp37-cp37m-win32.whl
Size 1.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
029b689a5010645e455688d83071e09cd2d75b113c44245ba0b054e409d018e2
BLAKE2b-256 checksum
How to use checksums
ed72f99e59b7ccf04d69a0e2a7e1bf342b7b13595f97ac5f262e51262e1ef8f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp37-cp37m-manylinux2014_aarch64.whl

Download URL pyzmq-22.0.1-cp37-cp37m-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
35a586260ba2d0766d810f8d6b4e5325731a689f1848a5bee79aa10e213e76f4
BLAKE2b-256 checksum
How to use checksums
9d842b313ca9483e41bc2d7a5c75229029ae7f248f788d4da019ef4fe42621ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.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
d664447ac3fc862707fe33608343b3ceaeca6f90fb739bb67f9d708836dbff10
BLAKE2b-256 checksum
How to use checksums
e2d2b32b578d5acf40cf2141139a20997d469bdfeff56db39ea11290c42eee8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp37-cp37m-manylinux1_i686.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
57a8cf39b464e3ac567477978819642e04811bc469db274629059374bac3285a
BLAKE2b-256 checksum
How to use checksums
c429376b2c65f633750f7e28748849fcfa9deb8b3687373d4121ffde53730381
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 1.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3bd113b0f6c03b268583efaa91681400a65378cf16b829ce7d8113a7e601c3ff
BLAKE2b-256 checksum
How to use checksums
ff091b4e64e0b1e01e7c68cdadc3f7537d2a4ef2844e2926e3120ba02759b789
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp36-cp36m-win_amd64.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
dad2dc96ebbafa9cc9aaa8f595bed4aa01abac4daaa0db1ae11e0b1e7ea539b8
BLAKE2b-256 checksum
How to use checksums
fe6547e0ccfd185d202418f96862503117810ed6feaf50def896196c70597d78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp36-cp36m-win32.whl
Size 1.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
69fd269dd8c78157e51a4b62d7ceeaac5250195b0ff2bf83a359943faa0a1b62
BLAKE2b-256 checksum
How to use checksums
8c0ef3cb7a5484f3ffc6bb7fc2bdfd8fe9b6ba03cfe60c58cb47f75ca21e0c70
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp36-cp36m-manylinux2014_aarch64.whl

Download URL pyzmq-22.0.1-cp36-cp36m-manylinux2014_aarch64.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1cebf51880eb8be28aa8c8f6d1e7d2120efbf6be5407fa3e47f0e97204f75adb
BLAKE2b-256 checksum
How to use checksums
e5d69dcc15864a88bbd0e5c6118338691229240b2be3b035abb549b3ab4ee62b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.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
1a797bca8b52ffeb78446ed46402ba1fe48d5dbdc9669aa24ab8b006b3eaedc1
BLAKE2b-256 checksum
How to use checksums
2ebccd5100f9a5bde336047aa08f1ef0605a5f90c1a60ad8945b35cab78c0b1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

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

Download URL pyzmq-22.0.1-cp36-cp36m-manylinux1_i686.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ab61e794d07cb5543254f7a2ef9a64ced98548314d7bedcf507281b88f57cae5
BLAKE2b-256 checksum
How to use checksums
688092fef5bb4ed42447e003d28b98725492c06a77de29ecee31de962af9cd1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release files / pyzmq-22.0.1-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pyzmq-22.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2cc0094d5539feea4c54ca5e9019e9aa967f621af2ddabe69db79ecb6a8d9549
BLAKE2b-256 checksum
How to use checksums
33230b07cdc21cd8d628474ec59416fbecce21a148ec9736636d158d1bd0ec10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

Release history Release notifications | RSS feed

This release

22.0.1 This release

31 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