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.7), 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 docs.

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. Make sure you are using the latest pip, 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 from source with:

pip install --no-binary=pyzmq pyzmq

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-26.0.0b2.tar.gz (362.1 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.0.0b2-pp310-pypy310_pp73-win_amd64.whl (704.9 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0b2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (799.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (841.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0b2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (954.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0b2-pp39-pypy39_pp73-win_amd64.whl (705.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (798.2 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (799.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (841.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (954.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0b2-pp38-pypy38_pp73-win_amd64.whl (705.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0b2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (803.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0b2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0b2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (954.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0b2-pp37-pypy37_pp73-win_amd64.whl (705.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0b2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (803.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (954.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0b2-cp312-cp312-win_arm64.whl (855.8 kB view details)

Uploaded CPython 3.12 Windows ARM64

pyzmq-26.0.0b2-cp312-cp312-win_amd64.whl (766.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.0.0b2-cp312-cp312-win32.whl (674.6 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-26.0.0b2-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0b2-cp312-cp312-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyzmq-26.0.0b2-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b2-cp312-cp312-manylinux_2_28_x86_64.whl (906.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (906.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (949.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.0.0b2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (711.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-cp312-cp312-macosx_10_15_universal2.whl (1.4 MB view details)

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

pyzmq-26.0.0b2-cp312-cp312-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyzmq-26.0.0b2-cp311-cp311-win_arm64.whl (859.0 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyzmq-26.0.0b2-cp311-cp311-win_amd64.whl (770.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.0.0b2-cp311-cp311-win32.whl (676.0 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.0.0b2-cp311-cp311-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0b2-cp311-cp311-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzmq-26.0.0b2-cp311-cp311-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b2-cp311-cp311-manylinux_2_28_x86_64.whl (915.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (914.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (956.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.0b2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-cp311-cp311-macosx_10_15_universal2.whl (1.4 MB view details)

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

pyzmq-26.0.0b2-cp311-cp311-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-26.0.0b2-cp310-cp310-win_arm64.whl (858.4 kB view details)

Uploaded CPython 3.10 Windows ARM64

pyzmq-26.0.0b2-cp310-cp310-win_amd64.whl (769.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.0.0b2-cp310-cp310-win32.whl (677.0 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-26.0.0b2-cp310-cp310-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0b2-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-26.0.0b2-cp310-cp310-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b2-cp310-cp310-manylinux_2_28_x86_64.whl (915.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (915.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (958.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-cp310-cp310-macosx_10_15_universal2.whl (1.4 MB view details)

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

pyzmq-26.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-26.0.0b2-cp39-cp39-win_arm64.whl (859.5 kB view details)

Uploaded CPython 3.9 Windows ARM64

pyzmq-26.0.0b2-cp39-cp39-win_amd64.whl (770.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.0.0b2-cp39-cp39-win32.whl (678.1 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.0.0b2-cp39-cp39-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0b2-cp39-cp39-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-26.0.0b2-cp39-cp39-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (908.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (954.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.0.0b2-cp39-cp39-macosx_10_15_universal2.whl (1.4 MB view details)

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

pyzmq-26.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-26.0.0b2-cp38-cp38-win_amd64.whl (797.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.0.0b2-cp38-cp38-win32.whl (677.6 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-26.0.0b2-cp38-cp38-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0b2-cp38-cp38-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-26.0.0b2-cp38-cp38-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (720.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (908.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (953.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-26.0.0b2-cp38-cp38-macosx_10_15_universal2.whl (1.4 MB view details)

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

pyzmq-26.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-26.0.0b2-cp37-cp37m-win_amd64.whl (795.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.0.0b2-cp37-cp37m-win32.whl (677.1 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-26.0.0b2-cp37-cp37m-musllinux_1_1_x86_64.whl (1.5 MB view details)

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

pyzmq-26.0.0b2-cp37-cp37m-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-26.0.0b2-cp37-cp37m-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (905.0 kB view details)

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

pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (953.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzmq-26.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pyzmq-26.0.0b2.tar.gz.

File metadata

  • Download URL: pyzmq-26.0.0b2.tar.gz
  • Upload date:
  • Size: 362.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2.tar.gz
Algorithm Hash digest
SHA256 89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5
MD5 adfc57aa5c97d9bd58573cbc3498eaf7
BLAKE2b-256 6710ab31a95f1733cddda6bbbff5f4a1e339b4390694d5cebe95c627500b1283

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed
MD5 fde32ca00304cff50b639e2c3125f6a9
BLAKE2b-256 ade9281eda1a397b2b51d2589da209e985540ec860cf69506416e72fed742bc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550
MD5 05adfd0b994f6468d467a63bc33ebbd2
BLAKE2b-256 fa040bd9aaa0427dba5b117bb452aedf93003beea804f7d8f864ded97699dd00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14
MD5 3978438d850552c3a65a328f3bf4d931
BLAKE2b-256 3581be8d9d3d23188b40c08dc18ea4cd8a72d6e4e615fbf80ee324ac48269fb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6
MD5 4e10094474a8d93435a599c7d396df6b
BLAKE2b-256 8ef9c9852bb02dc8d8b5fdfd3de8bc76bd11a2ba3426da92776455191e7abbe3

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce
MD5 75ad886078bcded608e23f9175fb6051
BLAKE2b-256 aec00525c096ea86292042da6edfdedc60839c10a06099d615febfb0bf4e9f59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf
MD5 730eee611e9940f3f6511f6310cccdc6
BLAKE2b-256 b63d096811d1201b5068a4f5bc0d32cab4f5dc7dfab6c1df9e2fbe69fb3831f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f
MD5 2edafd6236225f225ce66243547826ed
BLAKE2b-256 b1dc9a95d095a655d1ef7f7543e4f39949b3f8a0a53325e70c98eebfeea5d892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6
MD5 0d12fc52de9605980611d1d51bc2e792
BLAKE2b-256 3ec5d1150bf60cf05f048693143239c6508f6c304bc06014b22c24126ed05d47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97
MD5 05ac0b8588fae4490fe15cdf4e010794
BLAKE2b-256 d137711210c05544a3f4d83eff019026b4ae7e630e3f57adb340da79281fd9f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d
MD5 5987be24e92d3c77b57f01a972d769e8
BLAKE2b-256 54de60cb0428460c20f2a1f56f9bf4ed18aebbcd08a0c9729e00f05cf8970f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359
MD5 fedf337372076e49248cb20e6de32505
BLAKE2b-256 2cb36722068dc6d98cb8f7ad762c30afb76f3c4f253e07b6b8e77535fe577695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc
MD5 1e19aa01a20fdd8e8fda88b38869931a
BLAKE2b-256 efcd4d615e9db43d308f891dcd3f4f5af3bb8204ec519c0f253f26f170524752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793
MD5 e1d64e1c78e28722487ff7aa164f50ad
BLAKE2b-256 0e1cbc1aa137586f8fc676659f12c603c19f30d87085e22d218c36ce5c685647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a
MD5 1d0e1fd52588c6b2d7098d6ec251e6a5
BLAKE2b-256 098818002787d7df311da7c724ef135f7f91a4fd5dc1ab8ea174dfd724008c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89
MD5 0cfb2410d480aed324f39af23e92533a
BLAKE2b-256 6bd955e5d18dc219f781eb0c7421144a7d5b56f674a9afb6e389043d4c1e14bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562
MD5 d99536b75a68bfd420f2731956cbcfc0
BLAKE2b-256 c75e1688f0b2c8bf39b2a5466998a0f4fa92029f6517f35c546568ae504d4e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f
MD5 e2cd3e8ae63986ca78994142b79eedc6
BLAKE2b-256 c8ca2ac8f3cbbb8fea717baa76419095500a8cdd3cf5b37622b463cfc7fe4fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9
MD5 9386913d398b2c6cc2921ecae68481cf
BLAKE2b-256 90ad840cdf2cc867faf5e01f66f98d9beae7f005df93552cd9de46e218768334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b
MD5 e4208646bb6c87054b5362425ff0b3e5
BLAKE2b-256 4d0deb85d06f73f1bb94d94cf878b260dabbc49e54a01defc9a0a333c8ac0528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4
MD5 8ee0f53a45aff0dc76dbb0b328963c5e
BLAKE2b-256 a2dc9defa9f85e2e8d2e4ba3227e1cbe3107f247452ae789ac67907c2f203c2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381
MD5 758627bd15d191686fe70a198b9421b4
BLAKE2b-256 f5f4c4b43e5c53ce051a6849364b958a7219b592f461755666920683b2d38726

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.0b2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 855.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80
MD5 b8cc5248e5c63340c1d81028384ea8d9
BLAKE2b-256 9b22d4977c764df59c280c822b348ddad6c03be623af1a3cf9bd3d010465fe17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 766.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5
MD5 a9f4465070cec5caa53ec54674c7a5bc
BLAKE2b-256 015513411d06da21e9e8b76b47ac5b7d037168a74ab2ef2fada0182681f739fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 674.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290
MD5 1b44855a3a29720d90b44dacbc98e41e
BLAKE2b-256 0782230eae8cd863616b79636600153707a70780da970de240f24cee37623350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5
MD5 919bd4bf6124f1fc685268d72b7e2ddb
BLAKE2b-256 0fb28733b498768f8d3cb253cba3988f50ba3172eaee595e1e4c4d7e402866db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a
MD5 4a5ec1a2485859f65fb6ce9ee7219e5a
BLAKE2b-256 1f5bab88941ede60c12ac64ecf1162afd5709d8286fbd9e6dd3ad27fc643757a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d
MD5 a906299990b7d32a354df881da2093b9
BLAKE2b-256 ab32cfdf9db5252bca3ecd40ca83a79aa1d27f4b1bc99ede194aeee2ede4d39b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c
MD5 e7fb26e5d35f908cbaaa2bfcf35b1b29
BLAKE2b-256 41fa654d1b1ef42aab70746940c96a83a65bb0ee3f4efca6342439ae8048fce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c
MD5 47efe0746ec849e31baf84ea1c83bd8e
BLAKE2b-256 c8b84a15812bd8ffd6961072f9d1adc4fd40b14ab52c7b5eb389fc76e2ecb2a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717
MD5 a18ec9f7fd05661800d341444fd6bdbb
BLAKE2b-256 b8c7da04d6006d50e89fce421323e17ec61c93747b21fe0c0dcb0ef322f75583

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac
MD5 495e30350b0527ca4938d644584f9fb6
BLAKE2b-256 eb0ae38d5889d45c0f30d437c2e6a3999b5571fbcdcda738d33cb18a05758cea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a
MD5 e6aae7d9088b0dcbfaaa4730129c59cf
BLAKE2b-256 168f41e6d82e5d7e90c573e2cfb966990240cb8276a4e02c0221278a8d0896d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a
MD5 73c7d0829af9545ad565e845d16161c3
BLAKE2b-256 429443dfe3ff7d72bc5b36bd9c5955129bb79952cc4fa5212b8c9340552f854a

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.0b2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 859.0 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04
MD5 a0dfc8d298c7fea9947fe8a42b451115
BLAKE2b-256 765420c67505a79c005ebb3cd06bf3c5cc959b41173bab2f8c903bd72ee8f2d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 770.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe
MD5 36bd75d69c85d4b6ff613deacd0bc68c
BLAKE2b-256 9142bf697d91fa4abc6f53bd2ff3609297fadbbd6f4464dc5e13f07a3b20044c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 676.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e
MD5 ef819701bcb443bed32aee2d06f1f7b3
BLAKE2b-256 c966876042684a88ede495595fae580b01d8bc18fd8fb11bdc04883f62a02424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83
MD5 e9771fc2ca42db72eb4e5abe4ed1bac4
BLAKE2b-256 4df5a5aaedc26096f758ed12d1803bb2644afd4a32caf30715cbadbfc423d01d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf
MD5 134c280c22d3bd3aab2471752d5ff615
BLAKE2b-256 468a8a4375055be35c6c0c0e8d8af4af39fc4fc1b69f5a0ac66bcb102f3cff0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982
MD5 a31e3a8a304e1702ccc570864e8ee0dc
BLAKE2b-256 134705bc632082f1dfe98c7fd3875c0436337a85047c8e4c2a26792b3fc54c09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66
MD5 99b8b173b63af5eb90b6b00483813f62
BLAKE2b-256 801f23bac8926ddcb3177b400c6e41db126f82e1851d1c3863cfcefefaafc7d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58
MD5 4b326fdd682ac5fe1c450c75deaf95ad
BLAKE2b-256 75ae27cfb7a28578a353611dcaebfad5f7adfe7274025b6964e4fa0f2df3e9fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd
MD5 6e67b332de187e61a8a6ae1b0222087b
BLAKE2b-256 f6e5c89189bf4cb0b61856a09d1c8d0e88bb022b10fd66c10ebd09b8a7b4f3eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423
MD5 f71913136706b295020a13ddcd8491b8
BLAKE2b-256 de0421bbd1fd2dc136d5c48a0e31bba055bd33c0af17af154d650ff37d78fd44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3
MD5 ba7e5b929751806c04e45a4353882fc2
BLAKE2b-256 1298aca37391bf82468a43f7b11d8de4e4ce65d6e82e605aec61525a7e4f3c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe
MD5 0c13ff50dd03b15327dedeeda9751845
BLAKE2b-256 b8071478b19c3fbd80a8f81e903312c34e57d8f8a4c8afe2a024e8c657f6b25f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.0b2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 858.4 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418
MD5 3debbfad319b95a6f8dc3e4e8555db70
BLAKE2b-256 6e92d5e908284a128a5e9de99d01802cf10dc72b13a38ba3384c22b1a28da72a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 769.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22
MD5 81d3ceef4f0ac8c87f8bba2d2b505a48
BLAKE2b-256 a2febe228e0589b5b19041458a1ab325dc786290aeb09ceeec835ef6d4df9398

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 677.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f
MD5 9b2b4919bb14bfc2dc2ed87e400199b8
BLAKE2b-256 82f59f8413f6db76f939e4382d2f66a444767de85031efe80486aa8e0b64ac65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e
MD5 72cd1751f17b460e814cff3071e1dfd1
BLAKE2b-256 54ea9329e04a987f62ccd631232a521934f7cae9c380303eb19bb7cf891a43c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64
MD5 cf1410f7f1e12df488927210a2494d31
BLAKE2b-256 45a9d5373c215e336dec2ac624682de00ce148a206470710db2ae60060f79d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e
MD5 4121913e3ed8d5a9b4665ec1ab350efc
BLAKE2b-256 60e1fdd244faf92998742cd7e80180216227e46a5af5c8465523d78d7d2a096b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43
MD5 7ccca56ec7d275414ed4fd8516c5331e
BLAKE2b-256 619254f5d1d6742929a4d06bd3e225e2e1fa707851133cf0269aed85cc7cbcc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34
MD5 7887c317598fe78f1bccfd8679605f76
BLAKE2b-256 179f50d6f72d05f1805443b1f2f691e41030b0cedd30b4bee01567aac66f99e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f
MD5 141b5fa3e5b6de3b5b5cde570ce26f7f
BLAKE2b-256 e2ac55709bc296becfbde56350f785bc7a94687465f74a68c43f36bbb937b093

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206
MD5 9b5479fcedd1865de78741f6d54dc16a
BLAKE2b-256 fd34e43568b719a78fbe7e48cd821238c19487a5bdfc8ac2a1e79a5418502d98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a
MD5 9ce1dec3b28fa8a62d7dcd3e699ff817
BLAKE2b-256 052d699e65fc0c0e00b071b8391bd4a0679a18f5868a1ffe6a714e4308e62f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee
MD5 66d5b31375bc5c36b8558e2d44d7dd44
BLAKE2b-256 55d46586ae7a92b796fc70a069da3c08439ec9cb08e6cd123d95d1d120e19455

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.0b2-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 859.5 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9
MD5 5d222ae074f74a5f7011e6a64bca9a43
BLAKE2b-256 66ae1f5a48e9dc4597f82ac6e9c2e2ebc03572f306ccba7a471bd9d3c78d031b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 770.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0
MD5 ed87748f1cdacbe7bb027a0270cd7468
BLAKE2b-256 b2c1eb1a8b99bc8672ff367935fd328fd9503f28b1ef8fbd04360643f7c4652e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 678.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998
MD5 6737fc57a79b0cafb080b2d42b5677b2
BLAKE2b-256 724cc1fe708eae9ec314d272539d1e3d950ccf286aa648edd1c106dc0eca7eb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56
MD5 1e88c9919774fabf16d35bcb20141b3a
BLAKE2b-256 6399a97b0be692911804b6166267f81dea83d3224cf1864598c11b5d09c22842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3
MD5 7b71cc804dfc98828e1cea6fffbe9a5b
BLAKE2b-256 5ce07f08cbf7a4b0d5b58cfc066b9006cd84e87ad348ef4d1bb2616084913ae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70
MD5 69bf5217b0d2c658a028a1cde60d2816
BLAKE2b-256 2dd959edce7d2a4b3e357703882dafcf19426bab3e348c440d53bfbd88019417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e
MD5 d61097b27d75ba8edd23ae98993f7a62
BLAKE2b-256 89404dfd01695fc4facfff6c3d928b24b3f3dac0a570b16e18311559936527df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba
MD5 9f7348994fc4dfcddd5c8adb92d5879c
BLAKE2b-256 5fe59c20a158a9fd220a0e68dc46085acf6d5a2f3da10b6bf5bef80a3a98974d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299
MD5 dfb31e10c1a9cac38d60bf4e8a8bf1ae
BLAKE2b-256 fb0b5b82ff2f50a420d5999459a800eaf4c419ae5c973e065cb7b20bbd2fb0ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca
MD5 36a94db295d87f5311452787f1b3952a
BLAKE2b-256 f197fd5b996441e5ef2a1b9787c55b0410808fbd073b0145c4d08b34dcf6182d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579
MD5 1cb8a0a5384d40aa3d86ac0143c4e3e5
BLAKE2b-256 f77f39bcc994b7512ab188d24b5437cb81ae8c6464e2cfc4e334140f803265c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 797.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a
MD5 3b39f02bbdfbe6b3a7c3ff742527cf75
BLAKE2b-256 6b6100ae2fd376fb1dbd8ec3d88322d6e481031bdce0c6bf4654db2e3f49f7d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 677.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab
MD5 ca821ab0bb66dff1a4313f4d89a241ef
BLAKE2b-256 93180f9efea777071b44ba472258049dbd0ff2dd471dfe1ddbb7f0df8a8fe9aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90
MD5 67c6bb99c80b24efc8be42690292d646
BLAKE2b-256 15994bc29985555bddf26b7c4b6e955d5ee5895fcbbf4d6075ad94f6abd6eacb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e
MD5 11e9b758c4bb13773c14b4889747f7ba
BLAKE2b-256 f379f0df69ee663e3931807f73237b813d3060da0f4b9f9c190ee942e5b98d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d
MD5 5cda26489e3abd13b970b2d79e01a480
BLAKE2b-256 bce3d3bece49a5b8f91c6ef61d1c6d32254bef8e9e194c4c294d488dcc99391e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123
MD5 7bd9e270be153ab3d815a39fd15a7b10
BLAKE2b-256 314c7041078d6ccaf738b0b72d774ddc3011147301f27566f55b5dd04dfa2f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a
MD5 67f6dde9a022fb8c57323a3dacf53b88
BLAKE2b-256 e3ec916d4d47c1868281de168ad563fb389ea7d602cbeacb6e18b041b0ae5a19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb
MD5 f0edf464b9feee488ce1f0bfe1670c73
BLAKE2b-256 52c1e52e73b18421034ba270dd013bd2c0ae8944cb49b9aac0c0826d4c7faae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa
MD5 8cf14872559065b7ea0bbf980c6bde09
BLAKE2b-256 5f5df7d341e46f88531fc7f6d1a26b3115bb24635a728090f545ad7a1acc8740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747
MD5 80d036c67786b2ebafcefc5139fe3b47
BLAKE2b-256 2bd2c3e00304ad11df7de396a1900a194a0071d702ba78ca73701b4d0372afed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 795.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b
MD5 a9f60638320217859392e2b65dc2eac1
BLAKE2b-256 f257c5eeaeec197df1079818a79ae4946d66650acf322756144d5a274f0f89af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402
MD5 ff5c71e2ebcec45f786686e29c87e330
BLAKE2b-256 96aa25aa65b59833a31cccade06612f1490636a3d8bde2c9508fc621282b00a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2
MD5 f77abd58cd7577874811d8fe74ab734b
BLAKE2b-256 568f1c6153cf050d8621b49c9d3f75a25ad290125e95f4aecd9f41c9b91eb482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427
MD5 e08a652572645e153565879ac34af0ee
BLAKE2b-256 03e85ece0be95372bd9fb55865af58f1b95ce76671d0e88eb3323bef4d4f67ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8
MD5 01b8c0a50379986aa6ad079fcdf4c0b1
BLAKE2b-256 d5b808d3060109f63cfe9bd199e90d25d1dfab8163ee92fbf8dfd412ea096ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c
MD5 5240526c3fb9f60a6d43f8094669fd42
BLAKE2b-256 d84625e46af6f9e47cb2a6225fc70a8d6b374486d52f1d60579597bc6671581f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08
MD5 239840b050247d47cadeef1ac5cd2b4d
BLAKE2b-256 2ae65510bcee273b670ab2a72ef6fa67bc15a5469af3180b0c8cd357117b1148

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550
MD5 51b1340d12438f4046ee824f56baf1b3
BLAKE2b-256 0cce4445f9b2c42f49e029f9603ee9d58d1967c10aacea6d540b63f055b2cffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9
MD5 698ea4de6b26bc2fe08455e680719713
BLAKE2b-256 156136da9679146837e33ca6a2b6142bf0ae1299169da99d13c90edf1cd288e4

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