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

Uploaded Source

Built Distributions

pyzmq-24.0.1-pp39-pypy39_pp73-win_amd64.whl (438.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (825.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (867.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (634.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-24.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (988.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-24.0.1-pp38-pypy38_pp73-win_amd64.whl (438.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (634.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (830.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (876.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-24.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (988.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-24.0.1-pp37-pypy37_pp73-win_amd64.whl (438.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (634.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (830.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (876.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-24.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (988.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-24.0.1-cp311-cp311-win_amd64.whl (990.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-24.0.1-cp311-cp311-win32.whl (889.2 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-24.0.1-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-24.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-24.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (881.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-24.0.1-cp310-cp310-win_amd64.whl (992.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-24.0.1-cp310-cp310-win32.whl (890.7 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-24.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (879.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-24.0.1-cp310-cp310-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-24.0.1-cp39-cp39-win_amd64.whl (999.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-24.0.1-cp39-cp39-win32.whl (895.4 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-24.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (890.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

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

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-24.0.1-cp38-cp38-win_amd64.whl (999.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-24.0.1-cp38-cp38-win32.whl (895.3 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-24.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (894.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-24.0.1-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-24.0.1-cp37-cp37m-win32.whl (892.5 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-24.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (889.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-24.0.1-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-24.0.1-cp36-cp36m-win32.whl (910.4 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-24.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (888.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.1.tar.gz
Algorithm Hash digest
SHA256 216f5d7dbb67166759e59b0479bca82b8acf9bed6015b526b8eb10143fb08e77
MD5 f10b7c3dee2c03557e2c5d00b73dfc7f
BLAKE2b-256 460db06cf99a64d4187632f4ac9ddf6be99cd35de06fe72d75140496a8e0eef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 687700f8371643916a1d2c61f3fdaa630407dd205c38afff936545d7b7466066
MD5 0eb89a72f0cc2db4497e6925d54cb59e
BLAKE2b-256 5bf394ba43f87f212bed83dd797d55331d132ebb74465007237baa5deb908d88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44e706bac34e9f50779cb8c39f10b53a4d15aebb97235643d3112ac20bd577b4
MD5 130285d3882f176c0b759e9e34fa77f3
BLAKE2b-256 e01b84bd305a203c9df58264f2df908a554129f8c2b682a5ddf2e370c80778cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abb756147314430bee5d10919b8493c0ccb109ddb7f5dfd2fcd7441266a25b75
MD5 8bbf542a28c2fdde1e15ad5b524c4b32
BLAKE2b-256 4ad8106a80d93fa7c09000c7f8e9ba8e0e7aec13cf85461d66311331185bd382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f3f3154fde2b1ff3aa7b4f9326347ebc89c8ef425ca1db8f665175e6d3bd42f
MD5 8c69b18648d0f2519a2fac991033b2ee
BLAKE2b-256 7c841af73087551ea376609140643e10b7526647a4a4c313211b5a45296fc343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 80093b595921eed1a2cead546a683b9e2ae7f4a4592bb2ab22f70d30174f003a
MD5 393c5b0c0bc86611bd679a7ae4dbda42
BLAKE2b-256 6981243d866eb6497a4d6fce9317946126941a496821a2e32029cbe0d825bc4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 858375573c9225cc8e5b49bfac846a77b696b8d5e815711b8d4ba3141e6e8879
MD5 855d48a8eaa17daa838b41662e9c2738
BLAKE2b-256 3f593fd5f487b16420a9f050961d1fa9790edc53c10668419e65ad096bad188e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a7c280185c4da99e0cc06c63bdf91f5b0b71deb70d8717f0ab870a43e376db8
MD5 dc79980a8418968256a4309147968d9c
BLAKE2b-256 3afb9db5ee0c92ebd4393b83fad1a412d7420a16fa84a46a7fa1461a5273414f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a2712aee7b3834ace51738c15d9ee152cc5a98dc7d57dd93300461b792ab7b43
MD5 69c911b55fd9be149ddc7c05212b6daa
BLAKE2b-256 58cd907294d40b8cc00d21e4440b68d4da455721f0b299f44caf1408da2a2e49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 20e7eeb1166087db636c06cae04a1ef59298627f56fb17da10528ab52a14c87f
MD5 3185fce696beeb3087bfb416418786b9
BLAKE2b-256 ba3292c6ab119ccb848347ffdc0fdc3bb1095cde410aa3a01360aad64c705e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65c94410b5a8355cfcf12fd600a313efee46ce96a09e911ea92cf2acf6708804
MD5 d721e2e00d4d86206031c03b9f9714c1
BLAKE2b-256 ea58cfcca61ec850e7770b34192e65d17415564a8ccefea4a6fa18c81231b187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 613010b5d17906c4367609e6f52e9a2595e35d5cc27d36ff3f1b6fa6e954d944
MD5 c23072ddf95f94870c2017428ebfae5f
BLAKE2b-256 052d0d9edbb8fb1bf19c48a865b3f9c527899dc12bc292dd65c70f805ed73d74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e8f482c44ccb5884bf3f638f29bea0f8dc68c97e38b2061769c4cb697f6140d
MD5 774f2f216b414ddf1ee3a602caefa68b
BLAKE2b-256 6fc82b84e787b5996c121e4a2517bb352397f24bc408a3a756a0fa0fb56c93a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 941fab0073f0a54dc33d1a0460cb04e0d85893cb0c5e1476c785000f8b359409
MD5 672c6c5f7167a1d9e75600c7e71221b0
BLAKE2b-256 28dacca5b77fb5908597c212c46943799fe9ed7bf56e8c0828b4b25d9bf4bd79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 83ea1a398f192957cb986d9206ce229efe0ee75e3c6635baff53ddf39bd718d5
MD5 c30a3d35f085ea9247f4c0b51ec76107
BLAKE2b-256 258e167360bd80e65cf3b649615de35320b8c6b8d1e3e9939c1c701de5c306ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb5635c851eef3a7a54becde6da99485eecf7d068bd885ac8e6d173c4ecd68b0
MD5 4cce40428aae64da0559b649c64370a5
BLAKE2b-256 93103869d5e7d71afe35e9076bc75e4630911ff11f823dd6a3a51a0c5d4c7e7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 990.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1724117bae69e091309ffb8255412c4651d3f6355560d9af312d547f6c5bc8b8
MD5 e69bfaa6b99cab8efe8a390139b645b5
BLAKE2b-256 be230a0534008de7b1e12e17077a465626405a53c5d66f2e6af2c8da0d9c5471

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 624321120f7e60336be8ec74a172ae7fba5c3ed5bf787cc85f7e9986c9e0ebc2
MD5 38cad49085b24c26ec947838c5960d68
BLAKE2b-256 37bcb06363931ea30e29d96b108f711e77740f9d599f6494604c544e9169fe98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a180dbd5ea5d47c2d3b716d5c19cc3fb162d1c8db93b21a1295d69585bfddac1
MD5 471e10d22cb1d4ad0a7d650aa186f7b6
BLAKE2b-256 cbe16441995e97a3fdd7cb9c85791d95a4f902b328fe5ef295f9fb3b039facdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6640f83df0ae4ae1104d4c62b77e9ef39be85ebe53f636388707d532bee2b7b8
MD5 cf859d94bbf25592eb8daf651bec0c2b
BLAKE2b-256 a8bc1d5ffcba5f33ddb321645add42f76bfdb66e529797cad05c551186a81362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ccb94342d13e3bf3ffa6e62f95b5e3f0bc6bfa94558cb37f4b3d09d6feb536ff
MD5 8b534f87896eaf076c44b52f3dc361fb
BLAKE2b-256 47683d75e48e898034e878ba99729715f4e92c6b82d2f36fe5c033c60c7ac9b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8242543c522d84d033fe79be04cb559b80d7eb98ad81b137ff7e0a9020f00ace
MD5 0b71e886611bfd747c40735cfb7ec306
BLAKE2b-256 52c5ca38e710e645de5bec3425706d37be6fb9c977f604d81526276b2418c08b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 94010bd61bc168c103a5b3b0f56ed3b616688192db7cd5b1d626e49f28ff51b3
MD5 ffc80d3bbbb3fb8dc08802a9ce887194
BLAKE2b-256 8e3ef27100244e96d78c9cfafa1cb457be760f756abd700ac6790f97a6eef271

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7abddb2bd5489d30ffeb4b93a428130886c171b4d355ccd226e83254fcb6b9ef
MD5 847c37b9beb06614aa8e52cccfb85f53
BLAKE2b-256 0c5ed6966d962f9dfe8c98fd1b182e63cc5379c89a586fc83387bece3eeef5e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 838812c65ed5f7c2bd11f7b098d2e5d01685a3f6d1f82849423b570bae698c00
MD5 c047a7175d69e6523aa2bf0957863f85
BLAKE2b-256 73496d80a45d8ff25a7e30752c49a4a73a0642341b2364aa993473b5a0f4e003

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dfb992dbcd88d8254471760879d48fb20836d91baa90f181c957122f9592b3dc
MD5 96c450ab044f80c46d30538ee61b4756
BLAKE2b-256 9303edb302ae50adfbed34570c8d3c251fe71c57f9d42a4fc086152f1a390415

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 992.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 86de64468cad9c6d269f32a6390e210ca5ada568c7a55de8e681ca3b897bb340
MD5 edf0abe3206303d5bacda08de9b59259
BLAKE2b-256 e35f3587e6e0c9f4d52c3569d0be6799a57429785e1413993303ed74b16d686d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3e6192dbcefaaa52ed81be88525a54a445f4b4fe2fffcae7fe40ebb58bd06bfd
MD5 44279541aaa47d2634237660fb45aca5
BLAKE2b-256 c39ce4c3378e09dce355465a40d7fb128ba5011dd555ee912b8a824b308dc4bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 afe1f3bc486d0ce40abb0a0c9adb39aed3bbac36ebdc596487b0cceba55c21c1
MD5 80c8395c8f054c059346874dd469dced
BLAKE2b-256 d6ad496e868334493cd9d0e50367ed3349378195c475f9ea43c68a243debc8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 48f721f070726cd2a6e44f3c33f8ee4b24188e4b816e6dd8ba542c8c3bb5b246
MD5 bff8c6c67b17fca895d865c45868c696
BLAKE2b-256 ece25fe1af54543b82b1a011d99a390e8a835bd112120657ca4d7a3d8966370e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8c78bfe20d4c890cb5580a3b9290f700c570e167d4cdcc55feec07030297a5e3
MD5 99036206e518ad33a5e691873bba063e
BLAKE2b-256 686f1484e78d791844778e5f7b89d15238b27d6b7abf5ddfdf33c6c5c5e6a4e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dca7c3956b03b7663fac4d150f5e6d4f6f38b2462c1e9afd83bcf7019f17913
MD5 b16fc6fb6958246f5b72c4912e7abf39
BLAKE2b-256 8162b8cd92a54671b76bfe166c31bb25a48a9628b3be3f7efc7b1063445296d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87f7ac99b15270db8d53f28c3c7b968612993a90a5cf359da354efe96f5372b4
MD5 b2fecf773711668c6d03e9d1e6d46515
BLAKE2b-256 603b6a332c236ec14cc25f95eac98a299cb91fe531d38c4fa2ecd0a0b8df11d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae61446166983c663cee42c852ed63899e43e484abf080089f771df4b9d272ef
MD5 55c555d8f084fb0626d10dc015d5c853
BLAKE2b-256 8300d4197ff8c892a26e15222051e774e09510f8d4bf89d343488874c3b0f19f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 28b119ba97129d3001673a697b7cce47fe6de1f7255d104c2f01108a5179a066
MD5 cdf35560263fea6a47d1c6390f4f38f4
BLAKE2b-256 aa01329cf8e192acb018dd51916ae4cd868a3c0650441a07ffd90eeb2a70aacc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcbebd369493d68162cddb74a9c1fcebd139dfbb7ddb23d8f8e43e6c87bac3a6
MD5 d8b15cd1e5a3d23f19d17bfe247046d6
BLAKE2b-256 9b7dd43ed00a8de7b9938025275a2db4370822ed0d1b1fbe0137f0cbb17ac8f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 999.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2032d9cb994ce3b4cba2b8dfae08c7e25bc14ba484c770d4d3be33c27de8c45b
MD5 23e863624b807cbaeabed6a3f2c072c7
BLAKE2b-256 ccf9b5cfc590c5a33a58367ae0ccf22da3256572e742473a6666b69127a55b63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a435ef8a3bd95c8a2d316d6e0ff70d0db524f6037411652803e118871d703333
MD5 0be1f1cad8a50796308cb1b3961a1b12
BLAKE2b-256 a40a88793e882ded0818713d09cbad0bc11a9244653668b8fc06d97f578a14bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df0841f94928f8af9c7a1f0aaaffba1fb74607af023a152f59379c01c53aee58
MD5 9fe863aa7c60d29369282596a6d0537a
BLAKE2b-256 b89c905d90c2b0a34e4dbff619843a90352ae24823089016a8d555ae41cefff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3104f4b084ad5d9c0cb87445cc8cfd96bba710bef4a66c2674910127044df209
MD5 9c1303459c933e6c251b2142c3f433e0
BLAKE2b-256 4dc13d12cd5edf82800bf8581a1e511df883084ab9de531dac442a0dfeca88e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c31805d2c8ade9b11feca4674eee2b9cce1fec3e8ddb7bbdd961a09dc76a80ea
MD5 508dfb300c3b716ae9bbcf3e7bdbaf2d
BLAKE2b-256 497dcf3096cef25e4bf8072dd22948de11e5d4e4c03c7b8b4617b75c0b01fa45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8012bce6836d3f20a6c9599f81dfa945f433dab4dbd0c4917a6fb1f998ab33d
MD5 ac375c2e0fb0ba8d626448155dc98f11
BLAKE2b-256 ecd428ab3b669cee6a35bbcdc107c9521a28d8b285793118ad675058d5c7ecb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5bd3d7dfd9cd058eb68d9a905dec854f86649f64d4ddf21f3ec289341386c44b
MD5 6431f79017aa22bba6244e497ab93ecc
BLAKE2b-256 259971e7caf8b7d6193e233ffcf9b7342c61236958ecd7f269130f27a9d8bcaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dabf1a05318d95b1537fd61d9330ef4313ea1216eea128a17615038859da3b3b
MD5 0fb00fadff5d0a7bd1af0519df42fe66
BLAKE2b-256 c51bbca275b85c4634699136928fd86b68c3e068da198b9c959bb5c22ea61fd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 52afb0ac962963fff30cf1be775bc51ae083ef4c1e354266ab20e5382057dd62
MD5 a09fe8d0593c29b501116f5644adc3c6
BLAKE2b-256 6464efacd16de5429f8b5a9df23bae15ae4d8977f24c58742c86156627e049de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bad8210ad4df68c44ff3685cca3cda448ee46e20d13edcff8909eba6ec01ca4
MD5 9ec7b4acddd9288a15935fb4cf263b96
BLAKE2b-256 de8572bd31a71d3055cf7b62339c7aa133f26c2fc160f16bdaaff0b9264a4f63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 999.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 42d4f97b9795a7aafa152a36fe2ad44549b83a743fd3e77011136def512e6c2a
MD5 33f8849ccf82521b4ff3a61a6c1c782a
BLAKE2b-256 de6d25e4c83895bde79a4c7b09b03d2f86cfeddc2fc260b991d396f3cebeb5f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4854f9edc5208f63f0841c0c667260ae8d6846cfa233c479e29fdc85d42ebd58
MD5 d5dca19625b1b1f66868a57c3abef39c
BLAKE2b-256 7d3083dcf05b9d2811472cc12b59b090987e389258cfadb807191ea2aaaaf355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c8840f064b1fb377cffd3efeaad2b190c14d4c8da02316dae07571252d20b31f
MD5 c3c179828c321eb8b9e6a23ff6914cd1
BLAKE2b-256 6bb457aee02845816df93e23eccab99db7c9d88eba97d58318a9e9b382809635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b946da90dc2799bcafa682692c1d2139b2a96ec3c24fa9fc6f5b0da782675330
MD5 05279c271259afb9f48ba9e1246e93e6
BLAKE2b-256 543f7f54786e5843d046a6b7c86d4150913c7cfb25477a11d71b3afa070800d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1b7928bb7580736ffac5baf814097be342ba08d3cfdfb48e52773ec959572287
MD5 91162e425d36fe3f5bdfa3f6009f0915
BLAKE2b-256 2b0210b3947a08dccdfb0089f294a5e6e96b335b9f80309be3ef6b59311b56e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0d945a85b70da97ae86113faf9f1b9294efe66bd4a5d6f82f2676d567338b66
MD5 8e0479d69b648f099e6d17e1453cd06e
BLAKE2b-256 4051423ca2cab8b2417e49aad3d3cb2ed231a9626617c040c8e2b1ce88bb247e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 07bec1a1b22dacf718f2c0e71b49600bb6a31a88f06527dfd0b5aababe3fa3f7
MD5 1c4d8062caea5b09c5f9ef3516a16418
BLAKE2b-256 8edd17a933548e39ac753836d60ebb3de5c5264cb4e2d2c8b88436fcd0262515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 abe6eb10122f0d746a0d510c2039ae8edb27bc9af29f6d1b05a66cc2401353ff
MD5 9a218a4782168d442ccd049e0e57b0ae
BLAKE2b-256 42ea12b51942820e00ce258a899769d7bad0bbc6b2d996c0157623dfc93ee44e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 acbd0a6d61cc954b9f535daaa9ec26b0a60a0d4353c5f7c1438ebc88a359a47e
MD5 e30a76b1bb8b05c2e4f6824ad88d903c
BLAKE2b-256 fb2b005c963bb602ac65110a52647f73b0050696c1967b630f69feece3906bc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47b11a729d61a47df56346283a4a800fa379ae6a85870d5a2e1e4956c828eedc
MD5 2f169a4fdbcbc5f02bcae19b8639654d
BLAKE2b-256 5f80761ab4add999e46ac7214bf2f6db97f4a3ddd08621128f670d780eec87f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 54d8b9c5e288362ec8595c1d98666d36f2070fd0c2f76e2b3c60fbad9bd76227
MD5 d6326f5f1752723b11a8fc80cd0465e6
BLAKE2b-256 feffdbb52575d386cecafbaf029a994ce75dac1f5332acf9319f45b8f7692727

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8421aa8c9b45ea608c205db9e1c0c855c7e54d0e9c2c2f337ce024f6843cab3b
MD5 888baef98350bb862a3678bc9b4a2025
BLAKE2b-256 c43f14823d99d4bfb734d01d2b8912870b7fc6e045a7048a340ca94fd3c91efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae08ac90aa8fa14caafc7a6251bd218bf6dac518b7bff09caaa5e781119ba3f2
MD5 bee86e434e72b545bb100f5fb16e0c48
BLAKE2b-256 8e3c88ae02472dac58eebfcb8a27661c72c6476eac588cb5ade63142aac50203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d66689e840e75221b0b290b0befa86f059fb35e1ee6443bce51516d4d61b6b99
MD5 a415af011548f5ad381d7782d2c87225
BLAKE2b-256 0f231a91e4172c36c9b548ca68402854e63cb2f32ec87b2003804836249ef536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0108358dab8c6b27ff6b985c2af4b12665c1bc659648284153ee501000f5c107
MD5 5d77b9ef2bc1bd236539bdc7773d779a
BLAKE2b-256 042f38fb77c83fa094b8ac5416e480e6967b6a9fee894cacb55c8060c50313b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77c2713faf25a953c69cf0f723d1b7dd83827b0834e6c41e3fb3bbc6765914a1
MD5 834b80ae801b08f79404058d7cb126c5
BLAKE2b-256 c1fcce62d0c779495c85a68c20f32ae5dfd427563114bec2abe8e6c1ad558c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0f14cffd32e9c4c73da66db97853a6aeceaac34acdc0fae9e5bbc9370281864c
MD5 2528f575035f49c01fb2932cb13cbb8a
BLAKE2b-256 5ae09cab28298526f6e27336dc5f0824e39e6128c86cafd8f508b3d067c28e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8bb4af15f305056e95ca1bd086239b9ebc6ad55e9f49076d27d80027f72752f6
MD5 ac1094e6def5e55ca422dfa590fe87b2
BLAKE2b-256 22c9e8f0fd9b5a70e40e099f5adb3413ef5d49ab5b2012b0abeb32452806a7bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78068e8678ca023594e4a0ab558905c1033b2d3e806a0ad9e3094e231e115a33
MD5 cd8c22bd8c14dad15f3a2c874d904a26
BLAKE2b-256 846829ec5b9cec6dca21885188af887a3a2e8b107e375c01ab84072293fabb6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 de4217b9eb8b541cf2b7fde4401ce9d9a411cc0af85d410f9d6f4333f43640be
MD5 a8e564700b235b304e7bb81337d6759a
BLAKE2b-256 207a70e5537b17f4017e02b2da8791d6dd172a7ddb5a477d3cc482e3b9b06e6b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f01de4ec083daebf210531e2cca3bdb1608dbbbe00a9723e261d92087a1f6ebc
MD5 01db5c41bd173b855e482b4b9ee2ef6a
BLAKE2b-256 bde9466f163058bc5951c0e103578dd6151b31d5240309337d5b68b3f967b4bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fa0ae3275ef706c0309556061185dd0e4c4cd3b7d6f67ae617e4e677c7a41e2e
MD5 9be1907777e0c4b7d2e97607e9c22b9d
BLAKE2b-256 6d60f0362540e8afa19ce841b53f33c1d14e9994789c280ddae4a8efa9768270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7a23ccc1083c260fa9685c93e3b170baba45aeed4b524deb3f426b0c40c11639
MD5 d109fa22ecf8b293fad8065479ffc938
BLAKE2b-256 a33225d9be1d16315fa8ead7945fc55c42d2ef185d034d909f960e83e92db380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e7e66b4e403c2836ac74f26c4b65d8ac0ca1eef41dfcac2d013b7482befaad83
MD5 4fa1a7bf31a3b5e135e4f4511fba6f22
BLAKE2b-256 18fdbc6d353399b1015241f725974e348176858e5e89165b0b8727324224ea27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b947e264f0e77d30dcbccbb00f49f900b204b922eb0c3a9f0afd61aaa1cedc3d
MD5 8bfb667d9a0ac9e94df998b54aad22b1
BLAKE2b-256 27d1125b12bc23b7d89e87a2af53b33a6f16d197b0d56a94fa65458550cefe15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 db03704b3506455d86ec72c3358a779e9b1d07b61220dfb43702b7b668edcd0d
MD5 ddab9a6c7deb5b1099fbc37211be8789
BLAKE2b-256 6c33d68be963793bced811ed51903eacb719ed40387d31bf2dd7abf409390107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ec91f1bad66f3ee8c6deb65fa1fe418e8ad803efedd69c35f3b5502f43bd1dc
MD5 8f64dfdda8d93d202c4427fcd63f957c
BLAKE2b-256 1ad5bfcff2c9e498008219581538e9a6b9c701998a8bfdf0555cc62800dce50a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15975747462ec49fdc863af906bab87c43b2491403ab37a6d88410635786b0f4
MD5 401d791837d6233623a8995714b00d3c
BLAKE2b-256 832a3fb23f061e2e10d9bdf5c67cc25e83bf843fd35c47ba76a2d91bafe327ef

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