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.7), 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 docs.

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. Make sure you are using the latest pip, 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 from source with:

pip install --no-binary=pyzmq pyzmq

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 26.2.0

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 26.2.0
File Size Uploaded
pyzmq-26.2.0.tar.gz 272.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyzmq 26.2.0
File
pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 Details
pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-64 Details
pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-32 Details
pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64 Details
pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 Details
pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.28+ x86-64 Details
pyzmq-26.2.0-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-26.2.0-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-26.2.0-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-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64 Details
pyzmq-26.2.0-pp38-pypy38_pp73-win_amd64.whl PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 Details
pyzmq-26.2.0-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-26.2.0-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-26.2.0-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-26.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 Details
pyzmq-26.2.0-pp37-pypy37_pp73-win_amd64.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-64 Details
pyzmq-26.2.0-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-26.2.0-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-26.2.0-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-26.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 Details
pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ x86-64 Details
pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-64 Details
pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-32 Details
pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl CPython 3.13 CPython 3.13 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 free-threading macOS 10.13+ x86-64 Details
pyzmq-26.2.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
pyzmq-26.2.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pyzmq-26.2.0-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-32 Details
pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl CPython 3.13 CPython 3.13 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
pyzmq-26.2.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
pyzmq-26.2.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pyzmq-26.2.0-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32 Details
pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl CPython 3.12 CPython 3.12 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
pyzmq-26.2.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
pyzmq-26.2.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyzmq-26.2.0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl CPython 3.11 CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pyzmq-26.2.0-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
pyzmq-26.2.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyzmq-26.2.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
pyzmq-26.2.0-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-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl CPython 3.10 CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pyzmq-26.2.0-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
pyzmq-26.2.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyzmq-26.2.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-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-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl CPython 3.9 CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyzmq-26.2.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyzmq-26.2.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyzmq-26.2.0-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp38-cp38-musllinux_1_1_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-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-26.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
pyzmq-26.2.0-cp38-cp38-macosx_10_15_universal2.whl CPython 3.8 CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64) Details
pyzmq-26.2.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyzmq-26.2.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyzmq-26.2.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 Details
pyzmq-26.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
pyzmq-26.2.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 100.8 MB

Release files / pyzmq-26.2.0.tar.gz

Download URL pyzmq-26.2.0.tar.gz
Size 272.0 kB
Tags Source
SHA-256 checksum
How to use checksums
070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f
BLAKE2b-256 checksum
How to use checksums
fd05bed626b9f7bb2322cdbbf7b4bd8f54b1b617b0d2ab2d3547d6e39428a48e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl

Download URL pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl
Size 550.8 kB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
90412f2db8c02a3864cbfc67db0e3dcdbda336acf1c469526d3e869394fe001c
BLAKE2b-256 checksum
How to use checksums
ecd23b2ab40f455a256cb6672186bea95cd97b459ce4594050132d71e76f0d6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 752.8 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
2c4a71d5d6e7b28a47a394c0471b7e77a0661e2d651e7ae91e0cab0a587859ca
BLAKE2b-256 checksum
How to use checksums
714391fa4ff25bbfdc914ab6bafa0f03241d69370ef31a761d16bb859f346582
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 794.3 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
160c7e0a5eb178011e72892f99f918c04a131f36056d10d9c1afb223fc952c2d
BLAKE2b-256 checksum
How to use checksums
ee1cbf8cd66730a866b16db8483286078892b7f6536f8c389fb46e4beba0a970
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 565.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
8b435f2753621cd36e7c1762156815e21c985c72b19135dac43a7f4f31d28dd1
BLAKE2b-256 checksum
How to use checksums
778f6ce54f8979a01656e894946db6299e2273fcee21c8e5fa57c6295ef11f57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl

Download URL pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Size 907.0 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
706e794564bec25819d21a41c31d4df2d48e1cc4b061e8d345d7fb4dd3e94072
BLAKE2b-256 checksum
How to use checksums
53fb36b2b2548286e9444e52fcd198760af99fd89102b5be50f0660fcfe902df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl
Size 550.8 kB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
4f78c88905461a9203eac9faac157a2a0dbba84a0fd09fd29315db27be40af9f
BLAKE2b-256 checksum
How to use checksums
ca6327e6142b4f67a442ee480986ca5b88edb01462dd2319843057683a5148bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Size 751.3 kB
Tags Linux glibc 2.28+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
6a96179a24b14fa6428cbfc08641c779a53f8fcec43644030328f44034c7f1f4
BLAKE2b-256 checksum
How to use checksums
9ba950c9c06762b30792f71aaad8d1886748d39c4bffedc1171fbc6ad2b92d67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 752.8 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
7133d0a1677aec369d67dd78520d3fa96dd7f3dcec99d66c1762870e5ea1a50a
BLAKE2b-256 checksum
How to use checksums
6a49e95b491724500fcb760178ce8db39b923429e328e57bcf9162e32c2c187c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 794.3 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
18c8dc3b7468d8b4bdf60ce9d7141897da103c7a4690157b32b60acb45e333e6
BLAKE2b-256 checksum
How to use checksums
7721c3ad93236d1d60eea10b67528f55e7db115a9d32e2bf163fcf601f85e9cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 565.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
35cffef589bcdc587d06f9149f8d5e9e8859920a071df5a2671de2213bef592a
BLAKE2b-256 checksum
How to use checksums
daf28054574d77c269c31d055d4daf3d8407adf61ea384a50c8d14b158551d09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl

Download URL pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Size 906.9 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
cdeabcff45d1c219636ee2e54d852262e5c2e085d6cb476d938aee8d921356b3
BLAKE2b-256 checksum
How to use checksums
6c783096d72581365dfb0081ac9512a3b53672fa69854aa174d78636510c4db8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp38-pypy38_pp73-win_amd64.whl
Size 550.8 kB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
29c7947c594e105cb9e6c466bace8532dc1ca02d498684128b339799f5248277
BLAKE2b-256 checksum
How to use checksums
dc13e8494ba2d161fb471955fadbef7f48076bd29b19a4dd3c5d61d22e500505
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 565.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
0bed0e799e6120b9c32756203fb9dfe8ca2fb8467fed830c34c877e25638c3fc
BLAKE2b-256 checksum
How to use checksums
077afc77f6d57f592207403eab2deca4c6f1ffa9c78b0f03b59e69069a12a1a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 756.8 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
226af7dcb51fdb0109f0016449b357e182ea0ceb6b47dfb5999d569e5db161d5
BLAKE2b-256 checksum
How to use checksums
cd70c65ddccfb88b469b6044f9664c81f0b7f649711e0dc172cba8b2a968ad99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 802.0 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
fdb5b3e311d4d4b0eb8b3e8b4d1b0a512713ad7e6a68791d0923d1aec433d919
BLAKE2b-256 checksum
How to use checksums
9cac34a7ee2e7edb07c7222752096650313424eb05f18401ed0a964e996088fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 906.9 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
39887ac397ff35b7b775db7201095fc6310a35fdbae85bac4523f7eb3b840e20
BLAKE2b-256 checksum
How to use checksums
38a71c80b0c8013befad391b92ba8a8e597de8884605ad5ad8ab943c888eb3ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp37-pypy37_pp73-win_amd64.whl
Size 550.8 kB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
0d987a3ae5a71c6226b203cfd298720e0086c7fe7c74f35fa8edddfbd6597eed
BLAKE2b-256 checksum
How to use checksums
ca4bd20bcc6cbe6714ee03ef93236614c5113787b6e5208cd947cc1e7cfa5c2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 565.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
17c412bad2eb9468e876f556eb4ee910e62d721d2c7a53c7fa31e643d35352e6
BLAKE2b-256 checksum
How to use checksums
345237db7c3e85d2ac4e9dbf56855f5415709383fcf69457e7246306573f96f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 756.8 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
878206a45202247781472a2d99df12a176fef806ca175799e1c6ad263510d57c
BLAKE2b-256 checksum
How to use checksums
b8a431b1659541ed6ab96d18d026e31418594a945e24f53b54f9a86aa57105a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 802.0 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
fc4f7a173a5609631bb0c42c23d12c49df3966f89f496a51d3eb0ec81f4519d6
BLAKE2b-256 checksum
How to use checksums
5719af2d7210df83af690037c5d273fe9592656ed4dbf8d18359c743c791b211
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 906.9 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2ea4ad4e6a12e454de05f2949d4beddb52460f3de7c8b9d5c46fbb7d7222e02c
BLAKE2b-256 checksum
How to use checksums
769eb8b27f5f1746110914b6247f0264269aaa6cff8bee626e900d39234b3ac6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
470d4a4f6d48fb34e92d768b4e8a5cc3780db0d69107abf1cd7ff734b9766eb0
BLAKE2b-256 checksum
How to use checksums
7bd632fd69744afb53995619bc5effa2a405ae0d343cd3e747d0fbc43fe894ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl

Download URL pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
007137c9ac9ad5ea21e6ad97d3489af654381324d5d3ba614c323f60dab8fae6
BLAKE2b-256 checksum
How to use checksums
722d8660892543fabf1fe41861efa222455811adac9f3c0818d6c3170a1153e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
25bf2374a2a8433633c65ccb9553350d5e17e60c8eb4de4d92cc6bd60f01d306
BLAKE2b-256 checksum
How to use checksums
dd9a10ed3c7f72b4c24e719c59359fbadd1a27556a28b36cdf1cd9e4fb7845d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Size 847.4 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
43a47408ac52647dfabbc66a25b05b6a61700b5165807e3fbd40063fcaf46386
BLAKE2b-256 checksum
How to use checksums
91d572b38fbc69867795c8711bdd735312f9fef1e3d9204e2f63ab57085434b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 845.9 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2ae90ff9dad33a1cfe947d2c40cb9cb5e600d759ac4f0fd22616ce6540f72797
BLAKE2b-256 checksum
How to use checksums
ac117270566e1f31e4ea73c81ec821a4b1688fd551009a3d2bab11ec66cb1e8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Size 888.4 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
aee22939bb6075e7afededabad1a56a905da0b3c4e3e0c45e75810ebe3a52672
BLAKE2b-256 checksum
How to use checksums
502d242e7e6ef6c8c19e6cb52d095834508cd581ffb925699fd3c640cdc758f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 653.2 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
794a4562dcb374f7dbbfb3f51d28fb40123b5a2abadee7b4091f93054909add5
BLAKE2b-256 checksum
How to use checksums
82863fe917870e15ee1c3ad48229a2a64458e36036e64b4afa9659045d82bfa8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl

Download URL pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl
Size 1.3 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c92d73464b886931308ccc45b2744e5968cbaade0b1d6aeb40d8ab537765f5bc
BLAKE2b-256 checksum
How to use checksums
4af430d6e7157f12b3a0390bde94d6a8567cdb88846ed068a6e17238a4ccf600
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl
Size 1.0 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
034da5fc55d9f8da09015d368f519478a52675e558c989bfcb5cf6d4e16a7d2a
BLAKE2b-256 checksum
How to use checksums
3ffe2d998380b6e0122c6c4bdf9b6caf490831e5f5e2d08a203b5adff060c226
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-win_arm64.whl

Download URL pyzmq-26.2.0-cp313-cp313-win_arm64.whl
Size 540.4 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
c3789bd5768ab5618ebf09cef6ec2b35fed88709b104351748a63045f0ff9797
BLAKE2b-256 checksum
How to use checksums
6c67fbff102e201688f97c8092e4c3445d1c1068c2f27bbd45a578df97ed5f94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-win_amd64.whl

Download URL pyzmq-26.2.0-cp313-cp313-win_amd64.whl
Size 637.6 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
70fc7fcf0410d16ebdda9b26cbd8bf8d803d220a7f3522e060a69a9c87bf7bad
BLAKE2b-256 checksum
How to use checksums
92ae6cc4657148143412b5819b05e362ae7dd09fb9fe76e2a539dcff3d0386bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-win32.whl

Download URL pyzmq-26.2.0-cp313-cp313-win32.whl
Size 575.6 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
31507f7b47cc1ead1f6e86927f8ebb196a0bab043f6345ce070f412a59bf87b5
BLAKE2b-256 checksum
How to use checksums
0068093cdce3fe31e30a341d8e52a1ad86392e13c57970d722c1f62a1d1a54b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.13 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
ced65e5a985398827cc9276b93ef6dfabe0273c23de8c7931339d7e141c2818e
BLAKE2b-256 checksum
How to use checksums
a949dbc284ebcfd2dca23f6349227ff1616a7ee2c4a35fe0a5d6c3deff2b4fed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl

