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

Built distributions (wheels)

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

Total release size: 88.8 MB

Release files / pyzmq-25.1.0.tar.gz

Download URL pyzmq-25.1.0.tar.gz
Size 1.2 MB
Tags Source
SHA-256 checksum
How to use checksums
80c41023465d36280e801564a69cbfce8ae85ff79b080e1913f6e90481fb8957
BLAKE2b-256 checksum
How to use checksums
649c2b2614b0b86ff703b3a33ea5e044923bd7d100adc8c829d579a9b71ea9e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp39-pypy39_pp73-win_amd64.whl
Size 423.2 kB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
108c96ebbd573d929740d66e4c3d1bdf31d5cde003b8dc7811a3c8c5b0fc173b
BLAKE2b-256 checksum
How to use checksums
9ad9c52c13720b8724922af56b5af9ded75ee5b170821d915a1849655e19f9a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Size 804.4 kB
Tags Linux glibc 2.28+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
48e5e59e77c1a83162ab3c163fc01cd2eebc5b34560341a67421b09be0891287
BLAKE2b-256 checksum
How to use checksums
4699588928fd4010f0ccfc3128ec96c70c201f8c3053fbbbcd4b09136d46ec83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 809.8 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
2f5efcc29056dfe95e9c9db0dfbb12b62db9c4ad302f812931b6d21dd04a9119
BLAKE2b-256 checksum
How to use checksums
d5816e36c26c541845e3ee917deb1b96201eceab03e7bd04d345d8de24f793dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 852.4 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
2f666ae327a6899ff560d741681fdcdf4506f990595201ed39b44278c471ad98
BLAKE2b-256 checksum
How to use checksums
09db4c1351aa0ca08b7713002e0e8ab014ca42a83ca50d3c835e8b379d33e801
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 618.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
e21cc00e4debe8f54c3ed7b9fcca540f46eee12762a9fa56feb8512fd9057161
BLAKE2b-256 checksum
How to use checksums
80b370a9d6af68d9fe34ec6444241267282d0740cc6fac3bb79c9c1ba472954a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Size 972.9 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9e68ae9864d260b18f311b68d29134d8776d82e7f5d75ce898b40a88df9db30f
BLAKE2b-256 checksum
How to use checksums
5db78ca362952b14734804f95190e0a7c517185d40fad1b9e217063e6bea6de5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp38-pypy38_pp73-win_amd64.whl
Size 423.2 kB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
7018289b402ebf2b2c06992813523de61d4ce17bd514c4339d8f27a6f6809492
BLAKE2b-256 checksum
How to use checksums
e5bb25c22e1eb6182ad4fec43310087ffd46dba6676b86593e5a4d5b5ff24a7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 618.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
f6d39e42a0aa888122d1beb8ec0d4ddfb6c6b45aecb5ba4013c27e2f28657765
BLAKE2b-256 checksum
How to use checksums
c52c5a1d77e8112401b2189247acad9b10fc7adc79b8f2ad43e987bce8e89092
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 815.1 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
adecf6d02b1beab8d7c04bc36f22bb0e4c65a35eb0b4750b91693631d4081c70
BLAKE2b-256 checksum
How to use checksums
29d96a12cae59202b85e65c8649c72099e126462aefca47a21a392317f080924
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 860.6 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
5e7fbcafa3ea16d1de1f213c226005fea21ee16ed56134b75b2dede5a2129e62
BLAKE2b-256 checksum
How to use checksums
219bb5a095f9ed610986c22cf59fce24bb985047a81ae48b4d6a39b4ffe116dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 972.9 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5482f08d2c3c42b920e8771ae8932fbaa0a67dff925fc476996ddd8155a170f3
BLAKE2b-256 checksum
How to use checksums
b4eb23d3ebec493bc620a5760079ffa4244b92c2851ab621626a08d1b73391bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp37-pypy37_pp73-win_amd64.whl
Size 423.2 kB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
6581e886aec3135964a302a0f5eb68f964869b9efd1dbafdebceaaf2934f8a68
BLAKE2b-256 checksum
How to use checksums
544a2ebfd6ae510e89feb382714d7ff016892d6f08f24365888978bea91cf405
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 618.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
8751f9c1442624da391bbd92bd4b072def6d7702a9390e4479f45c182392ff78
BLAKE2b-256 checksum
How to use checksums
b9861d7b7704d8c82fe64da255fa0936964feec921550e3338bd554b7c184fe3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 815.1 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
fc34fdd458ff77a2a00e3c86f899911f6f269d393ca5675842a6e92eea565bae
BLAKE2b-256 checksum
How to use checksums
29d4632bb9ae332863c620564c00ba55d6937c801a99b02ecadab337b0e13139
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 860.6 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
0c4fc2741e0513b5d5a12fe200d6785bbcc621f6f2278893a9ca7bed7f2efb7d
BLAKE2b-256 checksum
How to use checksums
01a76e28dec3ce5153066551d0ac229298628194f3f0150d535f84b698079675
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 972.9 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4cb27ef9d3bdc0c195b2dc54fcb8720e18b741624686a81942e14c8b67cc61a6
BLAKE2b-256 checksum
How to use checksums
8be079d63c46e0481c89be7d93b69ff22f5ba59caef64c0c52552b2c0fdbb7d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp311-cp311-win_amd64.whl
Size 1.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
8b45d722046fea5a5694cba5d86f21f78f0052b40a4bbbbf60128ac55bfcc7b6
BLAKE2b-256 checksum
How to use checksums
a0db4e586c563b48dec09b8f7c2728b905e29db61af89b5c58e4eba9ad36fdec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-cp311-cp311-win32.whl
Size 878.7 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
65346f507a815a731092421d0d7d60ed551a80d9b75e8b684307d435a5597425
BLAKE2b-256 checksum
How to use checksums
223e3670e36c6f42e124492ddd2af550ca13bd4a9f1edd562e1ae7c35a1f230b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-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
442d3efc77ca4d35bee3547a8e08e8d4bb88dadb54a8377014938ba98d2e074a
BLAKE2b-256 checksum
How to use checksums
0415b8ab292f0b74e0440547185fb67167c87454a2b3be429d64de569f7142a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
2b15247c49d8cbea695b321ae5478d47cffd496a2ec5ef47131a9e79ddd7e46c
BLAKE2b-256 checksum
How to use checksums
fd120324dcb2554cd3f2ebb851ddbfbac27c4bb384394ba4a8978dec093fe71d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
d6128d431b8dfa888bf51c22a04d48bcb3d64431caf02b3cb943269f17fd2994
BLAKE2b-256 checksum
How to use checksums
fa407729719e38324e5e9f2e77f6131fc253f063a3741eab170ef610196098e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-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
cad9545f5801a125f162d09ec9b724b7ad9b6440151b89645241d0120e119dcc
BLAKE2b-256 checksum
How to use checksums
66f515db4c297957f049cd4dcd35eb7fbe9098a72489e0abdb289c529d7327cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
58416db767787aedbfd57116714aad6c9ce57215ffa1c3758a52403f7c68cff5
BLAKE2b-256 checksum
How to use checksums
b7cb2a36d3eed310efb342fbb7b4adf6b05f46401c4b937154bd1c9b703314e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
332616f95eb400492103ab9d542b69d5f0ff628b23129a4bc0a2fd48da6e4e0b
BLAKE2b-256 checksum
How to use checksums
7c65bccec1eae7c0e089d90648f350e6c2ff40ccb8c6d1b929548f4cd304b1f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 866.0 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4a983c8694667fd76d793ada77fd36c8317e76aa66eec75be2653cef2ea72883
BLAKE2b-256 checksum
How to use checksums
26bb80535157e8811095901f98688839092afb6dcaf2ff154aa8fa2e575f540d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-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
13bbe36da3f8aaf2b7ec12696253c0bf6ffe05f4507985a8844a1081db6ec22d
BLAKE2b-256 checksum
How to use checksums
bb80ae792378f98d6d0e39c975c334603d3d2535f7897707fe91f31d37f94fdb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
69511d604368f3dc58d4be1b0bad99b61ee92b44afe1cd9b7bd8c5e34ea8248a
BLAKE2b-256 checksum
How to use checksums
5ab63c2ddd09aa24352e4f6aade53e9b9a1816c0774c844f11b1a2f508ddc0be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp310-cp310-win_amd64.whl
Size 1.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
5693dcc4f163481cf79e98cf2d7995c60e43809e325b77a7748d8024b1b7bcba
BLAKE2b-256 checksum
How to use checksums
32e4ce4f94009f84c2a688082c2674d490d2e20e0c9058087f5358a2bf29ddf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-cp310-cp310-win32.whl
Size 880.1 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
be24a5867b8e3b9dd5c241de359a9a5217698ff616ac2daa47713ba2ebe30ad1
BLAKE2b-256 checksum
How to use checksums
64dbe19f69fe9b1a4e53f6382274f553358e2e7305d2a2b9d9db36087bf52d5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-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
3a522510e3434e12aff80187144c6df556bb06fe6b9d01b2ecfbd2b5bfa5c60c
BLAKE2b-256 checksum
How to use checksums
6696129706be681649f43bde93811416f566acfefcd3fb18156d5df349c360ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
831ba20b660b39e39e5ac8603e8193f8fce1ee03a42c84ade89c36a251449d80
BLAKE2b-256 checksum
How to use checksums
a18792556ffa8fbe7dc497d847e39d5c46134f9ad047b23f5bcefc8fbd0c2c9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
90146ab578931e0e2826ee39d0c948d0ea72734378f1898939d18bc9c823fcf9
BLAKE2b-256 checksum
How to use checksums
943ac3964c0a86c3535ae240799d3b7c8e13527e7a092080dda9012b1401fa86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cb6d161ae94fb35bb518b74bb06b7293299c15ba3bc099dccd6a5b7ae589aee3
BLAKE2b-256 checksum
How to use checksums
cadbf9976803f1a660e753d0f2426065975bad5db8272fd5284efaf488dc0ce1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
154bddda2a351161474b36dba03bf1463377ec226a13458725183e508840df89
BLAKE2b-256 checksum
How to use checksums
fafba114ba641eb873c165106d3c8ee75eb49d6ea3204168808708d866de360d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
97d984b1b2f574bc1bb58296d3c0b64b10e95e7026f8716ed6c0b86d4679843f
BLAKE2b-256 checksum
How to use checksums
5e9e32074bd8bcf2a5cf282d8817458fd5479c68b487b6c3a5d4627711ad38f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 864.3 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f1e931d9a92f628858a50f5bdffdfcf839aebe388b82f9d2ccd5d22a38a789dc
BLAKE2b-256 checksum
How to use checksums
040bbff5b6c1680e248bad2df8248a060645709fe2aef9689e9f7c81c587bad4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-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
1a6169e69034eaa06823da6a93a7739ff38716142b3596c180363dee729d713d
BLAKE2b-256 checksum
How to use checksums
53176a70f84b79e361af34f6c99064ecf9e87112c4c48b9c7ea78f8e680b57d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 1.2 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
19d0383b1f18411d137d891cab567de9afa609b214de68b86e20173dc624c101
BLAKE2b-256 checksum
How to use checksums
2f53fc7dbdd32e275aee0961e2a5bed1bb64223846f959fd6e0c9a39aab08eed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp39-cp39-win_amd64.whl
Size 1.1 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
71c7b5896e40720d30cd77a81e62b433b981005bbff0cb2f739e0f8d059b5d99
BLAKE2b-256 checksum
How to use checksums
8ee0452f4dd0a9a4725bceb836643c056614b0cd3aa291fd1bce76ba1d605704
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-cp39-cp39-win32.whl
Size 884.7 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
4d67609b37204acad3d566bb7391e0ecc25ef8bae22ff72ebe2ad7ffb7847158
BLAKE2b-256 checksum
How to use checksums
f82a952facb087422ac084b35674343cedeb7b517f8b41a7db0f71096eba3df5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-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
bad172aba822444b32eae54c2d5ab18cd7dee9814fd5c7ed026603b8cae2d05f
BLAKE2b-256 checksum
How to use checksums
2681aa471449e6641e72f7e8819ba4d8877523414734faa5b95a8b7eee964dfa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
2a21fec5c3cea45421a19ccbe6250c82f97af4175bc09de4d6dd78fb0cb4c200
BLAKE2b-256 checksum
How to use checksums
e4217f80485903510a4c9583d41044a789976a2be0407d7c72c32e7a46afd090
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
851fb2fe14036cfc1960d806628b80276af5424db09fe5c91c726890c8e6d943
BLAKE2b-256 checksum
How to use checksums
5fd7397af40b3e072bd5b4b4657962f64dfbe7b81c8bbf7a42affd510e8a1e1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 875.3 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
be86a26415a8b6af02cd8d782e3a9ae3872140a057f1cadf0133de685185c02b
BLAKE2b-256 checksum
How to use checksums
19376aa1503e9e00a015abf80e999f8ecee699a485b873d1118667b98b9b6c03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-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
4c2fc7aad520a97d64ffc98190fce6b64152bde57a10c704b337082679e74f67
BLAKE2b-256 checksum
How to use checksums
944b1093172b73984b568d9f1a72bcd61793822fab40aa571f5d6ed9db6234cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
0b6b42f7055bbc562f63f3df3b63e3dd1ebe9727ff0f124c3aa7bcea7b3a00f9
BLAKE2b-256 checksum
How to use checksums
ff19f027b4b9067a5398cbccc6322ca14a6b2c872b633ed6b2a09bb53c0cf0b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
af56229ea6527a849ac9fb154a059d7e32e77a8cba27e3e62a1e38d8808cb1a5
BLAKE2b-256 checksum
How to use checksums
f2f543fabde73ffc6fdb39a80d3afb7d283ce64e861cc8a96fad34518d917391
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.2 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
bdca18b94c404af6ae5533cd1bc310c4931f7ac97c148bbfd2cd4bdd62b96253
BLAKE2b-256 checksum
How to use checksums
317e47c490658a18e99485ec48e24326df7d264b9a7a15db5c692ef931d1b531
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp38-cp38-win_amd64.whl
Size 1.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
c66b7ff2527e18554030319b1376d81560ca0742c6e0b17ff1ee96624a5f1afd
BLAKE2b-256 checksum
How to use checksums
402b7ff4e0175a5029751fd52c6a1f57606f6c3bb0a420da52f3271a0c0599c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-cp38-cp38-win32.whl
Size 884.7 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
33d5c8391a34d56224bccf74f458d82fc6e24b3213fc68165c98b708c7a69325
BLAKE2b-256 checksum
How to use checksums
785462b368a4287893140cb980786da07d95d86cd2bc075a802f1e70c45c83d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-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
d40682ac60b2a613d36d8d3a0cd14fbdf8e7e0618fbb40aa9fa7b796c9081584
BLAKE2b-256 checksum
How to use checksums
734f7ce249548ea059758365fef953eb69a592c9407478474c39f9e7ee791e58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
c8398a1b1951aaa330269c35335ae69744be166e67e0ebd9869bdc09426f3871
BLAKE2b-256 checksum
How to use checksums
565fe15a82d79527424ceda0bc4da7582881270b6e2e19624c7114fb1cc72857
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
4a82faae00d1eed4809c2f18b37f15ce39a10a1c58fe48b60ad02875d6e13d80
BLAKE2b-256 checksum
How to use checksums
4d731ed2c2a7f73b9d2d902c101612e5cf20c4db17e818336e4194a7f5676fcf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 878.8 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7e23a8c3b6c06de40bdb9e06288180d630b562db8ac199e8cc535af81f90e64b
BLAKE2b-256 checksum
How to use checksums
38ed250acfa9f9953a99fa3568f305688c4097e545df87d42d13f3dc3a25c5f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-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
9301cf1d7fc1ddf668d0abbe3e227fc9ab15bc036a31c247276012abb921b5ff
BLAKE2b-256 checksum
How to use checksums
3e713f41e23f14b04b87776497d5d5150335e6d7e06debf1571fd5ca4c6ff82a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
ddbef8b53cd16467fdbfa92a712eae46dd066aa19780681a2ce266e88fbc7165
BLAKE2b-256 checksum
How to use checksums
5d68c91c79e46809e8bd590bdde18a61ded6c95173461a459239a6bb79d8c351
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
3bed53f7218490c68f0e82a29c92335daa9606216e51c64f37b48eb78f1281f4
BLAKE2b-256 checksum
How to use checksums
27bba4d543592ed28075456033467d1649e4b81f7888d4d53b5dc2fbf47211b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.2 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
eb52e826d16c09ef87132c6e360e1879c984f19a4f62d8a935345deac43f3c12
BLAKE2b-256 checksum
How to use checksums
f939647cb2c45c1d4db11cbc87c03d3e511e016e6d2f239630a1ab56c3588586
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp37-cp37m-win_amd64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
dbc466744a2db4b7ca05589f21ae1a35066afada2f803f92369f5877c100ef62
BLAKE2b-256 checksum
How to use checksums
56fbfef967daf8dfcb6fb63dbee60a33a7b203061fdfa4d5131fbcfaa08abcba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-cp37-cp37m-win32.whl
Size 881.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
95bd3a998d8c68b76679f6b18f520904af5204f089beebb7b0301d97704634dd
BLAKE2b-256 checksum
How to use checksums
1b4316e6ee67582e7fcbe884b23d877c7eaf68b1c5fff0ab7a0c054eab2b8dc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

