Skip to main content

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 files for pyzmq 24.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 24.0.1
File Size Uploaded
pyzmq-24.0.1.tar.gz 1.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyzmq 24.0.1
File
pyzmq-24.0.1-pp39-pypy39_pp73-win_amd64.whl PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 Details
pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-64 Details
pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-32 Details
pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64 Details
pyzmq-24.0.1-pp38-pypy38_pp73-win_amd64.whl PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 Details
pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.12+ x86-64 Details
pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.12+ x86-32 Details
pyzmq-24.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 Details
pyzmq-24.0.1-pp37-pypy37_pp73-win_amd64.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-64 Details
pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.12+ x86-64 Details
pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.12+ x86-32 Details
pyzmq-24.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-24.0.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyzmq-24.0.1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pyzmq-24.0.1-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pyzmq-24.0.1-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
pyzmq-24.0.1-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
pyzmq-24.0.1-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
pyzmq-24.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
pyzmq-24.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-cp311-cp311-macosx_10_15_universal2.whl CPython 3.11 CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-24.0.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pyzmq-24.0.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyzmq-24.0.1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pyzmq-24.0.1-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pyzmq-24.0.1-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
pyzmq-24.0.1-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
pyzmq-24.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pyzmq-24.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
pyzmq-24.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-cp310-cp310-macosx_10_15_universal2.whl CPython 3.10 CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-24.0.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pyzmq-24.0.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyzmq-24.0.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyzmq-24.0.1-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pyzmq-24.0.1-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
pyzmq-24.0.1-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
pyzmq-24.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
pyzmq-24.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
pyzmq-24.0.1-cp39-cp39-macosx_10_15_universal2.whl CPython 3.9 CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-24.0.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyzmq-24.0.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyzmq-24.0.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyzmq-24.0.1-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pyzmq-24.0.1-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
pyzmq-24.0.1-cp38-cp38-musllinux_1_1_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ ARM64 Details
pyzmq-24.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
pyzmq-24.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
pyzmq-24.0.1-cp38-cp38-macosx_10_15_universal2.whl CPython 3.8 CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-24.0.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyzmq-24.0.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyzmq-24.0.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 Details
pyzmq-24.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pyzmq-24.0.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyzmq-24.0.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyzmq-24.0.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 Details
pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64 Details
pyzmq-24.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pyzmq-24.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: 86.0 MB

Release files / pyzmq-24.0.1.tar.gz

Download URL pyzmq-24.0.1.tar.gz
Size 1.2 MB
Tags Source
SHA-256 checksum
How to use checksums
216f5d7dbb67166759e59b0479bca82b8acf9bed6015b526b8eb10143fb08e77
BLAKE2b-256 checksum
How to use checksums
460db06cf99a64d4187632f4ac9ddf6be99cd35de06fe72d75140496a8e0eef5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-pp39-pypy39_pp73-win_amd64.whl

Download URL pyzmq-24.0.1-pp39-pypy39_pp73-win_amd64.whl
Size 438.4 kB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
687700f8371643916a1d2c61f3fdaa630407dd205c38afff936545d7b7466066
BLAKE2b-256 checksum
How to use checksums
5bf394ba43f87f212bed83dd797d55331d132ebb74465007237baa5deb908d88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 825.3 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
44e706bac34e9f50779cb8c39f10b53a4d15aebb97235643d3112ac20bd577b4
BLAKE2b-256 checksum
How to use checksums
e01b84bd305a203c9df58264f2df908a554129f8c2b682a5ddf2e370c80778cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 867.9 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
abb756147314430bee5d10919b8493c0ccb109ddb7f5dfd2fcd7441266a25b75
BLAKE2b-256 checksum
How to use checksums
4ad8106a80d93fa7c09000c7f8e9ba8e0e7aec13cf85461d66311331185bd382
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 634.2 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
8f3f3154fde2b1ff3aa7b4f9326347ebc89c8ef425ca1db8f665175e6d3bd42f
BLAKE2b-256 checksum
How to use checksums
7c841af73087551ea376609140643e10b7526647a4a4c313211b5a45296fc343
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-24.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Size 988.1 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
80093b595921eed1a2cead546a683b9e2ae7f4a4592bb2ab22f70d30174f003a
BLAKE2b-256 checksum
How to use checksums
6981243d866eb6497a4d6fce9317946126941a496821a2e32029cbe0d825bc4a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

