Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.0.0a6

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.0.0a6
File Size Uploaded
pyzmq-26.0.0a6.tar.gz 368.1 kB Details

Built distributions (wheels)

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

Total release size: 82.7 MB

Release files / pyzmq-26.0.0a6.tar.gz

Download URL pyzmq-26.0.0a6.tar.gz
Size 368.1 kB
Tags Source
SHA-256 checksum
How to use checksums
dbe48c7c8f606adfd69604279896107d4950917d8c9cc9f24f1fc913f24ed2c1
BLAKE2b-256 checksum
How to use checksums
bf953aa1f49d5f534e34360fa6c42cb25d459a4fec6d4d0a72f720236d77e9b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp310-pypy310_pp73-win_amd64.whl

Download URL pyzmq-26.0.0a6-pp310-pypy310_pp73-win_amd64.whl
Size 704.7 kB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
fa2bd7dd2d522feccd8997490daca7212bd939bcde265640db03155ffc6826bb
BLAKE2b-256 checksum
How to use checksums
058338049d36bb0d621ea2436749c555ee42567db29541d1934638ff63bcbbf9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.0.0a6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 799.4 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
c6b9eb748da337cf7ad164516ddbf6df91be2aba74e7c4133c559c0f9a05837b
BLAKE2b-256 checksum
How to use checksums
5dc1d4eafc605eae53d6e33affb20fe00b83b4f370dd6d29e8c1eae6233d4db7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.0.0a6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 841.0 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
e670be73aec47d11687a4bfce956483d8313aea40cb06cfd9e0be6b5c78e8bdd
BLAKE2b-256 checksum
How to use checksums
dcc1eba0533f0df2a6cf9ef4a9691006beeccea15f8cffc5dec8963cc894ee01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 612.0 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
9a530648ecc3ea58d849e4b4eb295c87dc08173aa3b2192b905ef7c0964b9774
BLAKE2b-256 checksum
How to use checksums
e685bd91b949b51d0afb267d64a15533e5c94aa6e8e3634eac6ecbaeeb2a2d1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Size 953.9 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8c2f549a435e44a678b183f329b3e997e14cf4b45ea22846ddaef540f47c1601
BLAKE2b-256 checksum
How to use checksums
32edfec8586effbbbaef5659e822bd8e5fd64aeb0bdb6e9bc3a1a383600cfe1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp39-pypy39_pp73-win_amd64.whl

Download URL pyzmq-26.0.0a6-pp39-pypy39_pp73-win_amd64.whl
Size 705.3 kB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
2e2c01f0297f59ce1fff87f3b46f5e6a7e903241612d9166f7609718fe9af981
BLAKE2b-256 checksum
How to use checksums
75962134f0c67ffe5537acc0217d1e4942c667b23bac3274fe6c5a776d2ae649
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Size 798.0 kB
Tags Linux glibc 2.28+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
f5805aedc8fe094053cc33288604f428a551e21e546944072aeeb643d03ef086
BLAKE2b-256 checksum
How to use checksums
2809198d1118dd16a21511c780333f9e91861dc97f541d639cbdb7e380c350c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 799.4 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
70350c1b2d7c36077eccfd1662889c7c843ce0a581b4280e8318231c5d7b46e9
BLAKE2b-256 checksum
How to use checksums
663b4de79b58653791f95b2d8d72f1b9f9daacfec9d7ab14652da571c604fa15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 841.0 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
3c08641a8fb043a5e720e2bfb20ee9cea8996b5e899c2a5c4cc5b14a882e521f
BLAKE2b-256 checksum
How to use checksums
32dac7a3f2463994a15996065208c8e2bca77bef7699e84faa12970fe19bc032
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 612.0 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
49500f2ef7571f03a56e7b218250a686ba68de98478b686b085f9b75a22cdc70
BLAKE2b-256 checksum
How to use checksums
3add2666910d107eaf5f4e4b43da45978857a369ef7882e4ba13b8747b7b54fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Size 953.9 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6411d6fb0c5eb0fdde30baa92614a08501838b0b8a094cefb68a6ae2042c2219
BLAKE2b-256 checksum
How to use checksums
8faa9f9845bfbf7075f226514216110c2226aeb25c2963c6fb0dc3aa3087cffb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp38-pypy38_pp73-win_amd64.whl