Download URL pyzmq-25.1.0-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
3575699d7fd7c9b2108bc1c6128641a9a825a58577775ada26c02eb29e09c517
BLAKE2b-256 checksum
How to use checksums
09913848097505febfc464abfd4a3f41274de124e4e1c9f28da1326a85dd3d8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
3830be8826639d801de9053cf86350ed6742c4321ba4236e4b5568528d7bfed7
BLAKE2b-256 checksum
How to use checksums
9c4bbe619e68131f185850e5dfb7af6119f9a4edaf8ec15d36e4fc3bfe72fc9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
75217e83faea9edbc29516fc90c817bc40c6b21a5771ecb53e868e45594826b0
BLAKE2b-256 checksum
How to use checksums
14bbe18f866b0699bf5ea00f84daac1cf4a4557cea4fad96dd4a069b241dac9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 873.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5af31493663cf76dd36b00dafbc839e83bbca8a0662931e11816d75f36155897
BLAKE2b-256 checksum
How to use checksums
773b8861b96c17a8d9c672338e124f1f71ef759ffb7557438c1be4e5b7162c3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-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
1fc56a0221bdf67cfa94ef2d6ce5513a3d209c3dfd21fed4d4e87eca1822e3a3
BLAKE2b-256 checksum
How to use checksums
ed6f54f5b5dc3734d212b1b21c14d7df7cb0d40b8cb2b820c1ff8f36e9d7501d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
5489738a692bc7ee9a0a7765979c8a572520d616d12d949eaffc6e061b82b4d1
BLAKE2b-256 checksum
How to use checksums
3ff5fd2230639b14eed05a1d978bf456e2033afcf4bc8ebaff29e58cd3ae717c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
47b915ba666c51391836d7ed9a745926b22c434efa76c119f77bcffa64d2c50c
BLAKE2b-256 checksum
How to use checksums
a82efb4836e1a6d89d6e05d5058ed60e7be8aa3dfa41a022428a6d0c13784401
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp36-cp36m-win_amd64.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
968b0c737797c1809ec602e082cb63e9824ff2329275336bb88bd71591e94a90
BLAKE2b-256 checksum
How to use checksums
8470749d4ee05aa77aba900dc2105964c34a9d8ae3da7dc80fc97716e66ce54c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

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

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

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

