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.1.0.tar.gz (271.1 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.1.0-pp310-pypy310_pp73-win_amd64.whl (656.2 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (794.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.1.0-pp39-pypy39_pp73-win_amd64.whl (656.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (751.1 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (794.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.1.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (907.0 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.1.0-pp38-pypy38_pp73-win_amd64.whl (656.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.1.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (756.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (801.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (907.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.1.0-pp37-pypy37_pp73-win_amd64.whl (656.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (565.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (756.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (801.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (907.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.1.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.1.0-cp313-cp313t-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ i686

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

Uploaded CPython 3.13t musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp313-cp313t-manylinux_2_28_x86_64.whl (846.7 kB view details)

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

pyzmq-26.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (844.8 kB view details)

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

pyzmq-26.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (887.8 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ i686

pyzmq-26.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (652.1 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

pyzmq-26.1.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.1.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.1.0-cp313-cp313-win_arm64.whl (809.2 kB view details)

Uploaded CPython 3.13 Windows ARM64

pyzmq-26.1.0-cp313-cp313-win_amd64.whl (717.8 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyzmq-26.1.0-cp313-cp313-win32.whl (630.0 kB view details)

Uploaded CPython 3.13 Windows x86

pyzmq-26.1.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.1.0-cp313-cp313-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp313-cp313-manylinux_2_28_x86_64.whl (859.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

pyzmq-26.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (859.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyzmq-26.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (902.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyzmq-26.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (664.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyzmq-26.1.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.1.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.1.0-cp312-cp312-win_arm64.whl (809.7 kB view details)

Uploaded CPython 3.12 Windows ARM64

pyzmq-26.1.0-cp312-cp312-win_amd64.whl (718.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.1.0-cp312-cp312-win32.whl (630.1 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-26.1.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.1.0-cp312-cp312-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (860.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (859.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (903.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (665.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.1.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.1.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.1.0-cp311-cp311-win_arm64.whl (812.8 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyzmq-26.1.0-cp311-cp311-win_amd64.whl (722.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.1.0-cp311-cp311-win32.whl (631.2 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.1.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.1.0-cp311-cp311-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (869.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (867.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (909.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (672.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.1.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.1.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.1.0-cp310-cp310-win_arm64.whl (812.6 kB view details)

Uploaded CPython 3.10 Windows ARM64

pyzmq-26.1.0-cp310-cp310-win_amd64.whl (721.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.1.0-cp310-cp310-win32.whl (632.2 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-26.1.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.1.0-cp310-cp310-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (868.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (868.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (911.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (672.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.1.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.1.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.1.0-cp39-cp39-win_arm64.whl (813.5 kB view details)

Uploaded CPython 3.9 Windows ARM64

pyzmq-26.1.0-cp39-cp39-win_amd64.whl (722.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.1.0-cp39-cp39-win32.whl (633.2 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.1.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.1.0-cp39-cp39-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (861.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (907.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.1.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.1.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.1.0-cp38-cp38-win_amd64.whl (749.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.1.0-cp38-cp38-win32.whl (632.9 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-26.1.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.1.0-cp38-cp38-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (862.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (907.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-26.1.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.1.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.1.0-cp37-cp37m-win_amd64.whl (747.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.1.0-cp37-cp37m-win32.whl (632.3 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-26.1.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.1.0-cp37-cp37m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (672.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (858.4 kB view details)

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

pyzmq-26.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (905.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzmq-26.1.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.1.0.tar.gz.

File metadata

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

File hashes

Hashes for pyzmq-26.1.0.tar.gz
Algorithm Hash digest
SHA256 6c5aeea71f018ebd3b9115c7cb13863dd850e98ca6b9258509de1246461a7e7f
MD5 fc13dd10d6245831639d97746c37e521
BLAKE2b-256 39a33f8dac25b443ca527eddd9559b390bfb539f6ee6fb0b824427315dfe585d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 28a8b2abb76042f5fd7bd720f7fea48c0fd3e82e9de0a1bf2c0de3812ce44a42
MD5 b8766f710f8109fe89af3dd109b6bc16
BLAKE2b-256 4d2e05d7380d5821777eccdd0986cdc77eb757c7dba92161f42c124e852e51a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b10163e586cc609f5f85c9b233195554d77b1e9a0801388907441aaeb22841c5
MD5 03717c1379632668dfd8e4883bc3a2a7
BLAKE2b-256 0af4d941c7dea1ccbab1a3ff6e4ecdf84a1043643c854c221e6c665656a00e5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 911c43a4117915203c4cc8755e0f888e16c4676a82f61caee2f21b0c00e5b894
MD5 df287a5bf935af313e6ec45d58be15d8
BLAKE2b-256 10dda3838b3428f7f9095b7a4588eaef5fd78a5fcf370f097a0ab8889eb438c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59d0acd2976e1064f1b398a00e2c3e77ed0a157529779e23087d4c2fb8aaa416
MD5 8e9865d14929ea6ec9d174d2f52647b5
BLAKE2b-256 2fb6c5b0752bafe8c137072ac2eed955fcb9268ef5469a8a35776d93cee6b61a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b24079a14c9596846bf7516fe75d1e2188d4a528364494859106a33d8b48be38
MD5 a28ed2d0df6891bd95281e1e464bb28a
BLAKE2b-256 149cc0c2f81922440d0da707e6027896a3a1cab92e3cf9c994771330b6283070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3c397b1b450f749a7e974d74c06d69bd22dd362142f370ef2bd32a684d6b480c
MD5 7d5841a0fc413b1692d8eff768426407
BLAKE2b-256 f36ac2f1bcf1e8287c82f392e1c34c0dd8555cb10683ba8768a8972fe6449e6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 093a1a3cae2496233f14b57f4b485da01b4ff764582c854c0f42c6dd2be37f3d
MD5 8697dbd221b321dc17e67533c122fc00
BLAKE2b-256 ebb2d87b4f1909e49a64e3ea4a60c227442d2dbf3d5aa3d279ce1e7dd9d24bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 314d11564c00b77f6224d12eb3ddebe926c301e86b648a1835c5b28176c83eab
MD5 7ef4e125653ed64f3dfa2fd0197ca84a
BLAKE2b-256 b3cef789c8f4a3348e79aa9c8e77153228b9551cc5aed99a34b316fd046fdeb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80b0c9942430d731c786545da6be96d824a41a51742e3e374fedd9018ea43106
MD5 ef0982dd8b537b1f56ec96ceff875947
BLAKE2b-256 5ffad7f3ccf244993dbd023f2188c8e8ed2562d2a84bb4b1257f0c4fc5ada3d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d906d43e1592be4b25a587b7d96527cb67277542a5611e8ea9e996182fae410
MD5 d31706bb9b3c0e267b54fe835cf446cc
BLAKE2b-256 fa64f3355585ca6da7e2f0a9bd8d5dd8a2a962046c8a93b9818dac57ead07dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e5c88b2f13bcf55fee78ea83567b9fe079ba1a4bef8b35c376043440040f7edb
MD5 017e8cabdceb120d28d42c1172e807e1
BLAKE2b-256 ff7f3f3be6b860c7388afd8ba6c357231025b655545e52fb574a03cc9057c162

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 998444debc8816b5d8d15f966e42751032d0f4c55300c48cc337f2b3e4f17d03
MD5 b6d37a032eba8c2d68504c69e5016ba0
BLAKE2b-256 f3f904091ba7f9c26f21ca1dc72151f2e643c889f4417a1af7b5bd9c5ce31aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67976d12ebfd61a3bc7d77b71a9589b4d61d0422282596cf58c62c3866916544
MD5 01b6f67eb3e8d88d691a56705c2dec48
BLAKE2b-256 b1e2179543c3dd6dc443f1522b26af8bd4660cd0dc23d3529ba51509aced2795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d36b8fffe8b248a1b961c86fbdfa0129dfce878731d169ede7fa2631447331be
MD5 fd6c210b78b13ad484dda6150f334b71
BLAKE2b-256 c2a8108767c7ef1f861da2c6985c190c2be02fc32e7ae8213d45306ac83c0cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 63c1d3a65acb2f9c92dce03c4e1758cc552f1ae5c78d79a44e3bb88d2fa71f3a
MD5 4d2a0b183f56c0287763eec965bd372b
BLAKE2b-256 ebd44731cdb47a984d6359b76279c666a98afa43c90d41ab7d14f3f7faf0e9b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9b9305004d7e4e6a824f4f19b6d8f32b3578aad6f19fc1122aaf320cbe3dc83
MD5 faccf33de36f55c31601cf011bee1c14
BLAKE2b-256 79dbb2dfbb1c6f074683cb241d71ff80e2d1d03a0ecd8c032c5dfe9e199d6158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9a6847c92d9851b59b9f33f968c68e9e441f9a0f8fc972c5580c5cd7cbc6ee24
MD5 752e0fceb4868bf9b9324cf2ad1685d4
BLAKE2b-256 f3b9f91ff4c915762dd6214f1609de3f6146aaa2cd65f0dcd17253d7b4ce0611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef3b048822dca6d231d8a8ba21069844ae38f5d83889b9b690bf17d2acc7d099
MD5 1e191933c3f88dcedd86ee04e3b64d68
BLAKE2b-256 5054d95e5bd14be6c36b6044a99eb8f6bb5d98ff2ec727e332da5fd15e33c8e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fa25a620eed2a419acc2cf10135b995f8f0ce78ad00534d729aa761e4adcef8a
MD5 e59a205f1f896be0b54501cae377161a
BLAKE2b-256 7fd739cf9bbae17e6f6b92cb7580a8f1a9209c1610f74380df57e14a3852dba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2cd0f4d314f4a2518e8970b6f299ae18cff7c44d4a1fc06fc713f791c3a9e3ea
MD5 09543f693ddd87373afbf5b8b6b3752f
BLAKE2b-256 8567ad4d1b11a3f11c749e1e3736110ede1d1cbd9b560314536c36cd0f208b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bef24d3e4ae2c985034439f449e3f9e06bf579974ce0e53d8a507a1577d5b2ab
MD5 8b177ce426ce9fcee3cdf29754bd7cd4
BLAKE2b-256 7ac0bead26f91a66c47e9b6f1c8da5761568f2d2c0767418a5d55ba9fd3c778b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 91d1a20bdaf3b25f3173ff44e54b1cfbc05f94c9e8133314eb2962a89e05d6e3
MD5 7033ef25ec2bfd7df99fed879364e19f
BLAKE2b-256 0f058ed4522919cc2ba381b677c09538dcf14b3a70038459e1b4c32a0341e0bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5cca7b4adb86d7470e0fc96037771981d740f0b4cb99776d5cb59cd0e6684a73
MD5 b6e40844a28c71d62bba98e8dc7b5a59
BLAKE2b-256 5d80129d3721614e1a27ae8924bd5b30c354b775bc7ec3fc5a1ee7184ee7ff8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 45cb1a70eb00405ce3893041099655265fabcd9c4e1e50c330026e82257892c1
MD5 f434929165f062670d6230308cea3b1c
BLAKE2b-256 3d8c9f0de0a660f2ae227b46184dcf6fb8c91f6ae258f3083906030e44c78a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ee647d84b83509b7271457bb428cc347037f437ead4b0b6e43b5eba35fec0aa
MD5 a7bc74aeadcabdfef46f1284bc1a3352
BLAKE2b-256 15c1f74b133de8cedb2fb0bd165a694bd94d00cc511d46f7be6ae3e47648221b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b3b8e36fd4c32c0825b4461372949ecd1585d326802b1321f8b6dc1d7e9318c
MD5 e2f24f54eb8b6ebef73e863e036b7477
BLAKE2b-256 7f28cd7ff5f63731eb76296559910aec11dcab983154a9745020641dfc84a2f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9869fa984c8670c8ab899a719eb7b516860a29bc26300a84d24d8c1b71eae3ec
MD5 12b0b540b83eea0e7c3f0c1b429d858e
BLAKE2b-256 37a60bbce38606969e07e74cd442d9b3cc24481e6340b37d4bf53065e6cfea10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 393daac1bcf81b2a23e696b7b638eedc965e9e3d2112961a072b6cd8179ad2eb
MD5 e5c83fca56901339d2ce10804b1a8abb
BLAKE2b-256 c0ed15e66726ae50545cd29fd6054fdf9565eaf2a6cf5feca0f8a0a090d4ef46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ff832cce719edd11266ca32bc74a626b814fff236824aa1aeaad399b69fe6eae
MD5 7aa3d24daf2f1b29376ac8b978961ee7
BLAKE2b-256 f7b977a7a2849c793c10ace1e5abd6086914632c0d292822636d8adfdc3ae8a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 416ac51cabd54f587995c2b05421324700b22e98d3d0aa2cfaec985524d16f1d
MD5 30102bb67b01dbbb47b7fd080f96efd5
BLAKE2b-256 e1f1dcec89360feae5e5a230c7235d02a00c44dc541929cdd009807c7b6c8eca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fc82269d24860cfa859b676d18850cbb8e312dcd7eada09e7d5b007e2f3d9eb1
MD5 6f6e69fa35e413482850816d532c60d6
BLAKE2b-256 056c232bd16e657cdbef0c611dab953741dcf4f1d124b0fc386d8d5ae4c71dc8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e1e5d0a25aea8b691a00d6b54b28ac514c8cc0d8646d05f7ca6cb64b97358250
MD5 d4e23d764dd9b755773289d17d0e04a8
BLAKE2b-256 dfe3325953d490a4ff4f0e37b4fb1ba1b047f19c4c76cb4c4b0f2c869a9d3ec7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ccb42ca0a4a46232d716779421bbebbcad23c08d37c980f02cc3a6bd115ad277
MD5 04090fdb1ab0eb7bdd443a064da51bef
BLAKE2b-256 697105cf8e51edbd0c8fd405fd53aed011f65fca03fcc330dbe9d9bf7c0a2ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8d4dac7d97f15c653a5fedcafa82626bd6cee1450ccdaf84ffed7ea14f2b07a4
MD5 97d16f16d815f87433133ad0ede1fb68
BLAKE2b-256 e9256740a11d01fbc981066f9ef76755f6e24e0de2f476c7055854978a699808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7688653574392d2eaeef75ddcd0b2de5b232d8730af29af56c5adf1df9ef8d6f
MD5 2a81c4d96d66dda5bb09ae2e3d9a8919
BLAKE2b-256 0ec819e464c20c93bf6670e9a10665b3c7fe08397d2db537e725ac4e1e94fe2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e8746ce968be22a8a1801bf4a23e565f9687088580c3ed07af5846580dd97f76
MD5 80c96aa0c4ca7116ceb4283135e5cf43
BLAKE2b-256 77740b083940be67a88774ba0cb74649d91eb66c9a17e14f7423f3f28d9477da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0614aed6f87d550b5cecb03d795f4ddbb1544b78d02a4bd5eecf644ec98a39f6
MD5 4fa05eeb63cabc28e475d98c8476aebb
BLAKE2b-256 12ad7ef8f538b0c7c451b7d6be818a7b4a6fc29aba8e69c22dd359ff921f382c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec7248673ffc7104b54e4957cee38b2f3075a13442348c8d651777bf41aa45ee
MD5 d00d32cc21dcb9f55354d5532773d673
BLAKE2b-256 7e6b31933c05e6f60e6fa81968c9b4c2af156f909f02ab98a6fed1a973efeda7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e6cea102ffa16b737d11932c426f1dc14b5938cf7bc12e17269559c458ac334
MD5 230376a5dbcc93785446d470f05b9677
BLAKE2b-256 32c90fa3097e65afbd790659b6e4eda62248f553e411d5029ae98ca18dad5cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 471312a7375571857a089342beccc1a63584315188560c7c0da7e0a23afd8a5c
MD5 cc2bb79a98354cceca90fc28eea57f6c
BLAKE2b-256 1765301881e5316bee10ec32d97057bd9acf6e4c256d50593c84eb1669152c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ecb6c88d7946166d783a635efc89f9a1ff11c33d680a20df9657b6902a1d133b
MD5 e26ad5840837cdadad3032dfd0ef969c
BLAKE2b-256 25b06896d43350d9c7487e456183b07b84de2732f42d41c9cf4f4cb9230756ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d416f2088ac8f12daacffbc2e8918ef4d6be8568e9d7155c83b7cebed49d2322
MD5 8fcfc69c1664e2f0ef4d62f9e63d3554
BLAKE2b-256 47c3c7693e349f4802e204ba728efc1819f21e38fbcd91e3386cd93f6c264440

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a4b7a989c8f5a72ab1b2bbfa58105578753ae77b71ba33e7383a31ff75a504c4
MD5 458e3a1971b5038070113773b497241d
BLAKE2b-256 386d56dae26da7b7d474e4b137a4dc562cd9ce02417e3f7f2c749699dc903b97

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9f136a6e964830230912f75b5a116a21fe8e34128dcfd82285aa0ef07cb2c7bd
MD5 3a4b748ab77c6250680df41188491199
BLAKE2b-256 d99fcb6056a2692ced5e9598a3c6d4d84de7b53bec13102e537eab9ae84c793f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 347e84fc88cc4cb646597f6d3a7ea0998f887ee8dc31c08587e9c3fd7b5ccef3
MD5 9ab14e771b3122aab84289d5888a4a31
BLAKE2b-256 c8f60d29eb77ff9e551a50938550fb27b954d48e66bbc5b09ae0bc8dfa157bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2ae7c57e22ad881af78075e0cea10a4c778e67234adc65c404391b417a4dda83
MD5 cead51528a329ab9e38d7e47e64ad46f
BLAKE2b-256 17d1d37ad4b332a706d9cb891757028d74e56cd26e2fd601a4dcd6954ff04a5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 68a0a1d83d33d8367ddddb3e6bb4afbb0f92bd1dac2c72cd5e5ddc86bdafd3eb
MD5 6f2eac5ac472df3342ae79a0972749a8
BLAKE2b-256 d64f7fdfc133394aa15bcb9d4de30d548a514223a3bbc8c3d04c3f090bf6b3c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 58c33dc0e185dd97a9ac0288b3188d1be12b756eda67490e6ed6a75cf9491d79
MD5 12adfc2165cad0fa3df685be41770ede
BLAKE2b-256 986d97a5d67a979923bd0f902f1decc3122c609e55a92d28e3bed2b89014694f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4fafc2eb5d83f4647331267808c7e0c5722c25a729a614dc2b90479cafa78bd
MD5 9f8d82a071d163a9385169bf3fc070f1
BLAKE2b-256 d6e338137cd781527f91db4def5cb798a5d31d2ed2887362c997fdeaf9e3b59f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90d4feb2e83dfe9ace6374a847e98ee9d1246ebadcc0cb765482e272c34e5820
MD5 a704f10645d5df38fc4bb068ef27fd89
BLAKE2b-256 098f6feec7e80692cf8887a3551d489e15e49afaec7d98ebb918a7787229e536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7eca8b89e56fb8c6c26dd3e09bd41b24789022acf1cf13358e96f1cafd8cae3
MD5 511d4e35a12626b79e7f50db7d04674b
BLAKE2b-256 efdbd4cf6b0c29d366b51e44409834bb8f76b824ee95db02c00aea12b45ce5a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 995301f6740a421afc863a713fe62c0aaf564708d4aa057dfdf0f0f56525294b
MD5 60add917372de92a22947c97cfac6385
BLAKE2b-256 665375aeb2fdde6860f4dcbeacafcac0b913cb864b008c1622eea3303d60f1a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 3d3146b1c3dcc8a1539e7cc094700b2be1e605a76f7c8f0979b6d3bde5ad4072
MD5 58aa9bfb635d11e335debd4dbafc6f27
BLAKE2b-256 099bda27b045118fe54bc7131bd8aa73a3238590acea9ed966a391569675902d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d9270fbf038bf34ffca4855bcda6e082e2c7f906b9eb8d9a8ce82691166060f7
MD5 b24f5c5c830dec13a1c1698114cb6db3
BLAKE2b-256 97b10ab8bca608e3074085b5a67ae56fc8f80f0297c194c9f41182b1d16ccdb0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f133d05aaf623519f45e16ab77526e1e70d4e1308e084c2fb4cedb1a0c764bbb
MD5 9f0248ccfab00af195e5e0a3cbe392aa
BLAKE2b-256 39807134d29bd7948adacd669233d858ec391adfb23146a480ef65e0a7077775

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8efb782f5a6c450589dbab4cb0f66f3a9026286333fe8f3a084399149af52f29
MD5 082d427b9c68dafa291cba981c77a82d
BLAKE2b-256 03c9ab7fc5d91de60812dfa8f6852b8f91af13e86bcb3ba5489eb44d5b0c62cf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a0f0ab9df66eb34d58205913f4540e2ad17a175b05d81b0b7197bc57d000e829
MD5 1295c45855cda4d2641da725273cdcf1
BLAKE2b-256 1cc9e7e111dcfa741da466a47e07e1251de5b765751a26f49e878943a934986b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 94c4262626424683feea0f3c34951d39d49d354722db2745c42aa6bb50ecd93b
MD5 dfc96bbaff62d6d896b096833071ef8c
BLAKE2b-256 5fb454045c3085f171fd6fa204eca12ec8b04af9992f1dfc1b9fa6c5a57c4331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b45e6445ac95ecb7d728604bae6538f40ccf4449b132b5428c09918523abc96d
MD5 b3235443fdc4d0b4e0d667e6f2e8e5f6
BLAKE2b-256 500d8b60715ad3168dd9dc34aefe218e110f26d6127a95274cedbf2802e1a070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0a1f6ea5b1d6cdbb8cfa0536f0d470f12b4b41ad83625012e575f0e3ecfe97f0
MD5 84139c784a3cd32c4f8e2c0418c4b0c6
BLAKE2b-256 e8f2ef5af15316b8cc6e503866bc7c198c8219db7444b2e7dd81c50830764e77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce6f2b66799971cbae5d6547acefa7231458289e0ad481d0be0740535da38d8b
MD5 7f0f9e70608a397bc61b58437c036dad
BLAKE2b-256 9851acb359a48f0431acc1b5f6da7ab952e7e18a2783f45e05247283330aba20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 471880c4c14e5a056a96cd224f5e71211997d40b4bf5e9fdded55dafab1f98f2
MD5 ca87b71b095d945007d92d8d7fe3fc09
BLAKE2b-256 bc3804cd640ef14ccb3d1701c43b35078d07244852516453684498c74582a0d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd3f6329340cef1c7ba9611bd038f2d523cea79f09f9c8f6b0553caba59ec562
MD5 becbc5d683bb0e3acaaad159294ac1af
BLAKE2b-256 63d03d85804dd4757efb87aa8cd42eb51dea270d79e78e2899eec10730ec6d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3bb34bebaa1b78e562931a1687ff663d298013f78f972a534f36c523311a84d
MD5 bdc7c9bb8b1110472f717e299edb80ba
BLAKE2b-256 4455d1a300b126c99b5491dd4f4e571d29c9b3625c1a1e9b4a302433e6c90b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 46d6800b45015f96b9d92ece229d92f2aef137d82906577d55fadeb9cf5fcb71
MD5 2526a1095c3ddc516b83c0b080639d36
BLAKE2b-256 7ef891f8b78ecba994e4178db61bd9411d60c8bc5183f16e52e024eaeb8ca524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5bc2431167adc50ba42ea3e5e5f5cd70d93e18ab7b2f95e724dd8e1bd2c38120
MD5 c7f87f8dae24151f1a772028fd99c5e8
BLAKE2b-256 19f6a7491ad62c5a5fb714a53382bc25ad298d05a2afad958f526a76a6010408

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 08f74904cb066e1178c1ec706dfdb5c6c680cd7a8ed9efebeac923d84c1f13b1
MD5 22da61354c433eb2ff730fd30ba0faad
BLAKE2b-256 4a40381d47408a152464f7f5a07ba8f6bec7eb0e3fa20befa39cb7e2148ae08d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a7b8aab50e5a288c9724d260feae25eda69582be84e97c012c80e1a5e7e03fb2
MD5 abad34bf14046eb5605e3c0e4e66cc63
BLAKE2b-256 1a3bc72f644c3eb5dd42300bd62526a3ba878f5ff596e46678d820af26a430d0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fbf558551cf415586e91160d69ca6416f3fce0b86175b64e4293644a7416b81b
MD5 2f1fbc9e33cda9741a79b52334cb9d44
BLAKE2b-256 b2bb91368cb113e52caed6f205b8a8223bf11ea33addaa5cbf3a2939fdb1b2ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2fa76ebcebe555cce90f16246edc3ad83ab65bb7b3d4ce408cf6bc67740c4f88
MD5 540a25d7b5c8a36eaed9dc6520dbe31d
BLAKE2b-256 2c293eb842b303aaf7a8e781cbafba28664af4d3149e65a94c0a7d6b82498c84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8b88641384e84a258b740801cd4dbc45c75f148ee674bec3149999adda4a8598
MD5 23fd831eb07ca7ec92027211d2de1b75
BLAKE2b-256 7e5ee47c05d5ec3f9b1d52a0832e209ac876efc6d8da608475dd4a27d9813d0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ba0a31d00e8616149a5ab440d058ec2da621e05d744914774c4dde6837e1f545
MD5 5279d05b643b80dac5480fa1d1109a7f
BLAKE2b-256 44711da0fb714b021371224c9c7c01485b3a164a034b05f5edb49480d9d03c25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77ce6a332c7e362cb59b63f5edf730e83590d0ab4e59c2aa5bd79419a42e3449
MD5 359931f72725da1fe946c929711b52b2
BLAKE2b-256 4af2633999c1dcc7e7c0536ac990390a6a3e49295724dbf450c42ea730daadd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bcbfbab4e1895d58ab7da1b5ce9a327764f0366911ba5b95406c9104bceacb0
MD5 e52582e91326efdb556358f4750e6401
BLAKE2b-256 6c754a9d9b12f161581a15517c22a86e5e707eaa12a48b7ead310292a60648d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f99de52b8fbdb2a8f5301ae5fc0f9e6b3ba30d1d5fc0421956967edcc6914242
MD5 47c6a9fc4a0fe4a768e80855779b68a7
BLAKE2b-256 b1f4866d88c9c5f2940e876a0ff7a1419379cd3ec8faeccd509bb144f0c58891

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75a95c2358fcfdef3374cb8baf57f1064d73246d55e41683aaffb6cfe6862917
MD5 61e202886a1798243add6353cbf8466b
BLAKE2b-256 d6988735e77e3ac16f9be156ece86d66f633304419512e2b39a7514480c270a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 263cf1e36862310bf5becfbc488e18d5d698941858860c5a8c079d1511b3b18e
MD5 68f68663a5f302644ca34288c6a38d1b
BLAKE2b-256 8005a6c00f8f8289c746cdcf1ec4258dbbe8daeb52a8406a3b404d075b34f433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5c8b17f6e8f29138678834cf8518049e740385eb2dbf736e8f07fc6587ec682
MD5 e0f7e90de79234f61b9cd5fab0bfde39
BLAKE2b-256 b3169f1d16ece5b48c78974cd29c5baef801d1f12325cb59f12f58456d72c801

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 7907419d150b19962138ecec81a17d4892ea440c184949dc29b358bc730caf69
MD5 6fde4e314e2b81d8add13b037242173a
BLAKE2b-256 1e376430db389e14adcb2d2652ea52b8ca3d98245b9dac9abe569e88c30619c3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 359c533bedc62c56415a1f5fcfd8279bc93453afdb0803307375ecf81c962402
MD5 2443333b528c1e293221ad029fd257d8
BLAKE2b-256 7f42a884fada088d84d10c3813b4f208caa829e5dc5f25d8036ea838f0383949

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f774841bb0e8588505002962c02da420bcfb4c5056e87a139c6e45e745c0e2e2
MD5 60f93362613c68061d1cd097fff7a18f
BLAKE2b-256 93d3404fca49fa24b71af0dc70a2051aa96ddb9537b48ff6cd04b627c0349544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 57bb2acba798dc3740e913ffadd56b1fcef96f111e66f09e2a8db3050f1f12c8
MD5 1a29aa6c40761f53c5f0108c2d43cdad
BLAKE2b-256 063504fc3be6bf7f31c2d7d7a8192936f34e05cda64b99c1862a926c1f651465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 05bacc4f94af468cc82808ae3293390278d5f3375bb20fef21e2034bb9a505b6
MD5 bd1615fe0432759047316b0f47a95e69
BLAKE2b-256 3dc93ba4ccefc2e31a200616bb3846fb63eb9d65a026dfc250a8af75db108627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 906e532c814e1d579138177a00ae835cd6becbf104d45ed9093a3aaf658f6a6a
MD5 56458140c14ce4e0c25643774ab84115
BLAKE2b-256 5c8439200955deb21f33a0ef8029224b5a6997af55f31ec7f9a038c6471de952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 451e16ae8bea3d95649317b463c9f95cd9022641ec884e3d63fc67841ae86dfe
MD5 e2ead01124e76f833c971392a52f407c
BLAKE2b-256 1d1d7caecc0ca454acc07e2132d61c73b723cfdf9ad27b2df77b228bbff78948

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5a6ed52f0b9bf8dcc64cc82cce0607a3dfed1dbb7e8c6f282adfccc7be9781de
MD5 70dcf8c39700dd8c9ad0176f17056abf
BLAKE2b-256 e15cc8c1db048dd121ca4298c4ac09c9b2c235b4cb3bd1ff8d4c60c52b40e356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dcc37d9d708784726fafc9c5e1232de655a009dbf97946f117aefa38d5985a0f
MD5 213adfaa0646ca413156782eb59107d0
BLAKE2b-256 331506e697df85a22f4ec5b8cea6b5fad1ca320e172674a8c719952945f16ac9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 add52c78a12196bc0fda2de087ba6c876ea677cbda2e3eba63546b26e8bf177b
MD5 5fcc05fb24f2ad285efc7fa41d9707ee
BLAKE2b-256 bd4dd4d19afc4011a13fefea91ff9eaebc3f70572252d365510e47e117e99532

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98c03bd7f3339ff47de7ea9ac94a2b34580a8d4df69b50128bb6669e1191a895
MD5 4bf68e65d5dc35b2bd77378a82a7552d
BLAKE2b-256 b73251e4aed4d10afc0e6b386f8740b614de9737a817338d55cd579e6742657e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 79e45a4096ec8388cdeb04a9fa5e9371583bcb826964d55b8b66cbffe7b33c86
MD5 121eb3d9c524bc58fc92adf4b9794804
BLAKE2b-256 f0c653ecfd7f133b0df6a1154f07c2882b987928a71ea814f4aa2d1c014c0c28

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ddbb2b386128d8eca92bd9ca74e80f73fe263bcca7aa419f5b4cbc1661e19741
MD5 12a860ca844f50557501c5537a70d7a3
BLAKE2b-256 a7b5ed29a1f75e56c0e1694469cb5d3f5d66a4ac379d35da64baff02db992dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 baba2fd199b098c5544ef2536b2499d2e2155392973ad32687024bd8572a7d1c
MD5 e4c6c179b218868be1adebdd0daad965
BLAKE2b-256 f6663658d5d2ac55809c2fda4558b71d158b3fb0c066320993f8c392bb86e3a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d3dd5523ed258ad58fed7e364c92a9360d1af8a9371e0822bd0146bdf017ef4c
MD5 75998d20d17854edc6f7fe4032bc3a0a
BLAKE2b-256 bdcd7c876a372c1f44ac7f02f8807035294b3aeb7ac68d9a8cfbb85d86d6f2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f9499c70c19ff0fbe1007043acb5ad15c1dec7d8e84ab429bca8c87138e8f85c
MD5 4351802d60235ae57143dcfee4347744
BLAKE2b-256 7e6d7134b54e2705227f148cd817f4e7ab12cc603a6ebc337c58c07987a60ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3292d384537b9918010769b82ab3e79fca8b23d74f56fc69a679106a3e2c2cf
MD5 57c4c81a291c4adb9b4237802a66e054
BLAKE2b-256 50830487648e62ba9729bb4ced040b20e997067c661e0dfe802e9556002c134b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 61dfa5ee9d7df297c859ac82b1226d8fefaf9c5113dc25c2c00ecad6feeeb04f
MD5 e4630a76f28e0843161fd72001b6df06
BLAKE2b-256 7033f4348eb31f8ab6d79a4ce4ab693fb2567e5d5f4f206014a17ea49c2f5034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bdeb2c61611293f64ac1073f4bf6723b67d291905308a7de9bb2ca87464e3273
MD5 b566ba9da00a96d6b5b4895e3a607ac3
BLAKE2b-256 93ef820ad021441566fecc37562d2967995c207fdc76d8f7f6d14da99ec0b1ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 65c6e03cc0222eaf6aad57ff4ecc0a070451e23232bb48db4322cc45602cede0
MD5 97ab9cc47422994d68ea3adc84d723ac
BLAKE2b-256 ed76dc37358250202f6b4a17f8bee89f202779165a1d7a229c2f73f2aba2aafd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 038ae4ffb63e3991f386e7fda85a9baab7d6617fe85b74a8f9cab190d73adb2b
MD5 3f99a4fb924b78c50c381ed1da2d366d
BLAKE2b-256 322ae0e10bc62f6696a576994f4e93076c6eb71eecf2561afcdc8d689a82476c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ad875277844cfaeca7fe299ddf8c8d8bfe271c3dc1caf14d454faa5cdbf2fa7a
MD5 2540f52dcd9fcdace62c0ee50f965407
BLAKE2b-256 12f6956352654962869373e8810a60c94b1cfb6d36ff71a441678a86db636857

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c5668dac86a869349828db5fc928ee3f58d450dce2c85607067d581f745e4fb1
MD5 810efc1875d62dcdeccc638159cbd331
BLAKE2b-256 a15a5010c7986e4a8482d5964b1d3e1e9c3d35c10b815844ab71522c57087490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd13f0231f4788db619347b971ca5f319c5b7ebee151afc7c14632068c6261d3
MD5 2860d470c28729e3fc4060314b1f7185
BLAKE2b-256 16408d526a746958945de60c9774ea90937ecec677237da11bd46e6bdd03ea2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9bdfcb74b469b592972ed881bad57d22e2c0acc89f5e8c146782d0d90fb9f4bf
MD5 2c7b4ac12b82eaa5c1075dbd4c431ab5
BLAKE2b-256 9b087dd2f11ae87798f78ff79f4e9359670826db47ed9b8604ca29c1ad841080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 754c99a9840839375ee251b38ac5964c0f369306eddb56804a073b6efdc0cd88
MD5 e8280016bda4e3e12efbea3c046ce0c1
BLAKE2b-256 f224cebec4eefe6bdf38c268573c7f36a4197886a98dcbec46c19e9b39438547

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5384c527a9a004445c5074f1e20db83086c8ff1682a626676229aafd9cf9f7d1
MD5 9d8cf184babee48adb4cb52bc12b685e
BLAKE2b-256 9f915f7c9d347376fb36608205a6d263ed3af613a46799ea532b7397d60ae077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b281b5ff5fcc9dcbfe941ac5c7fcd4b6c065adad12d850f95c9d6f23c2652384
MD5 ce40aee8e972a2c6e15d32ebb58f45df
BLAKE2b-256 75e6f307174bfecf5b257b3fc93363f4c4299dd75acfcc43cf5aee8405ac4d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 96d7c1d35ee4a495df56c50c83df7af1c9688cce2e9e0edffdbf50889c167595
MD5 3275952af4eb7ac1f9beb7f1eb12bcce
BLAKE2b-256 9178535d396e9f516bf6eff48dff58d1a04f09fc03d26edfe8dd7582ac1b7be2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0665d85535192098420428c779361b8823d3d7ec4848c6af3abb93bc5c915bf
MD5 71ff031c2aa4688e2a7f8c3d654f5cf7
BLAKE2b-256 22945fb6417709b34fc40bb5043c10c459b9cd6a35082899b1fba3c1d5ad2288

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