Download URL pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.13 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
a4f96f0d88accc3dbe4a9025f785ba830f968e21e3e2c6321ccdfc9aef755115
BLAKE2b-256 checksum
How to use checksums
ec8abb2ac43295b1950fe436a81fc5b298be0b96ac76fb029b514d3ed58f7b27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.13 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
23f4aad749d13698f3f7b64aad34f5fc02d6f20f05999eebc96b89b01262fb18
BLAKE2b-256 checksum
How to use checksums
ebfff5ec1d455f8f7385cc0a8b2acd8c807d7fade875c14c44b85c1bddabae21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Size 860.3 kB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
bea2acdd8ea4275e1278350ced63da0b166421928276c7c8e3f9729d7402a57b
BLAKE2b-256 checksum
How to use checksums
4309e12501bd0b8394b7d02c41efd35c537a1988da67fc9c745cae9c6c776d31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 860.0 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7ad1bc8d1b7a18497dda9600b12dc193c577beb391beae5cd2349184db40f187
BLAKE2b-256 checksum
How to use checksums
29c907da157d2db18c72a7eccef8e684cefc155b712a88e3d479d930aa9eceba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Size 903.5 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
8c997098cc65e3208eca09303630e84d42718620e83b733d0fd69543a9cab9cb
BLAKE2b-256 checksum
How to use checksums
77b5c987a5c53c7d8704216f29fc3d810b32f156bcea488a940e330e1bcbb88d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 665.5 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4d80b1dd99c1942f74ed608ddb38b181b87476c6a966a88a950c7dee118fdf50
BLAKE2b-256 checksum
How to use checksums
68baf4280c58ff71f321602a6e24fd19879b7e79793fb8ab14027027c0fb58ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl

Download URL pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl
Size 1.3 MB
Tags CPython 3.13 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
28c812d9757fe8acecc910c9ac9dafd2ce968c00f9e619db09e9f8f54c3a68a3
BLAKE2b-256 checksum
How to use checksums
31b6a187165c852c5d49f826a690857684333a6a4a065af0a6015572d2284f6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl

Download URL pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Size 1.0 MB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
9dd8cd1aeb00775f527ec60022004d030ddc51d783d056e3e23e74e623e33726
BLAKE2b-256 checksum
How to use checksums
04a70f7e2f6c126fe6e62dbae0bc93b1bd3f1099cf7fea47a5468defebe3f39d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-win_arm64.whl

Download URL pyzmq-26.2.0-cp312-cp312-win_arm64.whl
Size 540.7 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
4d29ab8592b6ad12ebbf92ac2ed2bedcfd1cec192d8e559e2e099f648570e19b
BLAKE2b-256 checksum
How to use checksums
5f0eeb16ff731632d30554bf5af4dbba3ffcd04518219d82028aea4ae1b02ca5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-win_amd64.whl

Download URL pyzmq-26.2.0-cp312-cp312-win_amd64.whl
Size 637.8 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
2a50625acdc7801bc6f74698c5c583a491c61d73c6b7ea4dee3901bb99adb27a
BLAKE2b-256 checksum
How to use checksums
ce2ca6f4a20202a4d3c582ad93f95ee78d79bbdc26803495aec2912b17dbbb6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-win32.whl

Download URL pyzmq-26.2.0-cp312-cp312-win32.whl
Size 575.5 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
989d842dc06dc59feea09e58c74ca3e1678c812a4a8a2a419046d711031f69c7
BLAKE2b-256 checksum
How to use checksums
0718907134c85c7152f679ed744e73e645b365f3ad571f38bdb62e36f347699a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
29c6a4635eef69d68a00321e12a7d2559fe2dfccfa8efae3ffb8e91cd0b36a8b
BLAKE2b-256 checksum
How to use checksums
854f01711edaa58d535eac4a26c294c617c9a01f09857c0ce191fd574d06f359
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl

Download URL pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.12 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
6b274e0762c33c7471f1a7471d1a2085b1a35eba5cdc48d2ae319f28b6fc4de3
BLAKE2b-256 checksum
How to use checksums
389dee240fc0c9fe9817f0c9127a43238a3e28048795483c403cc10720ddef22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.12 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
e3e0210287329272539eea617830a6a28161fbbd8a3271bf4150ae3e58c5d0e6
BLAKE2b-256 checksum
How to use checksums
386f4df2014ab553a6052b0e551b37da55166991510f9e1002c89cab7ce3b3f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Size 860.6 kB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7f98f6dfa8b8ccaf39163ce872bddacca38f6a67289116c8937a02e30bbe9711
BLAKE2b-256 checksum
How to use checksums
073b44ea6266a6761e9eefaa37d98fabefa112328808ac41aa87b4bbb668af30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 860.0 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ea7f69de383cb47522c9c208aec6dd17697db7875a4674c4af3f8cfdac0bdeae
BLAKE2b-256 checksum
How to use checksums
4742fc6d35ecefe1739a819afaf6f8e686f7f02a4dd241c78972d316f403474c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Size 903.4 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
4661c88db4a9e0f958c8abc2b97472e23061f0bc737f6f6179d7a27024e1faa5
BLAKE2b-256 checksum
How to use checksums
ae61d436461a47437d63c6302c90724cf0981883ec57ceb6073873f32172d676
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 665.9 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
55cf66647e49d4621a7e20c8d13511ef1fe1efbbccf670811864452487007e08
BLAKE2b-256 checksum
How to use checksums
4fef5a23ec689ff36d7625b38d121ef15abfc3631a9aecb417baf7a4245e4124
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl

Download URL pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl
Size 1.3 MB
Tags CPython 3.12 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
ded0fc7d90fe93ae0b18059930086c51e640cdd3baebdc783a695c77f123dcd9
BLAKE2b-256 checksum
How to use checksums
282f78a766c8913ad62b28581777ac4ede50c6d9f249d39c2963e279524a1bbe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Size 1.0 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
17bf5a931c7f6618023cdacc7081f3f266aecb68ca692adac015c383a134ca52
BLAKE2b-256 checksum
How to use checksums
b79c4b1e2d3d4065be715e007fe063ec7885978fad285f87eae1436e6c3201f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp311-cp311-win_arm64.whl

Download URL pyzmq-26.2.0-cp311-cp311-win_arm64.whl
Size 543.8 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
c0e6091b157d48cbe37bd67233318dbb53e1e6327d6fc3bb284afd585d141003
BLAKE2b-256 checksum
How to use checksums
98771cbfec0358078a4c5add529d8a70892db1be900980cdb5dd0898b3d6ab9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-win_amd64.whl
Size 642.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
5a509df7d0a83a4b178d0f937ef14286659225ef4e8812e05580776c70e155d5
BLAKE2b-256 checksum
How to use checksums
3b1b0a540edd75a41df14ec416a9a500b9fec66e554aac920d4c58fbd5756776
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-win32.whl
Size 576.9 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
eac5174677da084abf378739dbf4ad245661635f1600edd1221f150b165343f4
BLAKE2b-256 checksum
How to use checksums
01141c18d7d5b7be2708f513f37c61bfadfa62161c10624f8733f1c8451b3509
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
5c2b3bfd4b9689919db068ac6c9911f3fcb231c39f7dd30e3138be94896d18e6
BLAKE2b-256 checksum
How to use checksums
5011ddcf7343b7b7a226e0fc7b68cbf5a5bb56291fac07f5c3023bb4c319ebb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
1f3496d76b89d9429a656293744ceca4d2ac2a10ae59b84c1da9b5165f429ad3
BLAKE2b-256 checksum
How to use checksums
e046f13e67fe0d4f8a2315782cbad50493de6203ea0d744610faf4d5f5b16e90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
0aca98bc423eb7d153214b2df397c6421ba6373d3397b26c057af3c904452e37
BLAKE2b-256 checksum
How to use checksums
0ff918417771dee223ccf0f48e29adf8b4e25ba6d0e8285e33bcbce078070bc3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Size 869.2 kB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
689c5d781014956a4a6de61d74ba97b23547e431e9e7d64f27d4922ba96e9d6e
BLAKE2b-256 checksum
How to use checksums
ab686fb6ae5551846ad5beca295b7bca32bf0a7ce19f135cb30e55fa2314e6b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 868.0 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
92a78853d7280bffb93df0a4a6a2498cba10ee793cc8076ef797ef2f74d107cf
BLAKE2b-256 checksum
How to use checksums
311d346809e8a9b999646d03f21096428453465b1bca5cd5c64ecd048d9ecb01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 910.1 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
6ace4f71f1900a548f48407fc9be59c6ba9d9aaf658c2eea6cf2779e72f9f317
BLAKE2b-256 checksum
How to use checksums
869499085a3f492aa538161cbf27246e8886ff850e113e0c294a5b8245f13b52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 673.1 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
77eb0968da535cba0470a5165468b2cac7772cfb569977cff92e240f57e31bef
BLAKE2b-256 checksum
How to use checksums
e1bfc67fd638c2f9fbbab8090a3ee779370b97c82b84cc12d0c498b285d7b2c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl
Size 1.3 MB
Tags CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
8f7e66c7113c684c2b3f1c83cdd3376103ee0ce4c49ff80a648643e57fb22218
BLAKE2b-256 checksum
How to use checksums
1220de7442172f77f7c96299a0ac70e7d4fb78cd51eca67aa2cf552b66c14196
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 1.0 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3a495b30fc91db2db25120df5847d9833af237546fd59170701acd816ccc01c4
BLAKE2b-256 checksum
How to use checksums
984d5000468bd64c7910190ed0a6c76a1ca59a68189ec1f007c451dc181a22f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp310-cp310-win_arm64.whl