Download URL pyzmq-26.0.0a6-pp38-pypy38_pp73-win_amd64.whl
Size 705.3 kB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
eb396e8fe9ed777939422bbae778dcdcc15dd2df7240fb2faba6dbd0b96055a1
BLAKE2b-256 checksum
How to use checksums
f126ee4f7eee04ab2c7b712a8729a26b43ea5d845281925e0f2b2d75ea23fd70
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 612.0 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
fb8339ce9be0c5693c3a2e2f8a341367db00bdf692ea326273e4353269d6c297
BLAKE2b-256 checksum
How to use checksums
f6ed22941d04b6ac7298ed013898f136839ec0ec56802e12513c04298647f17c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-26.0.0a6-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 803.5 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
27ce9db9a62ddf0258dd697dbd3f2964f30e8c1b621768e66dd750c16a5a6484
BLAKE2b-256 checksum
How to use checksums
7bc314384fd37d77fc434cef656c1abda2cfad1fb17017ca91593fd117972342
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-26.0.0a6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 848.7 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
ba7a36f54fc0fb02f721f3e11236b36992201f07d34a27796477cc05b4696af2
BLAKE2b-256 checksum
How to use checksums
f8178c892899db6839d00de6c6bbf51c30d04531752351b5f80bafa0fb6458fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 953.9 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ac9bbefb77d54821fe6238165fe21f5d7a91d8e6e991429e128dd4f3375dc6fa
BLAKE2b-256 checksum
How to use checksums
3a7747a401a34af93141c236176d5a8d59292a2757cdb168f436447c4af5dae8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp37-pypy37_pp73-win_amd64.whl