Release files / pyzmq-24.0.1-pp38-pypy38_pp73-win_amd64.whl

Download URL pyzmq-24.0.1-pp38-pypy38_pp73-win_amd64.whl
Size 438.5 kB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
858375573c9225cc8e5b49bfac846a77b696b8d5e815711b8d4ba3141e6e8879
BLAKE2b-256 checksum
How to use checksums
3f593fd5f487b16420a9f050961d1fa9790edc53c10668419e65ad096bad188e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 634.2 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
1a7c280185c4da99e0cc06c63bdf91f5b0b71deb70d8717f0ab870a43e376db8
BLAKE2b-256 checksum
How to use checksums
3afb9db5ee0c92ebd4393b83fad1a412d7420a16fa84a46a7fa1461a5273414f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 830.6 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
a2712aee7b3834ace51738c15d9ee152cc5a98dc7d57dd93300461b792ab7b43
BLAKE2b-256 checksum
How to use checksums
58cd907294d40b8cc00d21e4440b68d4da455721f0b299f44caf1408da2a2e49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 876.0 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
20e7eeb1166087db636c06cae04a1ef59298627f56fb17da10528ab52a14c87f
BLAKE2b-256 checksum
How to use checksums
ba3292c6ab119ccb848347ffdc0fdc3bb1095cde410aa3a01360aad64c705e85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-24.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 988.1 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
65c94410b5a8355cfcf12fd600a313efee46ce96a09e911ea92cf2acf6708804
BLAKE2b-256 checksum
How to use checksums
ea58cfcca61ec850e7770b34192e65d17415564a8ccefea4a6fa18c81231b187
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

Release files / pyzmq-24.0.1-pp37-pypy37_pp73-win_amd64.whl

Download URL pyzmq-24.0.1-pp37-pypy37_pp73-win_amd64.whl
Size 438.5 kB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
613010b5d17906c4367609e6f52e9a2595e35d5cc27d36ff3f1b6fa6e954d944
BLAKE2b-256 checksum
How to use checksums
052d0d9edbb8fb1bf19c48a865b3f9c527899dc12bc292dd65c70f805ed73d74
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 634.2 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
0e8f482c44ccb5884bf3f638f29bea0f8dc68c97e38b2061769c4cb697f6140d
BLAKE2b-256 checksum
How to use checksums
6fc82b84e787b5996c121e4a2517bb352397f24bc408a3a756a0fa0fb56c93a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 830.6 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
941fab0073f0a54dc33d1a0460cb04e0d85893cb0c5e1476c785000f8b359409
BLAKE2b-256 checksum
How to use checksums
28dacca5b77fb5908597c212c46943799fe9ed7bf56e8c0828b4b25d9bf4bd79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 876.1 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
83ea1a398f192957cb986d9206ce229efe0ee75e3c6635baff53ddf39bd718d5
BLAKE2b-256 checksum
How to use checksums
258e167360bd80e65cf3b649615de35320b8c6b8d1e3e9939c1c701de5c306ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

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

Download URL pyzmq-24.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 988.1 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
bb5635c851eef3a7a54becde6da99485eecf7d068bd885ac8e6d173c4ecd68b0
BLAKE2b-256 checksum
How to use checksums
93103869d5e7d71afe35e9076bc75e4630911ff11f823dd6a3a51a0c5d4c7e7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

Release files / pyzmq-24.0.1-cp311-cp311-win_amd64.whl