Download URL pyzmq-26.2.0-cp310-cp310-win_arm64.whl
Size 543.5 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
bfa832bfa540e5b5c27dcf5de5d82ebc431b82c453a43d141afb1e5d2de025fa
BLAKE2b-256 checksum
How to use checksums
61d2ae6ac5c397f1ccad59031c64beaafce7a0d6182e0452cc48f1c9c87d2dd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-win_amd64.whl
Size 641.6 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
49d34ab71db5a9c292a7644ce74190b1dd5a3475612eefb1f8be1d6961441971
BLAKE2b-256 checksum
How to use checksums
5c5773930d56ed45ae0cb4946f383f985c855c9b3d4063f26416998f07523c0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-win32.whl
Size 578.1 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
46a446c212e58456b23af260f3d9fb785054f3e3653dbf7279d8f2b5546b21c2
BLAKE2b-256 checksum
How to use checksums
cdcd420e3fd1ac6977b008b72e7ad2dae6350cc84d4c5027fc390b024e61738f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
b8f86dd868d41bea9a5f873ee13bf5551c94cf6bc51baebc6f85075971fe6eea
BLAKE2b-256 checksum
How to use checksums
8784e8bd321aa99b72f48d4606fc5a0a920154125bd0a4608c67eab742dab087
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
1c17211bc037c7d88e85ed8b7d8f7e52db6dc8eca5590d162717c654550f7282
BLAKE2b-256 checksum
How to use checksums
c362c721b5608a8ac0a69bb83cbb7d07a56f3ff00b3991a138e44198a16f94c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
28ad5233e9c3b52d76196c696e362508959741e1a005fb8fa03b51aea156088f
BLAKE2b-256 checksum
How to use checksums
ade59efaeb1d2f4f8c50da04144f639b042bc52869d3a206d6bf672ab3522163
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl
Size 868.8 kB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a2224fa4a4c2ee872886ed00a571f5e967c85e078e8e8c2530a2fb01b3309b88
BLAKE2b-256 checksum
How to use checksums
1629ca99b4598a9dc7e468b5417eda91f372b595be1e3eec9b7cbe8e5d3584e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 868.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8ea039387c10202ce304af74def5021e9adc6297067f3441d348d2b633e8166a
BLAKE2b-256 checksum
How to use checksums
5e3b2eb1667c9b866f53e76ee8b0c301b0469745a23bd5a87b7ee3d5dd9eb6e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 911.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
5506f06d7dc6ecf1efacb4a013b1f05071bb24b76350832c96449f4a2d95091c
BLAKE2b-256 checksum
How to use checksums
c978486f3e2e824f3a645238332bf5a4c4b4477c3063033a27c1e4052358dee2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 673.2 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
89289a5ee32ef6c439086184529ae060c741334b8970a6855ec0b6ad3ff28764
BLAKE2b-256 checksum
How to use checksums
b609b51b6683fde5ca04593a57bbe81788b6b43114d8f8ee4e80afc991e14760
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl
Size 1.3 MB
Tags CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
ddf33d97d2f52d89f6e6e7ae66ee35a4d9ca6f36eda89c24591b0c40205a3629
BLAKE2b-256 checksum
How to use checksums
1fa89837c39aba390eb7d01924ace49d761c8dbe7bc2d6082346d00c8332e431
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 1.0 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
dacd995031a01d16eec825bf30802fceb2c3791ef24bcce48fa98ce40918c27b
BLAKE2b-256 checksum
How to use checksums
a21fa006f2e8e4f7d41d464272012695da17fb95f33b54342612a6890da96ff6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp39-cp39-win_arm64.whl

