Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast messaging implementation.

PyZMQ should work with any reasonable version of Python (≥ 3.4), as well as Python 2.7 and 3.3, as well as PyPy. The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x), but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).

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

ØMQ 3.x, 4.x

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

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

Documentation

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

Downloading

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

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

Building and installation

For more detail on building pyzmq, see our Wiki.

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

pip install pyzmq

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

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

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

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

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

# RHEL-based
sudo yum install libzmq3-devel

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

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

Old versions

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

pip install 'pyzmq<16'

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

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

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzmq-25.1.2.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (800.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (800.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (806.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (963.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (806.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

pyzmq-25.1.2-cp312-cp312-win32.whl (954.9 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-25.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-25.1.2-cp312-cp312-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

pyzmq-25.1.2-cp311-cp311-win32.whl (904.9 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-25.1.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.1.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.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-25.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (904.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-25.1.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.1.2-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-25.1.2-cp310-cp310-win32.whl (906.3 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-25.1.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-25.1.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.1.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.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-25.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (897.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-25.1.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.1.2-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-25.1.2-cp39-cp39-win32.whl (908.0 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-25.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.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.1.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

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

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pyzmq-25.1.2-cp38-cp38-win32.whl (908.6 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-25.1.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-25.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-25.1.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.1.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-25.1.2-cp37-cp37m-win32.whl (907.5 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-25.1.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.1.2-cp37-cp37m-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-25.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (901.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-25.1.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.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-25.1.2-cp36-cp36m-win32.whl (919.2 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-25.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (878.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-25.1.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.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pyzmq-25.1.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.1.2.tar.gz.

File metadata

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

File hashes

Hashes for pyzmq-25.1.2.tar.gz
Algorithm Hash digest
SHA256 93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226
MD5 280afc0992b0a9f109dafc1e672d2f26
BLAKE2b-256 3a331a3683fc9a4bd64d8ccc0290da75c8f042184a1a49c146d28398414d3341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3c00c9b7d1ca8165c610437ca0c92e7b5607b2f9076f4eb4b095c85d6e680a1d
MD5 d053be4d2dab5c7f961c28f82a492de0
BLAKE2b-256 5f91a618b56aaabe40dddcd25db85624d7408768fd32f5bfcf81bc0af5b1ce75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cb8fc1f8d69b411b8ec0b5f1ffbcaf14c1db95b6bccea21d83610987435f1a4
MD5 8235772ff7e26cc2a2f26a9319c52c5c
BLAKE2b-256 4c43150b0b203f5461a9aeadaa925c55167e2b4215c9322b6911a64360d2243e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c61e346ac34b74028ede1c6b4bcecf649d69b707b3ff9dc0fab453821b04d1e
MD5 04275afdf12354d9cf899955ec2118ef
BLAKE2b-256 4181ace39daa19c78b2f4fc12ef217d9d5f1ac658d5828d692bbbb68240cd55b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 759cfd391a0996345ba94b6a5110fca9c557ad4166d86a6e81ea526c376a01e8
MD5 e72aa74174c228680e26c26c7ee9d786
BLAKE2b-256 4497a760a2dff0672c408f22f726f2ea10a7a516ffa5001ca5a3641e355a45f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8c1d566344aee826b74e472e16edae0a02e2a044f14f7c24e123002dcff1c05
MD5 f3060c0dc465ccc47722dda06d10eac2
BLAKE2b-256 6bfeed38fe12c540bafc1cae32c3ff638e9df32528f5cf91b5e400e6a8f5b3ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 146b9b1f29ead41255387fb07be56dc29639262c0f7344f570eecdcd8d683314
MD5 2641ac8de3e7ea771cb8b9bb7db3897d
BLAKE2b-256 4fdbe72ff73ec9e34e03f087539cce56021c45518dcc97a6d72cf10661924917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3516e0b6224cf6e43e341d56da15fd33bdc37fa0c06af4f029f7d7dfceceabbc
MD5 51b1524525cec0a47b00bab807c61785
BLAKE2b-256 79a24c3e2df4e1831781216f9f5552abea4eeba66e43fa9da411ee4eac94fe98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4345c9a27f4310afbb9c01750e9461ff33d6fb74cd2456b107525bbeebcb5be3
MD5 5153e88538937c173784228f3f31234a
BLAKE2b-256 51b2720e526c69278579fb30e98ed2e4909974773bad59b3c7175073c941522e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99a6b36f95c98839ad98f8c553d8507644c880cf1e0a57fe5e3a3f3969040882
MD5 42a653a4b5ed98f106abd1b239e3c108
BLAKE2b-256 346bfdacd396a610ce164724891d1ef49de59585d1e43a7d3252c1665ab41ab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a18fff090441a40ffda8a7f4f18f03dc56ae73f148f1832e109f9bffa85df15
MD5 1f33cce2208272da21617025846a45d7
BLAKE2b-256 644f809361fee5c9884bd2f40f43128304faa694c5d50acd38e590e5acf04fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 889370d5174a741a62566c003ee8ddba4b04c3f09a97b8000092b7ca83ec9c49
MD5 dcb353fef0c295961a2605b224088083
BLAKE2b-256 786979f790904c6336c218af7a2497c998da036678d567b634ffda8feb01f80a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8b14c75979ce932c53b79976a395cb2a8cd3aaf14aef75e8c2cb55a330b9b49d
MD5 bae73134b1b88ccba31753ba53819ad2
BLAKE2b-256 f866fb5b738c88e7495fe345af3d53733a94e5df2984dff045f5f6c07a99e8e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b9b1f2ad6498445a941d9a4fee096d387fee436e45cc660e72e768d3d8ee611
MD5 9676e7e48a7c263f479d7e7b1246810d
BLAKE2b-256 0f1e07243369bfdbf9003aa3405366cc22c23c53939dab6ac6db6baa517ee0c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea253b368eb41116011add00f8d5726762320b1bda892f744c91997b65754d73
MD5 805b344ed925a7eb56fb0d39b2ffd698
BLAKE2b-256 e48767b066004492ebd74de8961d8615164b08a7719012acd50dd53269eb0657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ef12e259e7bc317c7597d4f6ef59b97b913e162d83b421dd0db3d6410f17a244
MD5 4f1dd9777ca8ab9850e4c16a0c97d184
BLAKE2b-256 31b4f51534f64a113471ab36b466c9ab2703e4111fc2cf51b015afe03c62d00c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0806175f2ae5ad4b835ecd87f5f85583316b69f17e97786f7443baaf54b9bb98
MD5 48fd8cd76e6f5a9107eacce42680731d
BLAKE2b-256 10e59800a881ff350cb3746a51ac779f33f7322526e315e6b09a52e62dc0b54e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a793ac733e3d895d96f865f1806f160696422554e46d30105807fdc9841b9f7d
MD5 e405302363cda518bc1270ad9bf1d953
BLAKE2b-256 19820adf75758a44cfde0c01e5cdf9b34371e41b25d225294cfa4ab1df1305dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1b604734bec94f05f81b360a272fc824334267426ae9905ff32dc2be433ab96
MD5 249bfe0b800442c4c0fbe0825c3b82bc
BLAKE2b-256 0526d287c941c9ffa85e6304d15d182c1260e10b562dc7e297484cd3d436a9d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ac170e9e048b40c605358667aca3d94e98f604a18c44bdb4c102e67070f3ac9b
MD5 ba194435befafb95c7662bab21613a9f
BLAKE2b-256 b8151a0b33c389b227ed1a06bcd0c727845846c5f79f0d2c3888bee5e6532c66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 45999e7f7ed5c390f2e87ece7f6c56bf979fb213550229e711e45ecc7d42ccb8
MD5 4963dc365ffe60a6809fff2552695732
BLAKE2b-256 3bc15fa86d84b7f0389ea38c2f72509bf48a828386ebf44a020f7af05de68eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 df0c7a16ebb94452d2909b9a7b3337940e9a87a824c4fc1c7c36bb4404cb0cde
MD5 34f66066a2baaaf9a8fcd1d7603f1b7f
BLAKE2b-256 18ba9f87e792e119755ff93e37acb12b2e4d48aa2798dc64bf208aec77703ffa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ced111c2e81506abd1dc142e6cd7b68dd53747b3b7ae5edbea4578c5eeff96b7
MD5 579f063c249844df390062f6fb17e116
BLAKE2b-256 2c2d04fab685ef3a8e6e955220fd2a54dc99efaee960a88675bf5c92cd277164

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 02bbc1a87b76e04fd780b45e7f695471ae6de747769e540da909173d50ff8e2d
MD5 ad4b828f1952bbda8069b0b5d305150d
BLAKE2b-256 341458e5037229bc37963e2ce804c2c075a3a541e3f84bf1c231e7c9779d36f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b264bf2cc96b5bc43ce0e852be995e400376bd87ceb363822e2cb1964fcdc737
MD5 951497aa04bada77cab3ef2c71f98001
BLAKE2b-256 cf4954d7e8bb3df82a3509325b11491d33450dc91580d4826b62fa5e554bb9cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7ae8f354b895cbd85212da245f1a5ad8159e7840e37d78b476bb4f4c3f32a9fe
MD5 1d681bb4bb3c883b27ec973a56ee78b8
BLAKE2b-256 b1715dba5f6b12ef54fb977c9b9279075e151c04fc0dd6851e9663d9e66b593f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5074adeacede5f810b7ef39607ee59d94e948b4fd954495bdb072f8c54558181
MD5 0ab60412c68b99436eb59080139e174f
BLAKE2b-256 56635c2abb556ab4cf013d98e01782d5bd642238a0ed9b019e965a7d7e957f56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8429b17cbb746c3e043cb986328da023657e79d5ed258b711c06a70c2ea7537
MD5 527035be312595a88f44f7e1caba0699
BLAKE2b-256 3af1e296d5a507eac519d1fe1382851b1a4575f690bc2b2d2c8eca2ed7e4bd1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02c9087b109070c5ab0b383079fa1b5f797f8d43e9a66c07a4b8b8bdecfd88ee
MD5 6039e46985523ea19c7fae92e1b2463b
BLAKE2b-256 93b76e291eafbbbc66d0e87658dd21383ec2b4ab35edcfb283902c580a6db76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc31baa0c32a2ca660784d5af3b9487e13b61b3032cb01a115fce6588e1bed30
MD5 14f307f88323e7a583330e4e3386cc70
BLAKE2b-256 40aaae292bd85deda637230970bbc53c1dc53696a99e82fc7cd6d373ec173853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b3cbba2f47062b85fe0ef9de5b987612140a9ba3a9c6d2543c6dec9f7c2ab27
MD5 feb788f5171754d08e91838f3dc22d19
BLAKE2b-256 7255cc3163e20f40615a49245fa7041badec6103e8ee7e482dbb0feea00a7b84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 11e70516688190e9c2db14fcf93c04192b02d457b582a1f6190b154691b4c93a
MD5 ec4c80cc00a8ae2e31d844496008638b
BLAKE2b-256 6ef0d71cf69dc039c9adc8b625efc3bad3684f3660a570e47f0f0c64df787b41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 313c3794d650d1fccaaab2df942af9f2c01d6217c846177cfcbc693c7410839e
MD5 34cbf54f46f980b1297dc6facfa8731a
BLAKE2b-256 6862d365773edf56ad71993579ee574105f02f83530caf600ebf28bea15d88d0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 25c2dbb97d38b5ac9fd15586e048ec5eb1e38f3d47fe7d92167b0c77bb3584e9
MD5 1dffd82160bf8a4718af478ea52b5aea
BLAKE2b-256 20d209443dc73053ad01c846d7fb77e09fe9d93c09d4e900215f3c8b7b56bfec

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4e5837af3e5aaa99a091302df5ee001149baff06ad22b722d34e30df5f0d9097
MD5 71b4f117db95236143fd4a6e352e4ac0
BLAKE2b-256 f5afd90eed9cf3840685d54d4a35d5f9e242a8a48b5410d41146f14c1e098302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9880078f683466b7f567b8624bfc16cad65077be046b6e8abb53bed4eeb82dd3
MD5 0edf728f17c39563ea44335dec3ab03a
BLAKE2b-256 1d6d0cbd8dd5b8979fd6b9cf1852ed067b9d2cd6fa0c09c3bafe6874d2d2e03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cc69949484171cc961e6ecd4a8911b9ce7a0d1f738fcae717177c231bf77437b
MD5 6a7281dcec1ae7c40b7cab1502c8adb3
BLAKE2b-256 fa52c6d4e76e020c554e965459d41a98201b4d45277a288648f53a4e5a2429cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4e6f689880d5ad87918430957297c975203a082d9a036cc426648fcbedae769b
MD5 db6b60e19485c18186712eb4b50a5595
BLAKE2b-256 149b341cdfb47440069010101403298dc24d449150370c6cb322e73bfa1949bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d1299d7e964c13607efd148ca1f07dcbf27c3ab9e125d1d0ae1d580a1682399d
MD5 af6b9c293c2c7a24f30b287de29df4f2
BLAKE2b-256 18d1b3d1e985318ed7287737ea9e6b6e21748cc7c89accc2443347cd2c8d5f0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7598d2ba821caa37a0f9d54c25164a4fa351ce019d64d0b44b45540950458840
MD5 376f896eaafd00fa5e2eecc83c984d40
BLAKE2b-256 b61dc35a956a44b333b064ae1b1c588c2dfa0e01b7ec90884c1972bfcef119c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e124e6b1dd3dfbeb695435dff0e383256655bb18082e094a8dd1f6293114642
MD5 d3b43bf4369ad2031976a2256c7abac9
BLAKE2b-256 77b78cee519b11bdd3f76c1a6eb537ab13c1bfef2964d725717705c86f524e4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc69c96735ab501419c432110016329bf0dea8898ce16fab97c6d9106dc0b348
MD5 4b73000f2a7845821240022a6ca33c9c
BLAKE2b-256 bc4aac6469c01813cb3652ab4e30ec4a37815cc9949afc18af33f64e2ec704aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 82544e0e2d0c1811482d37eef297020a040c32e0687c1f6fc23a75b75db8062c
MD5 968e53b4b9982e4da3fec6a5e29d3ef6
BLAKE2b-256 35de7579518bc58cebf92568b48e354a702fb52525d0fab166dc544f2a0615dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01171fc48542348cd1a360a4b6c3e7d8f46cdcf53a8d40f84db6707a6768acc1
MD5 7b6f600269a66817742d32b4b10bf71d
BLAKE2b-256 cef958b6cc9a110b1832f666fa6b5a67dc4d520fabfc680ca87a8167b2061d5d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa99973d2ed20417744fca0073390ad65ce225b546febb0580358e36aa90dba6
MD5 056a56b2525753e388646d71160e1f01
BLAKE2b-256 9d5f2defc8a579e8b5679d92720ab3a4cb93e3a77d923070bf4c1a103d3ae478

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 09dfe949e83087da88c4a76767df04b22304a682d6154de2c572625c62ad6886
MD5 1c067772a33980df345b77a88573d7a6
BLAKE2b-256 d6e571bd89e47eedb7ebec31ef9a49dcdb0517dbbb063bd5de363980a6911eb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5a68d491fc20762b630e5db2191dd07ff89834086740f70e978bb2ef2668be08
MD5 00e1566a251065e3322b2338b9496737
BLAKE2b-256 bcabc9a22eacfd5bd82620501ae426a3dd6ffa374ac335b21e54209d7a93d3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 00c48ae2fd81e2a50c3485de1b9d5c7c57cd85dc8ec55683eac16846e57ac979
MD5 1dccb7527eb45d8f82932e167e8e3ca8
BLAKE2b-256 a2102b88c1d4beb59a1d45c13983c4b7c5dcd6ef7988db3c03d23b0cabc5adca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 246747b88917e4867e2367b005fc8eefbb4a54b7db363d6c92f89d69abfff4b6
MD5 46aafaddf565b411cdad1cf8291c961c
BLAKE2b-256 64fb4f07424e56c6a5fb47306d9ba744c3c250250c2e7272f9c81efbf8daaccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ddd6d71d4ef17ba5a87becf7ddf01b371eaba553c603477679ae817a8d84d75
MD5 6b34d439c4291e5a7184adf4b486370b
BLAKE2b-256 67bf6bc0977acd934b66eacab79cec303ecf08ae4a6150d57c628aa919615488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f51a7b4ead28d3fca8dda53216314a553b0f7a91ee8fc46a72b402a78c3e43d
MD5 286d2ed0b0037fc335f2982ca3cfd479
BLAKE2b-256 821bb25d2c4ac3b4dae238c98e63395dbb88daf11968b168948d3c6289c3e95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 faf79a302f834d9e8304fafdc11d0d042266667ac45209afa57e5efc998e3872
MD5 edf52de23098ca4aed1dbca8806572b0
BLAKE2b-256 7c88c1aef8820f12e710d136024d231e70e24684a01314aa1814f0758960ba01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9a5f194cf730f2b24d6af1f833c14c10f41023da46a7f736f48b6d35061e76e
MD5 b81d7e6b9f714e254649c5ae386245ab
BLAKE2b-256 d1f5d6b9755713843bf9701ae86bf6fd97ec294a52cf2af719cd14fdf9392f65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e624c789359f1a16f83f35e2c705d07663ff2b4d4479bad35621178d8f0f6ea4
MD5 b74b0a2b491afca91e45afbff9761b00
BLAKE2b-256 5ef4901edb48b2b2c00ad73de0db2ee76e24ce5903ef815ad0ad10e14555d989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49151b0efece79f6a79d41a461d78535356136ee70084a1c22532fc6383f4ad0
MD5 3f815086dad4bc69c92f4809ee76e56c
BLAKE2b-256 5e462de69c7c79fd78bf4c22a9e8165fa6312f5d49410f1be6ddab51a6fe7236

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8e9f3fabc445d0ce320ea2c59a75fe3ea591fdbdeebec5db6de530dd4b09412e
MD5 b47787e3755ce7e0ff908ae7727cbd7a
BLAKE2b-256 11aed573f1c3854fff3714fe3cbf8ed3ce4200cc2aa81ab159dfe74b660d6523

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 39b1067f13aba39d794a24761e385e2eddc26295826530a8c7b6c6c341584289
MD5 e8a29ff15cf663579eac19a00a83b444
BLAKE2b-256 6bdc315550144d0d2826346545181e9bd0cd5078d3487cc95d1b93cc60703d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 db36c27baed588a5a8346b971477b718fdc66cf5b80cbfbd914b4d6d355e44e2
MD5 0a934199504d03fde625817d5f1915e1
BLAKE2b-256 af9b172c911395609eb682e5b42a8ee269e30b137deb1abc8f9810b0891deeb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1ec23bd7b3a893ae676d0e54ad47d18064e6c5ae1fadc2f195143fb27373f7f6
MD5 7f3e44f256173408baa0868d458faaa3
BLAKE2b-256 3d44f1d82cf6bb420c98021c21e5bbddc472f48ed09bbd78f59e4982ff3e95b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 518efd91c3d8ac9f9b4f7dd0e2b7b8bf1a4fe82a308009016b07eaa48681af82
MD5 c1b4f0c7f10118a127353f575e77de58
BLAKE2b-256 e5c4e7907831d98eb53107779cf410d764c62cc801f589f4b8d92fcf990ea232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c9a79f1d2495b167119d02be7448bfba57fad2a4207c4f68abc0bab4b92925b
MD5 b719742ce068d00da2009010a3194e61
BLAKE2b-256 cf39ac4ef81394952b131a0caa86c37e5f12bdf7ed834552a0018bc98cc1857c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c0b5ca88a8928147b7b1e2dfa09f3b6c256bc1135a1338536cbc9ea13d3b7add
MD5 a5e5728489ece64f7d269163f267caf7
BLAKE2b-256 768b6fca99e22c6316917de32b17be299dea431544209d619da16b6d9ec85c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 004ff469d21e86f0ef0369717351073e0e577428e514c47c8480770d5e24a565
MD5 97db96dc95a88e18fccecf1d4ddce20b
BLAKE2b-256 bd0dc24fd40ba274687d01cf0b87836fbd30a3ba340f8d4e9a8aa8bc9e815dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 94504ff66f278ab4b7e03e4cba7e7e400cb73bfa9d3d71f58d8972a8dc67e7a6
MD5 ce99c1a48c922f8be05df550c6b30f1b
BLAKE2b-256 ea9ba6ea7c6fe5d5d62de8bf97cc76c3499bc7b347c0e8b2bf1cbebbf23815d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6dd0d50bbf9dca1d0bdea219ae6b40f713a3fb477c06ca3714f208fd69e16fd8
MD5 85d6c2fddfed5a9cd4dfe3dfc94b643a
BLAKE2b-256 39401fcf0370efab2a5610d4abdc11df0957959a94fc85f6456a645ededcdf94

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eb7e49a17fb8c77d3119d41a4523e432eb0c6932187c37deb6fbb00cc3028088
MD5 ae17b10597aecbc7133dbfb46d8c9999
BLAKE2b-256 0cd52924d6d5ff6f96917701ad11cf041e40d7495eca70451601afd7c1ed0938

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 07cd61a20a535524906595e09344505a9bd46f1da7a07e504b315d41cd42eb07
MD5 01bedbe1059b2eb7126467cede8212a3
BLAKE2b-256 bd2adcbd36121093f4ec85a794fe71d2ebd5e31e17b49bfffd538e60a5f83178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e2713ef44be5d52dd8b8e2023d706bf66cb22072e97fc71b168e01d25192755
MD5 5c8c26a743e560284fe6c2b9ffa847df
BLAKE2b-256 8488d1a88148aa2a773ecf9d0d9a276f54198bebad526974e3f2649a5c5c2f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 019744b99da30330798bb37df33549d59d380c78e516e3bab9c9b84f87a9592f
MD5 f5167159331f204217e5ad8fd77160b4
BLAKE2b-256 a743b0c89b51fb6a33fe2f1bbc55762f6a6870a1e945ac43570a29d69fe80900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0f513130c4c361201da9bc69df25a086487250e16b5571ead521b31ff6b02220
MD5 f3117b9c74c315af61006a9cda9f4522
BLAKE2b-256 029e0436daf5c303b607b175907f97ec9b07a9284186cfdf0e934436418e1728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea1608dd169da230a0ad602d5b1ebd39807ac96cae1845c3ceed39af08a5c6df
MD5 0486f1565616069b9aaf078f87a8ed01
BLAKE2b-256 18bf7f58aa3c3c403788d20c3ed7159dc05e880cdf6379793d9ed13c99c2d93b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5dde6751e857910c1339890f3524de74007958557593b9e7e8c5f01cd919f8a7
MD5 dd390d196aa7d4014dc0535de0b14be1
BLAKE2b-256 8e2c8599c59a053e7480567d4916b1dfb47c803fabe4e6d05f5fe3c65ead4e3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8c5f80e578427d4695adac6fdf4370c14a2feafdc8cb35549c219b90652536ae
MD5 cf24135dfec999df2a0f3c64ee5fa4e7
BLAKE2b-256 a2deff565a88e515856b2f7f82bbe1f636a6254ea64bc14011a5391d8722635e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 bef02cfcbded83473bdd86dd8d3729cd82b2e569b75844fb4ea08fee3c26ae41
MD5 9557f48d762600f9a90ca80d55cc8e0c
BLAKE2b-256 34bf37c63a5b5070f8822a9d14a855e154ab6c77c2d08423c92f78f4524a80a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e10a4b5a4b1192d74853cc71a5e9fd022594573926c2a3a4802020360aa719d8
MD5 9453e3b99fa7f199042ccdc245e3d31c
BLAKE2b-256 83d8e088f82239a99055e3b8591cba5b161b33bf7048cffb533cecbe7ef92ce5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.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.11.6

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6cc0020b74b2e410287e5942e1e10886ff81ac77789eb20bec13f7ae681f0fdd
MD5 c2735a8177350d1a088c1f7fc8e7ef45
BLAKE2b-256 179cbb4e4b6981f7b68e29ab5c19ceee51a4959ea32ef0c4e627b4fa30bbfb4d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0f97bc2f1f13cb16905a5f3e1fbdf100e712d841482b2237484360f8bc4cb3d7
MD5 ffad8ee3e32c5fea019b2bd3deb12d93
BLAKE2b-256 00f5b30feb0d54920ea914d8da3358ebac8e4fed787a0ec08637848b762c1d00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 00a06faa7165634f0cac1abb27e54d7a0b3b44eb9994530b8ec73cf52e15353b
MD5 19db0f46b08bdc01c48e90a956d05ece
BLAKE2b-256 6ef9ca51269718c9ac2020e7ffa94df1176cbbdfe289a29bd42f613ef75842e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e690145a8c0c273c28d3b89d6fb32c45e0d9605b2293c10e650265bf5c11cfec
MD5 232e23ae34a90f3f25d73b6cfba00d4c
BLAKE2b-256 d0d346693f0f66ce1db0f25cde5051e1523605ffab71dfdf11e01c939ff7a88b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9add2e5b33d2cd765ad96d5eb734a5e795a0755f7fc49aa04f76d7ddda73fd70
MD5 f571f6d2e4208d12c2006ac22d9ee69e
BLAKE2b-256 f5f70aa016f33e91d8bea74f53491f17b7b57e08fdb65593a875ab20209f0d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8807c87fa893527ae8a524c15fc505d9950d5e856f03dae5921b5e9aa3b8783b
MD5 a3f14f49cd096c1b7ab87cdc7274c018
BLAKE2b-256 5b12086ae00698315303a33876f8d4dbc2183a931bc191ac644a8f6cbaf40604

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3c53687dde4d9d473c587ae80cc328e5b102b517447456184b485587ebd18b62
MD5 f929680251e205aead04472f2ce6fa5d
BLAKE2b-256 52a1bfa5b4dc5add6d20d37c1898cbb1e1f780864bf93a1e4953756ff21c3ea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e319ed7d6b8f5fad9b76daa0a68497bc6f129858ad956331a5835785761e003
MD5 a05899491632d8a5693793b3c57b41ba
BLAKE2b-256 0cf20ce629872d57089029567ea4752bcd4e411b681f01892d365c4633827199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8c8a419dfb02e91b453615c69568442e897aaf77561ee0064d789705ff37a92
MD5 be0de715b1eeb7bdfab89ccfdb436c43
BLAKE2b-256 f12feb03dbe6016aab7a836a3ebe2ac55a4b800b63e7e9d666ea33feed6bc595

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-25.1.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.11.6

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 55875492f820d0eb3417b51d96fea549cde77893ae3790fd25491c5754ea2f68
MD5 cb29f2e77c146fea8779591fd397aa5e
BLAKE2b-256 eedf024b2417b21c26b23114d26ffd80275af4ad74d02b7cef7d937bde674792

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 359f7f74b5d3c65dae137f33eb2bcfa7ad9ebefd1cab85c935f063f1dbb245cc
MD5 348626d836723b8d25c0ff7ac5cd026b
BLAKE2b-256 aa92db6ccb69a6eb71f5893bf29fe47c6413f2b6dff96835fa4223e2ec0fee0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a86c2dd76ef71a773e70551a07318b8e52379f58dafa7ae1e0a4be78efd1ff16
MD5 ea85b5775ce7f352d901f680765672a2
BLAKE2b-256 3b407a6c8249ced6d182d4a876f79639071c3756bb8ac8a057dc4b61502422c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 16b726c1f6c2e7625706549f9dbe9b06004dfbec30dbed4bf50cbdfc73e5b32a
MD5 ce3024f31732586ff664c1cf70623377
BLAKE2b-256 73a678822af7165ada37bc5dbdb8e87e5c05f31b85012b0cb036bfe0b17b6e46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2c6441e0398c2baacfe5ba30c937d274cfc2dc5b55e82e3749e333aabffde561
MD5 8b795a6ba999d05923caf526eb42b20d
BLAKE2b-256 50472338ea2fb89f2732e726b679287f16588152d802357f4f8923e991d7e0e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 967668420f36878a3c9ecb5ab33c9d0ff8d054f9c0233d995a6d25b0e95e1b6b
MD5 4e6cda5d447882df6ffcf3727c55dfe7
BLAKE2b-256 36554300215d0cd4b9a717196825ff9c57276c0441063df74604ebdab523da79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0dabfb10ef897f3b7e101cacba1437bd3a5032ee667b7ead32bbcdd1a8422fe7
MD5 335ffd2c0205e847281237aa93a97521
BLAKE2b-256 dfe6903d432e5ae810e25771dcf5712fffdbd512cbb5c5ab594250e35b59b4ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5edac3f57c7ddaacdb4d40f6ef2f9e299471fc38d112f4bc6d60ab9365445fb0
MD5 d4531874d766b92a00eea4f5c0ebf76e
BLAKE2b-256 6600fa918469483d6348b5c6eee77a6d88a4839be94f5c643710e23da26ab7af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b6d09a8962a91151f0976008eb7b29b433a560fde056ec7a3db9ec8f1075438
MD5 cab99de4a78e16ee8452fe7283dcc831
BLAKE2b-256 ab6a988c9039756f6b02241902ec3c622b35dbe4a498727e818bd0c89b9b3b16

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