Download URL pyzmq-24.0.1-cp311-cp311-win_amd64.whl
Size 990.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
1724117bae69e091309ffb8255412c4651d3f6355560d9af312d547f6c5bc8b8
BLAKE2b-256 checksum
How to use checksums
be230a0534008de7b1e12e17077a465626405a53c5d66f2e6af2c8da0d9c5471
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp311-cp311-win32.whl

Download URL pyzmq-24.0.1-cp311-cp311-win32.whl
Size 889.2 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
624321120f7e60336be8ec74a172ae7fba5c3ed5bf787cc85f7e9986c9e0ebc2
BLAKE2b-256 checksum
How to use checksums
37bcb06363931ea30e29d96b108f711e77740f9d599f6494604c544e9169fe98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pyzmq-24.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Size 1.6 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
a180dbd5ea5d47c2d3b716d5c19cc3fb162d1c8db93b21a1295d69585bfddac1
BLAKE2b-256 checksum
How to use checksums
cbe16441995e97a3fdd7cb9c85791d95a4f902b328fe5ef295f9fb3b039facdf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp311-cp311-musllinux_1_1_i686.whl

Download URL pyzmq-24.0.1-cp311-cp311-musllinux_1_1_i686.whl
Size 1.7 MB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
6640f83df0ae4ae1104d4c62b77e9ef39be85ebe53f636388707d532bee2b7b8
BLAKE2b-256 checksum
How to use checksums
a8bc1d5ffcba5f33ddb321645add42f76bfdb66e529797cad05c551186a81362
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL pyzmq-24.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Size 1.4 MB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
ccb94342d13e3bf3ffa6e62f95b5e3f0bc6bfa94558cb37f4b3d09d6feb536ff
BLAKE2b-256 checksum
How to use checksums
47683d75e48e898034e878ba99729715f4e92c6b82d2f36fe5c033c60c7ac9b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL pyzmq-24.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8242543c522d84d033fe79be04cb559b80d7eb98ad81b137ff7e0a9020f00ace
BLAKE2b-256 checksum
How to use checksums
52c5ca38e710e645de5bec3425706d37be6fb9c977f604d81526276b2418c08b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-24.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
94010bd61bc168c103a5b3b0f56ed3b616688192db7cd5b1d626e49f28ff51b3
BLAKE2b-256 checksum
How to use checksums
8e3ef27100244e96d78c9cfafa1cb457be760f756abd700ac6790f97a6eef271
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 881.6 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7abddb2bd5489d30ffeb4b93a428130886c171b4d355ccd226e83254fcb6b9ef
BLAKE2b-256 checksum
How to use checksums
0c5ed6966d962f9dfe8c98fd1b182e63cc5379c89a586fc83387bece3eeef5e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp311-cp311-macosx_10_15_universal2.whl

Download URL pyzmq-24.0.1-cp311-cp311-macosx_10_15_universal2.whl
Size 1.8 MB
Tags CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
838812c65ed5f7c2bd11f7b098d2e5d01685a3f6d1f82849423b570bae698c00
BLAKE2b-256 checksum
How to use checksums
73496d80a45d8ff25a7e30752c49a4a73a0642341b2364aa993473b5a0f4e003
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

Release files / pyzmq-24.0.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pyzmq-24.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 1.2 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
dfb992dbcd88d8254471760879d48fb20836d91baa90f181c957122f9592b3dc
BLAKE2b-256 checksum
How to use checksums
9303edb302ae50adfbed34570c8d3c251fe71c57f9d42a4fc086152f1a390415
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

Release files / pyzmq-24.0.1-cp310-cp310-win_amd64.whl

Download URL pyzmq-24.0.1-cp310-cp310-win_amd64.whl
Size 992.7 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
86de64468cad9c6d269f32a6390e210ca5ada568c7a55de8e681ca3b897bb340
BLAKE2b-256 checksum
How to use checksums
e35f3587e6e0c9f4d52c3569d0be6799a57429785e1413993303ed74b16d686d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp310-cp310-win32.whl

