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.0a5.tar.gz (367.8 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.0.0a5-pp310-pypy310_pp73-win_amd64.whl (704.7 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (799.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (841.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a5-pp39-pypy39_pp73-win_amd64.whl (705.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (798.0 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (799.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (841.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a5-pp38-pypy38_pp73-win_amd64.whl (705.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (803.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a5-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a5-pp37-pypy37_pp73-win_amd64.whl (705.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (803.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a5-cp312-cp312-win_amd64.whl (766.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.0.0a5-cp312-cp312-win32.whl (674.3 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-26.0.0a5-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.0a5-cp312-cp312-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a5-cp312-cp312-manylinux_2_28_x86_64.whl (906.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (905.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (948.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (711.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-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.0a5-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.0a5-cp311-cp311-win_amd64.whl (770.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.0.0a5-cp311-cp311-win32.whl (675.6 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.0.0a5-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.0a5-cp311-cp311-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a5-cp311-cp311-manylinux_2_28_x86_64.whl (914.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (914.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (956.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-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.0a5-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.0a5-cp310-cp310-win_amd64.whl (769.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.0.0a5-cp310-cp310-win32.whl (676.6 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-26.0.0a5-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.0a5-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a5-cp310-cp310-manylinux_2_28_x86_64.whl (914.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (915.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (957.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-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.0a5-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.0a5-cp39-cp39-win_amd64.whl (770.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.0.0a5-cp39-cp39-win32.whl (677.7 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.0.0a5-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.0a5-cp39-cp39-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-26.0.0a5-cp39-cp39-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (908.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (953.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.0.0a5-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.0a5-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.0a5-cp38-cp38-win_amd64.whl (797.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.0.0a5-cp38-cp38-win32.whl (677.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-26.0.0a5-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.0a5-cp38-cp38-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (908.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (953.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-26.0.0a5-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.0a5-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.0a5-cp37-cp37m-win_amd64.whl (795.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.0.0a5-cp37-cp37m-win32.whl (676.8 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-26.0.0a5-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.0a5-cp37-cp37m-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (904.6 kB view details)

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

pyzmq-26.0.0a5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (952.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzmq-26.0.0a5-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.0a5.tar.gz.

File metadata

  • Download URL: pyzmq-26.0.0a5.tar.gz
  • Upload date:
  • Size: 367.8 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.0a5.tar.gz
Algorithm Hash digest
SHA256 37ba2a95f744353e5b05f6b599e57dd63a72c13a5f315a9e3942b29d4165288b
MD5 183ca47423e84d52e1a80b449e3b1d2f
BLAKE2b-256 582ec2d14065ecf3a373530612ac7fa6ce51a0a8bcafd0732d7539af17c33a54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4c4ec29aeea07c009b546897ebdad69f8e3e98dcbec4706fabc32d0c0e83dc5f
MD5 4d946bc9f6507871e4717861369aac6e
BLAKE2b-256 9d1a629c66ab22f1d40a2ea2832f53fdc7f1d46bb90b65782aa58679906ae1a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cb3c8423b52d67857f093e0ea249630b35ce5bf4a4fc84ca1ecf02a3ab8dc48
MD5 d31d4319d58613550ccd17c4e6d0d733
BLAKE2b-256 54a25bd8d6fb96b234c926ddc8eaddb705b6509712f14cf7ae84fd338780bdb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2edf9dd64f5cb924251680d74dba7ebfcdf18e4929283f4c7de2df77f240817c
MD5 c6f5cd3c384a99a3a1062fbc45e8d378
BLAKE2b-256 e96edb26a025a64447c3c05ee7caa41590b79c0a751d44a9f9c6b6ce60b35862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dbe190a6e93b81ac6ccd3744fcc1edc698d60349ee483651ea2b4b44aa7c1cb
MD5 649f9c804fdb9c6be8050937b2660a65
BLAKE2b-256 a6a724ddf7122641785ca2dbe9a205a680a54d465692eff5d81add996ef56618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fefcbc104d6c20870877a6c34b0290383caf4cac8761055695ca8eed1775bfe
MD5 e707e3f0bca2bebecc0c6c963d904fca
BLAKE2b-256 c6ece6fd10a45e743300698aea883e732c3d17534de1510b5e6d7f06bb576fed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c1aac0f578ada0ffbc0bd48ae8298f4f874f73cefec3e783ab1e892f70994609
MD5 42fd73f96a3123fe62524ab94fe76782
BLAKE2b-256 60f82fe188b9876fb8781c3bcb61ebbf01f4f47dc4bca77a8b03090e33406290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0da5c1cee0622da24758042624d0f847dda9b3241fe5b5725bd310e19a416535
MD5 9e7b7e4e61a8c430eece6743f93a7358
BLAKE2b-256 399316e57a83c8102a7a581a5563524fa5ac7780ce3316496724c79ffaa2d09c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a836adfbb890dfd87a3e69c78cdc5cb995ecb2e8db9586a6ce1dce191a605e25
MD5 b26a29e95b7f1df28680b883edf71fa9
BLAKE2b-256 f2cbe6d9e6ada071649c01033c358d7c7413e0f9526bb14c7764603d8fe47bae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2f29b58eb48bffb54d98209a78517fef2b93f1d09b05f115198cf9f0ba87749
MD5 78f8430534799edd50a1b3cf7d0a69c5
BLAKE2b-256 9b780e82babeb01ef8528c8742d8b1fb990f0a96c2c7be0ff324fe3ff486564f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53145aa9887175141d63f97fa9133f3a03c7e9b9470b005891243b60b4977f6c
MD5 8a1f1e419642ccb537012f50a001ace1
BLAKE2b-256 4dadc565faaa203b6569d49b6d77a81a5a3d09ae04b317728f57429ecd9bce99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 baca3ec65257a21f7b4f27ab316d9076b751ee3345cf6a15b6f13b18f726313a
MD5 a8491f716c26e493b0b35e9a9443583f
BLAKE2b-256 6cbd2ec5d3f16e47471f99986244f9f60cf5d03b1546d81a402b3745ccaa7de6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cd3a7777bbe00d40ddaeeb0aca2001eb13129ad240fed0360b69af4dafbb7938
MD5 21b65634f62f93c95ca91a1d786a5d25
BLAKE2b-256 11a05d0307d5ebc9a7e1bf31f454bff96683e7a7c161c2da6ae70d258166dc45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2053158c2a4782845b5f059a10b71fadfbc3a2fa8e07711a3503adec9e294c4
MD5 b9298435808ae9e1f3d300780e5c7a81
BLAKE2b-256 7b1bd35869371e80d63ba382f3bd47318cc9c0bbd927740bd486457260ecf5d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4876d6c3589cd1d619e7daffd4c39e4e2d69becb3da1d25f264d9eafd863c19b
MD5 17b1d85a60a6ebb7dd7dfec2a1ce3327
BLAKE2b-256 bd6e694d990e8effb0b8775beacd3a254a4e12d337070a1fd0d84ab0dbb11a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9c659b5844950e93fd8f69af77572ed3a811efa8385fc48897f09538a8f403c9
MD5 9cdef9781597611faa711b9f1e82ce95
BLAKE2b-256 82535e144ba95b5e09daf10fbc1c6155a61ab897ac0d6ae050792d44aefbfff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ff3e1af97c49b9724c73e28c86b1ab0a98bdf256781d2fde733a300da7320a8
MD5 4c1e4dd9fc451d2f38d1d3e73aec8a94
BLAKE2b-256 ac87cd1a27fcf315a78db286fde8c1a8be4ceb00c5298893da798788251daf3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3ff547857fa57efb0cdeb99143b02374cf9ed2c7c8e6c1c3579bc9535a63e3f4
MD5 8b1a8ae0ff74528ce970b6654002a1e2
BLAKE2b-256 aacbbd00da5a1485d39c41cb03548b55ccbe26526239609384d18274b68cee3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13d48ba80c46dafe6f7c3d2f3b713a8cafbb921633df0ece7299a52a28128c6b
MD5 8c3639e67c78988286bf97fc799681b8
BLAKE2b-256 bdda303620467b459f5780229f2a15a8bdfd08ac8edd090cc73228da7df302ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5ab744410448a9ffd304880bd8546d3496c72690dd0f2f1a807756e5a3317af9
MD5 41164570e28e73ce28ac64f3d3c9c939
BLAKE2b-256 d310f857cb4c6fefa2ce76bae6bbf056bf2672bff56473bc550c1fff3960bae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dedbf88054b8bbfe058af061e332d99e6c8e8708488f6e4f2c33805323c85966
MD5 27cddb631482bc6ab745e96b73a47846
BLAKE2b-256 34a2a9ce342fcf1d94bd8db39b601bb72d8ed94795d064b12c0806b6fa81bab3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc80bea66e0996ee2e21aa294fc60e2503cdaa1410662a5c8f749ea5a2c17c3f
MD5 30866c8c490ca508707c816d9eec8d97
BLAKE2b-256 29010770bdef1c04c5efd2061568499040ef886c100656ec2c5d7707bfe9d10d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 766.0 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.0a5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 71b964fb2e0b16f3934f65a9df897a6b4f3d7bb9e78ff00a56db454f5dbb7e17
MD5 536a8701a53d299c0f4aa44d87b720a3
BLAKE2b-256 fae1de90842695e227a586d767cd8a8c074d14db4ce2cbf08184afafb5aaf453

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 674.3 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.0a5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 66bdc5c692f231c2dc8da5df4604b5fa55c39d8ff72aafdf9eeceda83e1f91c0
MD5 4b166e49d6402529ac1a81524c84fb4f
BLAKE2b-256 a72d096efdd900584e28a144563251ec543515e5dcc2bd966bb4fef0f71d97b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 08dfad29ea6c7c4ccce5867e3e50cd1d1cdc55d00c2943a68148f81acc137281
MD5 e1f8d0020ddd97564876325cd709132e
BLAKE2b-256 0f97da9752fe23ac5bd8776b27216416279472d41acb5bae999005a9845fa6e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7b711bc44cb3ccff02239257b041d99d6fe0ad717d73c3f2488dead4387a2503
MD5 abe84a042d5f17db4f52b3a61b5c3d7b
BLAKE2b-256 764ce155ea1e9bd96bff77b1fa88e8e1f1d65a6f4cd885e4d1fd00fa7e89794f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 72f4762966152ce23e37e3a228046ce2af76e9829421ab29ef5054a2301a23e7
MD5 d47a69d78f161f0b0ea404e1bd6f8636
BLAKE2b-256 2d1b045e54675bca0c0e1aaa935a36c40ea37b6e20c1efa115bb633285520e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40c15b9d45392de9f0160baa7c8c7dcecbdfc29c957492facaf4579fef5bcb57
MD5 007a904acfc2c0fe3586ae746c98bbae
BLAKE2b-256 24e098d9d53395c6345bf54c3109e70adee3f58602e4303ca684fed404c0b454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3c73c747a29fd8408885196b7f6c2a24289508ba29e5950f53232ea22d73b5a
MD5 3d5e61c31e09c8114521869b1515df6c
BLAKE2b-256 fb73e603461b18513193476ebae454ccff79abe73a187c7e5579c0c678141187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a24be5ecabc6e58787fc9868fe692281d976433989dbe4845bed97aae29c1e2f
MD5 f5d935e8d915bf086a71cb3bd2c8ba02
BLAKE2b-256 adc5d5f4dc6fa27e3836a396744075bf345517395e0c0a1440fc7bf36e2e3d28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6d1008cd22fb48d7a4cf087a7c1b1dd8bbab4bb3ac980e10cd64dd0ef2a0f28
MD5 f5a311cd8ee0ecde48fa558468fbbab8
BLAKE2b-256 96339023e25c722252b5c1ebaeee9332d1e378ae3389d40a0ada839f428bbc55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cc2a960c02732fcee552e9a8dd3987cb65500c164c0c5e8923a5955e32a8796c
MD5 78b2311c1dca2c5d500db553d90314db
BLAKE2b-256 727dc4de655eccb119ab799472e07d23d269e189503227027ab970936763d030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88b5b6dca12ed8547ed4c3ce2bf77ec479adf711d903c0423ada81b32258ca14
MD5 796cb8f0f9ed80752d8fb9bc8344a995
BLAKE2b-256 b1dff0f7153b843561e43aec684cfb41f663378e8eb8dda81da55ec0051b5047

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 770.5 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.0a5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 66cd35543e920c52e001fc3391c70fd3666df2b42496f7641e3ad772cc63a40b
MD5 ac7184f3f4701c9a9834644a60159f47
BLAKE2b-256 12b2cc3a05c078adf72ee19a19d0f27c6ebe8e8672fb0fd811d623fbd47aa128

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 675.6 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.0a5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 edfb5a7d24330135027294034016a1ca51d783694fddb9fce4eaef86902cc4a6
MD5 9114a8472320200cceb2cf1d5cb38ab2
BLAKE2b-256 3e3b6b1f965593eb07fda663659604c09533b1860b10ac5cc9f91a20b5b0dffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f61ddbd24599d829dffb73b185731d94c8d502c1bf1af6219b363acf59f8b1a8
MD5 51c1ec706b0b947d35d436de9b1feb22
BLAKE2b-256 d484108d0d1ab14df2f6e143736e9fd2dedbb69e252c99d2094bb40029f874b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a19fa01c37929672039470f1f24121b720f3a9f1b39e0d8e6c3a248f2eec54d4
MD5 19d4c6e8c606e5aaf158ccba40211beb
BLAKE2b-256 8b5aeeccb174840df72651616ec6346f5d7f3b675df0c74c7097d4ba2062f699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2a84b28c08e1ad32e053e366960153b29e5a14c9ebe13df18497dacb1b1fc93a
MD5 42fbd38adc974409708d2fcf55541c82
BLAKE2b-256 47d245f9b53ec9e265ca3991fac41ac43273b62f7455837c60b681b9f7d55910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f367aeaf28ecd4344dd10cba5f5cc2543d7761f881572eefe39dce47d824a694
MD5 7364562187fffe0036c23e51c9ae89b0
BLAKE2b-256 85a2f90a67e86a6c70c997e19cd08af508736537fd656be57441059e32ea7406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6c7f475a3973fcb4ab77735e2500c96dda7f12f81de40e8f683301f1c8006de
MD5 0495c8450ce9cd98e9e1e2b986bb4ce4
BLAKE2b-256 b7c065908aa56925f97746742a3ee7738461fea0b05f67320c32c1609ce160ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 040b34bf995b7481d155c761f05ddd276d25392293a058d107ea6154e6f130eb
MD5 b983b21b3fb01dc411aaca3d33a44423
BLAKE2b-256 749b58df5df82b03c7d60e3bbc12e053860343ea2ee1bda9533c2592b87f0929

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c29f72da13510dbc54a92a7c69f7af465bd7bfd8a93848375df73e3ad57f08c
MD5 3075a9b493f793019b426a11f8bd9bc9
BLAKE2b-256 9fe4b0a00229c9c3d61b6f6278dc373608ab20ba4bcd0f3d3a7b922896954b65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 707525c1263a115311d027c3c1a2761a61ee228872f8caf24dd25993811f94dc
MD5 f9ccd060bcf7b29d4b461a3802c85ebc
BLAKE2b-256 e90f2c563179013aadfa425e31b19e7bfb7ff210a570d5f5fe71039601149869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 516f8ad7a0b883945934caf85d4fda3ff78b25b5953f74c8bb7026a7aa0b9882
MD5 5385244f31ef791327ba07e546d5f56c
BLAKE2b-256 0a0da427b55c9219e5bd16ebf3d91832aed962f2d7d76046814a9de4e6e5f8c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 769.4 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.0a5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa2719919558b53b6f8a77302dfbb8508c391a0ff9089672b0ce89f99233bf2f
MD5 ee80ab6211ab4eb0d606d9ae4b4a7f3d
BLAKE2b-256 5b6a2b0e601969d2f94a60e3d660a424f173726753ce5b3ecc430285bd914024

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 676.6 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.0a5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5394b1bc167c3acf3df5db758d5ca0ec4352ce05273675d92574ba1aadfc81fd
MD5 b3649bab642c3824a7bdbdf5e69110da
BLAKE2b-256 12fc0876b0d9040e7d2d794bc26edf0516b1c880b6e4dba1d1aeb693bbfb0339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c6e5f1f6dad871c6e31930de84503f9ac192d7a945eafac08e0c6584031ef431
MD5 7ff28947758b4f7b90d1c7be1de2bc4c
BLAKE2b-256 1bdcd0c1c52da5c8505ec9b05b9a72713662c0cfc427600a8973adcc712affd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b8556d35ad6cac6c99ea751e45716562b9001f2a677da2e3fb02c2b50698d08f
MD5 77239646e602343e739ad9234936c670
BLAKE2b-256 dbb063883a8c6c6d641e50af0a54fe032eb70b8e902777248924e05dae3c4ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c9f41005438c753c90c8dab9975a2775611634437a70b438107e801049a4aae3
MD5 403126d1b81ac594879a374d6ac421ab
BLAKE2b-256 8ed11be5a028bd1a722c3432f4f555bde88eb3b4f15699847930a9010e17324c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9903aec7d508e9a9a686fe64bb18a44c85923729acdae83b7e1b68d11080003a
MD5 7a5af375f9fd45d668373007d8e64749
BLAKE2b-256 a4f3e3384cc934e7036b0990814d3a0516114cf2b76dc571ba6b150d5903d503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ea7395609b2f09b71a86fe8266379d59e82cda855a7dee296d2a262e845f5b1
MD5 cb740b890a3df2b7c000078249bc88df
BLAKE2b-256 dc8cddc06f6dd7145a6970364cb7ab4798ab10080c7d1f45707277757c7c4a8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e817184291479669220a1f6c0ca09818005585e79a5236d8482dc4d149dd69dd
MD5 03248165f9d0479a4cb5dc326a869ca1
BLAKE2b-256 7f2f007dac244dd4cfa65481677e3ce665b3d03bd87ba2d4fcad908664cbff95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce4f177ea32e64562dce6b4c92676cc58e00d1eaca9f2b335849565e44325775
MD5 d8b8f58b944665521704053e970bbf54
BLAKE2b-256 436b17397f5bdaa3d52e7f02b5c9a3814a3a29df8f07b4b70e5cf14f531f2a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 582505344d7eb0566fe0be118d3592d99f671f01cfb5a459da1cab39661e4b10
MD5 2f2f744324f743401d775d48baa54cb3
BLAKE2b-256 e2d5e2b9c3bcce836cbb0af204c02735da0e123b32e050046bf76f94acec8c8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb103e7251f7ab2741b879b3ce142e8bfecf7fcfcb0d879b5999904fad69863e
MD5 13863ab13fa0040704c915c71c16a2a0
BLAKE2b-256 672c180565790a3855122c423c0879574ad3db255db9a85c07b7bb9fb52468ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 770.7 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.0a5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7235bc6e54b00602abfbc4726925c672538a23db328abe0071752ddf13c2a1f4
MD5 cec5ca0edeb28ceb4a870dc01fef7211
BLAKE2b-256 2f00a929e2c4cfc0af03dadc437022e08af54d9cefe17b47db19a75fddcc7811

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 677.7 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.0a5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6196a16943795268aae20424f4a00ae23906750b1aa3bac6764ed166d93bcfa0
MD5 e4e0c39f61ec1f0cdee1831f06fc29e4
BLAKE2b-256 138e14d7a0510e0298e74118ad3dbebe5ceef8de911d8d230cbfa0929d244c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 660c82c916199f7b75d57acb97b1781875316e1fe045bc00fe8b12a6542ed083
MD5 45f88c4f8e46f529d6a97f411af8ab67
BLAKE2b-256 b6c9b28a22a0e57d00f00f161ab19144157f97ebc616a94e51029ac55ae554b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ece29b64173a9ad99b8301977b613e5e1d7fa22511d40b0d947f6d883fb6b161
MD5 96374dbd1c693a9c2a20b1abe422da6c
BLAKE2b-256 ecb4908515ab12c055f6af7a18c786d1e8dca5c9246eeb7137bf763f7784ca2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3d3007e4738bfc014d49246f1b71fe976277e273b191669f43015a7c1d4d5c4
MD5 462e3be059bc2c0ffb65c7db62e447d6
BLAKE2b-256 271616667dc725a1f2cbf6762639592b00d2dd4ae36f105739b66e228440109a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d3dc5e598599c458b0d1a816da705c89ddeb75ac03a8a8cf129c0fdde6b8029
MD5 e0a09447d2ef32fae25037ef17d91b87
BLAKE2b-256 7712fb93c66e430964def549f63eb3bea4c45b34439f0a1b934428fec4d6d5d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7a36f392f5ecd2fa5e08350c4471635f606d0701b2ca9e25bcdc5a514c85173d
MD5 785c21106063d4a59d585c4e6933a2c7
BLAKE2b-256 61a6cd05923f65cee44a3824db9c4ea065f1aa6b95253b74f419566cd6137f63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ab1866f2a68b2d5548931c9e4b8224096a39590d15d94a1391da2378f57b05a0
MD5 ea5358a4e5522a0fdccae8f2f35f3aca
BLAKE2b-256 b98228a314449cd3e0c4c2718ba3fa295e13a958b8d8285e3c90d6515bf8e75b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f873a3871cd46bda324fd6bf9ba84d6a494fb3b4a05cffe0e16d2339dc82969e
MD5 61b66403779205a2e8afdef621d08a9e
BLAKE2b-256 e3e31e6b67c9c502f6355b600deab78cacb35a906105ee884ef82693768081b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17ddb4d2383b3606e6bc5376ff38f8515d91abc6ffbdfeec252dd368147ceedf
MD5 a647640402303beacdf6bb928aa40c24
BLAKE2b-256 0845331da3509121c850bcd9fe3121d08c70b6aa066a7102c21882250af92d3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 797.4 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.0a5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cc3885b8c544d6dcd83ac00d3537c2c0f4a8a43b6a3957d49537fb02ef949e7c
MD5 71de7a62c5d3ec3d4473c253dedd315f
BLAKE2b-256 05c86f58726126f6a9ac9af9e6e3185ade5c202a67d445039732c5e97bc5539f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 677.3 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.0a5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5da46f913fdf0eb4b3c44097bac57e9a98706780dd130273f87c0ff587813ef9
MD5 a1788488803def28651d9d20c9b4981c
BLAKE2b-256 561fbf2aa4a33be3e76d8ed4a9fe64c264579c03c111c3688b9d560af70bf3ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 65344a3d9fa2665865458896b3797e852bd2c9db6792e9ed376448fb556ea998
MD5 c8d4106eb2e1b50eb0727156e6381774
BLAKE2b-256 c2643a84bfa3ccd236f7b94eaab0be16c3189be3ddeb1b1d09705c97156d942a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7aa5a7d01f096fef18b4630dac96c6b10ee70cd1d527c7898ee164f8535e34bc
MD5 c56efa1d2bd3cfb92bdf4abc718febef
BLAKE2b-256 31e45d4db4dd75257c3145cfd0c546f55295df96a87468cba545a78b1bbbb942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 096c381841009c6c0db1307f15f0a661f5131d8e9acbc1e63b59ca024960f429
MD5 7a64fb1ad6ad0388b2fceff7afe814b5
BLAKE2b-256 c29f710d473982fb436123848679339e42d2b97048d829d607b61908577f2d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cacfaf9f8ca6deee1227d4412dc04f69966e1bd4d11564a6c7bfaeaf70b5593
MD5 215baa7b660ec0d2f1fae4ce20bb9ccd
BLAKE2b-256 5dfa374e3eafc98cde73f89e29205bd2ee2e04c8d869267177111444f43219ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f5c43f9fdd21ed8e2b3b44324a942474656a5a0cf689b2b474f3436b7c403489
MD5 79f8a9ff00ed8d2a5cd7e1d9aaa6d586
BLAKE2b-256 e6381634afd3cd5020544d9e1d775665bdfcaabb20d7e516a7282aa267184692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 28af53f945b26551029aea9b4142180ca60bb1675f14b3cdd678cbccd95537a0
MD5 503d70780dd2c6d4f9df7016b1621b4b
BLAKE2b-256 e0f0f6db4ac9e5b94150866b12e4310b9240bb0e0f30634eca00a26ab782576d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d561086d0b5a66d8ebc6f4054015da2440b4cad826676e204255acc0b330aa62
MD5 a5247d477bf983135e459968ede7aeba
BLAKE2b-256 7de1160f603a0ce53ea16587f6cd4fb57e05b6a367ab99d2f674ff65fe623d04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 daf7577270d731ae0ec98198ae6b881265e684fbd9ef88280350c44a42b60332
MD5 bd903e696aac03fc174a1f26c844eaa2
BLAKE2b-256 ddb55b078d13ceebc550ac79d3f22d9cdb4b09032c72263cfdf607213a1d4df0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 795.6 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.0a5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5b043e4abf7afb4c98d073ae57a87544ff786fff5eb71b515ef4a3069c758a64
MD5 7c978b35244a2a982afecc0e3b0ca103
BLAKE2b-256 9babbe02c4ff5529769a150c15c01805cd56e8ead63d86c9d7e3b7f9925ce380

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 676.8 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.0a5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7ca98b9c11cd80789fc53a9e3c6e50bae3a332fb48352200f397d513912d42f6
MD5 350392fdd7ab717b51ffb8140484b60f
BLAKE2b-256 06668f9f95d959748a6111278a5e14b0304dfc6b0ca130a98bd5377ee973a7fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5835e2cfcf9085c527aab223ca6ec2d7fa621be2b40f38a41d19519f0c1e332a
MD5 8c707817b659d6e918c55ff2fcea2996
BLAKE2b-256 f0ac39d612c424d3db7195c53f111c82848f7e9c7fe21300f892e1f2bcbe78be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 300d944adb1904a4faebe06c8aea5601432d1e86c0df7e9f3a99c875a4661c1a
MD5 b08390d301578d3547d1355af74e67fb
BLAKE2b-256 95b037d02f218e78523b805c081fa57a8aedaa6a467170280c99d160bfe8487a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 53c1bb32d44ed1c3f05766aa901d42edd96d747d516e2fd43ca4b68522f2ba95
MD5 abccefa4a8e29e25da7b480e69445af2
BLAKE2b-256 fd8ce6a0203b5919c01e29b9ce04e607073f33cda2ae27475309a168310cc341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3b7fc8093dd488f40229d0c7b945d372fc68a34f73abd5efc5b34b4aaa13f03
MD5 644994f220785ecef56c66d9baa480cb
BLAKE2b-256 1ebe577c416bff1216525f47c7cf2c483413fa66ae02ce52e78d0566f5f0bf0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6f2732396717293c3841abd9cee3bd835dfc81e38e9db075ae63306c2072526c
MD5 2f8caa8286e6af87d37152c3685e4342
BLAKE2b-256 54f8c2a2435142b0795c11fe0e2539446b88ae4ceeeddc489c89cfa0b4f5c641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e2c8583e80c7b7ea74153b511fb236c41c3cf0f29b51d1e2a29321823545e3b0
MD5 2abe6609e21c774dd365b3d4a04cccfc
BLAKE2b-256 46cb6fde5d73d25bb7afe8ff552b83a465bf4c6a21db3759cc7103cb9ff6726a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2acd853dafa0d355a1490533f6cc2b561d1068eebd560230a134fbd85a0eccaf
MD5 e0ada2b0bb6deee7f61c53eca5c08c1b
BLAKE2b-256 11593b64cc5386ce5dd9a108a1ee29ae6bd0c5c6013b44c3662fefcb70fcc629

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