Download URL pyzmq-26.0.0a6-pp37-pypy37_pp73-win_amd64.whl
Size 705.3 kB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
d745a2cb474d64a5056ec74d6bffc6cc6839ab599fbb996820a082ce6c05a6ab
BLAKE2b-256 checksum
How to use checksums
d1d3d66e281c83972c5848f58c79c8df60f09a589d4ca11982632713449cb159
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 612.0 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
f522ff146c4deeada827fa1f878c3e28ed9b3e9c57f5b9a5e5a0447d2442efe2
BLAKE2b-256 checksum
How to use checksums
bbeb18fab8c2c18e69310d6633bfecd1a8dd12923a76e51d44d2e26460032c6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-26.0.0a6-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 803.5 kB
Tags Linux glibc 2.12+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
5d1eece85e4f3054615e3b8c837cfd4ff712ed4129961d41655a175b16070627
BLAKE2b-256 checksum
How to use checksums
a514a45d003adecb25e8e5ce66c135a9f56d6207cd8a6bb26b5e953581947781
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-26.0.0a6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 848.7 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
418b3816aff2cde35186eee7e87e7601b19aa1886536e5c1c70a873d7fed3eb6
BLAKE2b-256 checksum
How to use checksums
2934a6580d6cbc3e4cf3f47c9505660a33130b6e426ea55a8a66ec8e6e83713d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 953.9 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1ba127397319785e19f18dfed909ae2316eb9dade389d367344a62105dca97aa
BLAKE2b-256 checksum
How to use checksums
fa6c762ad186f660f54cad0ba88642c12c59e46a11a1c3b2954b1d52ee9ad4e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-win_amd64.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-win_amd64.whl
Size 766.0 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
c10e36da590534a35505749f1fcb74a3ce8742f08d0760e8d6bbb9c90625033a
BLAKE2b-256 checksum
How to use checksums
337e0a122ed62bd8535387aba22252d9e5ce1c484ca308ae1d444f3c76ce1633
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-win32.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-win32.whl
Size 674.3 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
b8375654c9e79c425449a4bd3b44d26e614a79e65c51dcfb392d960e00510071
BLAKE2b-256 checksum
How to use checksums
b1c2f04ccc0e5f7163e37049cc62731f7021ccb30e6f7d1ec3f71aa1bd722ac7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
af593875055bd951a4732cbcccc60561702dd5db2c0af419afa5581249fa18a2
BLAKE2b-256 checksum
How to use checksums
055e501e6259e8179e103062d1d230465ff0c80d837e8c757bffbaf1efcf1d40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-musllinux_1_1_i686.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-musllinux_1_1_i686.whl
Size 1.6 MB
Tags CPython 3.12 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
9ccc23e51ae79998875ffdc4553021c822a126343b0d3fb7fbfaf66fbbffbe28
BLAKE2b-256 checksum
How to use checksums
36c7538ea700e5d91be4d2dca27edbd945889b0316d20d1d62fe23491cac4567
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.0.0a6-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
c55bca3eb5198e2a1c616f073fd5c311d0feb9adcf0d19384ea8bb7f5beaca7d
BLAKE2b-256 checksum
How to use checksums
022a561963f2a406e4a8e2a6987ed3ffbf96e27aa758e2792802751a60d21493
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-manylinux_2_28_x86_64.whl
Size 906.4 kB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
37a5e9bd20970eeff7208028744ffb7e09ca4c6c93a6d3fd3eb8b9fb54a5ea0a
BLAKE2b-256 checksum
How to use checksums
eb2c53dcdfa5cb863e41cb60970f2821a3c7b8d8e037fca49dc78b4fa5355619
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 905.6 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9329e8af8d3f3b60fd2916226174cb2934b3d755383875d71f7813afa26fccc7
BLAKE2b-256 checksum
How to use checksums
1d2ebefeaf6a50bfb10e01276b86eb5dff3e97e167638384aae3689ed9f03f57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Size 948.7 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
e6aae286f8259e580241ec0c4aaf8fc1545ba70bb0727ebcf4237cbbfa3b22a5
BLAKE2b-256 checksum
How to use checksums
033d0b03d961d80e570f669ba8140450b8ec118c2141b7734ba0b2166244d45e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 711.2 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
378f08133088ed90dd849b7c26ba69308529ff8634af140a0dde99dba2fde7df
BLAKE2b-256 checksum
How to use checksums
d4b4eb435c15ab148c7e9f6d05061ef1932b464b43da3fe16d924fda3a08dbd7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp312-cp312-macosx_10_15_universal2.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-macosx_10_15_universal2.whl
Size 1.4 MB
Tags CPython 3.12 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
774010e3fd3a9636acc664308a00cd34323879bf503d1b24235794d4f45708e9
BLAKE2b-256 checksum
How to use checksums
089161ff53f6937096a37da8bf31aa69d925b89e8e845e98b5227ab7abd3bb1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-cp312-cp312-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
dbc02bd0e084768f2375d81c36ea37c2b648360ab76c0f0e4057cfbaa0584543
BLAKE2b-256 checksum
How to use checksums
607c389519438cffddf65d3f73aa682c0b1038cf7b2eeee1be7b72028aad42c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-win_amd64.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-win_amd64.whl
Size 770.5 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
f9c0e11f6129e95a0377e42d0d5ae9b606a782e2572fd431e3c7940e6a386203
BLAKE2b-256 checksum
How to use checksums
e176cf38a832e4cdd56f05b994ec426ab5738eea5f1a908dc62b2c2de9d28a65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-win32.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-win32.whl
Size 675.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
dbb86655c821f186fd7850006a03c67bbd08f627c26915715273eaaf546b0c32
BLAKE2b-256 checksum
How to use checksums
848425b5374fc0f51b0978f23377abcebafdab0869a4dcc2de5cfbbd58164ded
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
5b8149e1902bc3e1edc9b77ef4624e0321d89b39ee7bd1598b1292d8f12b7e3e
BLAKE2b-256 checksum
How to use checksums
7288b912b420ebee08f299577560e2d9741c788bea444fa8f061b93548701de5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-musllinux_1_1_i686.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-musllinux_1_1_i686.whl
Size 1.6 MB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
a436452ca58db909094f2410211808d843bbd8658ca8b586c44714d0fc591765
BLAKE2b-256 checksum
How to use checksums
69f64359d6f32bb4d409b8c1a5bf383b997706b0cb3ba4a14c878beaf251c983
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.0.0a6-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
f5a17afd62d3d3f364217779c6738906ed89c1c01ea299540f4042c814daddb2
BLAKE2b-256 checksum
How to use checksums
9cb662ef923963253e69134cb15ca3db7736429b059e220b0f93fbbfe1b762db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-manylinux_2_28_x86_64.whl
Size 914.6 kB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
28b70b92b389afc89e3c68b3c073694a710c4f280f8261c32e841a96ff8255ef
BLAKE2b-256 checksum
How to use checksums
e6061653ac49f8b8ee8297f39399b550f9c7ef22a41c003226197c5e387dba45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 914.1 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ce23a6a02dab5e57bd01649da555baff38b6f312ef3c3688789c89706f9d5b86
BLAKE2b-256 checksum
How to use checksums
a1fa3515ff54fa46bd101d4dc957f0e96abc6f59291e65c5a1b0230b64051ed0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 956.3 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
d70ea79ecebda7e626deb496b3f14ac41f1e8bec80801ad108419698bab3da66
BLAKE2b-256 checksum
How to use checksums
93fe3409e0dd75dfdfdbe65d96e5cfb63d923ba66025cc8892d2af539bba8532
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 718.9 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
96f194d1e9c4739be976ef22f4008cb30a41e442a1b3e08959b10e75f1556690
BLAKE2b-256 checksum
How to use checksums
f56f9ce2380bdd532f76a2aa21db8541edadd8e24d3261e095a79944c5e5543e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp311-cp311-macosx_10_15_universal2.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-macosx_10_15_universal2.whl
Size 1.4 MB
Tags CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
6375f069093d2e2c71d1342d90c977fe7fdefb525f881984d6458132395b1458
BLAKE2b-256 checksum
How to use checksums
b6267184bb967f235b9277639e8215f142012e233ca7f2d784b21e49f6b69d3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-cp311-cp311-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
767a352a10f1a89c3347c9977b08b0c03fecec9ab4cd5728ceef1ffec8a021bf
BLAKE2b-256 checksum
How to use checksums
17ac51aa1711db9ceb8f78d0b4f4b717b315783026ba9ac0200b5934aee18453
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-win_amd64.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-win_amd64.whl
Size 769.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
66e9bda5899baddf6df3e418403cfc56f0d4ca75ea382bea704baac492297d40
BLAKE2b-256 checksum
How to use checksums
dc4f27c1696834ab024850974dbb10cc3bc84a4a22c86664893d2dfa4591659b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-win32.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-win32.whl
Size 676.6 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
e0083b03cb9a900dfc03e1203402bb33d74b1bb433855e3bf4a95cbac0f37187
BLAKE2b-256 checksum
How to use checksums
26bb7d1ab3751b440ef14e181ce16287623c68afb83ceafcb0e040b94ea5472d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
05622a711c84e1e39ac194b0c735988f2caeb64b054bc2b50015b83cea85d7aa
BLAKE2b-256 checksum
How to use checksums
055ea5124b5d3d1671f19bdc76cfb9a6fb53eaa380af9250f9055698a81f5bfc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-musllinux_1_1_i686.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-musllinux_1_1_i686.whl
Size 1.6 MB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
0243ec8ed777b0a57d9eac953bab2ee9130aa8c38d54e8ab6c981267dfe40ff3
BLAKE2b-256 checksum
How to use checksums
4899a4ea6666b020edfaa23fe004066f955da4148f24f19daac6e8251aa89770
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.0.0a6-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
e47123caacbd4a6aedaaa2df3bb7cc10ceb52f8acb7185c3ead899a4e628f4ec
BLAKE2b-256 checksum
How to use checksums
658b2bc4c08b07e4ba429e69454b9349a9cc9321865e1de1ce32dbb1584c69a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-manylinux_2_28_x86_64.whl
Size 914.7 kB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3c13d49d62a9d04cbe1f4cf96df3514df4b7678fb626affaf4d8817b8973bb02
BLAKE2b-256 checksum
How to use checksums
9d39919b666968d80292588bb446b4a40e596ccdfd10b4b4959c71b1cfd56bfa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 915.6 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8b3a445e776c49b91dd6fdce0cce44854c7c4c33974eaa4463d19ff4c518edec
BLAKE2b-256 checksum
How to use checksums
a232381c8a182295206f5a8e20677ca9b74b3b1afb620cd00856f98a7b76f4ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 957.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
e9e2850977bcf139e57da6260375ad4667402186e122cf337a12cd48f2e175c0
BLAKE2b-256 checksum
How to use checksums
889d53bce4ce79fb49dea95873f53ba359c68a0da2dd9a13e94e055cd7133d7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 719.0 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7beceffc04c9bdd2208972e41e0f84286dea85acf189ea128a4291a4bad4f4f0
BLAKE2b-256 checksum
How to use checksums
d86eb0b7a19c0bb0a40b5e4e8ab3f24b9f0856c825c6fd80bb3c443064c01f9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp310-cp310-macosx_10_15_universal2.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-macosx_10_15_universal2.whl
Size 1.4 MB
Tags CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
d81879ca59dbf3a39ce22dd3baa51955cfd47cc6e76e2f67cdc5a390f3b72025
BLAKE2b-256 checksum
How to use checksums
9c22a054bba62339c5639a4356a96c2166e1ba283eb7c8864672b8fbc1e8931a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-cp310-cp310-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
799e37964961b0a132badecc23d4d4008e8cee55ff84fceee7085e3596544ba0
BLAKE2b-256 checksum
How to use checksums
a6d17dbe2b43452ed3217d7a1ffe5b04112b74cb214544315589fe9c16a10934
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-win_amd64.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-win_amd64.whl
Size 770.6 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
e0be6115ad83c8547ae22641e3fc51716a909d753bbca2e1d9574d8a1503fa01
BLAKE2b-256 checksum
How to use checksums
325b4c50958c64609f3f3fce4d56d75e93248cf5af7ac5622fa0e304bfdb9d8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-win32.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-win32.whl
Size 677.7 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
8fc35406821a4ecefaf82b90e64945b95a80434f6370d904046b355d9ab4cf85
BLAKE2b-256 checksum
How to use checksums
8520c5b738a381c91750013abfce18106b88afd406b58e24f987cdb7b9c17541
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
f41a4ea857bcd9debea056be92ab8dc429b71bdf17b1158e0a5ac9da5b216d32
BLAKE2b-256 checksum
How to use checksums
394b7ad9c3e97f58398a9804390c6535e8f15a121259cf5390c90faa43ebe020
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-musllinux_1_1_i686.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-musllinux_1_1_i686.whl
Size 1.6 MB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
72a45f2c736b2b21ed1c328c1aa88b9d423894151ac260815f347d978798fdc7
BLAKE2b-256 checksum
How to use checksums
e220ebf83f498ff6f8b23f1945526b1c876f8f27f55d6c6d61387d8d0872fe50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-musllinux_1_1_aarch64.whl
Size 1.3 MB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
349eac49374a637f26539462290f0062671849ffe9ec08aa4d286c8a30d737d4
BLAKE2b-256 checksum
How to use checksums
8011ea3e7b6cab6ac9ded6f29d134725cedf986ec46d7af52cbcb9f32f1b8a48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 719.6 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
977c6037cf42dbe11e02d1934599f32d43a60ce1bfddc52b7974afb315d35656
BLAKE2b-256 checksum
How to use checksums
8825a1a79a02295910df6294851a3a18aac4c67e6cc00ce53040bc08b2fdedcf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 908.4 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
59ef1e280381709dfa75eae0ab95f126544e5cbbca978b3cf67e34f612fd055e
BLAKE2b-256 checksum
How to use checksums
f78688c097b1950d1a6a1d8a355bfde469263b200f704388cb70527b57d61d50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Size 953.8 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
16f7e9857ab1c9b8244e94b8807846d4baf4a5cb471addf391799cdf5f28a36e
BLAKE2b-256 checksum
How to use checksums
5cb49f950ab6c5d6c4a818cab91d21bd14b0b9c85dca30cbb14bd477f7bed73b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-macosx_10_15_universal2.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-macosx_10_15_universal2.whl
Size 1.4 MB
Tags CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
a909953081e5a1391fde99c54af45d56362914132c9a664080adbdd9a08f78cd
BLAKE2b-256 checksum
How to use checksums
7fb1529dc4e037228dc3d7c4c15c5bc4034eb30e58c3649ab919d7e45935691a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f02e328e8298bfb12a0e9e65316de3338415d9babd84e59db34938c887ac10f9
BLAKE2b-256 checksum
How to use checksums
d1293a47d6a5accaff1155c7927c31396e02589ee886b78e65ef5db4fc76d2ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-win_amd64.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-win_amd64.whl
Size 797.3 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
d31ca5df5bd5cd06d351e47fab9f29342e7a29cdcc4a72ad61ee54b3cdc603d7
BLAKE2b-256 checksum
How to use checksums
76aafb1ac8cd7b8ba03a552766ee56ba0bae1a35717bac810b0f5c945b8b563b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-win32.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-win32.whl
Size 677.3 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
984506cf65535307f5463b39a0cb6288697da541a2f2949f008543ba7dcf1f92
BLAKE2b-256 checksum
How to use checksums
6b802604bea9e7dee84197e055cf1956929395ef8428211e0d28c24ad5d94096
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
76fa7518128d9a87e0cdc4032d78e0c4644be8052caa561eef8d5641a26db894
BLAKE2b-256 checksum
How to use checksums
62754481cd3295207eea7a54cf6430183b1214075c0e0b89da736430677190e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-musllinux_1_1_i686.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-musllinux_1_1_i686.whl
Size 1.6 MB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
878585432c0066f3dd217dc450e4801355c1a178259942eda227207fe9dae3ed
BLAKE2b-256 checksum
How to use checksums
7b7a55b76fe8fb3bae55012e9d15098a1da159cfb16cb80818e6afbc684fb64f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-musllinux_1_1_aarch64.whl
Size 1.3 MB
Tags CPython 3.8 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
a84ddfaade1c94f23ea39b00a167016aa3c37fcf9346c6f52569aaebc23ab187
BLAKE2b-256 checksum
How to use checksums
b88efd1a847b110badb52faffa7229eaa1236948e511c73b8a7638bb5effd9d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 719.9 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4101ec9f80b12b943025a73964ca9ff4c521baddc685d3dcb1a26904478ed85b
BLAKE2b-256 checksum
How to use checksums
3273cd69bced267a99076aa0a29f1b4eceecfde6e1a842cc283b3d23e8b7f735
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 908.3 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
5ebe191e02fd72aa3122bccdc3c27df238300046442561d19791866b0591a518
BLAKE2b-256 checksum
How to use checksums
0dfef8fcade3f56bb3c91915f17c69ee2a35885872c01dcae7d6c5d99cff70be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Size 953.3 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
672ddb6f3b137cbada7f7e2f5dbf5aedecff8271a20f384461c74daa63062de4
BLAKE2b-256 checksum
How to use checksums
189f15af5d4febd48e8de6761a5a02609caa02ffcccc2321642f853b9117490f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-macosx_10_15_universal2.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-macosx_10_15_universal2.whl
Size 1.4 MB
Tags CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0cbb66bb6affe22ed72bed992180d3f8e1a13cf131d651ea829b81d62302c03e
BLAKE2b-256 checksum
How to use checksums
c1d7bcb9789eb16b631328868307d218e8af2741518ebe5c267429278960c957
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
46a7c0fefc586027226acb21706b24efaa1fc6001fc60da339cd4dd9cb36b2b0
BLAKE2b-256 checksum
How to use checksums
d9c9bb8b270a1fe84eceabbbf3e5c4aecde7629f593be12900879b8987cd3896
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp37-cp37m-win_amd64.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-win_amd64.whl
Size 795.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
0f29adc862842835641fc77a63ab9263c62ca281d7653c79b6237f4ef7cef16e
BLAKE2b-256 checksum
How to use checksums
e1043648d256095a06179f66bb615c9d389e38c36f61aae2ba586f5c5a2fd292
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp37-cp37m-win32.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-win32.whl
Size 676.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
df1b91e7a7fd00a433c8974e3a6e0d7624ae891691db34212a15cb210d8730bc
BLAKE2b-256 checksum
How to use checksums
5ccfde845867c762f2d218cc2cd8a8cf60baf2a45c351ebc26d85e7bc8a58d4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
6e14f003c824668c8af71610a5f5cfbe157b8b7ae7158fcdaac3ccf830f6ab8d
BLAKE2b-256 checksum
How to use checksums
8641a366ee0da73b5c49be56b95d655973ed62743b9a355be098fcd73bf6f954
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-musllinux_1_1_i686.whl
Size 1.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
d850dbf92b915315744076431919f90fe59825ebc5146d3b4289663f7372d1f8
BLAKE2b-256 checksum
How to use checksums
6001114c36bdd5dc1fa880ffb3c43d2d859e26eb04aafdd52bdd6146b496712c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp37-cp37m-musllinux_1_1_aarch64.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-musllinux_1_1_aarch64.whl
Size 1.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
ebbd0722fc22c56239c12adcdf8eb7cceb8ada4af121a136fb57fa0ffc1d50ba
BLAKE2b-256 checksum
How to use checksums
63edeb77db5d7528020d06f389cf0f7a143686168991e2b0cff64800a98df81f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 719.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
0481a0515414579fdbaed6407bc0efb6972b289dd6ccccf7d7dd3cedf3ca1386
BLAKE2b-256 checksum
How to use checksums
59d8602a1bf0ef7b8228561bc306a0fb199cd2e472de9e8f42cd6d484aa80ba8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.4

Release files / pyzmq-26.0.0a6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 904.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
4acd35b3dee3b48136a1a6fecc10562dba5fec4fdd95ba0e28f0372531a9c569
BLAKE2b-256 checksum
How to use checksums
153d326e4ed6d18689cd95e9c1e7f8b0e26a116cf438b728bca5b011fb943fe0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Size 952.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
e41f86fd50efedeff0aaabcded5b78fe6d4f15d300d203fdca6398fd09aa10c3
BLAKE2b-256 checksum
How to use checksums
afaddc18a19b3520e2e5c350bf54653efa86ebb969b3ca364ba286efe65244cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release files / pyzmq-26.0.0a6-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pyzmq-26.0.0a6-cp37-cp37m-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f50cca9321edc0615dc3099a1745d46719bd5676bbb05bed854164e06efc7ab5
BLAKE2b-256 checksum
How to use checksums
c9a794e07cb26d3fb89e41b0d3f0a2afff68ef99cf96f085114fc6bad0283010
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.8

Release history Release notifications | RSS feed

This release

26.0.0a6 This release

84 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