Download URL pyzmq-24.0.1-cp310-cp310-win32.whl
Size 890.7 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
3e6192dbcefaaa52ed81be88525a54a445f4b4fe2fffcae7fe40ebb58bd06bfd
BLAKE2b-256 checksum
How to use checksums
c39ce4c3378e09dce355465a40d7fb128ba5011dd555ee912b8a824b308dc4bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pyzmq-24.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Size 1.6 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
afe1f3bc486d0ce40abb0a0c9adb39aed3bbac36ebdc596487b0cceba55c21c1
BLAKE2b-256 checksum
How to use checksums
d6ad496e868334493cd9d0e50367ed3349378195c475f9ea43c68a243debc8d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp310-cp310-musllinux_1_1_i686.whl

Download URL pyzmq-24.0.1-cp310-cp310-musllinux_1_1_i686.whl
Size 1.7 MB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
48f721f070726cd2a6e44f3c33f8ee4b24188e4b816e6dd8ba542c8c3bb5b246
BLAKE2b-256 checksum
How to use checksums
ece25fe1af54543b82b1a011d99a390e8a835bd112120657ca4d7a3d8966370e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL pyzmq-24.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Size 1.4 MB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
8c78bfe20d4c890cb5580a3b9290f700c570e167d4cdcc55feec07030297a5e3
BLAKE2b-256 checksum
How to use checksums
686f1484e78d791844778e5f7b89d15238b27d6b7abf5ddfdf33c6c5c5e6a4e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-24.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9dca7c3956b03b7663fac4d150f5e6d4f6f38b2462c1e9afd83bcf7019f17913
BLAKE2b-256 checksum
How to use checksums
8162b8cd92a54671b76bfe166c31bb25a48a9628b3be3f7efc7b1063445296d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-24.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
87f7ac99b15270db8d53f28c3c7b968612993a90a5cf359da354efe96f5372b4
BLAKE2b-256 checksum
How to use checksums
603b6a332c236ec14cc25f95eac98a299cb91fe531d38c4fa2ecd0a0b8df11d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 879.8 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ae61446166983c663cee42c852ed63899e43e484abf080089f771df4b9d272ef
BLAKE2b-256 checksum
How to use checksums
8300d4197ff8c892a26e15222051e774e09510f8d4bf89d343488874c3b0f19f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp310-cp310-macosx_10_15_universal2.whl

Download URL pyzmq-24.0.1-cp310-cp310-macosx_10_15_universal2.whl
Size 1.8 MB
Tags CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
28b119ba97129d3001673a697b7cce47fe6de1f7255d104c2f01108a5179a066
BLAKE2b-256 checksum
How to use checksums
aa01329cf8e192acb018dd51916ae4cd868a3c0650441a07ffd90eeb2a70aacc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

Release files / pyzmq-24.0.1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pyzmq-24.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
bcbebd369493d68162cddb74a9c1fcebd139dfbb7ddb23d8f8e43e6c87bac3a6
BLAKE2b-256 checksum
How to use checksums
9b7dd43ed00a8de7b9938025275a2db4370822ed0d1b1fbe0137f0cbb17ac8f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

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

Download URL pyzmq-24.0.1-cp39-cp39-win_amd64.whl
Size 999.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
2032d9cb994ce3b4cba2b8dfae08c7e25bc14ba484c770d4d3be33c27de8c45b
BLAKE2b-256 checksum
How to use checksums
ccf9b5cfc590c5a33a58367ae0ccf22da3256572e742473a6666b69127a55b63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

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

Download URL pyzmq-24.0.1-cp39-cp39-win32.whl
Size 895.4 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
a435ef8a3bd95c8a2d316d6e0ff70d0db524f6037411652803e118871d703333
BLAKE2b-256 checksum
How to use checksums
a40a88793e882ded0818713d09cbad0bc11a9244653668b8fc06d97f578a14bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pyzmq-24.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Size 1.6 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
df0841f94928f8af9c7a1f0aaaffba1fb74607af023a152f59379c01c53aee58
BLAKE2b-256 checksum
How to use checksums
b89c905d90c2b0a34e4dbff619843a90352ae24823089016a8d555ae41cefff1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp39-cp39-musllinux_1_1_i686.whl

