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.4), as well as Python 2.7 and 3.3, as well as PyPy. The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x), but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).

For a summary of changes to pyzmq, see our changelog.

ØMQ 3.x, 4.x

PyZMQ fully supports the 3.x and 4.x APIs of libzmq, developed at zeromq/libzmq. No code to change, no flags to pass, just build pyzmq against the latest and it should work.

PyZMQ does not support the old libzmq 2 API on PyPy.

Documentation

See PyZMQ's Sphinx-generated documentation on Read the Docs for API details, and some notes on Python and Cython development. If you want to learn about using ØMQ in general, the excellent ØMQ Guide is the place to start, which has a Python version of every example. We also have some information on our wiki.

Downloading

Unless you specifically want to develop PyZMQ, we recommend downloading the PyZMQ source code or wheels from PyPI, or install with conda.

You can also get the latest source code from our GitHub repository, but building from the repository will require that you install recent Cython.

Building and installation

For more detail on building pyzmq, see our Wiki.

We build wheels for macOS, Windows, and Linux, so you can get a binary on those platforms with:

pip install pyzmq

but compiling from source with pip install pyzmq should work in most environments. Especially on macOS, make sure you are using the latest pip (≥ 8), or it may not find the right wheels.

If the wheel doesn't work for some reason, or you want to force pyzmq to be compiled (this is often preferable if you already have libzmq installed and configured the way you want it), you can force installation with:

pip install --no-binary=:all: pyzmq

When compiling pyzmq (e.g. installing with pip on Linux), it is generally recommended that zeromq be installed separately, via homebrew, apt, yum, etc:

# Debian-based
sudo apt-get install libzmq3-dev

# RHEL-based
sudo yum install libzmq3-devel

If this is not available, pyzmq will try to build libzmq as a Python Extension, though this is not guaranteed to work.

Building pyzmq from the git repo (including release tags on GitHub) requires Cython.

Old versions

pyzmq 16 drops support Python 2.6 and 3.2. If you need to use one of those Python versions, you can pin your pyzmq version to before 16:

pip install 'pyzmq<16'

For libzmq 2.0.x, use 'pyzmq<2.1'

pyzmq-2.1.11 was the last version of pyzmq to support Python 2.5, and pyzmq ≥ 2.2.0 requires Python ≥ 2.6. pyzmq-13.0.0 introduces PyPy support via CFFI, which only supports libzmq-3.2.2 and newer.

PyZMQ releases ≤ 2.2.0 matched libzmq versioning, but this is no longer the case, starting with PyZMQ 13.0.0 (it was the thirteenth release, so why not?). PyZMQ ≥ 13.0 follows semantic versioning conventions accounting only for PyZMQ itself.

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-25.1.1.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

