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

Uploaded Source

Built Distributions

pyzmq-25.1.0-pp39-pypy39_pp73-win_amd64.whl (423.2 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (804.4 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (852.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (972.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.1.0-pp38-pypy38_pp73-win_amd64.whl (423.2 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (815.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (860.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (972.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.1.0-pp37-pypy37_pp73-win_amd64.whl (423.2 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (815.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (860.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (972.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.1.0-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-25.1.0-cp311-cp311-win32.whl (878.7 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-25.1.0-cp311-cp311-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-25.1.0-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-25.1.0-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.0-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.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-25.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (866.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-cp311-cp311-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-25.1.0-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-25.1.0-cp310-cp310-win32.whl (880.1 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-25.1.0-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.0-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-25.1.0-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.0-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.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-25.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (864.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-cp310-cp310-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.1.0-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.0-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-25.1.0-cp39-cp39-win32.whl (884.7 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-25.1.0-cp39-cp39-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-25.1.0-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-25.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (875.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-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.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-25.1.0-cp39-cp39-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-25.1.0-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-25.1.0-cp38-cp38-win32.whl (884.7 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-25.1.0-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.0-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-25.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (878.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-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.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-25.1.0-cp38-cp38-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.1.0-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-25.1.0-cp37-cp37m-win32.whl (881.9 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-25.1.0-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.0-cp37-cp37m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-25.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (873.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-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.0-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.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-25.1.0-cp36-cp36m-win32.whl (899.8 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-25.1.0-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.0-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-25.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (873.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-25.1.0-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.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pyzmq-25.1.0-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.0.tar.gz.

File metadata

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

File hashes

Hashes for pyzmq-25.1.0.tar.gz
Algorithm Hash digest
SHA256 80c41023465d36280e801564a69cbfce8ae85ff79b080e1913f6e90481fb8957
MD5 fb63c55b4b31f6d7b1c9770486a6e841
BLAKE2b-256 649c2b2614b0b86ff703b3a33ea5e044923bd7d100adc8c829d579a9b71ea9e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 108c96ebbd573d929740d66e4c3d1bdf31d5cde003b8dc7811a3c8c5b0fc173b
MD5 938fad6413e035eb14d3314da56fdb9f
BLAKE2b-256 9ad9c52c13720b8724922af56b5af9ded75ee5b170821d915a1849655e19f9a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48e5e59e77c1a83162ab3c163fc01cd2eebc5b34560341a67421b09be0891287
MD5 41fd9903030375c2a078b9a433e180dd
BLAKE2b-256 4699588928fd4010f0ccfc3128ec96c70c201f8c3053fbbbcd4b09136d46ec83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f5efcc29056dfe95e9c9db0dfbb12b62db9c4ad302f812931b6d21dd04a9119
MD5 a6221622bca2cf6878850ab2f8996fc5
BLAKE2b-256 d5816e36c26c541845e3ee917deb1b96201eceab03e7bd04d345d8de24f793dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f666ae327a6899ff560d741681fdcdf4506f990595201ed39b44278c471ad98
MD5 f7e151b30774cd17f8f8a3e6827d2426
BLAKE2b-256 09db4c1351aa0ca08b7713002e0e8ab014ca42a83ca50d3c835e8b379d33e801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e21cc00e4debe8f54c3ed7b9fcca540f46eee12762a9fa56feb8512fd9057161
MD5 1c4ce486eeaecf75f6423b9539afef51
BLAKE2b-256 80b370a9d6af68d9fe34ec6444241267282d0740cc6fac3bb79c9c1ba472954a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e68ae9864d260b18f311b68d29134d8776d82e7f5d75ce898b40a88df9db30f
MD5 10a2c0d18fea4cd53b2034bb5657e607
BLAKE2b-256 5db78ca362952b14734804f95190e0a7c517185d40fad1b9e217063e6bea6de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7018289b402ebf2b2c06992813523de61d4ce17bd514c4339d8f27a6f6809492
MD5 7bcfa9da6c51588ddefb867d535a7469
BLAKE2b-256 e5bb25c22e1eb6182ad4fec43310087ffd46dba6676b86593e5a4d5b5ff24a7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6d39e42a0aa888122d1beb8ec0d4ddfb6c6b45aecb5ba4013c27e2f28657765
MD5 b1907b165c738e41563cfb15457e53b9
BLAKE2b-256 c52c5a1d77e8112401b2189247acad9b10fc7adc79b8f2ad43e987bce8e89092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 adecf6d02b1beab8d7c04bc36f22bb0e4c65a35eb0b4750b91693631d4081c70
MD5 6ce842b0844943093127bfd70a57423b
BLAKE2b-256 29d96a12cae59202b85e65c8649c72099e126462aefca47a21a392317f080924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5e7fbcafa3ea16d1de1f213c226005fea21ee16ed56134b75b2dede5a2129e62
MD5 34c20aa114e08811130d148f1403e31e
BLAKE2b-256 219bb5a095f9ed610986c22cf59fce24bb985047a81ae48b4d6a39b4ffe116dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5482f08d2c3c42b920e8771ae8932fbaa0a67dff925fc476996ddd8155a170f3
MD5 c42e40f1f54dec89b776e27941178aa6
BLAKE2b-256 b4eb23d3ebec493bc620a5760079ffa4244b92c2851ab621626a08d1b73391bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6581e886aec3135964a302a0f5eb68f964869b9efd1dbafdebceaaf2934f8a68
MD5 78e3f5e3ff27624e815b8b560dfe8c30
BLAKE2b-256 544a2ebfd6ae510e89feb382714d7ff016892d6f08f24365888978bea91cf405

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8751f9c1442624da391bbd92bd4b072def6d7702a9390e4479f45c182392ff78
MD5 43974c64b2722668b4385426e70fa732
BLAKE2b-256 b9861d7b7704d8c82fe64da255fa0936964feec921550e3338bd554b7c184fe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fc34fdd458ff77a2a00e3c86f899911f6f269d393ca5675842a6e92eea565bae
MD5 0a98a2ae7b2a2315de92ff698e91d75a
BLAKE2b-256 29d4632bb9ae332863c620564c00ba55d6937c801a99b02ecadab337b0e13139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0c4fc2741e0513b5d5a12fe200d6785bbcc621f6f2278893a9ca7bed7f2efb7d
MD5 cf748b69b0295517a866ed7f01966da2
BLAKE2b-256 01a76e28dec3ce5153066551d0ac229298628194f3f0150d535f84b698079675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4cb27ef9d3bdc0c195b2dc54fcb8720e18b741624686a81942e14c8b67cc61a6
MD5 c2388211e0a906c9b9c0494ca16e0050
BLAKE2b-256 8be079d63c46e0481c89be7d93b69ff22f5ba59caef64c0c52552b2c0fdbb7d7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b45d722046fea5a5694cba5d86f21f78f0052b40a4bbbbf60128ac55bfcc7b6
MD5 bbd75bf9d5405212059ddcb0e552cb99
BLAKE2b-256 a0db4e586c563b48dec09b8f7c2728b905e29db61af89b5c58e4eba9ad36fdec

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 65346f507a815a731092421d0d7d60ed551a80d9b75e8b684307d435a5597425
MD5 655092d1dd0f8c4573c0ee176534a514
BLAKE2b-256 223e3670e36c6f42e124492ddd2af550ca13bd4a9f1edd562e1ae7c35a1f230b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 442d3efc77ca4d35bee3547a8e08e8d4bb88dadb54a8377014938ba98d2e074a
MD5 7112cd90774b5cafca99f1afabbc2929
BLAKE2b-256 0415b8ab292f0b74e0440547185fb67167c87454a2b3be429d64de569f7142a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2b15247c49d8cbea695b321ae5478d47cffd496a2ec5ef47131a9e79ddd7e46c
MD5 666f52b6a0af564acd1aa55124075100
BLAKE2b-256 fd120324dcb2554cd3f2ebb851ddbfbac27c4bb384394ba4a8978dec093fe71d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d6128d431b8dfa888bf51c22a04d48bcb3d64431caf02b3cb943269f17fd2994
MD5 dfd175ece84f009cc4dda386fc1013ad
BLAKE2b-256 fa407729719e38324e5e9f2e77f6131fc253f063a3741eab170ef610196098e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cad9545f5801a125f162d09ec9b724b7ad9b6440151b89645241d0120e119dcc
MD5 9cc1a322871be18bc67b466249d7b5bd
BLAKE2b-256 66f515db4c297957f049cd4dcd35eb7fbe9098a72489e0abdb289c529d7327cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58416db767787aedbfd57116714aad6c9ce57215ffa1c3758a52403f7c68cff5
MD5 fed030d989825068fc493f74e49d8d0e
BLAKE2b-256 b7cb2a36d3eed310efb342fbb7b4adf6b05f46401c4b937154bd1c9b703314e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 332616f95eb400492103ab9d542b69d5f0ff628b23129a4bc0a2fd48da6e4e0b
MD5 8b13ba9d0801c9cd30c7fcc346212494
BLAKE2b-256 7c65bccec1eae7c0e089d90648f350e6c2ff40ccb8c6d1b929548f4cd304b1f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a983c8694667fd76d793ada77fd36c8317e76aa66eec75be2653cef2ea72883
MD5 c71bf03be35945114c47c72775fe6ff0
BLAKE2b-256 26bb80535157e8811095901f98688839092afb6dcaf2ff154aa8fa2e575f540d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 13bbe36da3f8aaf2b7ec12696253c0bf6ffe05f4507985a8844a1081db6ec22d
MD5 1f270ceccf47e5b359aa548352c1f1a1
BLAKE2b-256 bb80ae792378f98d6d0e39c975c334603d3d2535f7897707fe91f31d37f94fdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69511d604368f3dc58d4be1b0bad99b61ee92b44afe1cd9b7bd8c5e34ea8248a
MD5 09b90c5123eb32e505c4a62c5a7f4ca4
BLAKE2b-256 5ab63c2ddd09aa24352e4f6aade53e9b9a1816c0774c844f11b1a2f508ddc0be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5693dcc4f163481cf79e98cf2d7995c60e43809e325b77a7748d8024b1b7bcba
MD5 3c71ac59f29cc5f28fba3d3d709bef04
BLAKE2b-256 32e4ce4f94009f84c2a688082c2674d490d2e20e0c9058087f5358a2bf29ddf1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 be24a5867b8e3b9dd5c241de359a9a5217698ff616ac2daa47713ba2ebe30ad1
MD5 d5c985f6b7ed34a7d2b6dcb7d0366789
BLAKE2b-256 64dbe19f69fe9b1a4e53f6382274f553358e2e7305d2a2b9d9db36087bf52d5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a522510e3434e12aff80187144c6df556bb06fe6b9d01b2ecfbd2b5bfa5c60c
MD5 7219806339897ccfb828f9f595c519b5
BLAKE2b-256 6696129706be681649f43bde93811416f566acfefcd3fb18156d5df349c360ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 831ba20b660b39e39e5ac8603e8193f8fce1ee03a42c84ade89c36a251449d80
MD5 eab166a44ae199f15d61673ed441deb5
BLAKE2b-256 a18792556ffa8fbe7dc497d847e39d5c46134f9ad047b23f5bcefc8fbd0c2c9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 90146ab578931e0e2826ee39d0c948d0ea72734378f1898939d18bc9c823fcf9
MD5 3ee5dfbaca0c7fea64fbd33a25296e0f
BLAKE2b-256 943ac3964c0a86c3535ae240799d3b7c8e13527e7a092080dda9012b1401fa86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb6d161ae94fb35bb518b74bb06b7293299c15ba3bc099dccd6a5b7ae589aee3
MD5 cbd5730eb287e859f28f1bff195f6c9d
BLAKE2b-256 cadbf9976803f1a660e753d0f2426065975bad5db8272fd5284efaf488dc0ce1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 154bddda2a351161474b36dba03bf1463377ec226a13458725183e508840df89
MD5 60a61f4d2759c8448473bbf7ccd1b1db
BLAKE2b-256 fafba114ba641eb873c165106d3c8ee75eb49d6ea3204168808708d866de360d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97d984b1b2f574bc1bb58296d3c0b64b10e95e7026f8716ed6c0b86d4679843f
MD5 fce5e6e55e7eec5d018f63037e52b639
BLAKE2b-256 5e9e32074bd8bcf2a5cf282d8817458fd5479c68b487b6c3a5d4627711ad38f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1e931d9a92f628858a50f5bdffdfcf839aebe388b82f9d2ccd5d22a38a789dc
MD5 70c4b4d545202c895202b9caefcda59f
BLAKE2b-256 040bbff5b6c1680e248bad2df8248a060645709fe2aef9689e9f7c81c587bad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1a6169e69034eaa06823da6a93a7739ff38716142b3596c180363dee729d713d
MD5 88ccadd4d6a3cb7469505b7391b948d8
BLAKE2b-256 53176a70f84b79e361af34f6c99064ecf9e87112c4c48b9c7ea78f8e680b57d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19d0383b1f18411d137d891cab567de9afa609b214de68b86e20173dc624c101
MD5 ce0b4dda20a2c3b94b6ca6471e8673bf
BLAKE2b-256 2f53fc7dbdd32e275aee0961e2a5bed1bb64223846f959fd6e0c9a39aab08eed

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 71c7b5896e40720d30cd77a81e62b433b981005bbff0cb2f739e0f8d059b5d99
MD5 a9532cae4a33a7ddea73d5ecc8850f14
BLAKE2b-256 8ee0452f4dd0a9a4725bceb836643c056614b0cd3aa291fd1bce76ba1d605704

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4d67609b37204acad3d566bb7391e0ecc25ef8bae22ff72ebe2ad7ffb7847158
MD5 ba001e8a241bc38193746d33fc4aec4f
BLAKE2b-256 f82a952facb087422ac084b35674343cedeb7b517f8b41a7db0f71096eba3df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bad172aba822444b32eae54c2d5ab18cd7dee9814fd5c7ed026603b8cae2d05f
MD5 35eaa91e3318a772191ae85aa96da36f
BLAKE2b-256 2681aa471449e6641e72f7e8819ba4d8877523414734faa5b95a8b7eee964dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2a21fec5c3cea45421a19ccbe6250c82f97af4175bc09de4d6dd78fb0cb4c200
MD5 7e92f8e14ae28e8b6785fcd13096fc02
BLAKE2b-256 e4217f80485903510a4c9583d41044a789976a2be0407d7c72c32e7a46afd090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 851fb2fe14036cfc1960d806628b80276af5424db09fe5c91c726890c8e6d943
MD5 e2068ab45e9c52936b269ec08bb72f49
BLAKE2b-256 5fd7397af40b3e072bd5b4b4657962f64dfbe7b81c8bbf7a42affd510e8a1e1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be86a26415a8b6af02cd8d782e3a9ae3872140a057f1cadf0133de685185c02b
MD5 de3b247bba5b6191b47c64d29f4e783c
BLAKE2b-256 19376aa1503e9e00a015abf80e999f8ecee699a485b873d1118667b98b9b6c03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4c2fc7aad520a97d64ffc98190fce6b64152bde57a10c704b337082679e74f67
MD5 3b8a10439a0842aa5199e05c9fc283de
BLAKE2b-256 944b1093172b73984b568d9f1a72bcd61793822fab40aa571f5d6ed9db6234cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0b6b42f7055bbc562f63f3df3b63e3dd1ebe9727ff0f124c3aa7bcea7b3a00f9
MD5 1bb7e371a156e7c1da3d079f0d63bd50
BLAKE2b-256 ff19f027b4b9067a5398cbccc6322ca14a6b2c872b633ed6b2a09bb53c0cf0b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 af56229ea6527a849ac9fb154a059d7e32e77a8cba27e3e62a1e38d8808cb1a5
MD5 caae06e5fee9d3f76ffc975c9e971c3b
BLAKE2b-256 f2f543fabde73ffc6fdb39a80d3afb7d283ce64e861cc8a96fad34518d917391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bdca18b94c404af6ae5533cd1bc310c4931f7ac97c148bbfd2cd4bdd62b96253
MD5 4349b118f42eaf988037988837fc6f98
BLAKE2b-256 317e47c490658a18e99485ec48e24326df7d264b9a7a15db5c692ef931d1b531

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c66b7ff2527e18554030319b1376d81560ca0742c6e0b17ff1ee96624a5f1afd
MD5 9e878a6891224fc6c0a6785ce912feb2
BLAKE2b-256 402b7ff4e0175a5029751fd52c6a1f57606f6c3bb0a420da52f3271a0c0599c3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 33d5c8391a34d56224bccf74f458d82fc6e24b3213fc68165c98b708c7a69325
MD5 2d8a87a5adb563da5c2d2084840d0ab5
BLAKE2b-256 785462b368a4287893140cb980786da07d95d86cd2bc075a802f1e70c45c83d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d40682ac60b2a613d36d8d3a0cd14fbdf8e7e0618fbb40aa9fa7b796c9081584
MD5 8da5545050b39857ff9e708d3892e367
BLAKE2b-256 734f7ce249548ea059758365fef953eb69a592c9407478474c39f9e7ee791e58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c8398a1b1951aaa330269c35335ae69744be166e67e0ebd9869bdc09426f3871
MD5 dd4977e9f7c120e0ff15a801555829ae
BLAKE2b-256 565fe15a82d79527424ceda0bc4da7582881270b6e2e19624c7114fb1cc72857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4a82faae00d1eed4809c2f18b37f15ce39a10a1c58fe48b60ad02875d6e13d80
MD5 2f1f9e9f746b0b3a2e8eafbf7204d207
BLAKE2b-256 4d731ed2c2a7f73b9d2d902c101612e5cf20c4db17e818336e4194a7f5676fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e23a8c3b6c06de40bdb9e06288180d630b562db8ac199e8cc535af81f90e64b
MD5 ce3188929626c5bf2ab0f34a80401e5a
BLAKE2b-256 38ed250acfa9f9953a99fa3568f305688c4097e545df87d42d13f3dc3a25c5f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9301cf1d7fc1ddf668d0abbe3e227fc9ab15bc036a31c247276012abb921b5ff
MD5 a00e9a9b5ee9589e5d1fd861d8fb3f28
BLAKE2b-256 3e713f41e23f14b04b87776497d5d5150335e6d7e06debf1571fd5ca4c6ff82a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ddbef8b53cd16467fdbfa92a712eae46dd066aa19780681a2ce266e88fbc7165
MD5 3e44565f288f7bf757f3976accf97a83
BLAKE2b-256 5d68c91c79e46809e8bd590bdde18a61ded6c95173461a459239a6bb79d8c351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 3bed53f7218490c68f0e82a29c92335daa9606216e51c64f37b48eb78f1281f4
MD5 929811f9fc6ae7e06532cca495f64164
BLAKE2b-256 27bba4d543592ed28075456033467d1649e4b81f7888d4d53b5dc2fbf47211b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb52e826d16c09ef87132c6e360e1879c984f19a4f62d8a935345deac43f3c12
MD5 ac45ce7c6391f432a802abae52250377
BLAKE2b-256 f939647cb2c45c1d4db11cbc87c03d3e511e016e6d2f239630a1ab56c3588586

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.0-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.8.10

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dbc466744a2db4b7ca05589f21ae1a35066afada2f803f92369f5877c100ef62
MD5 1f12eb8e9fecfc1ec29734b1a5a9aed3
BLAKE2b-256 56fbfef967daf8dfcb6fb63dbee60a33a7b203061fdfa4d5131fbcfaa08abcba

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 95bd3a998d8c68b76679f6b18f520904af5204f089beebb7b0301d97704634dd
MD5 d473571a688bf14533e1379f70fb3bdd
BLAKE2b-256 1b4316e6ee67582e7fcbe884b23d877c7eaf68b1c5fff0ab7a0c054eab2b8dc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3575699d7fd7c9b2108bc1c6128641a9a825a58577775ada26c02eb29e09c517
MD5 ee103e9a121e2b848a10ac09bc1adb05
BLAKE2b-256 09913848097505febfc464abfd4a3f41274de124e4e1c9f28da1326a85dd3d8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3830be8826639d801de9053cf86350ed6742c4321ba4236e4b5568528d7bfed7
MD5 4857c739b07083ad34e5e8ef2d9da9d5
BLAKE2b-256 9c4bbe619e68131f185850e5dfb7af6119f9a4edaf8ec15d36e4fc3bfe72fc9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 75217e83faea9edbc29516fc90c817bc40c6b21a5771ecb53e868e45594826b0
MD5 2b85246a81127b0d275003eac356e6ef
BLAKE2b-256 14bbe18f866b0699bf5ea00f84daac1cf4a4557cea4fad96dd4a069b241dac9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5af31493663cf76dd36b00dafbc839e83bbca8a0662931e11816d75f36155897
MD5 20813da086ffd603ce284660e8199886
BLAKE2b-256 773b8861b96c17a8d9c672338e124f1f71ef759ffb7557438c1be4e5b7162c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1fc56a0221bdf67cfa94ef2d6ce5513a3d209c3dfd21fed4d4e87eca1822e3a3
MD5 a7d97ecd157395ee1f9b5963b4ada83d
BLAKE2b-256 ed6f54f5b5dc3734d212b1b21c14d7df7cb0d40b8cb2b820c1ff8f36e9d7501d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5489738a692bc7ee9a0a7765979c8a572520d616d12d949eaffc6e061b82b4d1
MD5 3852638f6b32b04cf5eaa0a2ab3011a3
BLAKE2b-256 3ff5fd2230639b14eed05a1d978bf456e2033afcf4bc8ebaff29e58cd3ae717c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47b915ba666c51391836d7ed9a745926b22c434efa76c119f77bcffa64d2c50c
MD5 fcbbcbc923f498f36b858ee112cc52fa
BLAKE2b-256 a82efb4836e1a6d89d6e05d5058ed60e7be8aa3dfa41a022428a6d0c13784401

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.0-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.8.10

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 968b0c737797c1809ec602e082cb63e9824ff2329275336bb88bd71591e94a90
MD5 3c301651cf7f16733d598ef765030f9e
BLAKE2b-256 8470749d4ee05aa77aba900dc2105964c34a9d8ae3da7dc80fc97716e66ce54c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b5a07c4f29bf7cb0164664ef87e4aa25435dcc1f818d29842118b0ac1eb8e2b5
MD5 be2e2ec9b81fd65f4c4f6fa62e6f6125
BLAKE2b-256 de49d94114d1f8b4f86dab28e86d6ca631060a482382524bca79d7aca8f631a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01f06f33e12497dca86353c354461f75275a5ad9eaea181ac0dc1662da8074fa
MD5 cfc00e6ab8b01fe20e3f31e26c7c6365
BLAKE2b-256 1b9194af7b477922e3a62e56c03ba7a89f74a8d9c36c5bc66e56651d2bda887e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 414b8beec76521358b49170db7b9967d6974bdfc3297f47f7d23edec37329b00
MD5 e9ebfee5cb75205e78e06bcfc4989689
BLAKE2b-256 d7ac4856333a4fd737fb7cf75b62ec0b82a3a3bdce3a9211ed18288f9a645091

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f0d9e7ba6a815a12c8575ba7887da4b72483e4cfc57179af10c9b937f3f9308f
MD5 74e880632451ff6d79984a43763c3871
BLAKE2b-256 a9856c4dc21d96f4e2bbc45f0e2bab843e6f3fa9d1817711cad8a222219e10f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b697774ea8273e3c0460cf0bba16cd85ca6c46dfe8b303211816d68c492e132
MD5 cd7739dfd0a3d7454f7b91c53ee41b8b
BLAKE2b-256 3d0b5c1a99032dfb12d0b3619ab031d7fd9191fc6378926565f6d635f43ba26c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5873d6a60b778848ce23b6c0ac26c39e48969823882f607516b91fb323ce80e5
MD5 85de02607a76bcfc916f20d55925190b
BLAKE2b-256 26f5a38810b94f023de1cf29c6ddad3a3e1af0f446716f3b011dd901c616bf4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b324fa769577fc2c8f5efcd429cef5acbc17d63fe15ed16d6dcbac2c5eb00849
MD5 871a833d7ebec4e37c349f1ea8398886
BLAKE2b-256 20e9f16b101c6f4e2d93abeb50beb47f2c4ed333509700945003613c73c8942d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f45808eda8b1d71308c5416ef3abe958f033fdbb356984fabbfc7887bed76b3f
MD5 0b1cbd9c320b21674818d037223a4c37
BLAKE2b-256 57c1cf092445d442805b2ae942c2a92ac431a2afe5ff56bbe937adfdc9cf41f5

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