Download URL pyzmq-24.0.1-cp39-cp39-musllinux_1_1_i686.whl
Size 1.7 MB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
3104f4b084ad5d9c0cb87445cc8cfd96bba710bef4a66c2674910127044df209
BLAKE2b-256 checksum
How to use checksums
4dc13d12cd5edf82800bf8581a1e511df883084ab9de531dac442a0dfeca88e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL pyzmq-24.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Size 1.4 MB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
c31805d2c8ade9b11feca4674eee2b9cce1fec3e8ddb7bbdd961a09dc76a80ea
BLAKE2b-256 checksum
How to use checksums
497dcf3096cef25e4bf8072dd22948de11e5d4e4c03c7b8b4617b75c0b01fa45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 890.4 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e8012bce6836d3f20a6c9599f81dfa945f433dab4dbd0c4917a6fb1f998ab33d
BLAKE2b-256 checksum
How to use checksums
ecd428ab3b669cee6a35bbcdc107c9521a28d8b285793118ad675058d5c7ecb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-24.0.1-cp39-cp39-manylinux_2_12_x86_64.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
5bd3d7dfd9cd058eb68d9a905dec854f86649f64d4ddf21f3ec289341386c44b
BLAKE2b-256 checksum
How to use checksums
259971e7caf8b7d6193e233ffcf9b7342c61236958ecd7f269130f27a9d8bcaa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-24.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
dabf1a05318d95b1537fd61d9330ef4313ea1216eea128a17615038859da3b3b
BLAKE2b-256 checksum
How to use checksums
c51bbca275b85c4634699136928fd86b68c3e068da198b9c959bb5c22ea61fd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp39-cp39-macosx_10_15_universal2.whl

Download URL pyzmq-24.0.1-cp39-cp39-macosx_10_15_universal2.whl
Size 1.8 MB
Tags CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
52afb0ac962963fff30cf1be775bc51ae083ef4c1e354266ab20e5382057dd62
BLAKE2b-256 checksum
How to use checksums
6464efacd16de5429f8b5a9df23bae15ae4d8977f24c58742c86156627e049de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

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

Download URL pyzmq-24.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8bad8210ad4df68c44ff3685cca3cda448ee46e20d13edcff8909eba6ec01ca4
BLAKE2b-256 checksum
How to use checksums
de8572bd31a71d3055cf7b62339c7aa133f26c2fc160f16bdaaff0b9264a4f63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

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

Download URL pyzmq-24.0.1-cp38-cp38-win_amd64.whl
Size 999.0 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
42d4f97b9795a7aafa152a36fe2ad44549b83a743fd3e77011136def512e6c2a
BLAKE2b-256 checksum
How to use checksums
de6d25e4c83895bde79a4c7b09b03d2f86cfeddc2fc260b991d396f3cebeb5f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

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

Download URL pyzmq-24.0.1-cp38-cp38-win32.whl
Size 895.3 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
4854f9edc5208f63f0841c0c667260ae8d6846cfa233c479e29fdc85d42ebd58
BLAKE2b-256 checksum
How to use checksums
7d3083dcf05b9d2811472cc12b59b090987e389258cfadb807191ea2aaaaf355
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL pyzmq-24.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Size 1.6 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
c8840f064b1fb377cffd3efeaad2b190c14d4c8da02316dae07571252d20b31f
BLAKE2b-256 checksum
How to use checksums
6bb457aee02845816df93e23eccab99db7c9d88eba97d58318a9e9b382809635
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp38-cp38-musllinux_1_1_i686.whl

Download URL pyzmq-24.0.1-cp38-cp38-musllinux_1_1_i686.whl
Size 1.7 MB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
b946da90dc2799bcafa682692c1d2139b2a96ec3c24fa9fc6f5b0da782675330
BLAKE2b-256 checksum
How to use checksums
543f7f54786e5843d046a6b7c86d4150913c7cfb25477a11d71b3afa070800d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp38-cp38-musllinux_1_1_aarch64.whl

