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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.28+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pyzmq-25.1.1b2-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.1b2-cp312-cp312-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-25.1.1b2-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.1b2-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.1b2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-25.1.1b2-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.1b2-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-25.1.1b2-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.1b2-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-25.1.1b2-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.1b2-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

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

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pyzmq-25.1.1b2-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.1b2.tar.gz.

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2.tar.gz
Algorithm Hash digest
SHA256 10353935b9d1401d3b7ada4cb9556d65c64ef009a1a383243df912559b1d1c8e
MD5 07a510ba1d0939e819c8e029b242af07
BLAKE2b-256 f31790753db01a645398ebefd4dded5b8f7feb28a9e35f4b2161cb7f7bc06385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9de3e7ed8b3e0d22febbf3c3ae8553fc6c8e489693c089d86b01d583c5a11b46
MD5 3fff3e05733b8c3cf7977a3dca8608f3
BLAKE2b-256 e99d76dfcb52e14f639c1fd78a66500d407887d11838ea9e2ff5e2e20c25380e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2a619d61afe92e608b108781d04ded51a0e8cd1b929d7a047e9d4be0cd24ca7
MD5 b39903eac6c4fa16b964805e331d7a89
BLAKE2b-256 21b2c607905391622a9757fcdfef45da860040b4ee79aff197af696e311389d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d623f4548a0d3ac94b63c877c3bc64cf2797e5220bc4417affbcec51b925fc95
MD5 f988a71ae938c9822c40f0cf8c82e92c
BLAKE2b-256 f453d00702cd76c94ecd0e8ed9407f9056eadf33e7acb620a47b05d03c79b9bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2685fa2c531425b369ac201f59f6a9e4da6649018ad663c651f3ed20b650402f
MD5 41b377b62bcab78ba891d4b6930d2e1d
BLAKE2b-256 708a668ca63bbaa671ec2e27eb9e2f917fab6753b22a91799a71c645da6cdd5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b924f7dfa6db8f5e38305315af0adb29c25593078a87d40a98dd914a2ebf2490
MD5 9c55f42ac1c3967284fce85ea15fdba7
BLAKE2b-256 7a506895b8a18aa55d51a7e7f39afb90c84bb1dbd6310dcd6e611f8e4454b4cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2967d008f0e4fdd7bbe7f5794171fbf6bd43f696733bce7bfad855153b7d8aa6
MD5 cf14efe35964bc5e7c8536e37ce905c8
BLAKE2b-256 a1114b526362022cbcdc1649d84e828976c4a583878c6508bdec87b8def527ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 529b689ac2f38522b9b96f298e68984af9a4b232194d0cd516b3f3120391b74f
MD5 60a41eb2a45448aec0b03fb0e3104f9e
BLAKE2b-256 9f81bbe54d4023eaa1d214cde729e060b3dec8c20d537b15f93b90d99840e330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a15a993c36b321f3ea7a12c1602f8ebc14b636dbeffd0df56626e4a8013eafd9
MD5 f07afd0be2b96dfb730994c5e35b5485
BLAKE2b-256 6fdc0c454fdadfa7b7e76f46a51ad6058fe2f2d2b806b57bb2068ae6448288d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 78bd535f8a770a8f858497ed7682097f7281e5db1e0ac4280ba17970dcd4a837
MD5 7d30217ce7a5699fcbf920acb70bbc2b
BLAKE2b-256 75643e333e354ecb155cdf9d32e05408598f5e09417b7c4ffa4b64dfbc12024b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fef747e45250dba0a1bc360b5b248bac211ea53577f0c9aead47f9d652ba9110
MD5 db96e1ae0fe16b2362fa660a9a130f47
BLAKE2b-256 3a02f2e9cd09443cbe247f52b72b68a047a66f4315414747f0d5994769fd619a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0de278bf1614d77b2dbed3d4170cd63170f2bbc005d971aec4ecd2057670854a
MD5 ac16619572bf2c5393acb88cfe3e34ea
BLAKE2b-256 f06209dc96e1a00be35f6b4d0618d0e6a5a9917c20ce75c2c625523679dfc117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 38fa3bf9867a4a7d88833d724095c1c505243deaa276dd708dee4df2b5264157
MD5 591b50b7578694619199f41b9629c2e1
BLAKE2b-256 5d910cc44a0718da00a651a9ff4965eb23bdd24b2716f98b2273f1190d8d839c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7df8fbd44219332cdce47ee82e4ac5e101b62135a14d559cfbe7eaa784fec38b
MD5 287b02382f4a68ce974e8787530b9cd3
BLAKE2b-256 ef577d12897d17284c1c9b4a586601bd496940c16514737b0d9bc5295864d9b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 660027d60e16fe62dc164f1220eecdc658fd9778d1b3e2ac7285b2530984a458
MD5 95c2e584baa2fe6cfa37c756d468534b
BLAKE2b-256 a06506b3971f0b2abbbbe9a91f0a669624d3b0eccd0563c6cd412c98765e17be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 902a04c584d3a10afedbdc2e4f61f3e0b6206b94c58da8acd9ff981b7f85409f
MD5 8a5d6fae461b2c3c09633b2f103737c4
BLAKE2b-256 bfb12839cf4e456ebaa852891ed0fb8646a17829be91b4a5f644a17198d66f44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73b60e02851a46cb28ad630164178e1693c92ba01883b004fc221ff6731f0ac3
MD5 307f4d1b8ec401d7fc84d6018752e2fd
BLAKE2b-256 931f2348bf9aa329161b1a7ebf8e8740c4b50c8872322b7bacdba748ac130bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 346e66d77f2b6f93355146005c04ad6dfb43813a21533c90f435a47138f179f6
MD5 30715fed710843c98d6bd47c08ad3066
BLAKE2b-256 2e2a311f5f60301b58dda8a8246fd5ec2e4aac0f64b000b642ccf6fffe2debf2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6b4e8d797763bc1c527e7c12e10d19b1199132ca4091771a31a336267cda2c62
MD5 799656dde0c64eb3a8cb52c5b8114397
BLAKE2b-256 963a783b31544b0536b9cdafbec573968c9c7acda415fd401b58e11b04fa0290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 28f499bc50aa0940e66a2cf38bd14c3561d84e7f500484077a05665a47aad79a
MD5 8a70c8bc4d69dd49d434d8e90f38fcb6
BLAKE2b-256 c2681b015cfe4aa62b6a709a84088d4b71eccbd4dcd1bdb00dbd566d71106515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 52978fb1dd64fd511efe01fed4bd32528b0b5638fa92937a182636736ca1ad9a
MD5 e2c6429eb9a58e8b022d248b2374b9d9
BLAKE2b-256 33c48e26b45c69bc07c9edbe204a4bd441f27afc593a5cf9dfb36d07d08c197f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4b5dc9d89b531cc965e8aa1ce9af4a6daf4d3ea994818064e4082273dcffd182
MD5 a78b8bb26a185b2d1076952d5bc623d6
BLAKE2b-256 544fe34ecb4b210366b79f8887a29238d6cfc5a0a5417c2895e91b0611430ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a6f5655e5c6c5db5ead7f22f3ca44382038c3859e5c70e078c0e33fdfa6618b
MD5 76fd1041fd2b132d55f1ec9b63154971
BLAKE2b-256 5d1774bd506063011f9d1964a4fe1dc4b537d6794ef5c4457058d5c503dff421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 583c055874d0c4b9108cec3dd794440c0e93e3080c3bebf93680ed4c4f4713e9
MD5 92dd935b911a4127af1e28914f94bc3a
BLAKE2b-256 cb8d3f43bc9f980c1ab886d9f2d0735bac67115d40f91ffe23c2b0b7eea8f5eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 790725a3120f09bc26ec057ccf73a1f83eb9af2bf4b33708f5c1c4a97f900bb0
MD5 3b641df20f5807bbb6671b9cc7c42228
BLAKE2b-256 0c0f97e1e04a9ead6c41b10d9e1a9c1c3c7acecbeddf45b79e8c4b93e9d9c664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c61a07064f31a810f812c7fed9af6fbf670524289ca760db4e50aeb2de27dc42
MD5 920c2ac9eb051f6fdaf59d63eb154f04
BLAKE2b-256 c989c0ffbcb7ed890bdc3fe5d4f0dc3a090517721fb212de55dd98258d00310f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ba82ba8f7da1851e19e7c1ae9c2729224cc19cad514f872ce468bca1417621ba
MD5 0c50c05583d2de6fee67e632ec0bc0ed
BLAKE2b-256 fa7c23745b53b4fe03e3ddd5ab2c3a8ef68c00872632ec497b4b4d8cf24d9430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d74e1416d14c9ba65f94376eb31d13ffdbbb66158efa1c6e774072e60ef6b535
MD5 fa2886a37e67ed9739726a0902b499c1
BLAKE2b-256 95fb510d525f98f5061d5580a48252b5e105e0f3b4801fa1487e879f6e9eb40a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c49ef5afa3896b105f4cdea318acfc9d3c404542c8c61cb385553eba85f286a
MD5 2946b0d121e220170428641e1caaba0b
BLAKE2b-256 7facdae587c8d55734a081cdc71535c7b68ffbd5b4a26a43c6ad55736da5a548

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1844ac255609815954ed4731879352ef7e730b26926a53988fba65ddcb4477dd
MD5 f1059f1c6450397c51fed6247e1b429f
BLAKE2b-256 6807240b2072e34328913f01bfb372656ade2c463419650a4afcca2bdd14b404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 13b07f82cb1d2d8f60c693910e301a82f93263e62cf7f935c43ddab8b4303e2b
MD5 ce9a460dd818c5bc5c175ec4fbc9d50a
BLAKE2b-256 beca818fe2d3142a641b242de9efc0d8478b8a65daebefe26796508715614891

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 75a2c95a6b8988e61586fc45a9ba7e8345bcab7fa0fdabe4299b5e5251b2e048
MD5 48650dc74b9679446623455dfa4e2bea
BLAKE2b-256 775aaeaa90e297102d45080976c44cb3b49b0a4081bf5fc0f4b5d4b98b591d5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a1346a0d43acfddbfc4636756574a885c2e47d10d350854e2125597d4484eec2
MD5 b685544c8dc33f5b7689923da9c21b39
BLAKE2b-256 0d8eb775b628e0b3820458056b78442463285477652f52088866bdb82ff16e68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e66c23fd8d19bf6b0508e4b3a39f7616b950661364bf8de0297f80c06d665a0a
MD5 f6ad50b5444af726f98906958a53a870
BLAKE2b-256 7d305fd1516e0a2bcd6dd365afb3fa539c94933d71334872744e173e4d23be0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb0e812f77c9004aa116a6fbfb20298b7c84638601dd800b926cef31980f840c
MD5 c86982d650768bb36a7ee647874f2dc6
BLAKE2b-256 632dce3e309c9e133f6f1dd1cfe64423c8b8ef5892b885a2619b77b1ce008222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 39ee38073d749f57dc6673fe25be873aa57693519599a69301185e8eed7a9aa4
MD5 2023e738be9615dd75d3b0d6d5b827d6
BLAKE2b-256 334a5968a3bf883f54c0745918771b69bb2441a2c03f0947712f3049c3f0a3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb0e88238972e5e8aabd08b3902b05261725727347c99b90862e75a8b850a736
MD5 6dc0b75d5c48f4c8df291b5b0cb13ecb
BLAKE2b-256 b89f20735961d789a741b000ce9d2a41d265e24effae2f92ac778e76275361a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c63414de948213639631a38dd2fb28b0179e76addb27442679a62d8b26341864
MD5 f1b0e68607df7db5a0e125f26c8c56fd
BLAKE2b-256 20ba15330bea9f1bd2e4032ea2683243bd7fde6d6d3bc93162cb673c74f6611c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a272afc7df7beaf3001092eebea1908e137c5f1b5d8a63165cbac109fccdd1cd
MD5 8daee87a2eccb31e96aecfeccffbc22d
BLAKE2b-256 7d05f36719ab82901f68f71a2ca67e5929ca5521dfc9a05dc91191289b9caa11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3d5d4361ed37965791cc1239dd900b209cc526cf831ba33b65aed24f7753396c
MD5 8c43efce03c752eeba969d5ab5bece19
BLAKE2b-256 4fc53cb68ca5154497c0c7552bbf1a98a58b97dead978aee40af7c2fdb8f2d5e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1ee8bb0da5cf8574d12dbaa0b903a8cd38e1e61e4870a5251bffe8327b1d54a7
MD5 deba768889b3a41c420533525bfdb433
BLAKE2b-256 c710c8bd40103c4042eae7cc92d29b5cf07534218ad4c68cfa60a45460021e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b8c4b00979947cd77bd4b5c357b8695914d91ade54714d812c7963d827e63ec
MD5 f77b7111e610917aed0bf23b7a4cf596
BLAKE2b-256 1734384376ae7d9cfc7117b0c7d1fea1e7cd2ff8049652df673988ed3e657053

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d8c371870b985772c17153013801b27e929ed07833d88442d7b849842066e28d
MD5 dabbc0770fb41a3f0a95074117c41c4e
BLAKE2b-256 2f89a8532ad5ad207f1efd6c7103735c4ef8e0882f6a3fb8604a18825a2e73e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a150dc321b71680ed0bb74f9f544f352eb107eac69fcd1b393de0aefb0f6ef75
MD5 eaad6176033ffc4bccd463cf9de20cbc
BLAKE2b-256 c9209b356031d2737089710ae2048d72d556e6544f46432bb256caf6d05cd3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c1e37be2fde720809424a75b58cb0648418aa322190013fdadfd1b320ed21c5
MD5 9222ce67c6797982de80facbe4425477
BLAKE2b-256 cbc43b6bcd082f854232095576c1c7d829589371dcb59a1bad6990d4c34eba93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65cf61f753050e5a30bd51fe61cbc6d5e27c2c5a1b7b4e96badfb4bd550d1ea0
MD5 dfaec5e6b5febbd22a0ab6cd5aa6a027
BLAKE2b-256 51267cdc52ffa603f622a50cb7156e48e035258082acaadd6e70fc24fb2cfa65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b038445af6026071d2cc6297502a47faa22c9cd0422fdda40db9f8b4197bd27
MD5 63b39a3e8c7772fd727ad44f899f5702
BLAKE2b-256 bacbf4ac7af13edb16657a3cedc555386745dc83003012e628233fca656dab3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35f82f00343dbe9d4fa92bcf4f062d13b191b01b1669c7b9d0cac1339793db97
MD5 ccf6a51fe47fab5bfcb9e27793437cb8
BLAKE2b-256 e61817602ddeae33bcb180fb07ed370bf81e2c981a083d2cb1a2afe957018895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8345c169a5ab2974e1cf5ac79fc932b35941889fbfa20442c91811e9b61e047b
MD5 657f35043b5ca958e080859d719313c0
BLAKE2b-256 4a3808ef02df561fed43748135d19e04f400621fbfedcce9dd468d7affc19023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72fac5e4c87d8ddef28182691282e13fd3ba29eede84760e67897910c4cae2cc
MD5 fb792971b79aec6a7b197a08af2f4786
BLAKE2b-256 03b5c422777633e7dfb945d74ed243161ecdf1ee4c3a9fc5a26c393885782cce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ab61875a14aabd3eebf316614e2c06bf91893e58c6bf800809ffbaccfc69d8af
MD5 257f9decc15a108b164fa58042898b53
BLAKE2b-256 e339473ba9d9a0ccd519ee7cd23a7092cc5a17bc29be215098013c4b1c9b4e1a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 023bd419c845a9436d219bb2f03cbfbd586b14349eb4700ed261bc4313f60505
MD5 ddc731a95860e225989aac1c6502280a
BLAKE2b-256 cd669156d70de94486b7d7203ccb9203323ac72c50e4d7300acbafea24030bed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d16f1c9a59c8cb8710ebec1d406d987d1ed01fb8f3bc3a4d7c8049500259858b
MD5 cceb0283e07e1f240de82e4cb8cc612e
BLAKE2b-256 c9b074b2afb45ff1f5608fc9a7fc7da5e0520d39dde313c3b3efba4d1a41801c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c7eae376de5ccf1d67915092d710f3b770d7fa35e43a8e707124764e0f06aea6
MD5 8f260240e08229a78e44e69f58c96fd9
BLAKE2b-256 f1d9229dd99ca1214030b8931135c623e5cc2901310715b7c3ef69b264fce330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a641f83fb2771ac637435b58e4ad85ac513bef59bbe43fc049e4cc0107a44430
MD5 6ae451d597cccfb2e4afb44de8722cb1
BLAKE2b-256 daba6706ac1e42a46376ce28133fcb2170697e4963f2baf039bbe1afee5aba73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fabd66376611b892df6e285b567e5f422d7ca48396bc7069a82ab03fc2c97b64
MD5 4994f8a483ded538fdc9cbc614b3380a
BLAKE2b-256 5edf12cc2c14d0e56c92a563fb7ff7c56365336c0cabc82830011e8272a9125a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b52e31e49d13343207b2582b7d4c7d160f4c9cc85e48372daf5d2205d3fe4f78
MD5 1a037bb197bdf2d71fe8a0485fdef523
BLAKE2b-256 305927b3400bf9b059ae62d7b2660f850762c3d6e65a5cb0355e90eb8330b76d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b879c80c3cb24af09f30a64103f9e80bff80e8abc566494b030209736ccfd781
MD5 70117a9cc7ce32c2f24e08f103490f17
BLAKE2b-256 1ff1eedc1957523622449a5f1a5c217111ddde0b205b075eda5f8c11da267361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a5303ebbae4bf2ef5f17918bf55f5cd4f621e81ef43149d08fa8143970dfb948
MD5 dc634beee5d8643cd14a77da810fa2c6
BLAKE2b-256 b568a28b801a3375521defee7d22a2ec0405cf7b8391dd6cbae2f73f8da32afa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a6847cbba62d307767b3bac26108e7e007c31b216f21dae12a55af2d9a6b281
MD5 5033566e5bf751325c76c1a28125ad94
BLAKE2b-256 db80c2f0b59b5ff4691bc787e05e55ec85faf33eccb90ad79c8473c9c615c0b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ddf9d86325d614eb82fe6d96c51e0a4b2913598438e8d21409263c9a0b685c72
MD5 6d96729be27b0db210b34abe617f188c
BLAKE2b-256 2ab46aecedc047d5f702ff25e61c3095895a9f64eab7174dcde2f863faabbac8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 65f31354c95b4917af829d6523a1ef70cbc01b75fafa7c30c01ac2d885ce967c
MD5 278a23250602b9a7f8aad2a776b9d935
BLAKE2b-256 03f604c7913ae5342d2662828cab8a70884de5bd26434456b59776cf55a7f91a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7c272b92ced8a825384151d4acb8635ff306451cfb93523250c769de609b5145
MD5 483b2f9579f11a0f9d3a51fd5d66be24
BLAKE2b-256 ec2ff11a4292be0b6f647f0c78ae8af199800e49107c3406b9dc6f353849bdd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f86e0e886f57549eb1d7b4bb80f5abc07086455242b3ccec369f661b8d87fd65
MD5 5c6b6f9d7234a0e5361712ca7df756b1
BLAKE2b-256 36ed566effced8879f25af9410aa365f05a391c34deacd6a9157d3b84b1e3222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f17691d4244ab02a1f97913b9eaeef5e893c9e75980a6c9bc82deff13f6a7ff3
MD5 bb9a4020193180838ecc2b9001edbb05
BLAKE2b-256 c36b861c86b07c936cf6ce200c6e7a487961a5a1bbd4abcf173a7a8679c4efbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8655cd402961d71a43d17ca4809945c4ddc2768b350ae8cc0a3ba82c00a6fcbc
MD5 6e283dfe553717cdd0243eadd7c3848d
BLAKE2b-256 162b7356b41ce77aae07c350cfc1f687688987e13a3d8ed15145be67892c6d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b561f2d5926b7c3dadebbe6ee79cf1ff0a04ed85f62cf6d6739c682d9b75c2e2
MD5 d20db46b71fc3cff57158272323d59b0
BLAKE2b-256 31554dd45110d53be6d815af55c7b9be5cbd5f0cca90030937109a0578cadc8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bdb1667100b65c1cec49f7e3848c82eebfbcee1d2fbb8f2e3defc6c7b5a3c39f
MD5 13e3773816ca1d5ea89e32aa9482c237
BLAKE2b-256 653ace73e2cdfd70fa00531d86372b340ff0e5c1fd52c93e24bc6b2a03d43b1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c9e3d9de5b552f18508ec3b26f87a81193d614f1f8bc25f5bbfd8ecaf8a7ea3c
MD5 3864631641f3dadc9770387787208764
BLAKE2b-256 bf4e5b713481aaa4da0d3f4c726a0f8d99412612c4512b3217bae402fbbadef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d963793764e33cc8a73eef5cc91993c9a284e4a20200cb7d3a45c79804bdb6d7
MD5 6a60a895ce9b8c4df04c68a278103149
BLAKE2b-256 bad1499e6ead983a0ca41f031a710b16d4705ceaafd4a54f8ca0e31f25aef3b5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c6b707a3bb9b643fc9a3232e95c75c41fee915894ce33c57a79146ac2bb84b25
MD5 c02318fd586b7574c2df29f3591a2064
BLAKE2b-256 bbe72d1b2adf3d3776e94a9cb43f27fa9ba52a7ec16821dcaf90e80e07314b96

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5e72372b90dd4cd5ca1cf43c8fe2eb285ae267fa8f6655a466b2db12c959bddc
MD5 589981a36833f1f00d765284e030bc82
BLAKE2b-256 75bc26c2d904311ac955734af54046731e0c31b5b9b5134b380524d8faac09d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1b97aeb2624e56b816fff1b71ebc118a2046d3000abcace7d1658057222733f0
MD5 4a395a283f910cd35a854921beb011b1
BLAKE2b-256 c86d6ce9f0dfbd39e5866346d07008595bf7b13734a9d650e96b280945e2f6c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f655aadf3732bf55b74b5135de50e6ee737b287bc754a71d6a4cf0bc37f2b1a
MD5 950509677da1d05455be69935490fa33
BLAKE2b-256 e5f0d8c50e831e8283cd0fefb9043a2fbe54571f7de7229e51d075227d237638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4e35c6984056eaba7d65dec453f9265a4a99ef7623fdc6912281bcbd43655050
MD5 94968ccf7e9fb7451af66f5c93172166
BLAKE2b-256 f223bf052ee0bad703a66ce6d399b50ecf055b2fcfa89098ff9e68b731e1794a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36c6f9b1f30cadeaf30cbbce6fc6861053c9eaf5192becc127cebc05ed46a67d
MD5 297546b46db4e483f957ed800682212b
BLAKE2b-256 9ded8e0661a59ce28062028e924f7d0e4a0dd94f71e0e22454dd393f464235ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a91a268e76f274c8d923b0ffcf74e47231eb70919abac9a50b6bf37c67b2a425
MD5 fbe20249df005f2e0cc946ba1e7d9c58
BLAKE2b-256 04eee774e20d3dd577dc138d23d5732e80490cd30dc2208220d9e3edb7965e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c4f2c18fd9754d06424866f5f148758bbb9caa1321eeedb870fd6b5afd4d87a6
MD5 e6269c297884f02fd4627ad3a724e91c
BLAKE2b-256 3087f9acb35a9f81f488f42a8e232d396df99bc69ef460c9db46bdb48f89d7b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c274aed4d6e0d3e600766be7235605208efed0f1ff622cf7d94aeb3e73eff17
MD5 f36f577e2563f5690f4e0ec2af175e4e
BLAKE2b-256 a054e878036caaa9848357006902b8e498097e9165b2c80edac0cb777f383fbb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 546e6da82ae83c5a8c26c1ac5c9eb12597755e4bec85e6dace9e5194e827c04e
MD5 f4b5e3efe3c3d9756f8e4707907329f8
BLAKE2b-256 dad12f6c77013823fa4ed0e4d13c94809bd65287605b173bda530873cea8d8df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 43ad9e533a92f1c095dba1c4bcd530ddbd88cf2e9e5c59ea7db44c3605597e3c
MD5 0db0264f1e5584900ebb2be1254c10c9
BLAKE2b-256 7983fb9aac3a3d80c6e9b7cc66faa99000b06d34907ec2fa3ee23ab5cf5144a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c93e288d5c034824bf7d022077f74da33154bbc0f11d7eb635e907f00336a74a
MD5 82b3ddd0ba1bbc77932ca63fe7ac795f
BLAKE2b-256 a35c4914187b178af00d8c0872a5b1393beac641a115869424b9b895739c5fe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 316b547f2719b9a009c9a7771c064c87e4291517bb62f830e92de7121ecc3f6c
MD5 be7754ba906388d560ec7e0f044dfa0e
BLAKE2b-256 c7809e977c283a9af55ead8bd6fa12e17ae4dcb248c2d8c2d21488330c13d9a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fb6efa05819bd11d686c4b2459b9aadd031a264ac0d05b5421a4313126c3badf
MD5 5b0f702b2fee74d85307d451eb86cba8
BLAKE2b-256 45125b06eadb0e6cd14d6b671ab3e9ea9b721cd32ea4876980a24f5d393a0fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02477cbb7f8253cf4ac74ece6375a8e6d6d37a42f22861f1af81f045b00a7412
MD5 77b2fa9e4d16a2b1dd1f4c346c5a197d
BLAKE2b-256 9e9214338a5160cc58168e5c70c2740d442101afc5b3771a53cbe3bff6ec3415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a6c5f0a29abd7450d69df366efcb210ee52c9d02eb04cfd6b7442b4fd9504432
MD5 ab3cd9da6cf0e14fe704cad45ef9f38d
BLAKE2b-256 1ea2dbc232ea30546f3ff1fdbcbd6d36e00514020ed1ee85003a5b7df7cc6366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3d76906b2f8a30537d91b8de5b1e99feb553f1bb24c02505618c467264fe9241
MD5 000aa93cd9a02d7563e4475b55741d5e
BLAKE2b-256 f26a0aca14e3c16fcc02e9887206baba7c743db05d65c801ac6fd3a3374b85ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.1.1b2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afb2414e2ee1ad4d3821a0d4dc680f6683f4388a0f67c0dbdb6a1b082f214aed
MD5 5cbce47e82f63a702cdadb6daa08495c
BLAKE2b-256 3f79e9f2ef8306b2331e394a7d72065ed2730bb04d9588e1230647ced3a977a7

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