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

Uploaded Source

Built Distributions

pyzmq-25.0.0-pp39-pypy39_pp73-win_amd64.whl (412.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (794.0 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (799.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (842.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (608.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (962.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.0-pp38-pypy38_pp73-win_amd64.whl (412.7 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (608.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (804.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (850.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (962.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.0-pp37-pypy37_pp73-win_amd64.whl (412.7 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (608.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (804.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (850.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (962.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.0-cp311-cp311-win_amd64.whl (966.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-25.0.0-cp311-cp311-win32.whl (863.3 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-25.0.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.0.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.0.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.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (855.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.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.0.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.0.0-cp310-cp310-win_amd64.whl (969.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-25.0.0-cp310-cp310-win32.whl (864.8 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-25.0.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.0.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.0.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.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (853.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.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.0.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.0.0-cp39-cp39-win_amd64.whl (976.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-25.0.0-cp39-cp39-win32.whl (869.5 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-25.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (864.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.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.0.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.0.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.0.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.0.0-cp38-cp38-win_amd64.whl (975.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-25.0.0-cp38-cp38-win32.whl (869.4 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-25.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (868.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.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.0.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.0.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.0.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.0.0-cp37-cp37m-win_amd64.whl (992.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-25.0.0-cp37-cp37m-win32.whl (866.5 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-25.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (863.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB view details)

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

pyzmq-25.0.0-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.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.0.0-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-25.0.0-cp36-cp36m-win32.whl (884.4 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-25.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (862.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB view details)

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

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

File metadata

  • Download URL: pyzmq-25.0.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.15

File hashes

Hashes for pyzmq-25.0.0.tar.gz
Algorithm Hash digest
SHA256 f330a1a2c7f89fd4b0aa4dcb7bf50243bf1c8da9a2f1efc31daf57a2046b31f2
MD5 3fceed681d86e798dc5c23de74ac2d7e
BLAKE2b-256 cf899dbc5bc589a06e94d493b551177a0ebbe70f08b5ebdd49dddf212df869ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 866eabf7c1315ef2e93e34230db7cbf672e0d7c626b37c11f7e870c8612c3dcc
MD5 e4e567a29226a31c7672ae80097d9a75
BLAKE2b-256 0c8532a5d18f6ffea367538c70127eb9bc2e5122db6ec65b5b5c81584bc5457c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c48f257da280b3be6c94e05bd575eddb1373419dbb1a72c3ce64e88f29d1cd6d
MD5 36de4552ade3016fe8d518e4fa66e9cb
BLAKE2b-256 4bc6100d104d2924b20c906e358ab8253ec1cc8bf00a76e1c87e06c5fd5f7dd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cbb885f347eba7ab7681c450dee5b14aed9f153eec224ec0c3f299273d9241f
MD5 11d1b322b360ac27da6d284016ca013a
BLAKE2b-256 c1c5531db8fdec6804a29bc6eaa914cc250d5f1f629f2db2b324fbccab03a348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6f75b4b8574f3a8a0d6b4b52606fc75b82cb4391471be48ab0b8677c82f9ed4
MD5 69b810bb408bfa599619544e0e19f130
BLAKE2b-256 ddf2f3d56e4da8dbeff1aba3cb6a4ac694bcd3aae80af2b7df0fddc066a0590a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20638121b0bdc80777ce0ec8c1f14f1ffec0697a1f88f0b564fa4a23078791c4
MD5 1b72d6e7cf5742ab3bdd1ef6f4f872e1
BLAKE2b-256 f92325dcac691eaf807e14bba4f3ba6a7777b2bba079bb6a1158c38614d2a801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00c94fd4c9dd3c95aace0c629a7fa713627a5c80c1819326b642adf6c4b8e2a2
MD5 102b2e637e11a2576d2bd8d6cdc7300c
BLAKE2b-256 747a31d3b68d6dd7769736ee42d0558f901de6274c939d05425b71ee43a29490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0a90b2480a26aef7c13cff18703ba8d68e181facb40f78873df79e6d42c1facc
MD5 29203bab684126df75be8d78a56a273d
BLAKE2b-256 08e40bcbfe6e6babd5ca35059383db4e310ea05e4d6de36be2813ed668606160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6136bfb0e5a9cf8c60c6ac763eb21f82940a77e6758ea53516c8c7074f4ff948
MD5 5f97de7a3ed180e2a2570337b4b3ac70
BLAKE2b-256 cb4c18a0ab6d3a5b41081c79cbb9e4086bea377e9f407a13b61853f6c2a5937d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5605621f2181f20b71f13f698944deb26a0a71af4aaf435b34dd90146092d530
MD5 9be380d794f1ab6179832f011a53d903
BLAKE2b-256 7d389d92d54501abbd98572c2e75c5e48157e2ae49f11edf9d11ce93777f9534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0e8d00228db627ddd1b418c7afd81820b38575f237128c9650365f2dd6ac3443
MD5 2cd86fff5a21ea5c25430163b016f1e8
BLAKE2b-256 b367165b2b94bbbd2792896d095d49a1c148fc9eed7a387d2f09464959544e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a73af6504e0d2805e926abf136ebf536735a13c22f709be7113c2ec65b4bec3
MD5 41497ac22c200ff00ccab971ecdeb851
BLAKE2b-256 6a937553f884201ee5d7da1455e6601b01898a26a6861cd864f009f7d432b6ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5050f5c50b58a6e38ccaf9263a356f74ef1040f5ca4030225d1cb1a858c5b7b6
MD5 d27435a4d847a1c39c7ca298b6a40996
BLAKE2b-256 d99afdd2cb5ebb01d48c7012b2c2eb0ddf677af534670650519b2fe2ac566e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0e7ef9ac807db50b4eb6f534c5dcc22f998f5dae920cc28873d2c1d080a4fc9
MD5 d2b8485bb5e9762444f093bcc7e2869a
BLAKE2b-256 1b3822c87e0b51fa7c940a6a07e662161479b145ac2748cee56b9a7df4d1479a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 28bcb2e66224a7ac2843eb632e4109d6b161479e7a2baf24e37210461485b4f1
MD5 290514539ca2f36096e0cd33fa122435
BLAKE2b-256 0c29b9344ce166b37bcdac4643a20007e1a5c50c3c9a37b93f8266835eadd99b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a9c464cc508177c09a5a6122b67f978f20e2954a21362bf095a0da4647e3e908
MD5 9ccca7bcd12dc3ce45359b903bf45359
BLAKE2b-256 51aabeee6940d0a19f48aea86616701a8b56706b72ee63d50484ebf0a8e68197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66509c48f7446b640eeae24b60c9c1461799a27b1b0754e438582e36b5af3315
MD5 29a830187785149dd2c0a33ce8c3b27b
BLAKE2b-256 776e9ad415b182345a6cb477ea6e99e8d656a9b482d21dbf64db898a153527b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 966.9 kB
  • 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 526f884a27e8bba62fe1f4e07c62be2cfe492b6d432a8fdc4210397f8cf15331
MD5 8f0a6cc5d1ae4389f0163a231847ed97
BLAKE2b-256 f7a217fa06423627a5e5e9902b7c77880824296c6fd479bbf4182ebcf10fd279

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 863.3 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0282bba9aee6e0346aa27d6c69b5f7df72b5a964c91958fc9e0c62dcae5fdcdc
MD5 7b461c463f9915e4f3d8754c081c75b2
BLAKE2b-256 557b78a39bfcece02f6768952a951f013af60b42af525ebe1eef3d149af9d1e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f6116991568aac48b94d6d8aaed6157d407942ea385335a6ed313692777fb9d
MD5 7a336d1d12631b565c5bd64b770dd94b
BLAKE2b-256 87da96d981dc99ea4278d95642139ef25b08900a4db819b66b4ae3f9dd95cc3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 656281d496aaf9ca4fd4cea84e6d893e3361057c4707bd38618f7e811759103c
MD5 148ce0a1ee08da0d176e5c51f8ac2f1c
BLAKE2b-256 00b2b83067a8af05bd8ebd9613046a0be15e7728219079cf0fbf17ec0fff0a40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ac97e7d647d5519bcef48dd8d3d331f72975afa5c4496c95f6e854686f45e2d9
MD5 7bc0f8f7fa3bc6e7c8b8e20dce95b4ed
BLAKE2b-256 cf753221b3999808566064bc94190678dc0058af651747279ed3eca159df550e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e295f7928a31ae0f657e848c5045ba6d693fe8921205f408ca3804b1b236968
MD5 2b454b119fb6fc5b540af15efef41ff7
BLAKE2b-256 6c1acd15043bf811ba492f512e481f8dcf223cb5bd6542cc5c10083c5ffd0a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f72ea279b2941a5203e935a4588b9ba8a48aeb9a926d9dfa1986278bd362cb8
MD5 633ffa6c459b19e5c3abe1a569b8ff61
BLAKE2b-256 8ae596bfb6c6a630a4dfefb9a9a4de0b6339a124ff074d53b65d8ad7898ee14c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0645b5a2d2a06fd8eb738018490c514907f7488bf9359c6ee9d92f62e844b76f
MD5 7a0339b9bbc41bde35e6aad75b243590
BLAKE2b-256 a6190dad3c7298fd9085b699efeeeaedcf6d3b05f52eb01fac033b7d747e3a7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85456f0d8f3268eecd63dede3b99d5bd8d3b306310c37d4c15141111d22baeaf
MD5 05a88eaf182d533d1d5c4fe0db486554
BLAKE2b-256 32d1802e9e4243cf54399541baa3279bf2b2c08cbe911928c531fc7cd0aee7b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e4bba04ea779a3d7ef25a821bb63fd0939142c88e7813e5bd9c6265a20c523a2
MD5 85854bd501766d6bb36f3a1541988338
BLAKE2b-256 7d4d65212414b17abbbd4a12110a5d32e64e9633700bae34e3b81e2ea17b2b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af1fbfb7ad6ac0009ccee33c90a1d303431c7fb594335eb97760988727a37577
MD5 c189fb558c731d1d600e76b87c598159
BLAKE2b-256 67ee2319050b463e7e8dee5a2384a405816fbc51a558c88f11a3a436f079ad8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 969.4 kB
  • 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58fc3ad5e1cfd2e6d24741fbb1e216b388115d31b0ca6670f894187f280b6ba6
MD5 bfcc0bc46177e5176cb144c8bd5c3116
BLAKE2b-256 ba756d49e003a07722166076764f6b9a6444a653a72a44912d93f14c21e8c09c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 864.8 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 01d53958c787cfea34091fcb8ef36003dbb7913b8e9f8f62a0715234ebc98b70
MD5 a8d6b6d3f4bd6a60b6ec46fc0066364c
BLAKE2b-256 235483f2f9c86749ac10d17f37d51d29d1e80f83cd20b095e4283646ff36afc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a1bc30f0c18444d51e9b0d0dd39e3a4e7c53ee74190bebef238cd58de577ea9
MD5 31376fa1e748da955755ea40459be560
BLAKE2b-256 d49b61d6cf04113855041cc22c1b66977657e7a323718eb89f4af54f4077212e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2754fa68da08a854f4816e05160137fa938a2347276471103d31e04bcee5365c
MD5 cadc595b628245131b42cdb8c84dfd88
BLAKE2b-256 b042b4515c34658a0fc172edaf68982aa39b213c3677de7f56c2bc2a194d57ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8539216173135e9e89f6b1cc392e74e6b935b91e8c76106cf50e7a02ab02efe5
MD5 593b12f381e1e4c8578b544d4fe41f6f
BLAKE2b-256 42a814ef1a6526e709f81fb06aced32ba894098cf8037d21d5c243eb1aca95b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31e523d067ce44a04e876bed3ff9ea1ff8d1b6636d16e5fcace9d22f8c564369
MD5 991ad1e2a3cf31076b6fd6694415c2db
BLAKE2b-256 da3c71ca87cf890ea30ea10862ea10db31838e054c296e775df2c8a50b6fd18d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75243e422e85a62f0ab7953dc315452a56b2c6a7e7d1a3c3109ac3cc57ed6b47
MD5 235c915b2c8a3f7f4eeb67045d1d98cd
BLAKE2b-256 8040044fb4342b613ad45882dd3a1b7f34565885f5f12b833e9fb726e9cf55b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e7b87638ee30ab13230e37ce5331b3e730b1e0dda30120b9eeec3540ed292c8
MD5 a964744ba2b1202b869e0ed209f72aaa
BLAKE2b-256 eb3007fab0f1344cd32c739e3fa0e3f1a266350317e2f77e945f8eada47eae24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 487305c2a011fdcf3db1f24e8814bb76d23bc4d2f46e145bc80316a59a9aa07d
MD5 b7e1931d35b4945ce7ef290951811e87
BLAKE2b-256 f8a285b36d137ef3b4f9806f6f21552c57c3dab592d540980fa8fd615a43f623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2d05d904f03ddf1e0d83d97341354dfe52244a619b5a1440a5f47a5b3451e84e
MD5 81ab5c1fc85c0e685ec1cfaac6398a9f
BLAKE2b-256 3ffa55c6f991e6eda6b79e4f7b3d940660ba47579fe9db5c966d92adf1b2110b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a154ef810d44f9d28868be04641f837374a64e7449df98d9208e76c260c7ef1
MD5 0332532ccbdd219a4684d57a129b6c46
BLAKE2b-256 f9519515efb57e6e46650d4dd78726fd1e5347e2b014ce94f482a12c1157d2d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 976.2 kB
  • 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e99629a976809fe102ef73e856cf4b2660acd82a412a51e80ba2215e523dfd0a
MD5 6e1067667a0f204e8194ebfeccd1e618
BLAKE2b-256 ba0c74ec9bd576d77adca6027fd7fb50f6bfad35ac1f72ca4bedfed2ac0bf69d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 869.5 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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3670e8c5644768f214a3b598fe46378a4a6f096d5fb82a67dfd3440028460565
MD5 51d4195ff2183b9b3fc5418b24bab461
BLAKE2b-256 5f382665a604c359a779f6a4a091095ce57cd615b094c7d738c9dcad6df7b0ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4d3d604fe0a67afd1aff906e54da557a5203368a99dcc50a70eef374f1d2abef
MD5 c10e6d34fb653f50c8a3082c37e32fc3
BLAKE2b-256 135116b0b03dcd26e4613f458a2523d3803a65e26972f89fb91296b091870794

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4725412e27612f0d7d7c2f794d89807ad0227c2fc01dd6146b39ada49c748ef9
MD5 b5518edbf6ef77f2f4ef4a596104ecf0
BLAKE2b-256 b4052e9aeb882648498c574d1a25a047acd03dc23b60016bb80085cbe78429e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c21a5f4e54a807df5afdef52b6d24ec1580153a6bcf0607f70a6e1d9fa74c5c3
MD5 24cffec8bbca1ad2eabd13fdf479e883
BLAKE2b-256 f9857a7b13f38287accea5bfdaf3e91daf8b017d6f2ed55ae17b7cfb3203293c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3594c0ff604e685d7e907860b61d0e10e46c74a9ffca168f6e9e50ea934ee440
MD5 1610d4ffe53146077fe163fcb9a2764e
BLAKE2b-256 1f3229071fa17e17636636dfb7e7c6ee941790bcad5f7281561a68baea5c2bdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 610d2d112acd4e5501fac31010064a6c6efd716ceb968e443cae0059eb7b86de
MD5 2f024c50f07ba6d2563e588fa205dbdf
BLAKE2b-256 fe3245d41f2e2316e534c004aea758500e17687afc36ec91e20137d8909538e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9ca6db34b26c4d3e9b0728841ec9aa39484eee272caa97972ec8c8e231b20c7e
MD5 5368cb055e02801c9346b9b6c5215103
BLAKE2b-256 025edae3cfb179ee0149c8b00f6400cd372fc6b738705f51db3e0f5b7384399a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 62b9e80890c0d2408eb42d5d7e1fc62a5ce71be3288684788f74cf3e59ffd6e2
MD5 3841b227444706ce72845a80c696a982
BLAKE2b-256 08d76aec451d335d8f691993d63105009f508e4011bad0414ab4e6255b31798e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 484c2c4ee02c1edc07039f42130bd16e804b1fe81c4f428e0042e03967f40c20
MD5 343e9dad5231ce70be9a4025a408a2fd
BLAKE2b-256 41a53fa528007e7f54fa4a6c76397ed994d7b82958bc1d641a7a1f692a0ff499

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 975.6 kB
  • 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b90bb8dfbbd138558f1f284fecfe328f7653616ff9a972433a00711d9475d1a9
MD5 69df5b19edd5dd92120cd0bfc628236b
BLAKE2b-256 29f3453d0971055fefe44b153b50db5ffdd569356618434846d42f9562df15a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 869.4 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6bf3842af37af43fa953e96074ebbb5315f6a297198f805d019d788a1021dbc8
MD5 e05a036089aaf802ac34d6afd12025bb
BLAKE2b-256 b0df5bfe59d286dd82fae92712f259c3b47926ec74d6708e9c27e5b424de24b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be05504af0619d1cffa500af1e0ede69fb683f301003851f5993b5247cc2c576
MD5 6b583d3bebf4d88f54b555cc38c6d40c
BLAKE2b-256 d1b77e96fd2807992197a7eb383bfbc90950048260fd0aa51ae9c65caa9035f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4c25c95416133942280faaf068d0fddfd642b927fb28aaf4ab201a738e597c1e
MD5 6fba5b31061e4df9a2b27929e5d30f21
BLAKE2b-256 779b14de93488ac5ff111f3fcfdde9ea9e84906968282fddd2a265e07670cadb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 60ecbfe7669d3808ffa8a7dd1487d6eb8a4015b07235e3b723d4b2a2d4de7203
MD5 e8b84b7a8dff849c4a6d2a1334c6ad2b
BLAKE2b-256 8566604961b4684a0e56b120b48185f700c8b5750bcb74df37b694054ea30eb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17e1cb97d573ea84d7cd97188b42ca6f611ab3ee600f6a75041294ede58e3d20
MD5 767e8947101eda749168133faffc016a
BLAKE2b-256 434249d5ad17b3da40c5712f9eeb1452d507f9d534b520efa3eb9237990218ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b055a1cddf8035966ad13aa51edae5dc8f1bba0b5d5e06f7a843d8b83dc9b66b
MD5 7106a9c1baf23475c82a8e2648f0ac1e
BLAKE2b-256 57ac67881ebf4380c7542d986e914829d32dabca027ac5a66087e5350644f3d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 731b208bc9412deeb553c9519dca47136b5a01ca66667cafd8733211941b17e4
MD5 e49e5d0c206e0f9f6c541d912ae373e6
BLAKE2b-256 5342c4f9a4a14fa4f10ef61a9f8d5d8587cb36e7109082a5ebaf2438cd8921bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e14df47c1265356715d3d66e90282a645ebc077b70b3806cf47efcb7d1d630cb
MD5 0dcd069afb64d35faa8221a4f6cfe4a6
BLAKE2b-256 3b06af109f55f372e428d49d352228a6c14cd70946b20f36aa74185c2238d828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 293a7c2128690f496057f1f1eb6074f8746058d13588389981089ec45d8fdc77
MD5 c67ab779dbf66028f42a504b136336b2
BLAKE2b-256 4a587767b8311c2f28f52fecc2d561637ca19848d93c5bd27d633e70c9822099

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 992.9 kB
  • 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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cac602e02341eaaf4edfd3e29bd3fdef672e61d4e6dfe5c1d065172aee00acee
MD5 ae8b319414d9cad41a9749028fd32871
BLAKE2b-256 09c440133b9e77dd6737ec0b3a512a2927f428a93ba3e6cdd9315035c1bce579

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 866.5 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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 02f5cb60a7da1edd5591a15efa654ffe2303297a41e1b40c3c8942f8f11fc17c
MD5 43068691314df0f33b14a37d3aa0678f
BLAKE2b-256 10704a8f4b8dfbbe5c73a56b9cdcdc17dbe82b03d95fb3cf64e90b66cbb68258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 183e18742be3621acf8908903f689ec520aee3f08449bfd29f583010ca33022b
MD5 eb6550e46063356adb00145ff555ab81
BLAKE2b-256 fd79b4fd6a902b5057ff9bd5de592550f6e8b91067b995dad4ccf37b07aa396d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9a2d5e419bd39a1edb6cdd326d831f0120ddb9b1ff397e7d73541bf393294973
MD5 0067e42f092845cb9f23139060eb569d
BLAKE2b-256 496a8e85abffd399ecedeb5ca4e231c750e0ac7d2cac7dc08938d03f1bea4767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fc7c1421c5b1c916acf3128bf3cc7ea7f5018b58c69a6866d70c14190e600ce9
MD5 203a37c0ab22ea9d3e72d66ebe1ff1c6
BLAKE2b-256 dcd2432640692e3a1df103c9686c60fc973c63794911485f617cae697f781300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 930e6ad4f2eaac31a3d0c2130619d25db754b267487ebc186c6ad18af2a74018
MD5 152bfce16b9c26cac11789b0983dc9bd
BLAKE2b-256 9b729c6c6fa3da365a0acefd90a6e7a536cd8d9f891e5c77127be30be28d9a77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 531866c491aee5a1e967c286cfa470dffac1e2a203b1afda52d62b58782651e9
MD5 8ba7d81a6c9e4eb19243d0ad90a3fd0e
BLAKE2b-256 b4b90e2f77522c5e670abc4a8b95356522d0a6edd74f13821cdbbc3d0e64131d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1081d7030a1229c8ff90120346fb7599b54f552e98fcea5170544e7c6725aab
MD5 f2a53e995f6b024e0ef201fc2645f184
BLAKE2b-256 e807d5ce55d1b93e16db0aa2344c5324c44e4cdc1c4f3e4ca24b8cce5f74bd56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3f96d452e9580cb961ece2e5a788e64abaecb1232a80e61deffb28e105ff84a
MD5 2c32733c48d0f0bead915456a4f579b3
BLAKE2b-256 ac3afd0680f45a02bb24d40943e22f88ed28a4f292fa7fb96037b1cca37b50aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 94f0a7289d0f5c80807c37ebb404205e7deb737e8763eb176f4770839ee2a287
MD5 194b68437ceaf5062c1edec1d42e16db
BLAKE2b-256 df585f5d88ada0e1059f6ac45412c86652f86821150cfeb225cf0bb94595aac5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 884.4 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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 926236ca003aec70574754f39703528947211a406f5c6c8b3e50eca04a9e87fc
MD5 16c47e220826f132760f0183db306f5d
BLAKE2b-256 b03c0a309509141d670b70e126c6ba00f2d2dfe92649aacdc21dad48cd037e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a1cd4a95f176cdc0ee0a82d49d5830f13ae6015d89decbf834c273bc33eeb3d3
MD5 d0750626f987a3f28aa1ff6762dd4735
BLAKE2b-256 1702b8f15787b2a72cba595b5aa75c76c13683fcef017f22af09b7f65c8f288e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 81f99fb1224d36eb91557afec8cdc2264e856f3464500b55749020ce4c848ef2
MD5 dc22f66718ecd4882328a7d03e2e6e04
BLAKE2b-256 d52ee34c2187694d2fafc7237a6cf6267d9872c1524c965ca82b94d41fca9d62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5049e75cc99db65754a3da5f079230fb8889230cf09462ec972d884d1704a3ed
MD5 1256b355a90640d3b1219ae2a04b1ae2
BLAKE2b-256 4b6bf11212e1d0b1424f320e766383bcd53b9f62132ac313385589eeef37a918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4046d03100aca266e70d54a35694cb35d6654cfbef633e848b3c4a8d64b9d187
MD5 5474d3b393dfc56fd8b7f9442d062923
BLAKE2b-256 5572583bd1168ff88f52ffb82827a0498f59e0c2edbc844a74be86b3181cbfc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7877264aa851c19404b1bb9dbe6eed21ea0c13698be1eda3784aab3036d1c861
MD5 03c46f0157f2d1ff25b9be1a20640d7b
BLAKE2b-256 febea0aa5e60693c0618f15ef8d1a0743ef8431d366b30b5bca41ea14f01391a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3100dddcada66ec5940ed6391ebf9d003cc3ede3d320748b2737553019f58230
MD5 a7b1ebc759d26c5e708f6c30947fbecb
BLAKE2b-256 6707a78a31b9267ffb80319eda7eaa629fc95497be316ab18d5a58f560e18896

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ccb3e1a863222afdbda42b7ca8ac8569959593d7abd44f5a709177d6fa27d266
MD5 e21f147a1bb5912e94ca9ac5b392cac3
BLAKE2b-256 5f47194e743803010b7cd7dc6b461921e438abfa00a92700cf94af0750b327bf

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