Download URL pyzmq-24.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Size 1.4 MB
Tags CPython 3.8 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
1b7928bb7580736ffac5baf814097be342ba08d3cfdfb48e52773ec959572287
BLAKE2b-256 checksum
How to use checksums
2b0210b3947a08dccdfb0089f294a5e6e96b335b9f80309be3ef6b59311b56e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 894.4 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f0d945a85b70da97ae86113faf9f1b9294efe66bd4a5d6f82f2676d567338b66
BLAKE2b-256 checksum
How to use checksums
4051423ca2cab8b2417e49aad3d3cb2ed231a9626617c040c8e2b1ce88bb247e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-24.0.1-cp38-cp38-manylinux_2_12_x86_64.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
07bec1a1b22dacf718f2c0e71b49600bb6a31a88f06527dfd0b5aababe3fa3f7
BLAKE2b-256 checksum
How to use checksums
8edd17a933548e39ac753836d60ebb3de5c5264cb4e2d2c8b88436fcd0262515
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-24.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.1 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
abe6eb10122f0d746a0d510c2039ae8edb27bc9af29f6d1b05a66cc2401353ff
BLAKE2b-256 checksum
How to use checksums
42ea12b51942820e00ce258a899769d7bad0bbc6b2d996c0157623dfc93ee44e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp38-cp38-macosx_10_15_universal2.whl

Download URL pyzmq-24.0.1-cp38-cp38-macosx_10_15_universal2.whl
Size 1.8 MB
Tags CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
acbd0a6d61cc954b9f535daaa9ec26b0a60a0d4353c5f7c1438ebc88a359a47e
BLAKE2b-256 checksum
How to use checksums
fb2b005c963bb602ac65110a52647f73b0050696c1967b630f69feece3906bc7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

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

Download URL pyzmq-24.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
47b11a729d61a47df56346283a4a800fa379ae6a85870d5a2e1e4956c828eedc
BLAKE2b-256 checksum
How to use checksums
5f80761ab4add999e46ac7214bf2f6db97f4a3ddd08621128f670d780eec87f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

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

Download URL pyzmq-24.0.1-cp37-cp37m-win_amd64.whl
Size 1.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
54d8b9c5e288362ec8595c1d98666d36f2070fd0c2f76e2b3c60fbad9bd76227
BLAKE2b-256 checksum
How to use checksums
feffdbb52575d386cecafbaf029a994ce75dac1f5332acf9319f45b8f7692727
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

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

Download URL pyzmq-24.0.1-cp37-cp37m-win32.whl
Size 892.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8421aa8c9b45ea608c205db9e1c0c855c7e54d0e9c2c2f337ce024f6843cab3b
BLAKE2b-256 checksum
How to use checksums
c43f14823d99d4bfb734d01d2b8912870b7fc6e045a7048a340ca94fd3c91efb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 1.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
ae08ac90aa8fa14caafc7a6251bd218bf6dac518b7bff09caaa5e781119ba3f2
BLAKE2b-256 checksum
How to use checksums
8e3c88ae02472dac58eebfcb8a27661c72c6476eac588cb5ade63142aac50203
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Size 1.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
d66689e840e75221b0b290b0befa86f059fb35e1ee6443bce51516d4d61b6b99
BLAKE2b-256 checksum
How to use checksums
0f231a91e4172c36c9b548ca68402854e63cb2f32ec87b2003804836249ef536
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl

