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

Uploaded Source

Built Distributions

pyzmq-26.0.0a4-pp310-pypy310_pp73-win_amd64.whl (703.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (798.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (840.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (611.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (953.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a4-pp39-pypy39_pp73-win_amd64.whl (704.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (797.4 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (798.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (840.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (611.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (953.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a4-pp38-pypy38_pp73-win_amd64.whl (704.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (611.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a4-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (802.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a4-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (953.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a4-pp37-pypy37_pp73-win_amd64.whl (704.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (611.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a4-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (802.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a4-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (953.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0a4-cp312-cp312-win_amd64.whl (764.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.0.0a4-cp312-cp312-win32.whl (673.3 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a4-cp312-cp312-manylinux_2_28_x86_64.whl (905.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (905.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (948.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (710.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.0.0a4-cp311-cp311-win32.whl (674.7 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a4-cp311-cp311-manylinux_2_28_x86_64.whl (914.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (913.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (955.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.0.0a4-cp310-cp310-win32.whl (675.5 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a4-cp310-cp310-manylinux_2_28_x86_64.whl (914.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (915.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (957.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.0.0a4-cp39-cp39-win32.whl (676.7 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (907.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (953.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.0.0a4-cp38-cp38-win32.whl (676.3 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (907.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (952.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.0.0a4-cp37-cp37m-win32.whl (675.8 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (904.0 kB view details)

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

pyzmq-26.0.0a4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (952.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

File metadata

  • Download URL: pyzmq-26.0.0a4.tar.gz
  • Upload date:
  • Size: 367.2 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.0a4.tar.gz
Algorithm Hash digest
SHA256 5bb5ca7517ad4a15d1eca9317583b7a3f26beb11f281301d05224a1de3198a9a
MD5 094b5926b634f494c517b7708cc6c474
BLAKE2b-256 b2b287eecb874f2f71fe1bafff72893e767ba5927c751ffd1e5dacc512bc7d26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f762472ce7e934fad7a0f1cbda8d46480ba4b1b7a5f7dbcd11f4ea4019187995
MD5 fe867735233c4afac638868243c7178c
BLAKE2b-256 294e06813f12501d1b49c2e46140aeaf6780f61907af6fed9195873fba3c0073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f602a47dca269e1ac3c8d2040a64ca902567679a2e4ac1a118ee7cb05f2a1c7
MD5 6464ce519333731afa6a59679c6800f2
BLAKE2b-256 66639f4ae118b01264dd46fcd253f0542a488cf4cc6c27e6011527ee741e8dea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 02d34763b9059a37317ff82afa86ec249380298b70cb02fe99dac6cede7712f1
MD5 92926fe39bc1c82eb3bc9ed700f483fc
BLAKE2b-256 ec9b0237b6fd0eaa27e46e44acf2a91e31c838de7033f27fcd778cdf6eb03d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6c8b951dacc12b772448a9aa3c9f74e671dd00d5522fc493a960b301e86a07e
MD5 456dd62692ae2ee7a76eb6aa2577ad09
BLAKE2b-256 2632510a6b33e9340c4c2ce4f714cef5b2da3f044de27fb15427f4c73be253a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae92b3997afcf4cb35445edc490f5fccad42619317da36a4732d9cc892118ef7
MD5 c57a920a82823b68116f831405bb0c7a
BLAKE2b-256 b0c8867d9112722196cf1fce4972c066a5d35397f61b5202c59d20b5d1a65075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a8930ac1d9e0181ffc63b41f320440f688ef655fce9b926fca113746a85c4995
MD5 eb8eb07bee5e598a1cd646dda8dd6db1
BLAKE2b-256 28097d9f7adc737a8b59c255c7a8a79741343efea6249b7c9fb68c22768c90db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8cabe02fdb1af8f5a8922940aed0e696d55f295afd29e4501d50ff70f6e46b8
MD5 2b06b787db7335bf53290437d56ce7a0
BLAKE2b-256 d13c9d6c31902eeee1304c93a55e7fdae6a39522e9aa67a03933579e1d2ef827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dcfeceb243c47152518ecae8037b448b6bde19f5b5760f071f42712f123c2d3
MD5 b7a74a24400debd9cb22c555f7695af5
BLAKE2b-256 1621873b3e93ba52e0006aae5b58f6c82ecfd7d0cf87e1d9c0d79c0959dac6d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72377dd0f67ad80940447f3c8ec41864d8a8c9eb3db4d37576cccf77aade7622
MD5 d0924e71c050da514ed3a9d964089b3d
BLAKE2b-256 07807f91e9978215ab14abfafc0fcf45c97005c69b1908334a5e398e6b48031f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb1fd75548eac1aaef3d9db3756219574d6526a4054fa56c930e82a7f2031eda
MD5 41103a590afeab4930b6da3ddc89be60
BLAKE2b-256 b47641b9805ea3ef8fd64bab000377f84c7ef0836032305a44d6351946f5a48c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a93e4d0227cb4bd633de47bb9f52a11e70d2605a5614b506fa22be2e9d170ccc
MD5 a9e2e612d0958db5f4cf2595dc038b64
BLAKE2b-256 f59bc27c381bf1e59642f44e17558e2831f4f36aab9732055fce1a2e2ea2044b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1b9b9ab24734167ef2c4e80b542390ed71881e0c8b1bd87b31d1accbb2162a22
MD5 f79042abaf0eb8b49e6cc104d0e6ddd5
BLAKE2b-256 d8c39552873ea2440953c74ea42aab810578872b525561f30362c26d2c15b3fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44b25fec4ae38a1bcdd332a959fbd6d39799fe74919499f91beae6b789b0cb64
MD5 59b161bff3ca4126ccd2439b045a865b
BLAKE2b-256 c82a4d099952c0e57d85dba0a0683ac5e4727d3b7e4432ab477fa30ca195b8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 05cd3ad6d896e32fa6cb5efbcbcc07f7753a7fbec3e6a445602193d4e389090d
MD5 a161d6d8c4d9051fdebd4ca9cb3885da
BLAKE2b-256 d8b6dab0b7f6a03d6b16932e888d3ab3d668d2a415fb2b4943e43f83aacb9e14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a13cccf7367054ee94fa00756b1b1779c1eb89978bd16e56502ad2941e922b73
MD5 ba09330e4c9a32b5c2d30c28fc61d002
BLAKE2b-256 d90f054658c058979fd9c4df568bac5e02824a532f54522cb0406a2a5b45ca02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf896c865c75f7e419ea33760398dc1d3ea773daad1a6d12cb23a7d3a585fed5
MD5 6460daaa55ad2e1b4623479207dd65ac
BLAKE2b-256 7b2765f74aa59b1e147ce067787276004a159fa626fa372992596fedf2524f78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 76aafb0fb64000cf9f2641f73aae055c326f30e230aef49c5ea13a6ade73db8f
MD5 b8ab652830ae838188e84339778b1b93
BLAKE2b-256 9c2c37933f2e1d46939bf7cdd1a9d18bd2ae0c762f9a918c60784e131c9c0d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c3b8e449f4a3d9a0f48e5c307c514f1221d8edda396ee70fb04335c7993c2e1
MD5 2d3535ab6fe929e27e53fa2e4ea682aa
BLAKE2b-256 9e2ee01e167ded6d921ee061b27eb437f81ef14abc9e6e4da11067f55b4ec2d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3aeb8937ea5ad6daa64a907ea9e71016836f8dc00b0ae9ed7901719416c32975
MD5 8443e9113660f714fd33c428e3272ee6
BLAKE2b-256 3a316981d7e721eb1a784e2a3d553bd0d62fb516426092c954f5cfa8c8c1db43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 66e67cc910f944bf2637a2b09e56050d1182056c7150ab16a3866d05374b3ed3
MD5 efe2d6ae4101e484bec7a923ba199761
BLAKE2b-256 7313dc65b3833cdbcd75996069d237b592aae7c47de4a37a2a0dd5f997e996c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dcea0add674f5af410036c7bfff401f129bab4aeb5f6977bab761b5c39b34934
MD5 38c5aed585bbe95e4e3c17c68d3f5335
BLAKE2b-256 555074f1b0c1ff9a6328c980eed1f870eeb3fdce7310850187086a8cdee429a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 764.7 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.0a4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1c67e23942ba10de72fbd120a70616bfedaadec2cc04d3bf2e365d3eb241961c
MD5 cc2bdba8f9b52ffb6e24c91e96e532b3
BLAKE2b-256 3081b80439a4f8fec96273eeb19432f299f72f753199da59a1ad6aabaf77d15d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 673.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.0a4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f3d304eb0ed89654b4a42e5b2af280da8852db89b9c6a0e3771af51bbea30a37
MD5 fcfd7f8c520ff3b864bb083396b2304a
BLAKE2b-256 7b39fd729714e1de738063b3fbf1a8f30b7c4ee6326a2ceec50ceac63f86bf38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d26ecbc5dbf0a8b18ade7ec36c32a3c74bc13ba5d135bd28b258e6135019f4a5
MD5 19240c7a5ba9a43b786858abd13eced4
BLAKE2b-256 62d7413d6b00b1927be0604665219c22670ffba053d6e2debd1cfe789a8a735d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bf1bc2c4c44513bbd352d3549b44c3cd9dd513bcc1dcf6b4eead172b406faa2a
MD5 04ae1f71c68cb0e5b1855425dce12d12
BLAKE2b-256 63d17155b6b203883df8b3b2b807bec0b63de454a0f316bddb14ce15fea49114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 33c466ca3f91ca9903f96c37663bdb87ef3a6ba7bed2723579a65e44d3979b22
MD5 126c0901683ec16eb3f275a89ddb2005
BLAKE2b-256 49733a383f14a8dbabb679a20a1f0b2154f3540be95bba1b96e12fef19e3c387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76155cfef3541615a74be296aa831eaaed0cf0695e62ae3eeb1a122cf0516a37
MD5 9bcbfc29b221a63c80ae5aa57a9bedc9
BLAKE2b-256 594a1dbd0973969e2d8388786f9398f137c12cd7279d712607a9a56a785fdd50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bede972ca4c48ee2ad784d13172830a2d6b26d72247df9597821a9fea459dfb
MD5 98faf4af46fa63b48ef8766c2368a880
BLAKE2b-256 5a6edfc66dd4632d0fd7a6d07787238c035bb987910805150bfa4f77d50738e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5ec6a18ece0a36bf3c9410d915b5c3201219fc31d99e9ff1662d3f1b9b9a68e9
MD5 ed8ba82d0caebf3f296d3d121cf1a1d9
BLAKE2b-256 8eb21a2bbc3ac96a0381e0f1b3163ca5cb1da8562027d00ef2f4bc6d1f47bebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9160ae2f245cb4f06fcc6ca88eea2adb8d8b417fa18c97399d2b13fc63c9c97e
MD5 49b337e195b0add6151f263dfedd846d
BLAKE2b-256 5f49a2e84a3fcc295e6adcb0d61bfeb951d20e4bb6078ff7a340b442aeb3d61f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 3f36bf4e28d81c3f1924f96f8674626c1d62f2587131e3f461b0bb2b5b1b9ce4
MD5 aab165ddf595bb37b2a80fcc352d0b0b
BLAKE2b-256 370328a9d01a179540da7dcff2a243222e16d378d6df07319e9575e0fc3d5553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7409ac04f02c17e4679785dc3522b11ec0cc87fe855da1b11a9709b475e15ae0
MD5 39082cdfe1ec8dac1349e0fdc5bcecdf
BLAKE2b-256 6f72988f7ae6b01e9853b708fffc0288520dca6fc3def96a440bb032a22b86bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 769.4 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.0a4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4342d8625adfc16c021d054461de9ea3873ddfabbc4e78fe2dbd73126ac937bd
MD5 84a411cc98bc530118a596d9cb88424d
BLAKE2b-256 084a956a00b7bab9cae17e79cb2845daf48c578da1b2e58067d9de284bcc356d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 674.7 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.0a4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6b70a183ea036275cccc3ea87ec19f65b1a0a99d6793aa5e854086f1d40fbe77
MD5 182d42c2ad17ab025cc5a013ce248ef9
BLAKE2b-256 ec5e438bd5b3ac136fbe295083666f31442a093a5f9c4fc2a52d9c0be59cbc6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4e2479e28328df62c4bb31e5f3d0ddcec4052dd1f69fa8044a788193a198b70
MD5 2517f2308274b02aa032ab6ed7187770
BLAKE2b-256 c5005865935f6276fb45a86e9fc1e11b3d0e044e211f9bd6d97d74702f1aee26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a66f6e44781293f5cc2a4e990199c8d801b4f4d19d2622ba3f9e9514d1d5fccd
MD5 dc9f276038bd0c410cb5fa26abb29fab
BLAKE2b-256 a543ed9fbb48332b763769b694eb34abd48b5cb9979ad68dccfb6b8f022fb455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 69f2a200cfa3a5c25b363628b153fe6c6e88234ed052123ace4ad6e3dfccb21a
MD5 506ab0ea58651a18b2794e5f7d53e33f
BLAKE2b-256 84335c1603e5ace3dee764bbdbf297842fa1223a62ba170185eb25c47ab6f22b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9249f156d3399748ac10665d87e2409ff05494abf692c90a4fe316737b9b696a
MD5 e35c85f050fa2efd8944fcdd5fc88cb5
BLAKE2b-256 1522c14ff30568e6980980aecfb1656b9b26ce433e4e0588f7f695d81aaa8cd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7008cc890d50340dfebe3eeb45569b94196744f432a3d2a84b591ecc8c33bfa3
MD5 ac285dafe2f5500eefdbf457073fe455
BLAKE2b-256 3f0c4b78e4b072e3c8d93d394370c90d9de616fddb724a1ddba02ed764599410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 84c4467f71fdbc44a1881ca092ce9f8f6284fffb7517a8194df8754a329cf5a7
MD5 dec217844320de786efec8a5efdb55cc
BLAKE2b-256 9abfbaffb85576a08cdcf9709d323372dc5026e2c63d41cf18f65c9700cbc6b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 049b12cb21c45fb7dae64b7e2b3276f3a4c44aef9234dbac69a8291374e89ba4
MD5 bb20fba270c0e6c1ec5c1da462632679
BLAKE2b-256 cd884f19d1b9e0a0315433a6cd3596dc951498c5b367e73ae0f7eb2e42b85526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b1efd945169bb2ce1732a03e8f53d783288e1f9a6f07788566cc909b709c72aa
MD5 a1edd780e8c84b1bb3017de1f00cdd93
BLAKE2b-256 b7751b6e9436295e61792bd55f0de1adab37fd758be2dd795bca0ae603f509a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b88f5a14c74088c3584b832d0cd241194b7e7a1329d7c5d6a0d5e5a489568fc5
MD5 62e5e32af5c5e3b67ee173c89625afab
BLAKE2b-256 8442546a584aae86b517cdee32f210a748701deeae6b46beed86a700b1b8049e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 768.3 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.0a4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f10bf222dae5b315701fca3dad15fc9ca5ebc1797def7944b1308a9cb1dec1ef
MD5 db57509469aa2e4e151cba63833775d5
BLAKE2b-256 8e6f1b71bdaf1cbb1a55d4803c2a2b6de5c88654859bc8106c8d34edfc5cf048

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 675.5 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.0a4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9e8bed812b42ef60f558063bf4684037c58e71f6347faeb8511972ce2af0d25c
MD5 2c9a4008578762a9628497855cbb1ce5
BLAKE2b-256 39fc741f9995e70e544d3760b85348f1463b2752b6dfac760df9113112bb488f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c9097972b3a2a4c688b7d2ccc68dea35736f0001edf0fa3bb876dc588750ecc
MD5 4f7d88983a7a3f39a161367add694560
BLAKE2b-256 011789b3d2579dbd241a0a9af20c17bf097646840eb7296852bf1862f307f7de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c1951ca4f546acd38ebd1c6432474188603b4aaf19e95c0d71063cc3b55f1ff8
MD5 1cef0d47728b30569a35051302bb61be
BLAKE2b-256 f71c1dced578217636cefc50d5bab453de9a8db4c92e9538abc1dfa48165bb5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f50ef966f4f8d89929de7f38bcd8c6fc58180bf884761405b811722833f5a8e1
MD5 8196f955201ac6accb2b8b6c9331e9bd
BLAKE2b-256 fee3c91bcc31b6fef743a91b47d910379e1792d50d30923732bbbb8b61ff2884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b874f6689963bcb8a993f9288c5bfc3655110350bd2a4a1215553efb6a7b071
MD5 0ff13bb411cebfba0d2a7d60720287e5
BLAKE2b-256 8caf18387c65e119f7749e5579d7d2f2b3c3e9d287eb39ed0cbc2dc1adff6e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a604892a0140aca66a64fffeb9cbc03b4b8d89cec80cc67de5565dab1295b05
MD5 a7e426d59b6066ec29e063e2b2bb8917
BLAKE2b-256 b1ba44c2543e95a1377de800216fc619809caafe06bd438ac5291b0538fc7490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77defb9f2f9b2fdfac80c7aa67f385b8be2cba88644f6b576baf1b2129d8e686
MD5 c88a01c73046babcc9e85bbf22669306
BLAKE2b-256 b19a4f92708b5ed1934eb7e7ec0e80a5904dcfa45bb1c365bfed2e09eba9cd8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c63b1db54036cec6934d3f3b3bfd1fe0437327bacf7669f3d8e77a85c393bed
MD5 019653c95c0b44fe382f627748be25b4
BLAKE2b-256 d1f6385e55030e5b32d6f061e7a9e4580e318e7b022d4e0e309ff536bcfbd125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6a789b80469dd1ca0b09311d8c3244ac1f082e434b74160647e797c4d03c7cae
MD5 994b51a6a984d13a95183cfcbe9db5ba
BLAKE2b-256 b5d79133a315bf27be0eef039446d4e9c960d5209064507f5283089c35abe7f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9f803e4a737d9d2a85e125978e8145329a0038c1d6bc29e54d6d309e154a8e7e
MD5 641688ed63975e655eed6457a21293cd
BLAKE2b-256 2564e2345a49b8e8918bfb7153e9a6671785bbbeb03758bda3130d7dfb407a39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 769.4 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.0a4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 be978dc0c9ce048fd98da5e52ee2dc67c489e2e2ae191c36d5c52193870f4658
MD5 e5a525b0b7b7a0d4228aba7ac40cb60a
BLAKE2b-256 415d8c809172725c7508d58926cd53a851bc22562eff3ace9863dc878dbd7e6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 676.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.0a4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3663d7436dc255a7ec7d4e245501a5beb50064138c6841f519d306884e3ab13c
MD5 3e4ebe6385fd41ed0cfec744f034de09
BLAKE2b-256 94a17ba7243df804c34841a7af0f0763ba0990a4d0d753a79bce161086b15484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 42fe0fef674e984832f5025b57672dd7293a7641e149a47b2179026f50f62903
MD5 1f3a7a490108963bd4da67b6e41e4b18
BLAKE2b-256 6d33fb1e46289f90a5fa49998bbe8aaa728c27860eaac5c9007bcd1990406422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0bf93546a69479e82979af058e7af3ef6105e173766bb88c50b3aa0a433d4275
MD5 ac0a74d5f08f72f7e34420e85a90f40a
BLAKE2b-256 c1021bb3101adaa38f7a9fe3ccd8157659b4c57d373735b684b1861ae34d599c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 71b3b760bc995fd5a04b1f9d90ef73bb0ea944491a092b7b85580551fb24dd5d
MD5 7e59c6e19a9c17e976f66ccebd9819f1
BLAKE2b-256 932091300beff1e884fd40cf3ff8de2237d0fb0df1ab2c4b694252e12cacb6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06247a17226919434bda4653afae6ccdbd381477b81d6bac81e3f1f33291a92c
MD5 1b75ebd22722fb8aaa7aefbde59666b7
BLAKE2b-256 012326527e985177425b071a80aa0c96badef63fa3c0bc04add8d6e4199f6d20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 320b129f0899bd0900b83ca335bb9b3334ddeab027e42f9d82d7990ed58b674a
MD5 5b4f4a5339f0fc9af15c3f4189393abf
BLAKE2b-256 62d76fdcaa5e471a44ea1097ec13c69ad1df9fb788abdbc9b0b87c4f221e7373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e80f27d53c830b3c1b74304ff96f22e809d541ac1afcf822c396a719e68e747d
MD5 8a5f76ab72748eafce92de5f2ef9e176
BLAKE2b-256 6d91a4e20d22dbc1fd2f8a6b4828eaed896761dca84f4f3ef5702ee27b11a8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5ebc23092215e915a86e8b673ccf94535d5019aac4c59e3eca8674943939b523
MD5 3147b36bf444ab007c84955e5542c02b
BLAKE2b-256 ad7eda8ce2716a885be3e44191af10854872eac7653b70759c59d252c4ff8a14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b97072dadd2191c0bfcf17793a78c2181a4ebf3f6a20a2b6bb2c963fe7edd58
MD5 d8c6a417e46c0a369e9e7b164195fa78
BLAKE2b-256 cb90b275cbbc83e6deeaa9606d0f44af0d148ec50e37587dc8e758871ace3b33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 796.2 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.0a4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 83bc24ab10ec947b64b6098bbeed779fb41b4c846fe27c4bc24788f62a61f5f4
MD5 7b398c3fe5a29bce83333ec2f4ac7acb
BLAKE2b-256 2966bf6d63ec2c5f7d14334d418f0713c506c511c556eb5c82464f2abb198fe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 676.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.0a4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d2b940f5a5b428a75b7f3d2d25ae39a4f18d8af55502ef260afca82f51f556c0
MD5 27eb98a4786c3e474259d8a791728dee
BLAKE2b-256 24c1bece18a085655680b2dece38d8213819f2deb6fafb4237601091ebad7166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7fefe5d4422615af91372b582bf0562cfe65ce23fe26a45a10a10cf3cf9120c9
MD5 f26fc6ddcfd141e86acfdee261faa740
BLAKE2b-256 5f9fa190aef5f3853791d17a212cea72e6ad99c90df278ce534f4cece83f792b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 83db132698b107f49ddde1b5e9b2fe6ba5194e98a616b5b0813c90fe11caf9f4
MD5 eb4deb2c87516cd285266172a133007b
BLAKE2b-256 2c226301475e272c3dd82f5860e01eecf25cd796c76ec7ccf569ed79e751b868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8b3e9307fa3d36f35d3437aa5b2461aedce364b06a78d55c51a9f696b2f19205
MD5 0c88e8ed7ab212880247d88b9def9aa5
BLAKE2b-256 8e6803add01e50c163134ec15e2f942ddada7a428882aee5bc1be320404bee2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4eb1911fbfdf4ce9977bc0f1332798102f600483d9c39e57f380d3105462f0cc
MD5 c14d345fd3de78fd1a5bde85efddd4d3
BLAKE2b-256 40a3f51c4a0509ca480c07d6cfe66e1dbe35c3d5f1cab9094c26283977e00c47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f91ade3630352bb626a13ed4c6df86e1e437038a6c0c1e878e8a542dc442a012
MD5 5f6fea079d9ccfa67fd29f583199378b
BLAKE2b-256 3a3d1a70e43f966a59d218c0034b36d967952c96bde23099c1a27a3eb9e29862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8f76f2bacd7671eb3d176d435b5ef1223c41c0b40f88d640541041a0e758ef90
MD5 73d52bbc84fa7c428e007797576326dd
BLAKE2b-256 59551f0e84b58635fe61a9aed701a3fba10b0773b3c02618a8ac113a7bec42d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 bfca7cf8571983b5fa8f819c36ef5bee12dd804915689e985edbf2f5683448a6
MD5 0e03913438f6c4a1d37150f6907fc96c
BLAKE2b-256 2432475f84823cca481e8e85ab4a03e2a08c933d89a6c6acd12ddf7bf228bcba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 034777822869d3018e1083a787b137f10192c893c59da5835cbe6a97dea00323
MD5 dec49a020005295655e30ff1216b04e7
BLAKE2b-256 1a8ca312f540afd69dce38f5c29db5e9440d48a5f8ab593855a997eb75fa9199

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 794.4 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.0a4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 166ed9e06291213884ae9ce0214e154726cac0fcbee112922d9614cf573cfb60
MD5 85870b88c317bbff0800e841c2ffb117
BLAKE2b-256 1e4f2915bfe0846eb208b788e4c0a2b7d69b6a2cbb9a60d78787cb2863c180e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 675.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.0a4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 466d9314cc53de70986fbbdb33e1760f8166c9cab507d768e82532b9da974243
MD5 e5a46a5bd3dc17a73a52e2156669c715
BLAKE2b-256 8407abf917337b12a4b7e8e980e1a61fde6adba44d949fece318330ad279cae8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2ae5b7c7b48ea1fad4e730fcb265c5dcc7f1a86206232c484016e5f2aee2030e
MD5 3f46b275c68f540f57f1fe08b43028c3
BLAKE2b-256 d95fea6b7a71d68ef811a14f1820e59a908d8fb88730b7902bfdd3a88027ec59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7754bc3bc85e440d60f564df6de2baad783de1681ac044bb49212ee5dfef43b9
MD5 a88550768b011d51df72ba15e3b51f8a
BLAKE2b-256 623601bca24ba87c49d658f088ba9f66cc842a79bc52ec461e95652e1622f090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ef3cb17ab3517aa8ec8c5c40db87802fa70d97a50a0994030147ac4eef840ef3
MD5 8fa9c3734bd4d38974ed25a749f4adf9
BLAKE2b-256 700f854a270dc56c3c971358cc2f64bc60ce87ddadcb7424428fbf17f47e16ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d94848a6fc364f73d24d84b38cce3d90932e16c5237837897c6345e407d9b04
MD5 f89419dd53bc95e60ff9becbaa0ae474
BLAKE2b-256 d476de087b00cdda36e1ac3118883ba18d066752ad877bba2e5f2bc19313aaad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 26c116d2be36a3f9da32293dbce94674b2d9ef1b78f43ce48bd160e32a66410d
MD5 0c16bc9a1c55c5170ab25fc7f71ca11d
BLAKE2b-256 329ce081b6dc8608b33a0349aa10871d2ba6bfddd38555e9a2949264fb1f0043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 350a7e2ef9006d43dbeb14189bbe6f2c256e0114f5e776eaad38d5331dd9de8b
MD5 04cb77ae7539e37c4c33474fce94777d
BLAKE2b-256 e860752f2391bcf24f63b21797a9a8935c2158d846770e76beb0c4cf67762880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4970c6b05433c5225aede64f336b85dd352cc9e34c9b7550233cb7c6bdd94fba
MD5 168bd2d74bef38fc472e619a9aaddd68
BLAKE2b-256 7535ba35d2f01aa8c379ff4f73725a9c003d8d85bdd13f6c64571c55bc685301

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