Skip to main content

Python bindings for 0MQ

Project description

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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzmq-26.2.0.tar.gz (272.0 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl (550.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (794.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (907.0 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl (550.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (751.3 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (794.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (906.9 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.2.0-pp38-pypy38_pp73-win_amd64.whl (550.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (756.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (802.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (906.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.2.0-pp37-pypy37_pp73-win_amd64.whl (550.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (756.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (802.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (906.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl (847.4 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.28+ x86-64

pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (845.9 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ x86-64

pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (888.4 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ i686

pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (653.2 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.13t macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

pyzmq-26.2.0-cp313-cp313-win_arm64.whl (540.4 kB view details)

Uploaded CPython 3.13 Windows ARM64

pyzmq-26.2.0-cp313-cp313-win_amd64.whl (637.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyzmq-26.2.0-cp313-cp313-win32.whl (575.6 kB view details)

Uploaded CPython 3.13 Windows x86

pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl (860.3 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (860.0 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (903.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (665.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.13 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyzmq-26.2.0-cp312-cp312-win_arm64.whl (540.7 kB view details)

Uploaded CPython 3.12 Windows ARM64

pyzmq-26.2.0-cp312-cp312-win_amd64.whl (637.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.2.0-cp312-cp312-win32.whl (575.5 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl (860.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (860.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (903.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (665.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyzmq-26.2.0-cp311-cp311-win_arm64.whl (543.8 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyzmq-26.2.0-cp311-cp311-win_amd64.whl (642.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.2.0-cp311-cp311-win32.whl (576.9 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (869.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (868.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (910.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-26.2.0-cp310-cp310-win_arm64.whl (543.5 kB view details)

Uploaded CPython 3.10 Windows ARM64

pyzmq-26.2.0-cp310-cp310-win_amd64.whl (641.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.2.0-cp310-cp310-win32.whl (578.1 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl (868.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (868.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (911.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-26.2.0-cp39-cp39-win_arm64.whl (543.9 kB view details)

Uploaded CPython 3.9 Windows ARM64

pyzmq-26.2.0-cp39-cp39-win_amd64.whl (642.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.2.0-cp39-cp39-win32.whl (578.5 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (862.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (908.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-26.2.0-cp38-cp38-win_amd64.whl (642.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.2.0-cp38-cp38-win32.whl (577.9 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-26.2.0-cp38-cp38-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp38-cp38-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp38-cp38-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (862.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (907.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-26.2.0-cp38-cp38-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.2.0-cp38-cp38-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-26.2.0-cp37-cp37m-win_amd64.whl (640.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.2.0-cp37-cp37m-win32.whl (577.0 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (858.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (906.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzmq-26.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pyzmq-26.2.0.tar.gz.

File metadata

  • Download URL: pyzmq-26.2.0.tar.gz
  • Upload date:
  • Size: 272.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0.tar.gz
Algorithm Hash digest
SHA256 070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f
MD5 5beb3ba3df4ee3651dd06661623dabb9
BLAKE2b-256 fd05bed626b9f7bb2322cdbbf7b4bd8f54b1b617b0d2ab2d3547d6e39428a48e

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 90412f2db8c02a3864cbfc67db0e3dcdbda336acf1c469526d3e869394fe001c
MD5 855cdd50ae853e3dbf3721bdf3ff7286
BLAKE2b-256 ecd23b2ab40f455a256cb6672186bea95cd97b459ce4594050132d71e76f0d6f

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c4a71d5d6e7b28a47a394c0471b7e77a0661e2d651e7ae91e0cab0a587859ca
MD5 4f0b1daf6199870a84269d723963807e
BLAKE2b-256 714391fa4ff25bbfdc914ab6bafa0f03241d69370ef31a761d16bb859f346582

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 160c7e0a5eb178011e72892f99f918c04a131f36056d10d9c1afb223fc952c2d
MD5 ccd8faa911b32821a495281821e83413
BLAKE2b-256 ee1cbf8cd66730a866b16db8483286078892b7f6536f8c389fb46e4beba0a970

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b435f2753621cd36e7c1762156815e21c985c72b19135dac43a7f4f31d28dd1
MD5 fcc009eddac6558047796d90a0a97ff8
BLAKE2b-256 778f6ce54f8979a01656e894946db6299e2273fcee21c8e5fa57c6295ef11f57

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 706e794564bec25819d21a41c31d4df2d48e1cc4b061e8d345d7fb4dd3e94072
MD5 c5b737cec19aa9a7335842ea36d3b223
BLAKE2b-256 53fb36b2b2548286e9444e52fcd198760af99fd89102b5be50f0660fcfe902df

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4f78c88905461a9203eac9faac157a2a0dbba84a0fd09fd29315db27be40af9f
MD5 9faa71d430d30ffcdb8fabd530486ad4
BLAKE2b-256 ca6327e6142b4f67a442ee480986ca5b88edb01462dd2319843057683a5148bd

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a96179a24b14fa6428cbfc08641c779a53f8fcec43644030328f44034c7f1f4
MD5 7bbc4dbc5fab06afc5f11400c00c846c
BLAKE2b-256 9ba950c9c06762b30792f71aaad8d1886748d39c4bffedc1171fbc6ad2b92d67

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7133d0a1677aec369d67dd78520d3fa96dd7f3dcec99d66c1762870e5ea1a50a
MD5 02b943bc15ab90b8e15f76a301673574
BLAKE2b-256 6a49e95b491724500fcb760178ce8db39b923429e328e57bcf9162e32c2c187c

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18c8dc3b7468d8b4bdf60ce9d7141897da103c7a4690157b32b60acb45e333e6
MD5 438602214785ab83d818cdd060bec4d7
BLAKE2b-256 7721c3ad93236d1d60eea10b67528f55e7db115a9d32e2bf163fcf601f85e9cc

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35cffef589bcdc587d06f9149f8d5e9e8859920a071df5a2671de2213bef592a
MD5 b770815dcf8f8c89b01f5b36c4431a01
BLAKE2b-256 daf28054574d77c269c31d055d4daf3d8407adf61ea384a50c8d14b158551d09

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cdeabcff45d1c219636ee2e54d852262e5c2e085d6cb476d938aee8d921356b3
MD5 1893a3ef3c65af89bebff7b8980fae32
BLAKE2b-256 6c783096d72581365dfb0081ac9512a3b53672fa69854aa174d78636510c4db8

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 29c7947c594e105cb9e6c466bace8532dc1ca02d498684128b339799f5248277
MD5 1afa99ad3d412f856f9d6bf3f5395cfb
BLAKE2b-256 dc13e8494ba2d161fb471955fadbef7f48076bd29b19a4dd3c5d61d22e500505

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0bed0e799e6120b9c32756203fb9dfe8ca2fb8467fed830c34c877e25638c3fc
MD5 42e450c8999789c30571b6d7d9d869e4
BLAKE2b-256 077afc77f6d57f592207403eab2deca4c6f1ffa9c78b0f03b59e69069a12a1a1

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 226af7dcb51fdb0109f0016449b357e182ea0ceb6b47dfb5999d569e5db161d5
MD5 6d14df1341fc9814cd59c8f9271b57b9
BLAKE2b-256 cd70c65ddccfb88b469b6044f9664c81f0b7f649711e0dc172cba8b2a968ad99

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fdb5b3e311d4d4b0eb8b3e8b4d1b0a512713ad7e6a68791d0923d1aec433d919
MD5 517aef1c675aa8b0cb765a354f1f5e31
BLAKE2b-256 9cac34a7ee2e7edb07c7222752096650313424eb05f18401ed0a964e996088fb

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 39887ac397ff35b7b775db7201095fc6310a35fdbae85bac4523f7eb3b840e20
MD5 bc9a7915b29fc708e8558b735c442d3f
BLAKE2b-256 38a71c80b0c8013befad391b92ba8a8e597de8884605ad5ad8ab943c888eb3ca

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0d987a3ae5a71c6226b203cfd298720e0086c7fe7c74f35fa8edddfbd6597eed
MD5 c69b9cba7b7d7c396cc169ebbf631edd
BLAKE2b-256 ca4bd20bcc6cbe6714ee03ef93236614c5113787b6e5208cd947cc1e7cfa5c2f

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17c412bad2eb9468e876f556eb4ee910e62d721d2c7a53c7fa31e643d35352e6
MD5 ed64adc7240f885e703dde90b1f764eb
BLAKE2b-256 345237db7c3e85d2ac4e9dbf56855f5415709383fcf69457e7246306573f96f2

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 878206a45202247781472a2d99df12a176fef806ca175799e1c6ad263510d57c
MD5 9c716fcb51f9afa3ffbaf5040ebe7d65
BLAKE2b-256 b8a431b1659541ed6ab96d18d026e31418594a945e24f53b54f9a86aa57105a1

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fc4f7a173a5609631bb0c42c23d12c49df3966f89f496a51d3eb0ec81f4519d6
MD5 be2e391fb41475f8b6ee8876a34a668b
BLAKE2b-256 5719af2d7210df83af690037c5d273fe9592656ed4dbf8d18359c743c791b211

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ea4ad4e6a12e454de05f2949d4beddb52460f3de7c8b9d5c46fbb7d7222e02c
MD5 0b35a0ff4c1829050bfb77251545b8b3
BLAKE2b-256 769eb8b27f5f1746110914b6247f0264269aaa6cff8bee626e900d39234b3ac6

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 470d4a4f6d48fb34e92d768b4e8a5cc3780db0d69107abf1cd7ff734b9766eb0
MD5 a8f60bc9769e2bbe7e7cb4f533ff349d
BLAKE2b-256 7bd632fd69744afb53995619bc5effa2a405ae0d343cd3e747d0fbc43fe894ee

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 007137c9ac9ad5ea21e6ad97d3489af654381324d5d3ba614c323f60dab8fae6
MD5 99925b02fe13d4502dd25c88e919f243
BLAKE2b-256 722d8660892543fabf1fe41861efa222455811adac9f3c0818d6c3170a1153e3

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 25bf2374a2a8433633c65ccb9553350d5e17e60c8eb4de4d92cc6bd60f01d306
MD5 b56ddb26152dc90a938f5c290bde77e3
BLAKE2b-256 dd9a10ed3c7f72b4c24e719c59359fbadd1a27556a28b36cdf1cd9e4fb7845d5

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43a47408ac52647dfabbc66a25b05b6a61700b5165807e3fbd40063fcaf46386
MD5 c822f32229bb59d56bf18ecaa3cb7fb9
BLAKE2b-256 91d572b38fbc69867795c8711bdd735312f9fef1e3d9204e2f63ab57085434b9

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ae90ff9dad33a1cfe947d2c40cb9cb5e600d759ac4f0fd22616ce6540f72797
MD5 d086e95ef3129a7e77ea92fe6c23d9b2
BLAKE2b-256 ac117270566e1f31e4ea73c81ec821a4b1688fd551009a3d2bab11ec66cb1e8f

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aee22939bb6075e7afededabad1a56a905da0b3c4e3e0c45e75810ebe3a52672
MD5 a93e8c9f3b00d76a04fada8439b8ced6
BLAKE2b-256 502d242e7e6ef6c8c19e6cb52d095834508cd581ffb925699fd3c640cdc758f1

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 794a4562dcb374f7dbbfb3f51d28fb40123b5a2abadee7b4091f93054909add5
MD5 f31bf1a563a4f317bad76b3923f2f21f
BLAKE2b-256 82863fe917870e15ee1c3ad48229a2a64458e36036e64b4afa9659045d82bfa8

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c92d73464b886931308ccc45b2744e5968cbaade0b1d6aeb40d8ab537765f5bc
MD5 1f94c87a213e87cff8e653b9a369e04c
BLAKE2b-256 4af430d6e7157f12b3a0390bde94d6a8567cdb88846ed068a6e17238a4ccf600

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 034da5fc55d9f8da09015d368f519478a52675e558c989bfcb5cf6d4e16a7d2a
MD5 b79dbc40f641346262ce7530a1481e66
BLAKE2b-256 3ffe2d998380b6e0122c6c4bdf9b6caf490831e5f5e2d08a203b5adff060c226

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 540.4 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c3789bd5768ab5618ebf09cef6ec2b35fed88709b104351748a63045f0ff9797
MD5 90d2d97d863ceb61339fd89ce03376cf
BLAKE2b-256 6c67fbff102e201688f97c8092e4c3445d1c1068c2f27bbd45a578df97ed5f94

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 637.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 70fc7fcf0410d16ebdda9b26cbd8bf8d803d220a7f3522e060a69a9c87bf7bad
MD5 a90a5a6a1b83db4f4a70e3099eb65848
BLAKE2b-256 92ae6cc4657148143412b5819b05e362ae7dd09fb9fe76e2a539dcff3d0386bc

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 575.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 31507f7b47cc1ead1f6e86927f8ebb196a0bab043f6345ce070f412a59bf87b5
MD5 d2e84ccec2cf58660707d7e10f75f211
BLAKE2b-256 0068093cdce3fe31e30a341d8e52a1ad86392e13c57970d722c1f62a1d1a54b6

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ced65e5a985398827cc9276b93ef6dfabe0273c23de8c7931339d7e141c2818e
MD5 d5648b88e7e94a50be6645d09c087f0f
BLAKE2b-256 a949dbc284ebcfd2dca23f6349227ff1616a7ee2c4a35fe0a5d6c3deff2b4fed

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a4f96f0d88accc3dbe4a9025f785ba830f968e21e3e2c6321ccdfc9aef755115
MD5 81d5bf84e8a1f19fa4fb8a825b7ad0d9
BLAKE2b-256 ec8abb2ac43295b1950fe436a81fc5b298be0b96ac76fb029b514d3ed58f7b27

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 23f4aad749d13698f3f7b64aad34f5fc02d6f20f05999eebc96b89b01262fb18
MD5 0be79f5d4efadab6f03b3c560af30997
BLAKE2b-256 ebfff5ec1d455f8f7385cc0a8b2acd8c807d7fade875c14c44b85c1bddabae21

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bea2acdd8ea4275e1278350ced63da0b166421928276c7c8e3f9729d7402a57b
MD5 0c8c018a415de8cf58d540866862d981
BLAKE2b-256 4309e12501bd0b8394b7d02c41efd35c537a1988da67fc9c745cae9c6c776d31

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ad1bc8d1b7a18497dda9600b12dc193c577beb391beae5cd2349184db40f187
MD5 f299bbb66198ce4d2d8437430e37899a
BLAKE2b-256 29c907da157d2db18c72a7eccef8e684cefc155b712a88e3d479d930aa9eceba

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c997098cc65e3208eca09303630e84d42718620e83b733d0fd69543a9cab9cb
MD5 954b46463d7ffaff110ae4f886908f90
BLAKE2b-256 77b5c987a5c53c7d8704216f29fc3d810b32f156bcea488a940e330e1bcbb88d

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d80b1dd99c1942f74ed608ddb38b181b87476c6a966a88a950c7dee118fdf50
MD5 29e23072270803944ca3902a58de618d
BLAKE2b-256 68baf4280c58ff71f321602a6e24fd19879b7e79793fb8ab14027027c0fb58ef

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 28c812d9757fe8acecc910c9ac9dafd2ce968c00f9e619db09e9f8f54c3a68a3
MD5 c2718524850715283a50888233924586
BLAKE2b-256 31b6a187165c852c5d49f826a690857684333a6a4a065af0a6015572d2284f6a

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9dd8cd1aeb00775f527ec60022004d030ddc51d783d056e3e23e74e623e33726
MD5 22732960215a493099c49a3eb6eab35c
BLAKE2b-256 04a70f7e2f6c126fe6e62dbae0bc93b1bd3f1099cf7fea47a5468defebe3f39d

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 540.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4d29ab8592b6ad12ebbf92ac2ed2bedcfd1cec192d8e559e2e099f648570e19b
MD5 f504c8c608f27e18ef4afbdb9ebf7c1b
BLAKE2b-256 5f0eeb16ff731632d30554bf5af4dbba3ffcd04518219d82028aea4ae1b02ca5

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 637.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2a50625acdc7801bc6f74698c5c583a491c61d73c6b7ea4dee3901bb99adb27a
MD5 c7dec9fc40d4f757c1ac743f08d6e56a
BLAKE2b-256 ce2ca6f4a20202a4d3c582ad93f95ee78d79bbdc26803495aec2912b17dbbb6c

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 575.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 989d842dc06dc59feea09e58c74ca3e1678c812a4a8a2a419046d711031f69c7
MD5 db7484505a53007c889b37cf3846e972
BLAKE2b-256 0718907134c85c7152f679ed744e73e645b365f3ad571f38bdb62e36f347699a

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29c6a4635eef69d68a00321e12a7d2559fe2dfccfa8efae3ffb8e91cd0b36a8b
MD5 c774dd8c69fbf2ba020a0d45c4647626
BLAKE2b-256 854f01711edaa58d535eac4a26c294c617c9a01f09857c0ce191fd574d06f359

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b274e0762c33c7471f1a7471d1a2085b1a35eba5cdc48d2ae319f28b6fc4de3
MD5 b98ec1e184aeaed469629095f3e90a98
BLAKE2b-256 389dee240fc0c9fe9817f0c9127a43238a3e28048795483c403cc10720ddef22

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3e0210287329272539eea617830a6a28161fbbd8a3271bf4150ae3e58c5d0e6
MD5 a3c8ee2be287cb34e7c4fc037720e338
BLAKE2b-256 386f4df2014ab553a6052b0e551b37da55166991510f9e1002c89cab7ce3b3f2

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f98f6dfa8b8ccaf39163ce872bddacca38f6a67289116c8937a02e30bbe9711
MD5 8140b034419c7452ebad61b74e126fec
BLAKE2b-256 073b44ea6266a6761e9eefaa37d98fabefa112328808ac41aa87b4bbb668af30

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea7f69de383cb47522c9c208aec6dd17697db7875a4674c4af3f8cfdac0bdeae
MD5 297177d763a0a77798f2d0a70065ecfa
BLAKE2b-256 4742fc6d35ecefe1739a819afaf6f8e686f7f02a4dd241c78972d316f403474c

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4661c88db4a9e0f958c8abc2b97472e23061f0bc737f6f6179d7a27024e1faa5
MD5 b578236b00ceb3ec4cc5c52f7f7e71c6
BLAKE2b-256 ae61d436461a47437d63c6302c90724cf0981883ec57ceb6073873f32172d676

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55cf66647e49d4621a7e20c8d13511ef1fe1efbbccf670811864452487007e08
MD5 9147b8a1533d523fe9c08ab81e2674c3
BLAKE2b-256 4fef5a23ec689ff36d7625b38d121ef15abfc3631a9aecb417baf7a4245e4124

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ded0fc7d90fe93ae0b18059930086c51e640cdd3baebdc783a695c77f123dcd9
MD5 78e2d53e6e147cdaac8f04982b42e284
BLAKE2b-256 282f78a766c8913ad62b28581777ac4ede50c6d9f249d39c2963e279524a1bbe

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17bf5a931c7f6618023cdacc7081f3f266aecb68ca692adac015c383a134ca52
MD5 32ea6c08891ea7e6c0b06c2d429a4cc3
BLAKE2b-256 b79c4b1e2d3d4065be715e007fe063ec7885978fad285f87eae1436e6c3201f4

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 543.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c0e6091b157d48cbe37bd67233318dbb53e1e6327d6fc3bb284afd585d141003
MD5 19e83045f41f2c7fec62a393aab96188
BLAKE2b-256 98771cbfec0358078a4c5add529d8a70892db1be900980cdb5dd0898b3d6ab9d

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 642.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a509df7d0a83a4b178d0f937ef14286659225ef4e8812e05580776c70e155d5
MD5 295c26043af903aa1023479dd45e1693
BLAKE2b-256 3b1b0a540edd75a41df14ec416a9a500b9fec66e554aac920d4c58fbd5756776

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 576.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 eac5174677da084abf378739dbf4ad245661635f1600edd1221f150b165343f4
MD5 bd642317fb125b8044f9913da020d5f6
BLAKE2b-256 01141c18d7d5b7be2708f513f37c61bfadfa62161c10624f8733f1c8451b3509

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5c2b3bfd4b9689919db068ac6c9911f3fcb231c39f7dd30e3138be94896d18e6
MD5 1b784b7b662cceee4752a9906f88bc9f
BLAKE2b-256 5011ddcf7343b7b7a226e0fc7b68cbf5a5bb56291fac07f5c3023bb4c319ebb4

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f3496d76b89d9429a656293744ceca4d2ac2a10ae59b84c1da9b5165f429ad3
MD5 0858d49c63fe11bb1112212d1c00ee01
BLAKE2b-256 e046f13e67fe0d4f8a2315782cbad50493de6203ea0d744610faf4d5f5b16e90

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0aca98bc423eb7d153214b2df397c6421ba6373d3397b26c057af3c904452e37
MD5 e3d9853f5eed3500faa4bdbf42a91edb
BLAKE2b-256 0ff918417771dee223ccf0f48e29adf8b4e25ba6d0e8285e33bcbce078070bc3

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 689c5d781014956a4a6de61d74ba97b23547e431e9e7d64f27d4922ba96e9d6e
MD5 bd6403cca61f80b87465dcd573b84672
BLAKE2b-256 ab686fb6ae5551846ad5beca295b7bca32bf0a7ce19f135cb30e55fa2314e6b6

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92a78853d7280bffb93df0a4a6a2498cba10ee793cc8076ef797ef2f74d107cf
MD5 c59d7b7058026d1c945210dc21900015
BLAKE2b-256 311d346809e8a9b999646d03f21096428453465b1bca5cd5c64ecd048d9ecb01

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ace4f71f1900a548f48407fc9be59c6ba9d9aaf658c2eea6cf2779e72f9f317
MD5 78f39a94e8d05bb3ddc857d915a33af4
BLAKE2b-256 869499085a3f492aa538161cbf27246e8886ff850e113e0c294a5b8245f13b52

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77eb0968da535cba0470a5165468b2cac7772cfb569977cff92e240f57e31bef
MD5 04223f1fcd81043544d89cf95c2202a6
BLAKE2b-256 e1bfc67fd638c2f9fbbab8090a3ee779370b97c82b84cc12d0c498b285d7b2c0

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8f7e66c7113c684c2b3f1c83cdd3376103ee0ce4c49ff80a648643e57fb22218
MD5 fdc609a7702ddb997e44f2cd8668ba87
BLAKE2b-256 1220de7442172f77f7c96299a0ac70e7d4fb78cd51eca67aa2cf552b66c14196

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a495b30fc91db2db25120df5847d9833af237546fd59170701acd816ccc01c4
MD5 905767f0ebe1f1a9afd397dc3a606846
BLAKE2b-256 984d5000468bd64c7910190ed0a6c76a1ca59a68189ec1f007c451dc181a22f4

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 543.5 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 bfa832bfa540e5b5c27dcf5de5d82ebc431b82c453a43d141afb1e5d2de025fa
MD5 db82d47e652f3a2b6e1bbe4730e2ade5
BLAKE2b-256 61d2ae6ac5c397f1ccad59031c64beaafce7a0d6182e0452cc48f1c9c87d2dd0

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 641.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 49d34ab71db5a9c292a7644ce74190b1dd5a3475612eefb1f8be1d6961441971
MD5 1bc3278378ce62c328dd8fad7a77a1a5
BLAKE2b-256 5c5773930d56ed45ae0cb4946f383f985c855c9b3d4063f26416998f07523c0e

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 578.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 46a446c212e58456b23af260f3d9fb785054f3e3653dbf7279d8f2b5546b21c2
MD5 b410978494a5b7c925092790d3dfe2c8
BLAKE2b-256 cdcd420e3fd1ac6977b008b72e7ad2dae6350cc84d4c5027fc390b024e61738f

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8f86dd868d41bea9a5f873ee13bf5551c94cf6bc51baebc6f85075971fe6eea
MD5 ef543668ccfa6c750944912d7de237c7
BLAKE2b-256 8784e8bd321aa99b72f48d4606fc5a0a920154125bd0a4608c67eab742dab087

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1c17211bc037c7d88e85ed8b7d8f7e52db6dc8eca5590d162717c654550f7282
MD5 55d7a9e7fd35a04b72271f3b3ca53557
BLAKE2b-256 c362c721b5608a8ac0a69bb83cbb7d07a56f3ff00b3991a138e44198a16f94c7

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 28ad5233e9c3b52d76196c696e362508959741e1a005fb8fa03b51aea156088f
MD5 2b816c4cec76c3ded7c66c569388e6b9
BLAKE2b-256 ade59efaeb1d2f4f8c50da04144f639b042bc52869d3a206d6bf672ab3522163

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2224fa4a4c2ee872886ed00a571f5e967c85e078e8e8c2530a2fb01b3309b88
MD5 92c63f981a36ee3a06d24ffe021392e6
BLAKE2b-256 1629ca99b4598a9dc7e468b5417eda91f372b595be1e3eec9b7cbe8e5d3584e8

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ea039387c10202ce304af74def5021e9adc6297067f3441d348d2b633e8166a
MD5 a9862d4c9d2d77035f6db9e605a5dd3c
BLAKE2b-256 5e3b2eb1667c9b866f53e76ee8b0c301b0469745a23bd5a87b7ee3d5dd9eb6e5

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5506f06d7dc6ecf1efacb4a013b1f05071bb24b76350832c96449f4a2d95091c
MD5 e40b71d242169de6432698aa769bee23
BLAKE2b-256 c978486f3e2e824f3a645238332bf5a4c4b4477c3063033a27c1e4052358dee2

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89289a5ee32ef6c439086184529ae060c741334b8970a6855ec0b6ad3ff28764
MD5 164326424254912097d258dca5957de1
BLAKE2b-256 b609b51b6683fde5ca04593a57bbe81788b6b43114d8f8ee4e80afc991e14760

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ddf33d97d2f52d89f6e6e7ae66ee35a4d9ca6f36eda89c24591b0c40205a3629
MD5 fc59b135a43d936e0545c159ed91ad48
BLAKE2b-256 1fa89837c39aba390eb7d01924ace49d761c8dbe7bc2d6082346d00c8332e431

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dacd995031a01d16eec825bf30802fceb2c3791ef24bcce48fa98ce40918c27b
MD5 6fc6145b757dc4a091dcec2dd665fac1
BLAKE2b-256 a21fa006f2e8e4f7d41d464272012695da17fb95f33b54342612a6890da96ff6

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 543.9 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 7445be39143a8aa4faec43b076e06944b8f9d0701b669df4af200531b21e40bb
MD5 501fa10c7df550e00136f0362129c9b1
BLAKE2b-256 b478b3c31ccfcfcdd6ea50b6abc8f46a2a7aadb9c3d40531d1b908d834aaa12e

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 642.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e6fa2e3e683f34aea77de8112f6483803c96a44fd726d7358b9888ae5bb394ec
MD5 2c04f42b3a862e7cc9472dd1f92ff75d
BLAKE2b-256 3a558841dcd28f783ad06674c8fe8d7d72794b548d0bff8829aaafeb72e8b44d

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 578.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 367b4f689786fca726ef7a6c5ba606958b145b9340a5e4808132cc65759abd44
MD5 e668a18413e1baa05bb87d898aa4f28a
BLAKE2b-256 d47e43a60c3b179f7da0cbc2b649bd2702fd6a39bff5f72aa38d6e1aeb00256d

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c530e1eecd036ecc83c3407f77bb86feb79916d4a33d11394b8234f3bd35b940
MD5 2fc4d2801d7606e232f218b267fd909a
BLAKE2b-256 18898d48d8cd505c12a1f5edee597cc32ffcedc65fd8d2603aebaaedc38a7041

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bc6bee759a6bddea5db78d7dcd609397449cb2d2d6587f48f3ca613b19410cfc
MD5 1d9e50a79684254e16cc207f7e240c7c
BLAKE2b-256 1628304150e71afd2df3b82f52f66c0d8ab9ac6fe1f1ffdf92bad4c8cc91d557

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6835dd60355593de10350394242b5757fbbd88b25287314316f266e24c61d073
MD5 fbb491387c2e28857bd86f2d4ba1ddef
BLAKE2b-256 1ebefebcd4b04dd50ee6d514dfbc33a3d5d9cb38ec9516e02bbfc929baa0f141

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c811cfcd6a9bf680236c40c6f617187515269ab2912f3d7e8c0174898e2519db
MD5 da077821efe0cdfff013ff713b9058e8
BLAKE2b-256 c3ecab13585c3a1f48e2874253844c47b194d56eb25c94718691349c646f336f

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 05590cdbc6b902101d0e65d6a4780af14dc22914cc6ab995d99b85af45362cc9
MD5 8e9515dcb1ef61d2718067dbdadaa51d
BLAKE2b-256 6ebd3ff3e1172f12f55769793a3a334e956ec2886805ebfb2f64756b6b5c6a1a

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d049df610ac811dcffdc147153b414147428567fbbc8be43bb8885f04db39d98
MD5 b5a088cbf191fc32c4dc4eeca0bde1d7
BLAKE2b-256 ed690529b59ac667ea8bfe8796ac71796b688fbb42ff78e06525dabfed3bc7ae

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b1d464cb8d72bfc1a3adc53305a63a8e0cac6bc8c5a07e8ca190ab8d3faa43c2
MD5 66833a2ac8b31990333e974d8306bc1f
BLAKE2b-256 ac9ead5fbbe1bcc7a9d1e8c5f4f7de48f2c1dc481e151ef80cc1ce9a7fe67b55

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4da04c48873a6abdd71811c5e163bd656ee1b957971db7f35140a2d573f6949c
MD5 ee729c52e64c976a3ef4a65a1d392ba4
BLAKE2b-256 4cd9d7a8022108c214803a82b0b69d4885cee00933d21928f1f09dca371cf4bf

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 642.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 76589f2cd6b77b5bdea4fca5992dc1c23389d68b18ccc26a53680ba2dc80ff2f
MD5 ab7c57514b5554cd463630da14062506
BLAKE2b-256 f0511f2b47c8d8fb85c07f088e21df6364b8b5e8298e75bb23ea0e65340ebd82

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 577.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8423c1877d72c041f2c263b1ec6e34360448decfb323fa8b94e85883043ef988
MD5 6f055a5658cc9daeb6d07b17f3c769fd
BLAKE2b-256 67cff418670a83fb3a91e2d6d26f271a828a58e0265199944a76e4ef274f9ba7

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 76589c020680778f06b7e0b193f4b6dd66d470234a16e1df90329f5e14a171cd
MD5 c23a9f7e2abc9e7f2b2321856fd0fdbb
BLAKE2b-256 528f73a8e08897f8ed21fe44fc73b5faf3ea4cacb97bfd219a63ee5f3ea203a8

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8685fa9c25ff00f550c1fec650430c4b71e4e48e8d852f7ddcf2e48308038640
MD5 afb0de2033788dc8446bf7493f428a59
BLAKE2b-256 59a4104cc979ae88ed948ef829db5fb49bca4a771891125fa4166bba1598b2ec

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 402b190912935d3db15b03e8f7485812db350d271b284ded2b80d2e5704be780
MD5 9b7f987ba5782528bccce33bb360df44
BLAKE2b-256 af2238734f47543e61b4eb97eee476f0f7ae544988533215eea22fc65e1ca1d7

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fcc03fa4997c447dce58264e93b5aa2d57714fbe0f06c07b7785ae131512732
MD5 3162c3972349cf938b95e53ff1b5a771
BLAKE2b-256 c1b57eedb8d63af13c2858beb9c1f58e90e7e00929176b57f45e3592fccd56dc

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8be4700cd8bb02cc454f630dcdf7cfa99de96788b80c51b60fe2fe1dac480289
MD5 df4722ff1a0d7c35b34ad8fa60715855
BLAKE2b-256 ab3aa26b98aebeb7924b24e9973a2f5bf8974201bb5a3f6ed06ddc3bac19372d

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 aedd5dd8692635813368e558a05266b995d3d020b23e49581ddd5bbe197a8ab6
MD5 56d3793e6134a6cdcc50dceb76817b56
BLAKE2b-256 a6b6e578e6c08970df0daa08b7c54e82b606211f9a7e61317ef2db79cc334389

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2eb7735ee73ca1b0d71e0e67c3739c689067f055c764f73aac4cc8ecf958ee3f
MD5 92b85dfb779cc39cb354d97d4b3aac42
BLAKE2b-256 64e7d5d59205d446c299001d27bfc18702c5353512c5485b11ec7cf6df9552d7

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a534f43bc738181aa7cbbaf48e3eca62c76453a40a746ab95d4b27b1111a7d2
MD5 e0c28a92a2f4d79a7e480eddb340f8a8
BLAKE2b-256 59bbaa6616a83694ab43cfb3bdb868d194a5ee2fa24b49e6ec7ec4400691ac3b

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 640.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4ff9dc6bc1664bb9eec25cd17506ef6672d506115095411e237d571e92a58231
MD5 d1651182493acc05a2283b34e075e956
BLAKE2b-256 851da31a6d3a408821d9112ff2edbba7d475bd413a5b71c6d1e762070c4818b0

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 577.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ea0eb6af8a17fa272f7b98d7bebfab7836a0d62738e16ba380f440fceca2d951
MD5 122b1e5827aeb4303185e4c802d604c5
BLAKE2b-256 6d3fe45a0b9f0a1130905b69786a98c631b52060d58d6a9be4a173905fca7221

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9edda2df81daa129b25a39b86cb57dfdfe16f7ec15b42b19bfac503360d27a93
MD5 8541912bb52f6f04457bbb3e61b5809f
BLAKE2b-256 5facb66182d25e69cf1174f1648ac6b6d00892fc34041655153b29a31f707626

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0eaa83fc4c1e271c24eaf8fb083cbccef8fde77ec8cd45f3c35a9a123e6da097
MD5 e5d2f9d92739aee379016abbac8b4f9c
BLAKE2b-256 b16bc09d5b29c5f08bbcad394e9be371bf014df0142a84f4acb3b1ba54dd9901

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cccba051221b916a4f5e538997c45d7d136a5646442b1231b916d0164067ea27
MD5 ba8bc13cc3c21e5684ec5539b88c7cd1
BLAKE2b-256 b3dd73edc5be12152b4bf5d9e775d4834762e6c1eca77f094cfe11b70f451080

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ed69074a610fad1c2fda66180e7b2edd4d31c53f2d1872bc2d1211563904cd9
MD5 71be0a30373553aeb7cd10ebeb18d8c6
BLAKE2b-256 00fcb741fecec75deb9a7bd7ed0a7600fefb53cf3d751fd9330132646ec2afe4

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8ab5cad923cc95c87bffee098a27856c859bd5d0af31bd346035aa816b081fe1
MD5 b52754aaa9dcadfbe1f96b7dd2763c00
BLAKE2b-256 bec21b3c6acedbfaecb9b8ac3c71ca70d258201977a718ae85dbacedf86b9ea0

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9cb3a6460cdea8fe8194a76de8895707e61ded10ad0be97188cc8463ffa7e3a8
MD5 6d3186d89348d0b8206eb271176d2921
BLAKE2b-256 b5f12f9ec9e33cb6f9d98cb9bac9ae3ae358fb6dc3fa6f9831366677b36040bb

See more details on using hashes here.

File details

Details for the file pyzmq-26.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b55a4229ce5da9497dd0452b914556ae58e96a4381bb6f59f1305dfd7e53fc8
MD5 06a983dee0c7b54c2c63d1a852b36a75
BLAKE2b-256 46dfb02e414b99a1c8b35dae477745f9de5c106d65806bf78a23519cb12aaf85

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page