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

Uploaded Source

Built Distributions

pyzmq-24.0.0-pp39-pypy39_pp73-win_amd64.whl (437.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-24.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (824.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-24.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (866.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-24.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (633.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-24.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (987.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-24.0.0-pp38-pypy38_pp73-win_amd64.whl (437.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-24.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (633.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-24.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (829.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-24.0.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-24.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (987.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-24.0.0-pp37-pypy37_pp73-win_amd64.whl (437.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-24.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (633.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-24.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (829.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-24.0.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-24.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (987.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-24.0.0-cp311-cp311-win_amd64.whl (988.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-24.0.0-cp311-cp311-win32.whl (888.0 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-24.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-24.0.0-cp310-cp310-win_amd64.whl (991.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-24.0.0-cp310-cp310-win32.whl (889.5 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-24.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-24.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-24.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (878.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

pyzmq-24.0.0-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.0-cp39-cp39-win_amd64.whl (998.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-24.0.0-cp39-cp39-win32.whl (894.2 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-24.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (889.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-24.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-24.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

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

pyzmq-24.0.0-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.0-cp38-cp38-win_amd64.whl (997.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-24.0.0-cp38-cp38-win32.whl (894.1 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-24.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (893.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-24.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-24.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-24.0.0-cp37-cp37m-win32.whl (891.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-24.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (888.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-24.0.0-cp36-cp36m-win32.whl (909.3 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-24.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (887.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-24.0.0-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.0-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.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyzmq-24.0.0.tar.gz.

File metadata

  • Download URL: pyzmq-24.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 13b008bd142c9f6079ad75a30504eef2291502e9eac90e722b16fcf9ce856147
MD5 eb726695d15b9721cc595b6b01bcbb75
BLAKE2b-256 e75dec9bc6f18d14f9fa6c4aa60e621096f8057c18fc1d2b320e263433abda3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 aa6d0dfa94ce89d050dca0104389e10c537715bf10e5b0bfe5ece79f17f1719e
MD5 a16025dec1307eb8fc55d0a50fb78ca2
BLAKE2b-256 c052acbc369724d71397a1c1f5637e9f0e210079b3d81184f77719a4a06303f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf6477a083f8a1b54893ad24bc15f94dd0684b02320c69d2a69dcf36f70e73cb
MD5 05df9d7dd4d4d9419019f385fa29aa22
BLAKE2b-256 4117fddab5f6ce6e1e431552455515c56e39592b9f073c4aebdab475dc2786a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc21a74f337298840f59f21a12fbf6ec1de798cd69d6b331ef9ed88ac8cb18f0
MD5 ffbe611b4904fe05d70eab2b2ffa7b6f
BLAKE2b-256 0eb666164edcf14038bf6b6cf69d76aba97f2215df962d73066dde2ae06e68e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 025a0815d36ccd54cf002feb9cbe0e37c2253eca305ee4dc72ccdb4a814eefb4
MD5 f03199f9004dccc0c21b92d083d0012c
BLAKE2b-256 e26f0b8e33c4a6142a49f31f3fd428bfb598d9963803170ed50020ba9498e74f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dbece43299705eca217808759f4322c7cab41db2ba3ad8d7261ee2b17abe6488
MD5 98560645e59f80f103588a9d45a75207
BLAKE2b-256 5e410a70bf94a72bccfd49f9037dd5249a3f082e597253ee2cb5cefc21040735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a5b9471e5e507f51f4c0acabec60a7ae2ea218ac6134a8e5ec5674845347a63a
MD5 1b8414966deca069be6c4d38a4a5a3fa
BLAKE2b-256 51ad8af4575b523f29e02d5504721f7f4d18e223fd3f4b084a885b75c1096006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6736703c7581d18e3959c1d786035c620def2f096e762aefaf08cfa39844d1e
MD5 01f4db8f57f433915bef3bdf262d2210
BLAKE2b-256 1f416ca0a9df00ee94c5e89898716a3acf7d52bd4a6a81d8098aee1cbc853bef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ff6c9fdbcfb285e28fe35eaf5ba39644cbc65343aa41844217c2b5a99abbdd7e
MD5 eb89d1cfb4b7d8b6740e60e0842a504c
BLAKE2b-256 c172b05517abfab8858dd2f91ebfc2fc386aff77390a165b0ca0b9c36180cf0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 be67e7f48fce8dbefd602f779c7382c874a1a1a3d08f375366c4d28baaa0bfd4
MD5 efef073f5df11954639e2f19d3defc1e
BLAKE2b-256 23879fcc7f49e4ac05bd1b39e34340b13cf9ec1e1708bd095ce35b988285cff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ea1861512c7f32d0c585119a2caea6665eec6df429abf5810826b0df9587de1
MD5 e23f63a6257c210d9a602c31f4b95a2c
BLAKE2b-256 8f9d7ee24b09b9aad296da141288c74fc75b9ec7a0388c78ef823a889af99604

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0584420cbd2dac77f81bdc4b9da2635a54300563d4632433b08cb1f505341ef0
MD5 bde9d0f5f280203e1a95e7c882357339
BLAKE2b-256 f74dd3bd89cb2803a833d9dfcd2d9f143e3ce3fbc39c9dfe1da7d0f4df78ee70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adbf2bb11a616210735d6a112186d378f7934be3f2935e6d9dd760c110840c3a
MD5 1f175679b72b81d2c2ff7b83d6f3844c
BLAKE2b-256 dd2db25f1643484bbde836b63da2ffa1f5810feed344a1e6704ccf4db3111eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ce8c61297a751c67062d11e44352e9379da03a90d95aa352395d3b1e53e9f20a
MD5 d464fa13850b05cfc2a317cc9e9b7281
BLAKE2b-256 d99117687ee7e5834e0692c545474c0aeccccdb8415bd622664ff782fb7475ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ebdb43e947291c5cb80ef6c7d525f64bc4ed685de43f855ba0cf2b0fd8052e3a
MD5 7bfed0d9500442d8767d602213e1aa21
BLAKE2b-256 f6e5207dc65747eae9b4b0c99d7f97288c3a954d7e51c72fe47b2acc50731352

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 534d13940b2476e4bacb54558c7b9b62fb275c2839e06267597a3e4b2f291196
MD5 0af77bd9384a2507b30a73442925b80c
BLAKE2b-256 c3fe95c4baa3a005e348382ba0ef16b00d4f201d1b0a1b090c165bb975bca22d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 988.9 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e9e3fa94fa1e58763a7b824b8e0015d93c9fdd8e449d0218d13d01172e3d1539
MD5 ac137feb104b73c2d46b90a45045523d
BLAKE2b-256 3f5afc7943d0d84f52b80cc0c4a5028bb5256df59d9d96e0f4a7b6f7542cd5cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 888.0 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 62ee069fe338d0b057b81e752dad2b9b6b206ba8570a878dbbe8b93b7b99ebb1
MD5 698c695d324e370cf14086a4118f7d2f
BLAKE2b-256 d06b18be0a5b23e33ae89d8fa702575c4e34a60a095caad0e2f57502c269d7a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae33cb195304ac16996184b115f9e27eb9f0b14062e97fbd1d446e3e4a594ff0
MD5 109a0707b0a3794ad517735817122bc4
BLAKE2b-256 a971a3e82fa747db2c381008d4819bbc2eabb541a305758e1466e8cb6ca8c8fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f200cdca2fc842749a3f263ccf9e4b50e732ad14f53b60faf68ef656b75c32a
MD5 ad250f7be16116b12a6ab8fe513ecb77
BLAKE2b-256 d88b9832e5d4d5ec7aba3541466ed584b68e7bb86414b17bbc6a56d15144ac2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3b5107313c7f28b0e074da7a9d8c0132cb8dc32fdd3b5a4c6a224d30e50d6324
MD5 361c8e41832db9103368994dcfe05b01
BLAKE2b-256 96f4e8adb6246d25768d4c91a45c92b7ec80e58b86cc501e6b44ce53d17ba343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f81f4065ff8ccd207204129463fd587b25c9f593128176a717dbabc03af9b233
MD5 d97653eb5a206052955ed10b6604c50c
BLAKE2b-256 a7049fbc2ab6a4d1b616e16b099570ac5e788b7f3c26ca0928d2adae10285ea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e9cd5c7449f297a1b53a4803413db907a8cad1178435e2879c1b92816f2bbe56
MD5 39c0dadd36ec95c62f0a918be7eb2520
BLAKE2b-256 919dc5b611f4a7c140b01a98b19f16b07552f6f32081b41df6a1a0127004adc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65b532c95a4cde95bb4787b5545321ed5624fa8d7391bce17c4e2a0717b97bb7
MD5 8bafb18799db7c1a24f70af07b7d1f36
BLAKE2b-256 890b07fa99f9e616ab6321b7e2ed868236e510a73a82600b1c97b893fcaff013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 99bb8cff279f7d1f516919d82b35ed0796c53ce7da7dca191fabfa4c53f47740
MD5 7adf902291f0571cda04bbb7ed08ad9f
BLAKE2b-256 6e4b558fccda057aa67d88e9bf4ca278fae2269c5beb9e91eed3a9337d62d693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 452c3d5bfbaf96f32ef20673e6ba238355891884009f0c87e0f97a985293ef42
MD5 5a20717adf30ea482ba655e4959e53a3
BLAKE2b-256 6881f3b78fbb332b11903c389a4ba9ec90dfaaf67322220e1a7c62c3489db435

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 991.4 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eadf1d3841c2155b68ef49147253fd4ac1447a972d01c08248114edc4d3ba9d5
MD5 30ff9428bc71ca23c2f129a14b9708d0
BLAKE2b-256 da8d365001f9b6309ac08d98d6dd6e57f773a541fe8c9437f1ef6b8cc28635d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 889.5 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1bdec8988cad1f9a8453b4d00fd11598a91604cd9b205640e98b2f22e0435921
MD5 4766dcf0d6477b7fe492c48829265076
BLAKE2b-256 61b51d13fb5621341773d1e1277b5cf36681bb192cb9a90b68ea7949b463a89b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e5a398955b1cfdd85dd699f2390661b7bbe9edcbadd70a444c79c69e6c31c91
MD5 18e0e49a7a340dc91e07a5e9a6dceabe
BLAKE2b-256 45852ae7e675e458c757da0b4649e9449780afaba67e30b58050253225f4a702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0775b65e79cccfca2b017e80ffe6dbd224b035a47245c4140b08e93996425942
MD5 21a1adfc6c056f4ee350e81b79cd2db9
BLAKE2b-256 0494079a112c5426fc5ff4ea40d3d067fb5ca81a235db63e777af37f79ac64af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4985a82958d67eafd3f8c9c215c3da8f633592024f771420477f22f011846235
MD5 0f6110bf6240e8e2a270011fd2422793
BLAKE2b-256 cf5dc782c7b12d9e991b6b9dd8500926cfcaa8fc4ceedd45e2ffb0fc1e881841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00a8a4f83259b91b238244c999a33e0a77c0427d496902fb75fdf1601e4c9d3d
MD5 92be657fa83edbf1cbb2a7bac14e0f87
BLAKE2b-256 65a99e303ed96bfecfe681c0f5e227ae68b3f2a2ef74502481ba49d43a00a051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e24d7bda7a32ff35d0c914a52dd920a408f73d7e4b93d6755d7c67e819a8cd8c
MD5 d6f8763eeba0c7faa9905b7a4f3193c5
BLAKE2b-256 611f28888b510e380521923b3eb0390a4154fed6c2551b8fa31a825126bda943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8698db54fd49af74333190fb154448dcfc67a382aa2b2d784ffe981b7cf421ec
MD5 3b94fb5d11b9f7d98a1a0749f91fae8b
BLAKE2b-256 f0273fbbc6b1b66c1f2960ed532fc16392f4e9716266a2a70e310da4162384d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 38e9ff2918d50a588e56aa80dae0373ef9f67512fc5691f95db2f59edabc083e
MD5 85e64778893a292fa623f9c2984e041a
BLAKE2b-256 a2ded5e772e0ada067ff6baf4ba61cafc967adfcee5bc404761f80e91b3c137d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5439bef77fd3818c20e1bf5657836e105e4e48e1a7996e24ebb55402a681934e
MD5 292d0ebd1fb35fd16f8a617781af6338
BLAKE2b-256 be543375490b5415bb3ba1f45c1985c5efc1ebbd478a28fba1ee5a5ddf553510

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 998.2 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 460f0ff945d4b46c2d568941be33cf08954fca1e3239cf6a6ee03b1371de8f64
MD5 737790ea19a50938287545bc04327c0b
BLAKE2b-256 d4b9b211c70a1961ea0a386a3baf80e471520b302c2e1d6e823141f5e3ba56b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 894.2 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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 201e4d5733cecfd469d9ceee57500a0f365f85d6f14dd524105e2a0be8cd93c1
MD5 1b1732f0101252317511418acf830716
BLAKE2b-256 3ac4772ac7e6a5901474bfea8f4bde9adef8179a70745ec6a154a74ab62c7af8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9ed10f5a942a2903a722d63806b7a9d2e0a966c038100dc763483d8fbe8ea074
MD5 3cb7870d6d67b1f1c96d4986622d91c4
BLAKE2b-256 91c371f01ace23c7611a0dc7561a051266cdaac98b2ede783ff65ab952e7a63f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e0128c7b723984e31c1b0df5bc532715defd13bf64d8d9eddd7207d093759ae4
MD5 a4c6ebce8c03963b6b798458ebea06b6
BLAKE2b-256 c9f674c0f5c00dc376b3e3181db2ae201917d0ebdbd62f88a146ed227ef53fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5c1c2d7ebe991d8e36365ccd6b47297b6b96393ad453cad990901c21924add30
MD5 d62987b6adf62ee3c89bdde55b9f49ba
BLAKE2b-256 0cc7a6f065fa53837dfe4f74bc7d2e1a724a385d8b8a20bf8da9da3ab84ea3a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f355d23a420a6b39241bbef2c803839b01d52d680d89aac39460505e57b2cd03
MD5 d130c095a544635b85d7851d833c6fe6
BLAKE2b-256 4478a73b6b60f53e3f9c5df6c699d722d9e91721ee0a5a51156d27a229c78388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1b978e1318311eb69523ed60f084b752f52f27ffea4ce2f60deab4d8a4cca6de
MD5 c12457a3c048a640c88be544254f1372
BLAKE2b-256 f9ee5d6428708557d13b5bfc5dbb69efaa045d376c3e568e8eecca2c42909613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0a07fb73ae006a5b565d19232e5a6592fd7c93e57e67c2e592bf0b21f1676767
MD5 e901e5ee99e62a1a2cd75d047657cb58
BLAKE2b-256 6df24f7b665992dfafe202a137038706de80feded95ba6a1b42defe647ce741e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 4ec8847ab93200a94fd3e88e2824a6bba9a46d28161f1bf0be24f2237c40c291
MD5 70b048d88a34d9e3f26f5a9ac9f4ffa9
BLAKE2b-256 98fccf859bbfccb8868f774f5d185102e05064805f08bf01eff935e7f95f4db2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f969214a9ebf1175a8aba863d6f1220174130188686d4ed475d138a240e60c1c
MD5 f606834d58bfab120e5ad11df1f16419
BLAKE2b-256 ef5ad20f94c9ad672cab5b5c514087df7b36ff882676e509d91d04614e8a53dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 997.6 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8361c90701fc6ff5f16c81c969563c6915402fbecb2ddc9c5063fec0238e5e52
MD5 0d18f6ad778c4b8f50ca6832ffff8922
BLAKE2b-256 a5488d9f7072d98682149392873c6a5101d6b8b17c81c707db904fa37b01cb02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 894.1 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8a93abd67a46c6b91f28a7513b9f8b9a5432fd573c3d6444c083e07209bf96e4
MD5 dd9de02f352599c84f7124c9d7b94afa
BLAKE2b-256 6e1b51f1be4f47c65968b1f5b961bf0003166700aedf0830bd10062bf0c05750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c23568e1581f637b1a1e1fd15dcd5e9165332c94bf8101c562e7c50640d673e
MD5 d6b26a1fc267dcf14e4115e5c89e6955
BLAKE2b-256 f351b7bf7dfaa89d103855c0bb06edcd0ff4ce915159656947e3c6259cc742ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3823e5e613a61948b2e6b85fd91f872772717d24cd1df871836665d4c56d6b34
MD5 780896148d744f79967092523b93bfc8
BLAKE2b-256 5f01a086fc40d5fbff1e47332cdbd08efda9a30a7f8e2ec16089a3ebda15f667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8a43105683a66de78489b30037b97c9ce5f821f57035f6944f633bbd4baadd15
MD5 cd49c6d3848677cb6a249a7532360849
BLAKE2b-256 6734fdee7412979bed2d819ff0a2a8f9721231acddfc3fc4273e9a1633d8361f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f328d28d0a1ea43d7030e1999ced9db252ba4ef2531af3e9bfc135cca77b8324
MD5 1dead39155d12e145a437add1151ba4a
BLAKE2b-256 f96bcabfb23ff5c68538d3102a92edabdebc8bee60aef979c9f5c94fc11b9004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1a53c6030c4f45859af9a75cfc0d8b551b8924f9b2503397c69d0fa2f62d2370
MD5 b52bf0ba9c60073194dde43150fe1a6c
BLAKE2b-256 edfac2361784e8545dbcc9888720a5e89e4e4c599d6559e83a2a1f3e0cba6393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6814a6add1b7cb76e3fdfd961ce4c48c1f0a29e82bdb3d060a669b85bc6db454
MD5 343eaf3235c7aaf87bac1517434fbcbb
BLAKE2b-256 cd627d0b1f294a32eed97a6144cf14839ac112d2aa814663af451f82c58104dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 dfde6624d3d99d9a67235b60ae13be1a6ffce2f1de3cd2be9900f011d5d6a6a6
MD5 011b5d0d477de52cab0073c9f8dc97e6
BLAKE2b-256 6f5aeb497f4df9f3b08f2e27e82b1e3c4bc5320515819dca72626564150f21ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc2c363f68bbb9fea6b8137c432c6df9d7c8c76b01549c4410c506dac9e30663
MD5 772613c6a164d728f122ab25e1ee63d8
BLAKE2b-256 45886bb56ef77333324730d12cb566b4d6ed58128f131b68ffb6271e5b0870ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b1ef471c62c3d0681cfbaa8bbaf96f22e20cafd391ecad8a43317f6b1598478e
MD5 18b15cb8797a16f544e285196f881b70
BLAKE2b-256 3f6e8635bf17a8e2ce834c6994712c40e542082de626d4c8694d7a44ddcdd1d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 891.3 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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c37c0046d04c0fdd99a9a31d6a9ce7d703cca3b7fdde5738603503dfba58a25f
MD5 aa6dd961dc1504cee093b69d3ecd28b7
BLAKE2b-256 fc50cec0935f21692868bf00bd9c6af3960914bf0caa41b19be6148bece307d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ee24b94b5ae22af9148e597f512fae8383908ca07d3b7f99b349679fede4d7d3
MD5 5b7097d286b6169250cb7d05bbb2b313
BLAKE2b-256 4480cdd801b5bf484c81746ade972a54aa27af234bb6c6aff254fbb4e983655a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a5cdbede23aae133e50f786adc4a2cacf60bddde649e3dc122c32368daa2c007
MD5 a5f6bb664f692dcff786789b84fa8e46
BLAKE2b-256 8796ffb4853099d956c391b2d3d3b36b95a8465796d67db3ce1439d4ea812122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f1ddc43cceb500e4a6495250d9d34cac93e6d9e89a46f0e34fcefcc3caf66ef3
MD5 0dbbdb99ece17e9646e491684f20e23b
BLAKE2b-256 c6e0ba7294f32357bb03aec58b97b22f25677f195c5ef5fd06a2e50ef8f70172

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f05524f7cfa4f7398259a428fbb22ec4c3f0665c6a303a0d6afdd98457b19af3
MD5 fb9fdae424f32e7c9f507018c412fbaf
BLAKE2b-256 26fbda2ae631a222dcd4e26967df04e28faee65aff7a1c1bfe561a439a38bd40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dbb871b22acec52c1b046ef6aa3d16f83618c704772f126a49e7446a0c885278
MD5 f365d27f3f0ed286215646d5afe5121d
BLAKE2b-256 e3f2458e88c28bda5349731174cbe74a9dbb616219d1f4c63f9bb81af83fe9c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ff4e510a9509d36359c7af4684e73489cdd53c781dd4bc9b07dc808fab56cc48
MD5 6d1fd546a86e529a79f180bf714a99d6
BLAKE2b-256 92d100b2d83be502ccda1459d7191af5a040a251a0c56e92047535bbcbfcf8b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 844040d44cc4320cdffb258fe03768ff0b37e710d56a70dd1f6c2902738f1e28
MD5 4d57fa3a175d73e53b2e17e3b427aff5
BLAKE2b-256 eada73f96cd806a10ef6d8a83d29523145eeb3214f8b5050faa114e1d1aaba68

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 52d881c33f8db5ffcb0aabc14cc71098453f4700511195cebca846000b44b080
MD5 186df30ead39f69b2ff9d4d9529f4d63
BLAKE2b-256 e09eac8a41c91e81c0a9f7a0b320b75928c353fc1928329aa034c118e9dbcbee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-24.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 909.3 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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8988209d5efae9b5c9297fb48d153e2528384c1afe2c9fd8eeb474cd6e765199
MD5 a0aca28fdfe55e457ec234fe5ce5d031
BLAKE2b-256 7664f997b709f09da4ce4a65c8e50c6805fe851159965fbb7dd6c9a7b974e8ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eb3b8acb5dc33ec812d79f35b85fddc43d8f75b65c00c635ee3c0b527e11c8ea
MD5 18104ef3e86c0c21a342a504e67597d4
BLAKE2b-256 e03d780315bafe7b52201b022376b0504656d1c1ac7849ff3b55a7096ec98b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 40cdb50e82393253d340b6a357474588eb01cfd90b06231d5bfbc14490490b1b
MD5 ea945de194d103ee333000e0c8cce7d5
BLAKE2b-256 f4015e5da5ab4536a959138dbc05b2d9fabf2269b8b21304e465358b0227f3b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ef4bd725c06d6ee9e502419ceeb5dfaccb6bbe36f359fd0366b90a56b6dae647
MD5 1ba22f01e3b88d697ced925c58377190
BLAKE2b-256 0a2288d78a5e8c0352d7196e68ca123f3ff73aa0f94ee268b0d04ba161537e2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e66d3237a7e8a11cdb8b470c77a6fb43f49fe9407936a2c9ac468ba2ba0982e
MD5 7a512ea2a28dba339b5b20057d30bcd8
BLAKE2b-256 ecc584ac8c5c9d1b1328fce38c160aaf978c08c8c95b6cd9d5a2d747ca55b0c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 761016baa6ca720677ce01d453801e41db2d0e53cf052ed00ba8c2e6cae4d2cd
MD5 799c9ac6f1555909b9a2878a0e75cd40
BLAKE2b-256 1030da7cd26d3fd84172f53e30aca79dd63535a279092ed71102b5c13f9194dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 44c1dc858b76d2ab28f5ea040dd5e816a71624a8cf38d4ca3208006fd2a9375e
MD5 502a9b1dd2d5e79c1d6355c77d44e206
BLAKE2b-256 34a7761a3482d764de4259db4b5782a15a42461b57b66b0e1a2c0b2b71f83453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-24.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b94a3453a18bb914b2cac1ac38c09f980a3c86a8cd0bb744dd6bd03ab8ff958a
MD5 48c2c5bad63bbbc99f3660c7b3233b05
BLAKE2b-256 9f5ea647edbd96bc1fb7660888387b6e5890419fb18eba602835b214c5b14c90

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