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

Uploaded Source

Built Distributions

pyzmq-25.0.2-pp39-pypy39_pp73-win_amd64.whl (423.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (804.2 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (852.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (972.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.2-pp38-pypy38_pp73-win_amd64.whl (423.1 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (815.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (860.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (972.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.2-pp37-pypy37_pp73-win_amd64.whl (423.1 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (815.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (860.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (972.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

pyzmq-25.0.2-cp311-cp311-win32.whl (873.7 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-25.0.2-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.0.2-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-25.0.2-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.0.2-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.0.2-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.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (865.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-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.0.2-cp311-cp311-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pyzmq-25.0.2-cp310-cp310-win32.whl (875.2 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-25.0.2-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.0.2-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.0.2-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.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (863.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-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.0.2-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-25.0.2-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-25.0.2-cp39-cp39-win32.whl (879.8 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-25.0.2-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.0.2-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-25.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (875.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-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.0.2-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.0.2-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.0.2-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pyzmq-25.0.2-cp38-cp38-win32.whl (879.7 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-25.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (878.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-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.0.2-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.0.2-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.0.2-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-25.0.2-cp37-cp37m-win32.whl (876.9 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-25.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (873.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-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.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

pyzmq-25.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-25.0.2-cp36-cp36m-win32.whl (894.8 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-25.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (872.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.2-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.0.2-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.0.2-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.0.2.tar.gz.

File metadata

  • Download URL: pyzmq-25.0.2.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.0.2.tar.gz
Algorithm Hash digest
SHA256 6b8c1bbb70e868dc88801aa532cae6bd4e3b5233784692b786f17ad2962e5149
MD5 b709fe87594316e21fd0d969acc6923a
BLAKE2b-256 bf7f24a55c3393d54570f26fa8845e8e42e813bf1b7fb668ed5d3de76b71dbe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 56a94ab1d12af982b55ca96c6853db6ac85505e820d9458ac76364c1998972f4
MD5 b9794c83e4d1e574b9067f2852d0978f
BLAKE2b-256 0e61c1411573d0bead3e385c35a93efd359d8a893b7bdc89104b679b83b6cf9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d496815074e3e3d183fe2c7fcea2109ad67b74084c254481f87b64e04e9a471
MD5 7322db3ec99e11b50a3c23be86bcced1
BLAKE2b-256 dce9f08f443681523e4a663831a9cd729339fb8ece39ead61d876cc94ca45f4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b491998ef886662c1f3d49ea2198055a9a536ddf7430b051b21054f2a5831800
MD5 478be9e6fef0e8a186f83c100ddecfc5
BLAKE2b-256 1ffc1156c99710e255199e1c360dd33caa6df7c39b20af1798baabc47f1d04c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34a6fddd159ff38aa9497b2e342a559f142ab365576284bc8f77cb3ead1f79c5
MD5 14e6ffce1ee71604a392e415b9efa5f7
BLAKE2b-256 9937b3162a1ead5b457aa1e10c0f9ce851c21259d5509d3035d2225c913ecc5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 531e36d9fcd66f18de27434a25b51d137eb546931033f392e85674c7a7cea853
MD5 fe8b23e68340fe89566b788aab7c3ea6
BLAKE2b-256 448c77ea7002cfb3218dfbacb8cc64fa6d97b203dffdfde91e1e269ae8753b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67da1c213fbd208906ab3470cfff1ee0048838365135a9bddc7b40b11e6d6c89
MD5 bd9ea3046c3862b0a80cc0c2ae1c4b89
BLAKE2b-256 6aff948a303123b2384fa937bacc710600ff8302ba0a83a9c0701c09c3a8e95e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a6f6ae12478fdc26a6d5fdb21f806b08fa5403cd02fd312e4cb5f72df078f96f
MD5 0b5090c79c793a3376914422c9844b87
BLAKE2b-256 e658440ee5cd23e35cce9090febede89c934a058becd79874ef5257693024d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b733076ff46e7db5504c5e7284f04a9852c63214c74688bdb6135808531755a3
MD5 aa6ee3aa668acbdc72629c714427e83c
BLAKE2b-256 667ed5dcdb2a0917b0fa778f63c39122bf0ccb56bbf1cad6026303a5e15428cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 25e6873a70ad5aa31e4a7c41e5e8c709296edef4a92313e1cd5fc87bbd1874e2
MD5 b31da4305ec3a1cde1b651bbaeaad01c
BLAKE2b-256 51bc78d96eb822a3a9798752bebf8a1cfb29a22549bd99861fee467a4d6b6d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f7c8b8368e84381ae7c57f1f5283b029c888504aaf4949c32e6e6fb256ec9bf0
MD5 74db88d458aec3be3d29a8488b5330dd
BLAKE2b-256 6bb47f831f659c85c0bb790f3cea429eccfd3c2d4cfbcb151f7bc6de8c8bc98e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 269968f2a76c0513490aeb3ba0dc3c77b7c7a11daa894f9d1da88d4a0db09835
MD5 ed74b60a29834dc114c5733ab45cc61b
BLAKE2b-256 f3e447cdac8f73433899e468307ff1a9629a5d4fba4a953592ec3ca83d3016f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6fadc60970714d86eff27821f8fb01f8328dd36bebd496b0564a500fe4a9e354
MD5 f58694e17868004dccdf0eb2fe50dcf4
BLAKE2b-256 c2d5a7f099bcfb3ddc34be7b3e6184e4888e30f44fd507758c1e7c84e9607f87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffc71111433bd6ec8607a37b9211f4ef42e3d3b271c6d76c813669834764b248
MD5 c96c8a4e9b71962700a3ed9a9f67344b
BLAKE2b-256 0e71254fa407de7f41e018cd4c594c695bcfcae78ef74ddd854ea7a71acbdd1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 affec1470351178e892121b3414c8ef7803269f207bf9bef85f9a6dd11cde264
MD5 024dc47a1bbf6d7061a0812c1c2d7fa0
BLAKE2b-256 a4fec72de942ec49e74dc34305d402ca72b66de100a5c7b36f6998f14e26f727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 62ec8d979f56c0053a92b2b6a10ff54b9ec8a4f187db2b6ec31ee3dd6d3ca6e2
MD5 b96b89f36c344e2f37c4eb6b28a9194c
BLAKE2b-256 3fb91db5cec9e87a8757eeab755c8495b01cbc0f035dd0ec62bfb7ca31651585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a4b4261eb8f9ed71f63b9eb0198dd7c934aa3b3972dac586d0ef502ba9ab08b
MD5 1aaf76d1e30c297c80ffd585813fa6a8
BLAKE2b-256 d063d22d042b276248e0f8d1013a58a65835b48992626a3b327975e7e8a8098b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-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.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed15e3a2c3c2398e6ae5ce86d6a31b452dfd6ad4cd5d312596b30929c4b6e182
MD5 37af98447a2fe93d234a5f377b699dfc
BLAKE2b-256 1c35006d8734ff4b15b462da1e7c5f50d5e70d5764dda14894e682ca12172617

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 873.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.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5c5fbb229e40a89a2fe73d0c1181916f31e30f253cb2d6d91bea7927c2e18413
MD5 eb73bf34ece31c3b2f7ead8bb40ddcfd
BLAKE2b-256 6962281d35f31b14586f058a152ea4252b65bfc9edc582bd49b19c8e96b39668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6526d097b75192f228c09d48420854d53dfbc7abbb41b0e26f363ccb26fbc177
MD5 cd253e62d4915ed426bbdc11720c9a58
BLAKE2b-256 ec46335df4c0f92703886ca0f6670db5291a99813961bf6fab9ea0b1676ca23e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3059a6a534c910e1d5d068df42f60d434f79e6cc6285aa469b384fa921f78cf8
MD5 fc76b30078cec86f062cbb383caddac8
BLAKE2b-256 7ed094367b6680500eafd1417e3b6b9a896e5eb963f5cb26c3d4e5ea29d67ca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 38d9f78d69bcdeec0c11e0feb3bc70f36f9b8c44fc06e5d06d91dc0a21b453c7
MD5 505cf340e98d8a36c3f9739c7c812b18
BLAKE2b-256 39c952bb45a31aa8d599ee550ae6d5513eea9bfaf9e5a22059866afc92a436cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d488c5c8630f7e782e800869f82744c3aca4aca62c63232e5d8c490d3d66956a
MD5 8a2813052d21ad69e5861e250ed7c5c4
BLAKE2b-256 342fd9ff6f3e013b08262a75ba45dceb919a29d717c125cb3bd89f998c107c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 312b3f0f066b4f1d17383aae509bacf833ccaf591184a1f3c7a1661c085063ae
MD5 853f3cae210c433adead2aea650ef7c7
BLAKE2b-256 1ae52cfa142fa455a9d935a699f45396a9b2a3dff152d272472c1c4f1ef8a302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 715cff7644a80a7795953c11b067a75f16eb9fc695a5a53316891ebee7f3c9d5
MD5 8c45db8a27b75d500413bdd88cb8144e
BLAKE2b-256 c9f78bf9fcb89bf928301b43b974bdc958ef880eaabfcc45015e5ba6a3a8ed47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88649b19ede1cab03b96b66c364cbbf17c953615cdbc844f7f6e5f14c5e5261c
MD5 111da38853d70689a554b823963b44ec
BLAKE2b-256 1a98c97a06df9403a2e14f24a420b9b2ee6ba618535bbb1d328f6149788add80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9af0bb0277e92f41af35e991c242c9c71920169d6aa53ade7e444f338f4c8128
MD5 009dc6ccbcc5030f2868aef5e5904e84
BLAKE2b-256 586f2c08c1a7b89cf7b269ef35ab4cbcaed331fb4db042a9cfc2e83e112fcfce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54a96cf77684a3a537b76acfa7237b1e79a8f8d14e7f00e0171a94b346c5293e
MD5 1b953c78e18fee2d08e61e9150a62430
BLAKE2b-256 11be42b11d891abc376eecd8732b3bba8102a9845528c21326cb7f114bf9b7a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-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.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6a821a506822fac55d2df2085a52530f68ab15ceed12d63539adc32bd4410f6e
MD5 b7cedb8193e6ead49b476fd830a0e2d7
BLAKE2b-256 8d8df41575d2cbd7322a103bb79b67bf35cc5f3a9d9a51c7375e58c1ba728125

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 875.2 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.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 24abbfdbb75ac5039205e72d6c75f10fc39d925f2df8ff21ebc74179488ebfca
MD5 3667e50df6b411698dbb8c94b28b9792
BLAKE2b-256 747a9599e16f92e5fc943d951755ba5b5c21e469837f7e5149ea68b8a26a9309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2b9c9cc965cdf28381e36da525dcb89fc1571d9c54800fdcd73e3f73a2fc29bd
MD5 e0a44b82d2ca7ab81ff326bb1d7f2ccd
BLAKE2b-256 cbc3dd49db945fea3d80320c864db72460b0a3b9148bbf214a92c2b1600b5cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cb1f69a0a2a2b1aae8412979dd6293cc6bcddd4439bf07e4758d864ddb112354
MD5 07df01fd9d84fc3696665330b3b5f324
BLAKE2b-256 4460008c3bbed1b0ddd02ec94a3b87bc7c0d211fe03f9af5041cc903c7e0e30b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7b504ae43d37e282301da586529e2ded8b36d4ee2cd5e6db4386724ddeaa6bbc
MD5 38be3dcce29c94e37f120e0b7668e022
BLAKE2b-256 94c469bc2d6548592ece02b4a9cedf13d5f5c76938e5e626a3993b28290df663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 827bf60e749e78acb408a6c5af6688efbc9993e44ecc792b036ec2f4b4acf485
MD5 fc708c70eb5606b0bfdf6b753e1d68ea
BLAKE2b-256 58cf389676efe51bcd797e81bba7a9f57a562fd607f12d48019c3169a519bce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a2e5fe42dfe6b73ca120b97ac9f34bfa8414feb15e00e37415dbd51cf227ef6
MD5 15bbeac4a0087cfadf5ec08c669286fd
BLAKE2b-256 b93944e7bc417837e589b2d5fd7382ddb0afdf317cafad9cdf50690e85d8fb35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a9b5eeb5278a8a636bb0abdd9ff5076bcbb836cd2302565df53ff1fa7d106d54
MD5 b884789b0bcc81c5cfc4126d463c90f5
BLAKE2b-256 8faa89ae1727f702f3d39a63817d5ecfcec1c79708921bf22766bf0a74f2ffe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8280ada89010735a12b968ec3ea9a468ac2e04fddcc1cede59cb7f5178783b9c
MD5 0f4108793d014d20b70c0052f7fe8c5d
BLAKE2b-256 df40309fb581d4500c5b44e0ea4077fc722a160f78b30b2c7153c4bcbc425d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ac178e666c097c8d3deb5097b58cd1316092fc43e8ef5b5fdb259b51da7e7315
MD5 5382fc8cf5a6deb6bf5b3e401eb78c69
BLAKE2b-256 308c548bd091bbace5ce0463f74471f8fc5d73cd68df8e77d6114e5f2325e52b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 659e62e1cbb063151c52f5b01a38e1df6b54feccfa3e2509d44c35ca6d7962ee
MD5 ef025298f95b80e9cd2f5433455ef520
BLAKE2b-256 00a272b840106d96cea129d35fcd6474bf8b7b94ae44a77e6e0b13208b9a7dd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-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.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 24683285cc6b7bf18ad37d75b9db0e0fefe58404e7001f1d82bf9e721806daa7
MD5 7a4a439e8ecce3de59d5abc7258ceeda
BLAKE2b-256 77db9b052bdaa32c17dc71e12c43c9fe07bc5aa1dd703773a3a148e80f75a0f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 879.8 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.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 83d822e8687621bed87404afc1c03d83fa2ce39733d54c2fd52d8829edb8a7ff
MD5 cba43b824255e0f78fefdc9a2602410f
BLAKE2b-256 490ba3c5da5348b21016d5bb7a84751094d2b837e2945d73315948c0cd60afda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 65c19a63b4a83ae45d62178b70223adeee5f12f3032726b897431b6553aa25af
MD5 3cfc41eaaed007466839fab364adc329
BLAKE2b-256 fe9535cab273bd36529dafe7484713be28f1a22a775dc36fa4be7fc1d23eeeb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f124cb73f1aa6654d31b183810febc8505fd0c597afa127c4f40076be4574e0
MD5 949d61469e6f1337d65e73f115776544
BLAKE2b-256 1d4d7f16d65c93c42151cb351c4ecd260885637b21ae44f5fc8aee25e1e7b891

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6a979e59d2184a0c8f2ede4b0810cbdd86b64d99d9cc8a023929e40dce7c86cc
MD5 2b9ae4fd53264c6a1d78afce6cc17c32
BLAKE2b-256 421508baebe67f802b57d93410a1bf671917cbb4904dc63836b174f4c210bbbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a31992a8f8d51663ebf79df0df6a04ffb905063083d682d4380ab8d2c67257c
MD5 a88d5a03c94011b6ac841ae3e3b53726
BLAKE2b-256 b9701d926d439b5284ba070c7ad9d645737d7ea22e3bee9e3158119f10177d58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5eaeae038c68748082137d6896d5c4db7927e9349237ded08ee1bbd94f7361c9
MD5 796f26898d51c31351c6272a35ef45ee
BLAKE2b-256 1bc4d4ff0ddfb2a029d1237833f2e1d2d0264c9214da82152db2ed655a71d22f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cfb9f7eae02d3ac42fbedad30006b7407c984a0eb4189a1322241a20944d61e5
MD5 29f7d9c354a1a4b06177164b05257139
BLAKE2b-256 64c660014a6b61ecd5b6ba9939925856f5e8b483406b30362860e4f085b3b410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ab2c056ac503f25a63f6c8c6771373e2a711b98b304614151dfb552d3d6c81f6
MD5 0460f9158f13af95fd4d4c20adb3036a
BLAKE2b-256 e973db392ec0f74043bd50daa7bf26c9cdf4b0359ca59aeb2ee7f677b52cc9dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cca8524b61c0eaaa3505382dc9b9a3bc8165f1d6c010fdd1452c224225a26689
MD5 6b39ed4c693a99f03a16dde2a1dbe943
BLAKE2b-256 c04bf469689fe5f4c84c5f7fc78334853bcc881bc70417cbb00d7bf4b942c15b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-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.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8560756318ec7c4c49d2c341012167e704b5a46d9034905853c3d1ade4f55bee
MD5 d8b05ac8bd51579a79d2f2642697972d
BLAKE2b-256 04f1feaf5d091173036ddbebbe0657453b122de167fd055e8d94a76aff862e99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 879.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.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ad761cfbe477236802a7ab2c080d268c95e784fe30cafa7e055aacd1ca877eb0
MD5 a55f0111151d7f3e6fc270db06a58867
BLAKE2b-256 1f786d4ab40ae50981c2d2247042a8f7e02ffc6e6c2d615abd0ddc9de19adb8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab046e9cb902d1f62c9cc0eca055b1d11108bdc271caf7c2171487298f229b56
MD5 c38062a1996f5d761b395ef022eb0ecb
BLAKE2b-256 b7df43702a94a2527f6e2767499e4a26a51e2f1171765cb8021a63f22f8fc2c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 77942243ff4d14d90c11b2afd8ee6c039b45a0be4e53fb6fa7f5e4fd0b59da39
MD5 0ecdbaa46bfeb47f2581819b263eeaa1
BLAKE2b-256 2c404416c93f5a33ea2b0432435e1f4b4b08779f90ca48fb768b38c85f1059c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 edbbf06cc2719889470a8d2bf5072bb00f423e12de0eb9ffec946c2c9748e149
MD5 d0b8b02715fdabf5058bfb0474fab796
BLAKE2b-256 4fd86fb691b41925281d1c5ad9761320beddaf6fbf716fbe799b2458c1190d6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2e92ff20ad5d13266bc999a29ed29a3b5b101c21fdf4b2cf420c09db9fb690e
MD5 c24675904e46552df6d19bbe38ce72ef
BLAKE2b-256 74a8819195fd76ab510d4aa6dd7f8fbd8d21d78787797b82d6b78b69c9d18cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9e1d2f2d86fc75ed7f8845a992c5f6f1ab5db99747fb0d78b5e4046d041164d2
MD5 cd34400e27bd633e0a497667c8d89c96
BLAKE2b-256 78b322a3e12d0224055676497f60e353b2914b7296cac3fda0bb04292ebfd1c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 abbce982a17c88d2312ec2cf7673985d444f1beaac6e8189424e0a0e0448dbb3
MD5 67f0a733d48507cd4fa93ee3dffc1912
BLAKE2b-256 3b7bab80936bf784fa47a6c3c1741dd1629da82a6b792ba2364f9c3dfdf2d514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1f82906a2d8e4ee310f30487b165e7cc8ed09c009e4502da67178b03083c4ce0
MD5 fbf239ccee7265b8ab6f05ebc517b1ad
BLAKE2b-256 bb5e55c7e055bdbc6a9561d370781da40ab061f96f1b50cfc3b1aca2d591e47e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21ec0bf4831988af43c8d66ba3ccd81af2c5e793e1bf6790eb2d50e27b3c570a
MD5 87f660819186feeb3685c465d5cc1294
BLAKE2b-256 8a95e5d948d2a21d7941e189b58646c78b23b278333744e251aecd576bf6b5ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-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.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9bdc40efb679b9dcc39c06d25629e55581e4c4f7870a5e88db4f1c51ce25e20d
MD5 13a1689b69b5a9d291e1662cd68576d9
BLAKE2b-256 40dd1fe1f11eb03d177a141188c80d1134f64146db3c5cecbcf4054817a2f8af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 876.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.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dd771a440effa1c36d3523bc6ba4e54ff5d2e54b4adcc1e060d8f3ca3721d228
MD5 2da1bfabfd2c82614d790272d60de787
BLAKE2b-256 785fbb6fe425a603c49c4c72eae1a43747cd60525bc10ec2fb7b4164c21ebc1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 28fdb9224a258134784a9cf009b59265a9dde79582fb750d4e88a6bcbc6fa3dc
MD5 590fcedbb74b3f26999864571f613057
BLAKE2b-256 f8ee4138bfa745cf62ee1d5229bcafca102f15b3e5867cf18645c5bacfb4d7cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b164cc3c8acb3d102e311f2eb6f3c305865ecb377e56adc015cb51f721f1dda6
MD5 8049edddce6ebd1a3c2c393aceeaf9fd
BLAKE2b-256 0069d5a42be832fff110e55b3f245bb70dcdee6c4cd064eeac2492abd452dfc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 510d8e55b3a7cd13f8d3e9121edf0a8730b87d925d25298bace29a7e7bc82810
MD5 2766c458907a1dfb19068141a6370545
BLAKE2b-256 c7888b8dc540b43483cdb7a0b6e095529f9238201b83527b034b97570b78eeaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eef2a0b880ab40aca5a878933376cb6c1ec483fba72f7f34e015c0f675c90b20
MD5 7deff89e7c745ea3400ee84971f84cee
BLAKE2b-256 11c24466838ef6920fe7a489a6f292ecfa563b1127125d7a481b56fbdaeaaeee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 64812f29d6eee565e129ca14b0c785744bfff679a4727137484101b34602d1a7
MD5 a007b946f110076ba6509c50cc4f23f2
BLAKE2b-256 9467198abec2cf31aa0ad2fad8fb5cd514c38e76bb77ed329878cb9e7bc489f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 85762712b74c7bd18e340c3639d1bf2f23735a998d63f46bb6584d904b5e401d
MD5 568864c5f144cc7a1956edf857ffb315
BLAKE2b-256 257d8ad2871dc8a0d6f698567d9fd0879e777c8eed8cbf79641af27bc0ae6e64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a35960c8b2f63e4ef67fd6731851030df68e4b617a6715dd11b4b10312d19fef
MD5 e075508ebc87517231116cfdc2f1e965
BLAKE2b-256 4990d355798b0303036e9c085f87fc841db17d175a52238e19e9585b79e70a88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-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.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2da6813b7995b6b1d1307329c73d3e3be2fd2d78e19acfc4eff2e27262732388
MD5 a9dbbe0a114997109402b72d9de53c23
BLAKE2b-256 4a8e5db2324716cb9c7786e69d1289c515d46938ff8e12975945454fbc4c76b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 894.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.0.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c8fedc3ccd62c6b77dfe6f43802057a803a411ee96f14e946f4a76ec4ed0e117
MD5 764deebabae5c3208ac400e6cae647b3
BLAKE2b-256 56810186f36a022cb61bf0cd2bd7abee27d2cc293c5aa000c48a3dfff5d96e63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 26b0358e8933990502f4513c991c9935b6c06af01787a36d133b7c39b1df37fa
MD5 8edd2f4c94bc3b2fc367a49a9c3a79a5
BLAKE2b-256 62ecd08affa2a26627b58245897128e50d744effcf688dd340b372a15e765284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d4427b4a136e3b7f85516c76dd2e0756c22eec4026afb76ca1397152b0ca8145
MD5 1f391b28bb51760a95f2d2ad9a58cce1
BLAKE2b-256 a898011f6e194310d9fdfe50ebcd4825cd95c93290a5dbd6bd4d7cb4ebb0d6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b48616a09d7df9dbae2f45a0256eee7b794b903ddc6d8657a9948669b345f220
MD5 81a99c50254ef106b211cfba857f6ae5
BLAKE2b-256 be3990ee7e9854f9ac3b8b75d4c05b643a7c412460575ca7aec9776683292d5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 374b55516393bfd4d7a7daa6c3b36d6dd6a31ff9d2adad0838cd6a203125e714
MD5 652780e6867d3feedf0fac344e081d45
BLAKE2b-256 613b264367b8629ae9e1d2f87badaeb48fa1337bc7af2d2332fb378236cda78b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1a843d26a8da1b752c74bc019c7b20e6791ee813cd6877449e6a1415589d22ff
MD5 c678ce2bc066b85d0d0077139ac8912f
BLAKE2b-256 8eadbf8bed79cf196d1387247f3f6bf7c9ba6899136d05c4b4166a2cab145d7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 08bfcc21b5997a9be4fefa405341320d8e7f19b4d684fb9c0580255c5bd6d695
MD5 cdde6ff5958f0d36a0aa61c1fb275148
BLAKE2b-256 6dbb326142f92ea7e1322fcc2ffcb209bd13412175149b7bb6862fb6a6f613be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 032f5c8483c85bf9c9ca0593a11c7c749d734ce68d435e38c3f72e759b98b3c9
MD5 925fa1341f065a64c94c7721f6451b18
BLAKE2b-256 a28fb61a9263a90741427e0f187830522236f8c975c0ea07a60f645c380cdf05

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