Download URL pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
0108358dab8c6b27ff6b985c2af4b12665c1bc659648284153ee501000f5c107
BLAKE2b-256 checksum
How to use checksums
042f38fb77c83fa094b8ac5416e480e6967b6a9fee894cacb55c8060c50313b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 889.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
77c2713faf25a953c69cf0f723d1b7dd83827b0834e6c41e3fb3bbc6765914a1
BLAKE2b-256 checksum
How to use checksums
c1fcce62d0c779495c85a68c20f32ae5dfd427563114bec2abe8e6c1ad558c2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_x86_64.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
0f14cffd32e9c4c73da66db97853a6aeceaac34acdc0fae9e5bbc9370281864c
BLAKE2b-256 checksum
How to use checksums
5ae09cab28298526f6e27336dc5f0824e39e6128c86cafd8f508b3d067c28e87
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_i686.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
8bb4af15f305056e95ca1bd086239b9ebc6ad55e9f49076d27d80027f72752f6
BLAKE2b-256 checksum
How to use checksums
22c9e8f0fd9b5a70e40e099f5adb3413ef5d49ab5b2012b0abeb32452806a7bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

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

Download URL pyzmq-24.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
78068e8678ca023594e4a0ab558905c1033b2d3e806a0ad9e3094e231e115a33
BLAKE2b-256 checksum
How to use checksums
846829ec5b9cec6dca21885188af887a3a2e8b107e375c01ab84072293fabb6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

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

Download URL pyzmq-24.0.1-cp36-cp36m-win_amd64.whl
Size 1.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
de4217b9eb8b541cf2b7fde4401ce9d9a411cc0af85d410f9d6f4333f43640be
BLAKE2b-256 checksum
How to use checksums
207a70e5537b17f4017e02b2da8791d6dd172a7ddb5a477d3cc482e3b9b06e6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

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

Download URL pyzmq-24.0.1-cp36-cp36m-win32.whl
Size 910.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
f01de4ec083daebf210531e2cca3bdb1608dbbbe00a9723e261d92087a1f6ebc
BLAKE2b-256 checksum
How to use checksums
bde9466f163058bc5951c0e103578dd6151b31d5240309337d5b68b3f967b4bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 1.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
fa0ae3275ef706c0309556061185dd0e4c4cd3b7d6f67ae617e4e677c7a41e2e
BLAKE2b-256 checksum
How to use checksums
6d60f0362540e8afa19ce841b53f33c1d14e9994789c280ddae4a8efa9768270
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_i686.whl

Download URL pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Size 1.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
7a23ccc1083c260fa9685c93e3b170baba45aeed4b524deb3f426b0c40c11639
BLAKE2b-256 checksum
How to use checksums
a33225d9be1d16315fa8ead7945fc55c42d2ef185d034d909f960e83e92db380
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl

Download URL pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
e7e66b4e403c2836ac74f26c4b65d8ac0ca1eef41dfcac2d013b7482befaad83
BLAKE2b-256 checksum
How to use checksums
18fdbc6d353399b1015241f725974e348176858e5e89165b0b8727324224ea27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-24.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 888.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b947e264f0e77d30dcbccbb00f49f900b204b922eb0c3a9f0afd61aaa1cedc3d
BLAKE2b-256 checksum
How to use checksums
27d1125b12bc23b7d89e87a2af53b33a6f16d197b0d56a94fa65458550cefe15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_x86_64.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
db03704b3506455d86ec72c3358a779e9b1d07b61220dfb43702b7b668edcd0d
BLAKE2b-256 checksum
How to use checksums
6c33d68be963793bced811ed51903eacb719ed40387d31bf2dd7abf409390107
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

Release files / pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_i686.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
0ec91f1bad66f3ee8c6deb65fa1fe418e8ad803efedd69c35f3b5502f43bd1dc
BLAKE2b-256 checksum
How to use checksums
1ad5bfcff2c9e498008219581538e9a6b9c701998a8bfdf0555cc62800dce50a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.13

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

Download URL pyzmq-24.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
15975747462ec49fdc863af906bab87c43b2491403ab37a6d88410635786b0f4
BLAKE2b-256 checksum
How to use checksums
832a3fb23f061e2e10d9bdf5c67cc25e83bf843fd35c47ba76a2d91bafe327ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.14

Release history Release notifications | RSS feed

This release

24.0.1 This release

74 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