pyzmq-25.1.1-pp310-pypy310_pp73-win_amd64.whl (413.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (800.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-25.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (843.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-25.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (609.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (963.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.1.1-pp39-pypy39_pp73-win_amd64.whl (413.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (800.0 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (800.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (843.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (609.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (963.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.1.1-pp38-pypy38_pp73-win_amd64.whl (413.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (609.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (806.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.1.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (851.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (963.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.1.1-pp37-pypy37_pp73-win_amd64.whl (413.8 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (609.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (806.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.1.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (851.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (963.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.1.1-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-25.1.1-cp312-cp312-win32.whl (960.3 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-25.1.1-cp312-cp312-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyzmq-25.1.1-cp312-cp312-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyzmq-25.1.1-cp312-cp312-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-25.1.1-cp312-cp312-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-25.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-25.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-25.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-cp312-cp312-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-25.1.1-cp312-cp312-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyzmq-25.1.1-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-25.1.1-cp311-cp311-win32.whl (910.7 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-25.1.1-cp311-cp311-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-25.1.1-cp311-cp311-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzmq-25.1.1-cp311-cp311-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-25.1.1-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-25.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-25.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-25.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (904.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-cp311-cp311-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-25.1.1-cp311-cp311-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-25.1.1-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-25.1.1-cp310-cp310-win32.whl (907.2 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-25.1.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-25.1.1-cp310-cp310-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-25.1.1-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-25.1.1-cp310-cp310-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-25.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-25.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-25.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (897.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-cp310-cp310-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-25.1.1-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-25.1.1-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-25.1.1-cp39-cp39-win32.whl (908.9 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-25.1.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-25.1.1-cp39-cp39-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-25.1.1-cp39-cp39-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-25.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (900.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-25.1.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-25.1.1-cp39-cp39-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-25.1.1-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-25.1.1-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-25.1.1-cp38-cp38-win32.whl (909.0 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-25.1.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-25.1.1-cp38-cp38-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-25.1.1-cp38-cp38-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-25.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-25.1.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-25.1.1-cp38-cp38-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-25.1.1-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-25.1.1-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-25.1.1-cp37-cp37m-win32.whl (908.3 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-25.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

pyzmq-25.1.1-cp37-cp37m-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-25.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-25.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (900.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB view details)

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

pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

pyzmq-25.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-25.1.1-cp36-cp36m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-25.1.1-cp36-cp36m-win32.whl (919.4 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-25.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (877.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-25.1.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

pyzmq-25.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pyzmq-25.1.1-cp36-cp36m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzmq-25.1.1.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1.tar.gz
Algorithm Hash digest
SHA256 259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23
MD5 993a646d3f1c6201a8c93bcb2d2f867e
BLAKE2b-256 3f7c69d31a75a3fe9bbab349de7935badac61396f22baf4ab53179a8d940d58e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1ccf825981640b8c34ae54231b7ed00271822ea1c6d8ba1090ebd4943759abf5
MD5 f0a738dbcf71d366767af71b6ade216d
BLAKE2b-256 fdf5c08a9c76726f8b1ff0212d0eebf24b572f345b2d14b9a4c553190b9c2e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abc719161780932c4e11aaebb203be3d6acc6b38d2f26c0f523b5b59d2fc1996
MD5 177233d6461bde2774f7213a851a22cf
BLAKE2b-256 e43f9012258dbb40380e985b71a002e477572bc3d2489589f05d1100810c8d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48e466162a24daf86f6b5ca72444d2bf39a5e58da5f96370078be67c67adc978
MD5 c60d07041f6a5e1d186b2a876ae4a434
BLAKE2b-256 db8c65edcd3f7604006d2ed89dacc265dcf94e8eb6c84c703926b3bccf549af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0c95ddd4f6e9fca4e9e3afaa4f9df8552f0ba5d1004e89ef0a68e1f1f9807c7
MD5 58feb69b50639a079756e45fb7c4a34b
BLAKE2b-256 665af2e7f7431948755f100d4938a463018684afebcd69452af8b3b8624bc6f1

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ade6d25bb29c4555d718ac6d1443a7386595528c33d6b133b258f65f963bb0f6
MD5 c6136aecb0d1851deff514c4000d855a
BLAKE2b-256 71a32242d0efa530666457f7088b757ea966c17797a977374f3d15fbd6b6f2d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 61706a6b6c24bdece85ff177fec393545a3191eeda35b07aaa1458a027ad1304
MD5 8264793801fbf69f0c374fd86a094d98
BLAKE2b-256 d902026a2d88b54209af2a0dedd4f08792bd1cce92835374c813f34f413e7c13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8a701123029cc240cea61dd2d16ad57cab4691804143ce80ecd9286b464d180
MD5 fb70979bafeb36d6d9c5362dac9574ff
BLAKE2b-256 89b8819c1006cb7665f67b755d963643f56ccd37d0ac93a0025713a61a5e34cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11c1d2aed9079c6b0c9550a7257a836b4a637feb334904610f06d70eb44c56d2
MD5 b56301d4774626176441fe870791a178
BLAKE2b-256 0eae78470145a8bb8c9d5fb76849176394880c74c6428e4d37cafed586850cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc16ac425cc927d0a57d242589f87ee093884ea4804c05a13834d07c20db203c
MD5 fc9431b967fda504839da9434f35db4b
BLAKE2b-256 99e2140737d0d6bfcd5615db9e3c939237d040e813dcc35a52f3dce8c5c8801a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fedbdc753827cf014c01dbbee9c3be17e5a208dcd1bf8641ce2cd29580d1f0d4
MD5 a0143bd37afde4801ab7e8c2610e9b88
BLAKE2b-256 1453f85d20a053e7c279c07f480ee37a7580eb10e406b332ff6373b9412719d0

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49d238cf4b69652257db66d0c623cd3e09b5d2e9576b56bc067a396133a00d4a
MD5 9308fde6f1a73b396c2b67fbbd598b8f
BLAKE2b-256 d4abac7a37004c722c3bdf4d59dfa44875db4488c89478a34439f3579d074666

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 11d58723d44d6ed4dd677c5615b2ffb19d5c426636345567d6af82be4dff8a55
MD5 edfbad8f42a60ba212b2a7a9744db278
BLAKE2b-256 6496112920455d2e95d4d152fba8f24faff73800ca73d70abcbacbfb976a9488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79986f3b4af059777111409ee517da24a529bdbd46da578b33f25580adcff728
MD5 fa6b33537fa8e4847dcb1770b43839e7
BLAKE2b-256 97142d2a2f363431c212980670df580eac18ba807e9b14aeb90f3caa3c0a31b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2243700cc5548cff20963f0ca92d3e5e436394375ab8a354bbea2b12911b20b0
MD5 d1c4eb79907638bcbcb5579eb0e1070c
BLAKE2b-256 c4bf34a75372408f2db3db0ca81330d1771dc38c6fdfe65e6e4bd390c6bbce51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 057e824b2aae50accc0f9a0570998adc021b372478a921506fddd6c02e60308e
MD5 5d0a6de469c02b5b894fb50bd5a30a68
BLAKE2b-256 993b49da16a29a49e9c62003d5e30bd67ce52d249fc2f250ee2a7c7824ca0016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 548d6482dc8aadbe7e79d1b5806585c8120bafa1ef841167bc9090522b610fa6
MD5 19710dc632033361b53e1f9ef6ae25c3
BLAKE2b-256 2a3457651cbe70292509fb7dca6705fe22efc557039148468d63d053dc5f2b5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b9af3757495c1ee3b5c4e945c1df7be95562277c6e5bccc20a39aec50f826cd0
MD5 8195f3346601e4021fea73c3775079c9
BLAKE2b-256 1d4ee1df6d0b6dfbe9383e4da4f08da9791b2451b97b41b7cac428d16767485e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 019e59ef5c5256a2c7378f2fb8560fc2a9ff1d315755204295b2eab96b254d0a
MD5 14dbb02c6d65c7e78843c57084d0ccc0
BLAKE2b-256 609da491d1a9b0a6a14f9af28b231454c0f97377f758125f1882733bf3e2bd5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aa8d6cdc8b8aa19ceb319aaa2b660cdaccc533ec477eeb1309e2a291eaacc43a
MD5 ee28592e2af786be15492705b483f128
BLAKE2b-256 d59572981adbc7685a8f7befbe86d191e42ddc5076f07c3ed72ca346711dfa28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 deee9ca4727f53464daf089536e68b13e6104e84a37820a88b0a057b97bba2d2
MD5 4c360b7fc246374bc94d12503f11cbb9
BLAKE2b-256 3a1bd8dddf103e791b9dba937eeefcf66997ae75b01ef1afac7f8b7caa966417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2f20ce161ebdb0091a10c9ca0372e023ce24980d0e1f810f519da6f79c60800
MD5 938ff130804ff006e49b754c0ad77bcd
BLAKE2b-256 4d61a902c4edf2e30aedb9cb7f8a44903ecede38439bb0341f25e60d12097a86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eadbefd5e92ef8a345f0525b5cfd01cf4e4cc651a2cffb8f23c0dd184975d787
MD5 99999223824c00db93f1c2e5e0364ff4
BLAKE2b-256 4813371ae2f87f3d69e6ee09a50555a1c21f20f4697b295f14e878c7596f3732

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 960.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b3451108ab861040754fa5208bca4a5496c65875710f76789a9ad27c801a0075
MD5 5238609eb913fbfa7ab666bf68f2db72
BLAKE2b-256 74fbdbbf59eea6daee31a7c5b33e1e7d635512cd702a17b920dcc40b317e115e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4ca1ed0bb2d850aa8471387882247c68f1e62a4af0ce9c8a1dbe0d2bf69e41fb
MD5 a7e50077728417a62e9b4a3b719bb76c
BLAKE2b-256 bbc5eb65e72a74360d584de3c55297edc384fc68c3b63b0b433789ba70777787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 724c292bb26365659fc434e9567b3f1adbdb5e8d640c936ed901f49e03e5d32e
MD5 370e1841c0cc22993466e5fd4452d3ae
BLAKE2b-256 c9b9bdd8cf255b14fcd3cf60cdcffad412973b1c134f9ff23c821ec7e483bb48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a882ac0a351288dd18ecae3326b8a49d10c61a68b01419f3a0b9a306190baf69
MD5 a932ecf73a6b157881adf676ab0145d5
BLAKE2b-256 307e9154885434d584f8ea695a6adb159091b2ef5ec238b1b1568cb01f732f8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 255ca2b219f9e5a3a9ef3081512e1358bd4760ce77828e1028b818ff5610b87b
MD5 f8a65aa53a2b0780a550f2f3b4d993cc
BLAKE2b-256 9d2b58884bb8b9171d25b62355a1242c731fed417163ece2ab353326590d6660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d81f1ddae3858b8299d1da72dd7d19dd36aab654c19671aa8a7e7fb02f6638a
MD5 8efab88157010eeafd52c507a5b2955d
BLAKE2b-256 44d83f4e44151920443504c658a204528cc95554ad33fda77d8b544bd8f3c42f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2400a94f7dd9cb20cd012951a0cbf8249e3d554c63a9c0cdfd5cbb6c01d2dec
MD5 fa9fd57d4ae80df2f2b117b5cb78f520
BLAKE2b-256 65caf9d20e269d3ae68e5d1c0e1cde617c75af67bd1ec643afc51777dfda14c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cff084c6933680d1f8b2f3b4ff5bbb88538a4aac00d199ac13f49d0698727ecb
MD5 c8805b6754ddee65f4284c5f1c3fbb7e
BLAKE2b-256 fea7c3cf21d084783f392b6459e1f159c1f9a612114f3e1efc5c88c73766a1bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e1ffa1c924e8c72778b9ccd386a7067cddf626884fd8277f503c48bb5f51c762
MD5 5e469658a713fccd7201d5745fd977e7
BLAKE2b-256 d62a812e25ea9fe6eeb18aed211e1dcd2fb6836fd79a848f4ad8cee8e11f839c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1af379b33ef33757224da93e9da62e6471cf4a66d10078cf32bae8127d3d0d4a
MD5 ce6a02c6148902e23b32918513709f3c
BLAKE2b-256 a3296aedcd42d5e97a1d381002f88b4f9186d165fdd5e7eb2e2d743309de6cd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 44e58a0554b21fc662f2712814a746635ed668d0fbc98b7cb9d74cb798d202e6
MD5 a1d48d9ea6f29ba300bfb94c74c5973b
BLAKE2b-256 83aec10d71a73b190392a93ace41c789cd6cba1347a09267943a01e0f50c180e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 910.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 76c1c8efb3ca3a1818b837aea423ff8a07bbf7aafe9f2f6582b61a0458b1a329
MD5 1af53e54ae62c1b0eb7fe5207832f4e2
BLAKE2b-256 5719dc3a0f594ad746ba116e20e6c5dd7d51b78c30e438bbfb520523bf102014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c2910967e6ab16bf6fbeb1f771c89a7050947221ae12a5b0b60f3bca2ee19bca
MD5 ff1363d5b76fd90a2107ed7145f085e8
BLAKE2b-256 120f1dd9a1b50b8069828787f86c011fe2defcb841b4973c61d96dee4839f552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7f7e58effd14b641c5e4dec8c7dab02fb67a13df90329e61c869b9cc607ef752
MD5 5d58bec6a6a80ceb6d65d4fcdc334fe6
BLAKE2b-256 692dc438d086697b38ce01fa4004e923a4dc899c5b14919a7b848a3cfa17dca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 047a640f5c9c6ade7b1cc6680a0e28c9dd5a0825135acbd3569cc96ea00b2505
MD5 b743dc0a95188d9215584ed64609d9d6
BLAKE2b-256 aece665930104926cd165f9ce8de74b796b6de0bbf0bf030341600aa65dc9d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f957ce63d13c28730f7fd6b72333814221c84ca2421298f66e5143f81c9f91f
MD5 ef6b3da1203d9656881199123c643931
BLAKE2b-256 46d476a24bb79a2001082517499b311ec4960636bf5d4cbd619fef68f8ca8bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2b92812bd214018e50b6380ea3ac0c8bb01ac07fcc14c5f86a5bb25e74026e9
MD5 9b20d43e7190ef09c1b86a202396de6c
BLAKE2b-256 7a3ba4ad590411a582254c188dd2a0df1404004edf9923672a6063c87a6eaf69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90f26dc6d5f241ba358bef79be9ce06de58d477ca8485e3291675436d3827cf8
MD5 7a1cde41bf7fd35a8bbab2616cc4d7f4
BLAKE2b-256 2be69827512965b2b584b2c55da955b4f0a5636587b9c714d4cf75f527f9c860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d89528b4943d27029a2818f847c10c2cecc79fa9590f3cb1860459a5be7933eb
MD5 0a7356c779b7df40353ea185b1d1bd1d
BLAKE2b-256 6db75018c44200c0d098ccc60b4ed49ab5c7db8b17cb457b5ac23d97584b33fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d20a0ddb3e989e8807d83225a27e5c2eb2260eaa851532086e9e0fa0d5287d83
MD5 a3bd1cab2a75420909eddb879c3c785e
BLAKE2b-256 a751498d0aef7d15f43bfbebf5d8e4edc65148b8f99309f19060ee5adc69f8ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1c1be77bc5fb77d923850f82e55a928f8638f64a61f00ff18a67c7404faf008
MD5 f32b612b9e4fdd0995a1d9554e59c007
BLAKE2b-256 bb3ff60729ab68d0455db2f923ae8d4cb56c587054689e4ceece35aa3c29e471

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 11baebdd5fc5b475d484195e49bae2dc64b94a5208f7c89954e9e354fc609d8f
MD5 90ec9e1a01bfd8b3cf2c6dae7873de28
BLAKE2b-256 5230980cdd596debf9fcead70e705d666cc113df4ee766e6cd0c744603ad1591

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 907.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 35b5ab8c28978fbbb86ea54958cd89f5176ce747c1fb3d87356cf698048a7790
MD5 af94d67c32e88900aa0835bab792a5bd
BLAKE2b-256 e693a36980588366af313161f826f821479d9dc677c8809df5f22cb4adf6a6bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 292fe3fc5ad4a75bc8df0dfaee7d0babe8b1f4ceb596437213821f761b4589f9
MD5 3d7de017299c2c795610a526710c8e33
BLAKE2b-256 c7286887f5b09c1e764fec07636774082fa48cc76b17310213e0490f0d58c5e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 57459b68e5cd85b0be8184382cefd91959cafe79ae019e6b1ae6e2ba8a12cda7
MD5 c0a92c107e0b6cb23764f28f1d62a889
BLAKE2b-256 71f351e637feefefb41f481f7437ee4de8ed788560161f28d9b1faa2cf3036b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 12720a53e61c3b99d87262294e2b375c915fea93c31fc2336898c26d7aed34cd
MD5 e277545d167f9209568ea6f4c0b87ce9
BLAKE2b-256 f0da9d9a48e941ee884963f90244553f66fe39f206a3eb50619805d77b29a3b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77a41c26205d2353a4c94d02be51d6cbdf63c06fbc1295ea57dad7e2d3381b71
MD5 2b9698f7b7d15c0e75f13af99954fd76
BLAKE2b-256 cae2a986e003fcc5a263591b2f0367caea0b0ca1cbac516b2d7086059f141450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76705c9325d72a81155bb6ab48d4312e0032bf045fb0754889133200f7a0d849
MD5 059da3bc4ab981245d50b7e581c0b11f
BLAKE2b-256 79f4c33ff6e3d7bfbceecbb2176f75328c897365a519f507d226e44eea74d6d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 afea96f64efa98df4da6958bae37f1cbea7932c35878b185e5982821bc883369
MD5 72ef9e94274157d0d2aedb0f347b2b18
BLAKE2b-256 0f4ce60e27286afa1418c1f30f87aac4e932df2e2657f5aa4222b2fccc055b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 985bbb1316192b98f32e25e7b9958088431d853ac63aca1d2c236f40afb17c83
MD5 2fc62314e2d0309b9d980aad5295a406
BLAKE2b-256 7f81d8a048d2052d0a400d9aa5fa8734d7feb0dd9a82f2da2cca0f9ae9c694e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 381469297409c5adf9a0e884c5eb5186ed33137badcbbb0560b86e910a2f1e76
MD5 256e84d0f48f9463deebb5c275415b2e
BLAKE2b-256 ec4c82b416af2c0517f61a7a3f4d555b7554ca49fbc60b5b992f9705c946c19e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 955215ed0604dac5b01907424dfa28b40f2b2292d6493445dd34d0dfa72586a8
MD5 3462372b59fcf12ae2579f29e564e0f2
BLAKE2b-256 69bd3bc0f81faa1f2cf8ce448bc10aca7455d23e13f2f30547bc09c458627f60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e61f091c3ba0c3578411ef505992d356a812fb200643eab27f4f70eed34a29ef
MD5 412d6163604a853fbab25df8628c2be3
BLAKE2b-256 ca8d66ea47781bb1378f12e0e1e14d99c8379e20fb2bc9a0897e83606a091390

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 908.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 04ccbed567171579ec2cebb9c8a3e30801723c575601f9a990ab25bcac6b51e2
MD5 5271841a3156293f6c07e140fef35145
BLAKE2b-256 e464e234df051e62b5573181c87a6a9238b3e6a2e1b1ddf4be7e4cfe42951669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 17ef5f01d25b67ca8f98120d5fa1d21efe9611604e8eb03a5147360f517dd1e2
MD5 5fc3dbb28e90e6beb2c0fdda24900ccd
BLAKE2b-256 0f6813434a25d5e3a339236195e2224200b462e06a01d55406a91d9b6ab113f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 820c4a08195a681252f46926de10e29b6bbf3e17b30037bd4250d72dd3ddaab8
MD5 fa096dd4353b12881a3ceb16cda32743
BLAKE2b-256 63f74e92cfcd95b8c3893fcac5a97aced47b846ba1d390e2c7e2347b3426ba7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8f03d3f0d01cb5a018debeb412441996a517b11c5c17ab2001aa0597c6d6882c
MD5 9b50a375aba59849352d2b70584f73aa
BLAKE2b-256 7e6d40f272ba65f3cd26ea14ac227e833262d1e4726e29a918fcc54f127e9ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c56d748ea50215abef7030c72b60dd723ed5b5c7e65e7bc2504e77843631c1a6
MD5 370bcaf7cafaa771fde084b21a139976
BLAKE2b-256 5c977e3487d69257e5942fe907635922ac9a44c4ae5d9390547064590c291055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d457aed310f2670f59cc5b57dcfced452aeeed77f9da2b9763616bd57e4dbaae
MD5 7d70a24d357a5fff8404bbafa0ac0953
BLAKE2b-256 a2e008605421a2ede5d87adbde9685599fa7e6af1df700c657759a1892ced942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2ca57a5be0389f2a65e6d3bb2962a971688cbdd30b4c0bd188c99e39c234f414
MD5 9829735d2bf12b9241feedaecaf716c8
BLAKE2b-256 6d1c95f8dcd82bde7b286a28c741f97147adf618d30bc9f34f7a8f399e3e0101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 03b3f49b57264909aacd0741892f2aecf2f51fb053e7d8ac6767f6c700832f45
MD5 a9c4ac6583770f52849a42dc40109d50
BLAKE2b-256 2f3dc261dc80367fd341b56031e35c7145e5491144ef5c172fff818cedf21c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 330f9e188d0d89080cde66dc7470f57d1926ff2fb5576227f14d5be7ab30b9fa
MD5 8077e8bcf3845e110c461f094df45cb2
BLAKE2b-256 ca9ee06a90ee442bf57ed758e12a3917b25e33e64297ba4825b192c5ac7a8ef8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 52533489f28d62eb1258a965f2aba28a82aa747202c8fa5a1c7a43b5db0e85c1
MD5 246de8cb5f2eea68755f29191c027499
BLAKE2b-256 bc39fe79321ca5481946e4b7a6ee4078f3d816c6551846c6be8bc0aa1de7fb48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 909.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a382372898a07479bd34bda781008e4a954ed8750f17891e794521c3e21c2e1c
MD5 de71e89d8426a163fc14fa21bb97e169
BLAKE2b-256 44c7ad88fb718a2ddb5ada189d99a5b3c4f269949be502e94a5992a1f1dee186

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df27ffddff4190667d40de7beba4a950b5ce78fe28a7dcc41d6f8a700a80a3c0
MD5 c0d3e1610fc628ae927cb11370436190
BLAKE2b-256 02ded27337003e71f91bbea6541ab64c44329330abeacaaf7233bd2687856063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2d163a18819277e49911f7461567bda923461c50b19d169a062536fffe7cd9d2
MD5 201d64944377ca7bddb13866d28eb672
BLAKE2b-256 b6d8a90c1072cce8e521867b71a4d51509de3b579df923a5cdb56112516046a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3669cf8ee3520c2f13b2e0351c41fea919852b220988d2049249db10046a7afb
MD5 35eef4426d80699b0287f6305fe3b68a
BLAKE2b-256 864a18d3617a6511629f65828ffe7ba7ed34898630bc11cacc03bfadb4420096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25f0e6b78220aba09815cd1f3a32b9c7cb3e02cb846d1cfc526b6595f6046618
MD5 b04fdaa896be0f619e2a28bf756d4eb6
BLAKE2b-256 a84da15a4d320b0f3d30506902748a028a4e1228b50637b779827be848050815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5a34d2395073ef862b4032343cf0c32a712f3ab49d7ec4f42c9661e0294d106f
MD5 1ae572607a46172188325cab1eda2533
BLAKE2b-256 56aaa939d2acb0481c76b5b93b6e96b82f7f311f9297094e089b69a983ab72d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5619f3f5a4db5dbb572b095ea3cb5cc035335159d9da950830c9c4db2fbb6995
MD5 2b7ad981c728d41776cb63cf6fa93965
BLAKE2b-256 e555a01f93b7f8307e11f3031fd35ef49665130501c4cfced3a935f630e5512d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 87e34f31ca8f168c56d6fbf99692cc8d3b445abb5bfd08c229ae992d7547a92a
MD5 45907d9ba0bc6348a5b489374d3b5f48
BLAKE2b-256 774c75036478812d4ba6b8cb54cc9867455d931d70c0d58c4af6100bfd2a17ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9c6c9b2c2f80747a98f34ef491c4d7b1a8d4853937bb1492774992a120f475d
MD5 ef2c30b26e353bb6f506b7a74e53e3d0
BLAKE2b-256 39395aca8170a8fbf9952e13f7fb6590ae4d94378a897a8367ddd5f3d529935c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 abf34e43c531bbb510ae7e8f5b2b1f2a8ab93219510e2b287a944432fad135f3
MD5 2ae8ffaf830dbf29c11001320f06d3a8
BLAKE2b-256 de9a5d7f7e30b20da970312c8a02fef81c1eb0067e53bebd584dc5371bca0890

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 908.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f32260e556a983bc5c7ed588d04c942c9a8f9c2e99213fec11a031e316874c7e
MD5 ac0790e0f47368fbe4a6a8bd42bfb119
BLAKE2b-256 559a09a09ef54d60ea96320de9154b489108a0351b02dd3ed974b82f2adce2ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1a5d26fe8f32f137e784f768143728438877d69a586ddeaad898558dc971a5ae
MD5 1c1cf9fe31bdbe497de9fe56b635aeea
BLAKE2b-256 915197d4d220058d1c0476afcfb1a6387ca8436746b5b0e094bfcbd2daae9f35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f8115e303280ba09f3898194791a153862cbf9eef722ad8f7f741987ee2a97c7
MD5 cb6029a3c634b1a62334fbb3d9301f31
BLAKE2b-256 778d6e81e80b019cd1c5c94453096cdea390644a45d4c5469264fa53fec55aef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 034239843541ef7a1aee0c7b2cb7f6aafffb005ede965ae9cbd49d5ff4ff73cf
MD5 1ffc601e92d73b82c7c83cbc190f3fc2
BLAKE2b-256 ce04e62612bf2ab6e9f4531abd2e2390f945203789d8023a5a6c3b3a7f78d9ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1579413ae492b05de5a6174574f8c44c2b9b122a42015c5292afa4be2507f28
MD5 124dfd92ca1e44725b6048a337343b36
BLAKE2b-256 66d00bd4be13d4bdae02020a210fa127a337f7b04e04375e778c47c140aef88d

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 21eb4e609a154a57c520e3d5bfa0d97e49b6872ea057b7c85257b11e78068222
MD5 10ed1e3f3857b86b2df34c8854b12dd7
BLAKE2b-256 958b3e18b6a96590e7a6c420ace71baaa355bbf5ce0f6a27966029825c04fc3f

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3d0a409d3b28607cc427aa5c30a6f1e4452cc44e311f843e05edb28ab5e36da0
MD5 17dfb94f6862a95592b3deca65c77939
BLAKE2b-256 5b0b4124003f2c5e706f81974117b20fd9e28d88ed50ddc214fa28ecaf73c252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cff25c5b315e63b07a36f0c2bab32c58eafbe57d0dce61b614ef4c76058c115
MD5 c94d47704879bb1deefef1cddc659010
BLAKE2b-256 2f11cd19de0f1885df87d315806fe7cd0c964d0a3042b0fd9f2ff443f512fa69

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.1.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 458dea649f2f02a0b244ae6aef8dc29325a2810aa26b07af8374dc2a9faf57e3
MD5 c8f80aef3cefe56488e3cbbadc4bc890
BLAKE2b-256 20823f3c6152343551257432e8d2366b8f4714ff75907a4328e4e4c31da96c69

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyzmq-25.1.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 919.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d2045d6d9439a0078f2a34b57c7b18c4a6aef0bee37f22e4ec9f32456c852c71
MD5 6160c0a43a8520766ecd2960bbfeda02
BLAKE2b-256 cf1a2bd4900a5bf0b156e91169069b43166962f0bb70e4bcf98d7ce0c4c3b3ca

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 34c850ce7976d19ebe7b9d4b9bb8c9dfc7aac336c0958e2651b88cbd46682123
MD5 8201e3fef32aa0ac984020d6edf95a69
BLAKE2b-256 a132262e364c9617e871437a03a1d31b84193306d4d2cc933b81f5aaf1217de8

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 73461eed88a88c866656e08f89299720a38cb4e9d34ae6bf5df6f71102570f2e
MD5 08682da2617aa4e34ac6b8bf9df903bb
BLAKE2b-256 43bbbc9e989c1c061aea74e01e7b68336a17ef6f23e2ac246353b28297344b75

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 18d43df3f2302d836f2a56f17e5663e398416e9dd74b205b179065e61f1a6edf
MD5 4bdba79c10d9ffe2b778cd98c1e1fb03
BLAKE2b-256 ccbe057ab94feba8842cf591fa8ef908bcbc895e68e031e0f795b37ec6f212ee

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7c133e93b405eb0d36fa430c94185bdd13c36204a8635470cccc200723c13bb
MD5 3f26227710c458fe8f2738a5b9811e4e
BLAKE2b-256 75f2fe28fe035649b61360390235df5a6ecf7429a59eb4d94c218476b662ac2b

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cbc8df5c6a88ba5ae385d8930da02201165408dde8d8322072e3e5ddd4f68e22
MD5 e30697d6076a541b3be338826e2d04ff
BLAKE2b-256 f3d55a00cda2db8315ed09ac5fb5516d22d138716bb346e1633a192b369a1d8a

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 273bc3959bcbff3f48606b28229b4721716598d76b5aaea2b4a9d0ab454ec062
MD5 cb58016973212b74e2ac3955c794982a
BLAKE2b-256 16e040ef1f6f8f9f7be03d5b0fabb1acf3fb7c76a1b9c3bdf80bfe3ff468033c

See more details on using hashes here.

File details

Details for the file pyzmq-25.1.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db0b2af416ba735c6304c47f75d348f498b92952f5e3e8bff449336d2728795d
MD5 4f093ff5621d0a9f5a40aceedd5e39a5
BLAKE2b-256 3d2013d6bdb996a22941b2e0577943d4681c0d3e946abf6b57d81dec70e78e2b

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