Download URL pyzmq-25.1.0-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
01f06f33e12497dca86353c354461f75275a5ad9eaea181ac0dc1662da8074fa
BLAKE2b-256 checksum
How to use checksums
1b9194af7b477922e3a62e56c03ba7a89f74a8d9c36c5bc66e56651d2bda887e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
414b8beec76521358b49170db7b9967d6974bdfc3297f47f7d23edec37329b00
BLAKE2b-256 checksum
How to use checksums
d7ac4856333a4fd737fb7cf75b62ec0b82a3a3bdce3a9211ed18288f9a645091
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
f0d9e7ba6a815a12c8575ba7887da4b72483e4cfc57179af10c9b937f3f9308f
BLAKE2b-256 checksum
How to use checksums
a9856c4dc21d96f4e2bbc45f0e2bab843e6f3fa9d1817711cad8a222219e10f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 873.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8b697774ea8273e3c0460cf0bba16cd85ca6c46dfe8b303211816d68c492e132
BLAKE2b-256 checksum
How to use checksums
3d0b5c1a99032dfb12d0b3619ab031d7fd9191fc6378926565f6d635f43ba26c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.3

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

Download URL pyzmq-25.1.0-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
5873d6a60b778848ce23b6c0ac26c39e48969823882f607516b91fb323ce80e5
BLAKE2b-256 checksum
How to use checksums
26f5a38810b94f023de1cf29c6ddad3a3e1af0f446716f3b011dd901c616bf4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Size 1.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
b324fa769577fc2c8f5efcd429cef5acbc17d63fe15ed16d6dcbac2c5eb00849
BLAKE2b-256 checksum
How to use checksums
20e9f16b101c6f4e2d93abeb50beb47f2c4ed333509700945003613c73c8942d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

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

Download URL pyzmq-25.1.0-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
f45808eda8b1d71308c5416ef3abe958f033fdbb356984fabbfc7887bed76b3f
BLAKE2b-256 checksum
How to use checksums
57c1cf092445d442805b2ae942c2a92ac431a2afe5ff56bbe937adfdc9cf41f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release history Release notifications | RSS feed

This release

25.1.0 This release

77 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