Download URL pyzmq-26.2.0-cp39-cp39-win_arm64.whl
Size 543.9 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
7445be39143a8aa4faec43b076e06944b8f9d0701b669df4af200531b21e40bb
BLAKE2b-256 checksum
How to use checksums
b478b3c31ccfcfcdd6ea50b6abc8f46a2a7aadb9c3d40531d1b908d834aaa12e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-win_amd64.whl
Size 642.1 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
e6fa2e3e683f34aea77de8112f6483803c96a44fd726d7358b9888ae5bb394ec
BLAKE2b-256 checksum
How to use checksums
3a558841dcd28f783ad06674c8fe8d7d72794b548d0bff8829aaafeb72e8b44d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-win32.whl
Size 578.5 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
367b4f689786fca726ef7a6c5ba606958b145b9340a5e4808132cc65759abd44
BLAKE2b-256 checksum
How to use checksums
d47e43a60c3b179f7da0cbc2b649bd2702fd6a39bff5f72aa38d6e1aeb00256d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
c530e1eecd036ecc83c3407f77bb86feb79916d4a33d11394b8234f3bd35b940
BLAKE2b-256 checksum
How to use checksums
18898d48d8cd505c12a1f5edee597cc32ffcedc65fd8d2603aebaaedc38a7041
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
bc6bee759a6bddea5db78d7dcd609397449cb2d2d6587f48f3ca613b19410cfc
BLAKE2b-256 checksum
How to use checksums
1628304150e71afd2df3b82f52f66c0d8ab9ac6fe1f1ffdf92bad4c8cc91d557
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
6835dd60355593de10350394242b5757fbbd88b25287314316f266e24c61d073
BLAKE2b-256 checksum
How to use checksums
1ebefebcd4b04dd50ee6d514dfbc33a3d5d9cb38ec9516e02bbfc929baa0f141
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 673.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c811cfcd6a9bf680236c40c6f617187515269ab2912f3d7e8c0174898e2519db
BLAKE2b-256 checksum
How to use checksums
c3ecab13585c3a1f48e2874253844c47b194d56eb25c94718691349c646f336f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 862.1 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
05590cdbc6b902101d0e65d6a4780af14dc22914cc6ab995d99b85af45362cc9
BLAKE2b-256 checksum
How to use checksums
6ebd3ff3e1172f12f55769793a3a334e956ec2886805ebfb2f64756b6b5c6a1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Size 908.0 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
d049df610ac811dcffdc147153b414147428567fbbc8be43bb8885f04db39d98
BLAKE2b-256 checksum
How to use checksums
ed690529b59ac667ea8bfe8796ac71796b688fbb42ff78e06525dabfed3bc7ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl
Size 1.3 MB
Tags CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b1d464cb8d72bfc1a3adc53305a63a8e0cac6bc8c5a07e8ca190ab8d3faa43c2
BLAKE2b-256 checksum
How to use checksums
ac9ead5fbbe1bcc7a9d1e8c5f4f7de48f2c1dc481e151ef80cc1ce9a7fe67b55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.0 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4da04c48873a6abdd71811c5e163bd656ee1b957971db7f35140a2d573f6949c
BLAKE2b-256 checksum
How to use checksums
4cd9d7a8022108c214803a82b0b69d4885cee00933d21928f1f09dca371cf4bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-win_amd64.whl
Size 642.5 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
76589f2cd6b77b5bdea4fca5992dc1c23389d68b18ccc26a53680ba2dc80ff2f
BLAKE2b-256 checksum
How to use checksums
f0511f2b47c8d8fb85c07f088e21df6364b8b5e8298e75bb23ea0e65340ebd82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-win32.whl
Size 577.9 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
8423c1877d72c041f2c263b1ec6e34360448decfb323fa8b94e85883043ef988
BLAKE2b-256 checksum
How to use checksums
67cff418670a83fb3a91e2d6d26f271a828a58e0265199944a76e4ef274f9ba7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
76589c020680778f06b7e0b193f4b6dd66d470234a16e1df90329f5e14a171cd
BLAKE2b-256 checksum
How to use checksums
528f73a8e08897f8ed21fe44fc73b5faf3ea4cacb97bfd219a63ee5f3ea203a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
8685fa9c25ff00f550c1fec650430c4b71e4e48e8d852f7ddcf2e48308038640
BLAKE2b-256 checksum
How to use checksums
59a4104cc979ae88ed948ef829db5fb49bca4a771891125fa4166bba1598b2ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.8 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
402b190912935d3db15b03e8f7485812db350d271b284ded2b80d2e5704be780
BLAKE2b-256 checksum
How to use checksums
af2238734f47543e61b4eb97eee476f0f7ae544988533215eea22fc65e1ca1d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 673.9 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1fcc03fa4997c447dce58264e93b5aa2d57714fbe0f06c07b7785ae131512732
BLAKE2b-256 checksum
How to use checksums
c1b57eedb8d63af13c2858beb9c1f58e90e7e00929176b57f45e3592fccd56dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 862.3 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
8be4700cd8bb02cc454f630dcdf7cfa99de96788b80c51b60fe2fe1dac480289
BLAKE2b-256 checksum
How to use checksums
ab3aa26b98aebeb7924b24e9973a2f5bf8974201bb5a3f6ed06ddc3bac19372d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Size 907.6 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
aedd5dd8692635813368e558a05266b995d3d020b23e49581ddd5bbe197a8ab6
BLAKE2b-256 checksum
How to use checksums
a6b6e578e6c08970df0daa08b7c54e82b606211f9a7e61317ef2db79cc334389
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-macosx_10_15_universal2.whl
Size 1.3 MB
Tags CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
2eb7735ee73ca1b0d71e0e67c3739c689067f055c764f73aac4cc8ecf958ee3f
BLAKE2b-256 checksum
How to use checksums
64e7d5d59205d446c299001d27bfc18702c5353512c5485b11ec7cf6df9552d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.0 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1a534f43bc738181aa7cbbaf48e3eca62c76453a40a746ab95d4b27b1111a7d2
BLAKE2b-256 checksum
How to use checksums
59bbaa6616a83694ab43cfb3bdb868d194a5ee2fa24b49e6ec7ec4400691ac3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp37-cp37m-win_amd64.whl
Size 640.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
4ff9dc6bc1664bb9eec25cd17506ef6672d506115095411e237d571e92a58231
BLAKE2b-256 checksum
How to use checksums
851da31a6d3a408821d9112ff2edbba7d475bd413a5b71c6d1e762070c4818b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp37-cp37m-win32.whl
Size 577.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
ea0eb6af8a17fa272f7b98d7bebfab7836a0d62738e16ba380f440fceca2d951
BLAKE2b-256 checksum
How to use checksums
6d3fe45a0b9f0a1130905b69786a98c631b52060d58d6a9be4a173905fca7221
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
9edda2df81daa129b25a39b86cb57dfdfe16f7ec15b42b19bfac503360d27a93
BLAKE2b-256 checksum
How to use checksums
5facb66182d25e69cf1174f1648ac6b6d00892fc34041655153b29a31f707626
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_i686.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
0eaa83fc4c1e271c24eaf8fb083cbccef8fde77ec8cd45f3c35a9a123e6da097
BLAKE2b-256 checksum
How to use checksums
b16bc09d5b29c5f08bbcad394e9be371bf014df0142a84f4acb3b1ba54dd9901
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
cccba051221b916a4f5e538997c45d7d136a5646442b1231b916d0164067ea27
BLAKE2b-256 checksum
How to use checksums
b3dd73edc5be12152b4bf5d9e775d4834762e6c1eca77f094cfe11b70f451080
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 673.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9ed69074a610fad1c2fda66180e7b2edd4d31c53f2d1872bc2d1211563904cd9
BLAKE2b-256 checksum
How to use checksums
00fcb741fecec75deb9a7bd7ed0a7600fefb53cf3d751fd9330132646ec2afe4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 858.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
8ab5cad923cc95c87bffee098a27856c859bd5d0af31bd346035aa816b081fe1
BLAKE2b-256 checksum
How to use checksums
bec21b3c6acedbfaecb9b8ac3c71ca70d258201977a718ae85dbacedf86b9ea0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Size 906.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
9cb3a6460cdea8fe8194a76de8895707e61ded10ad0be97188cc8463ffa7e3a8
BLAKE2b-256 checksum
How to use checksums
b5f12f9ec9e33cb6f9d98cb9bac9ae3ae358fb6dc3fa6f9831366677b36040bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

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

Download URL pyzmq-26.2.0-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
3b55a4229ce5da9497dd0452b914556ae58e96a4381bb6f59f1305dfd7e53fc8
BLAKE2b-256 checksum
How to use checksums
46dfb02e414b99a1c8b35dae477745f9de5c106d65806bf78a23519cb12aaf85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.5

Release history Release notifications | RSS feed

This release

26.2.0 This release

109 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