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.2.1.tar.gz (278.4 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.2.1-pp310-pypy310_pp73-win_amd64.whl (556.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (799.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (571.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (847.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.2.1-pp39-pypy39_pp73-win_amd64.whl (556.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (756.7 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (799.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (571.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (847.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.2.1-pp38-pypy38_pp73-win_amd64.whl (556.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (571.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (762.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (807.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (847.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.2.1-pp37-pypy37_pp73-win_amd64.whl (556.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (571.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (762.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (807.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (847.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ x86-64

pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ i686

pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl (855.1 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.28+ x86-64

pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (853.2 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ x86-64

pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (896.5 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ i686

pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (661.0 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp313-cp313t-macosx_10_15_universal2.whl (1.3 MB view details)

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

pyzmq-26.2.1-cp313-cp313t-macosx_10_13_x86_64.whl (938.6 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

pyzmq-26.2.1-cp313-cp313-win_arm64.whl (558.0 kB view details)

Uploaded CPython 3.13 Windows ARM64

pyzmq-26.2.1-cp313-cp313-win_amd64.whl (643.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyzmq-26.2.1-cp313-cp313-win32.whl (581.4 kB view details)

Uploaded CPython 3.13 Windows x86

pyzmq-26.2.1-cp313-cp313-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

pyzmq-26.2.1-cp313-cp313-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ i686

pyzmq-26.2.1-cp313-cp313-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp313-cp313-manylinux_2_28_x86_64.whl (865.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (865.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (908.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyzmq-26.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (670.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp313-cp313-macosx_10_15_universal2.whl (1.3 MB view details)

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

pyzmq-26.2.1-cp313-cp313-macosx_10_13_x86_64.whl (942.3 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyzmq-26.2.1-cp312-cp312-win_arm64.whl (558.3 kB view details)

Uploaded CPython 3.12 Windows ARM64

pyzmq-26.2.1-cp312-cp312-win_amd64.whl (643.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.2.1-cp312-cp312-win32.whl (581.4 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-26.2.1-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyzmq-26.2.1-cp312-cp312-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp312-cp312-manylinux_2_28_x86_64.whl (865.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (865.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (908.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (671.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp312-cp312-macosx_10_15_universal2.whl (1.3 MB view details)

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

pyzmq-26.2.1-cp312-cp312-macosx_10_9_x86_64.whl (945.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyzmq-26.2.1-cp311-cp311-win_arm64.whl (562.5 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyzmq-26.2.1-cp311-cp311-win_amd64.whl (648.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.2.1-cp311-cp311-win32.whl (582.7 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.2.1-cp311-cp311-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-26.2.1-cp311-cp311-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp311-cp311-manylinux_2_28_x86_64.whl (874.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (873.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (915.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (678.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp311-cp311-macosx_10_15_universal2.whl (1.3 MB view details)

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

pyzmq-26.2.1-cp311-cp311-macosx_10_9_x86_64.whl (943.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-26.2.1-cp310-cp310-win_arm64.whl (561.8 kB view details)

Uploaded CPython 3.10 Windows ARM64

pyzmq-26.2.1-cp310-cp310-win_amd64.whl (647.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.2.1-cp310-cp310-win32.whl (583.9 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-26.2.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-26.2.1-cp310-cp310-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp310-cp310-manylinux_2_28_x86_64.whl (874.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (874.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (917.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (678.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp310-cp310-macosx_10_15_universal2.whl (1.3 MB view details)

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

pyzmq-26.2.1-cp310-cp310-macosx_10_9_x86_64.whl (942.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-26.2.1-cp39-cp39-win_arm64.whl (562.4 kB view details)

Uploaded CPython 3.9 Windows ARM64

pyzmq-26.2.1-cp39-cp39-win_amd64.whl (647.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.2.1-cp39-cp39-win32.whl (584.3 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.2.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-26.2.1-cp39-cp39-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (679.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (867.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (913.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.2.1-cp39-cp39-macosx_10_15_universal2.whl (1.3 MB view details)

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

pyzmq-26.2.1-cp39-cp39-macosx_10_9_x86_64.whl (943.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-26.2.1-cp38-cp38-win_amd64.whl (648.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.2.1-cp38-cp38-win32.whl (583.7 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-26.2.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-26.2.1-cp38-cp38-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-26.2.1-cp38-cp38-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (679.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (867.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (913.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-26.2.1-cp38-cp38-macosx_10_15_universal2.whl (1.3 MB view details)

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

pyzmq-26.2.1-cp38-cp38-macosx_10_9_x86_64.whl (942.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-26.2.1-cp37-cp37m-win_amd64.whl (646.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.2.1-cp37-cp37m-win32.whl (582.8 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.4 MB view details)

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

pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (678.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.2.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (864.0 kB view details)

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

pyzmq-26.2.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (911.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzmq-26.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (941.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzmq-26.2.1.tar.gz
  • Upload date:
  • Size: 278.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1.tar.gz
Algorithm Hash digest
SHA256 17d72a74e5e9ff3829deb72897a175333d3ef5b5413948cae3cf7ebf0b02ecca
MD5 9b3f424e2ffabd33fb32de70e678667e
BLAKE2b-256 5ae38d0382cb59feb111c252b54e8728257416a38ffcb2243c4e4775a3c990fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1.tar.gz:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bd8fdee945b877aa3bffc6a5a8816deb048dab0544f9df3731ecd0e54d8c84c9
MD5 40eefb62dcb4de3aa1cd24ab84166cd4
BLAKE2b-256 e3fe72e7e166bda3885810bee7b23049133e142f7c80c295bae02c562caeea16

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp310-pypy310_pp73-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fe6e28a8856aea808715f7a4fc11f682b9d29cac5d6262dd8fe4f98edc12d53
MD5 75cd8823f8473b49efd73926a39e55cc
BLAKE2b-256 0514f4d4fd8bb8988c667845734dd756e9ee65b9a17a010d5f288dfca14a572d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abf7b5942c6b0dafcc2823ddd9154f419147e24f8df5b41ca8ea40a6db90615c
MD5 8d2b0da900fd3372e9d3ac43b11ee282
BLAKE2b-256 bf080c6f97fb3c9dbfa23382f0efaf8f9aa1396a08a3358974eaae3ee659ed5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97cbb368fd0debdbeb6ba5966aa28e9a1ae3396c7386d15569a6ca4be4572b99
MD5 e7f37469c25d8c6a9f51c4d348c5e29c
BLAKE2b-256 27dff94a711b4f6c4b41e227f9a938103f52acf4c2e949d91cbc682495a48155

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 380816d298aed32b1a97b4973a4865ef3be402a2e760204509b52b6de79d755d
MD5 df77742c8937fb0f264ab88944c61e4d
BLAKE2b-256 65d1e630a75cfb2534574a1258fda54d02f13cf80b576d4ce6d2aa478dc67829

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8ec8e3aea6146b761d6c57fcf8f81fcb19f187afecc19bf1701a48db9617a217
MD5 670edce297f3c275574c6ce261addbba
BLAKE2b-256 01281c0f44e609b91a1168aaf4ac38511645fd725593b41cd54ef06744d502ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp39-pypy39_pp73-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c6160fe513654e65665332740f63de29ce0d165e053c0c14a161fa60dd0da01
MD5 5e5e2bdeec41a1b950e5b7e95c1fbd35
BLAKE2b-256 53589909ad7a3112999a30464c5c92937c9eec5f5e6905a1eee45fd99788ce56

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0995fd3530f2e89d6b69a2202e340bbada3191014352af978fa795cb7a446331
MD5 5b62be29ebd18244866a262aa32a67ef
BLAKE2b-256 5098aa114911fcb65645099d6db5694a49975ef442f2c34532ea5365b6ec6da8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0f19c2097fffb1d5b07893d75c9ee693e9cbc809235cf3f2267f0ef6b015f24
MD5 f460e75394cd496a535df33228e42a99
BLAKE2b-256 912ef7f6c00d16db2b1936f3cd3b8362c391e40dd16a646b92ebf2f3b28206ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8eddb3784aed95d07065bcf94d07e8c04024fdb6b2386f08c197dfe6b3528fda
MD5 71e9270187c0849a1c766b09abeceed6
BLAKE2b-256 f51ffe0698f36c619bc960e97efe9a8ece412a7dc4c80e0bd603cde81731c6ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1238c2448c58b9c8d6565579393148414a42488a5f916b3f322742e561f6ae0d
MD5 bdad122557eb444149e2b18c71ba55cf
BLAKE2b-256 d96bf27dfd4b7b3d6a8bd39ab1469fb8f8685c597d6772cbf3b39b1c4d798eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f9ba5def063243793dec6603ad1392f735255cbc7202a3a484c14f99ec290705
MD5 20b3068ddbb70835aff7fa1fdecc6995
BLAKE2b-256 3ab2439341a8304f4a99027a4170349638e9ff0063bbc97bbf2104d53b7e13b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp38-pypy38_pp73-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a003200b6cd64e89b5725ff7e284a93ab24fd54bbac8b4fa46b1ed57be693c27
MD5 7a80aa615ee10f5c2177d050855ec6fc
BLAKE2b-256 ed89641e79c58155d8093e4f9acce823121d2402b5ed8a6bf1b5f3c47a2586fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0f50db737d688e96ad2a083ad2b453e22865e7e19c7f17d17df416e91ddf67eb
MD5 63dd0dfb33b832677f7afc55246dd708
BLAKE2b-256 ffcea575e9dedc47a83425faa7be99154bf206b3924c5acb0f76212f45933d2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 59660e15c797a3b7a571c39f8e0b62a1f385f98ae277dfe95ca7eaf05b5a0f12
MD5 23f7ea66d0514cc9b6d2b8d20f18146a
BLAKE2b-256 b14f1e820f2706df3940f1a1bcbc072515ac5346f2c0e20c300623cf968eb35a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70b3a46ecd9296e725ccafc17d732bfc3cdab850b54bd913f843a0a54dfb2c04
MD5 3774541c1b7436006f3a379b3f199e8f
BLAKE2b-256 c9e9892d0c9654a7ec5ea0b06b40f87b3f255d1440d8b5500dc9bf4b7079de95

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 09dac387ce62d69bec3f06d51610ca1d660e7849eb45f68e38e7f5cf1f49cbcb
MD5 c205203ad0a2c408b43c0ecdb4f87d25
BLAKE2b-256 54c167e1df44d421c357503140dd3497317fa641f1c3f683b7b2e24909012221

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp37-pypy37_pp73-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8bacc1a10c150d58e8a9ee2b2037a70f8d903107e0f0b6e079bf494f2d09c091
MD5 9deea30703d29ac73eeffbb1d670f101
BLAKE2b-256 19656b1b3db9334819fdb224d309bb71474d57ff523c317c51a9b2edd9db5253

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 49135bb327fca159262d8fd14aa1f4a919fe071b04ed08db4c7c37d2f0647162
MD5 31057cc92af4e118328d6473140d5c26
BLAKE2b-256 cb89f20b9f8a0f3dbeee68986107805d49883b41b397e820e088297a5cb6f8ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 baa1da72aecf6a490b51fba7a51f1ce298a1e0e86d0daef8265c8f8f9848eb77
MD5 5e9d0e763ce33a7e12927a64eea386fb
BLAKE2b-256 96f10e73524e54d59f48219379c63e62108ec384d3e88b9b00ffd529582b330a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee7152f32c88e0e1b5b17beb9f0e2b14454235795ef68c0c120b6d3d23d12833
MD5 33c45d1355eba699b513fa26e4d527ab
BLAKE2b-256 f2a9ece8fdac952d121f29571361514d398aa8f40fd6134a9d7154dac51a5b65

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 17f88622b848805d3f6427ce1ad5a2aa3cf61f12a97e684dab2979802024d460
MD5 d94f5c63296090e991cc2de3644f6e9a
BLAKE2b-256 17fcb79f0b72891cbb9917698add0fede71dfb64e83fa3481a02ed0e78c34be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fc409c18884eaf9ddde516d53af4f2db64a8bc7d81b1a0c274b8aa4e929958e8
MD5 84a27e2b68dbd8ba2b7269129fd9d3bb
BLAKE2b-256 5e026394498620b1b4349b95c534f3ebc3aef95f39afbdced5ed7ee315c49c14

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 632a09c6d8af17b678d84df442e9c3ad8e4949c109e48a72f805b22506c4afa7
MD5 04bee4dceb3e0282bcd3f380850e33d2
BLAKE2b-256 d214268ee49bbecc3f72e225addeac7f0e2bd5808747b78c7bf7f87ed9f9d5a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1bb37849e2294d519117dd99b613c5177934e5c04a5bb05dd573fa42026567e
MD5 22e85b5e5cea9f652772d974f0565452
BLAKE2b-256 8f35c17241da01195001828319e98517683dad0ac4df6fcba68763d61b630390

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b6a93d684278ad865fc0b9e89fe33f6ea72d36da0e842143891278ff7fd89c3
MD5 3d72a02aea7005c66ae39e79943e0696
BLAKE2b-256 5ce50b4688f7c74bea7e4f1e920da973fcd7d20175f4f1181cb9b692429c6bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90dc731d8e3e91bcd456aa7407d2eba7ac6f7860e89f3766baabb521f2c1de4a
MD5 f66c37705ee041b7643231ed567ed572
BLAKE2b-256 f6e81ca6a2d59562e04d326a026c9e3f791a6f1a276ebde29da478843a566fdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e1eb9d2bfdf5b4e21165b553a81b2c3bd5be06eeddcc4e08e9692156d21f1f6
MD5 83563365909b5d75b8ead967e06f340d
BLAKE2b-256 d287da5519ed7f8b31e4beee8f57311ec02926822fe23a95120877354cd80144

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9ec6abfb701437142ce9544bd6a236addaf803a32628d2260eb3dbd9a60e2891
MD5 89b48af3d908d0c135674b929070a781
BLAKE2b-256 8538e5e2c3ffa23ea5f95f1c904014385a55902a11a67cd43c10edf61a653467

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-macosx_10_15_universal2.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 25e720dba5b3a3bb2ad0ad5d33440babd1b03438a7a5220511d0c8fa677e102e
MD5 48fc80ccb3f2a14db9c225ec2b60d45c
BLAKE2b-256 060b63b6d7a2f07a77dbc9768c6302ae2d7518bed0c6cee515669ca0d8ec743e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 558.0 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6991ee6c43e0480deb1b45d0c7c2bac124a6540cba7db4c36345e8e092da47ce
MD5 fe9dcbaa5708ec4b7c5e538acb2e295e
BLAKE2b-256 a7995de4f8912860013f1116f818a0047659bc20d71d1bc1d48f874bdc2d7b9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-win_arm64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 643.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 100a826a029c8ef3d77a1d4c97cbd6e867057b5806a7276f2bac1179f893d3bf
MD5 166d76891192f5b22930a1ac677c1635
BLAKE2b-256 55cdf89dd3e9fc2da0d1619a82c4afb600c86b52bc72d7584953d460bc8d5027

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 581.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 edb550616f567cd5603b53bb52a5f842c0171b78852e6fc7e392b02c2a1504bb
MD5 e94def798802d4e681d021c50df30c57
BLAKE2b-256 899fe4412ea1b3e220acc21777a5edba8885856403d29c6999aaf00a9459eb03

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-win32.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b314268e716487bfb86fcd6f84ebbe3e5bec5fac75fdf42bc7d90fdb33f618ad
MD5 4b7c6b2ceef7214bcf2c2b7ae4bbdfcb
BLAKE2b-256 4f4c527e6650c2fccec7750b783301329c8a8716d59423818afb67282304ce5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f2c307fbe86e18ab3c885b7e01de942145f539165c3360e2af0f094dd440acd9
MD5 953fed8716c030c2f2f8e38f4625c55a
BLAKE2b-256 6dbbaa7c5119307a5762b8dca6c9db73e3ab4bccf32b15d7c4f376271ff72b2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 290c96f479504439b6129a94cefd67a174b68ace8a8e3f551b2239a64cfa131a
MD5 1cac3aece4c6263015e0092296f56fa9
BLAKE2b-256 7e352d91bcc7ccbb56043dd4d2c1763f24a8de5f05e06a134f767a7fb38e149c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1f31661a80cc46aba381bed475a9135b213ba23ca7ff6797251af31510920ce
MD5 0ebf9813a010f4d330532b0b3093bae4
BLAKE2b-256 c94815d5f415504572dd4b92b52db5de7a5befc76bb75340ba9f36f71306a66d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7154d228502e18f30f150b7ce94f0789d6b689f75261b623f0fdc1eec642aab
MD5 468b8e6361782f0e572ea09bfddc24e0
BLAKE2b-256 07faab105f1b86b85cb2e821239f1d0900fccd66192a91d97ee04661b5436b4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d51a7bfe01a48e1064131f3416a5439872c533d756396be2b39e3977b41430f9
MD5 f3f6ab880ff49249171b0c75b5eb2edb
BLAKE2b-256 0ff4d4becfcf9e416ad2564f18a6653f7c6aa917da08df5c3760edb0baa1c863

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57dd4d91b38fa4348e237a9388b4423b24ce9c1695bbd4ba5a3eada491e09399
MD5 5ea5716f203bc84cd2ccd2e2a677321a
BLAKE2b-256 4c8d34884cbd4a8ec050841b5fb58d37af136766a9f95b0b2634c2971deb09da

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 651726f37fcbce9f8dd2a6dab0f024807929780621890a4dc0c75432636871be
MD5 d81728378b9c918f9f3061f664fdd02f
BLAKE2b-256 642b1f10b34b6dc7ff4b40f668ea25ba9b8093ce61d874c784b90229b367707b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-macosx_10_15_universal2.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 099b56ef464bc355b14381f13355542e452619abb4c1e57a534b15a106bf8e23
MD5 edee16b42c87cd2007e1a6720af3365c
BLAKE2b-256 4f2efa7a91ce349975971d6aa925b4c7e1a05abaae99b97ade5ace758160c43d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 558.3 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e5e33b1491555843ba98d5209439500556ef55b6ab635f3a01148545498355e5
MD5 9203b8a8720ffa8cd0eb64affecceddb
BLAKE2b-256 5509f37e707937cce328944c1d57e5e50ab905011d35252a0745c4f7e5822a76

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-win_arm64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 643.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0741edbd0adfe5f30bba6c5223b78c131b5aa4a00a223d631e5ef36e26e6d13
MD5 9741633a40f06b4a40f4b0090d832f8c
BLAKE2b-256 b6b9d59a7462848aaab7277fddb253ae134a570520115d80afa85e952287e6bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 581.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4a98898fdce380c51cc3e38ebc9aa33ae1e078193f4dc641c047f88b8c690c9a
MD5 8c90a510e3e05f618a22cb69905974a1
BLAKE2b-256 691c151e3d42048f02cc5cd6dfc241d9d36b38375b4dee2e728acb5c353a6d52

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-win32.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 91e2bfb8e9a29f709d51b208dd5f441dc98eb412c8fe75c24ea464734ccdb48e
MD5 397ffe4c6f1994320a25b14907ba3d45
BLAKE2b-256 d9c4b3edb7d0ae82ad6fb1a8cdb191a4113c427a01e85139906f3b655b07f4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 46d4ebafc27081a7f73a0f151d0c38d4291656aa134344ec1f3d0199ebfbb6d4
MD5 a4a18e328672d73547356ea64ba76292
BLAKE2b-256 c7d8818f15c6ef36b5450e435cbb0d3a51599fc884a5d2b27b46b9c00af68ef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1c84c1297ff9f1cd2440da4d57237cb74be21fdfe7d01a10810acba04e79371a
MD5 4a43218d0a15d0ec137425620db1d2e4
BLAKE2b-256 ad8148f7fd8a71c427412e739ce576fc1ee14f3dc34527ca9b0076e471676183

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d88ba221a07fc2c5581565f1d0fe8038c15711ae79b80d9462e080a1ac30435
MD5 48135e3235c204d21aabc0397fc1e174
BLAKE2b-256 a1d16fda77a034d02034367b040973fd3861d945a5347e607bd2e98c99f20599

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 786dd8a81b969c2081b31b17b326d3a499ddd1856e06d6d79ad41011a25148da
MD5 b9d56e2d587fb37409ab6648825f3d9a
BLAKE2b-256 c3250b4824596f261a3cc512ab152448b383047ff5f143a6906a36876415981c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2a9cb17fd83b7a3a3009901aca828feaf20aa2451a8a487b035455a86549c09
MD5 d4a920947b855b0f77423ad9c7f03be9
BLAKE2b-256 d1808fc583085f85ac91682744efc916888dd9f11f9f75a31aef1b78a5486c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36ee4297d9e4b34b5dc1dd7ab5d5ea2cbba8511517ef44104d2915a917a56dc8
MD5 8fac4aac6d2c90c2f0ae96256606beea
BLAKE2b-256 cfdef02ec973cd33155bb772bae33ace774acc7cc71b87b25c4829068bec35de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a6549ecb0041dafa55b5932dcbb6c68293e0bd5980b5b99f5ebb05f9a3b8a8f3
MD5 50257766dfb736ff3539fd20a37299da
BLAKE2b-256 9cb9260a74786f162c7f521f5f891584a51d5a42fd15f5dcaa5c9226b2865fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-macosx_10_15_universal2.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0250c94561f388db51fd0213cdccbd0b9ef50fd3c57ce1ac937bf3034d92d72e
MD5 c5095d92b50b183c9fa6abff284560ba
BLAKE2b-256 bf738a0757e4b68f5a8ccb90ddadbb76c6a5f880266cdb18be38c99bcdc17aaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 562.5 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f32718ee37c07932cc336096dc7403525301fd626349b6eff8470fe0f996d8d7
MD5 6472267eb52533b379867028f420a1e7
BLAKE2b-256 d9fe7bb93476dd8405b0fc9cab1fd921a08bd22d5e3016aa6daea1a78d54129b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 648.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ef29630fde6022471d287c15c0a2484aba188adbfb978702624ba7a54ddfa6c1
MD5 0d06ca99019ab771e0aad850b577c9ea
BLAKE2b-256 6050e5b2e9de3ffab73ff92bee736216cf209381081fa6ab6ba96427777d98b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 582.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 88812b3b257f80444a986b3596e5ea5c4d4ed4276d2b85c153a6fbc5ca457ae7
MD5 401a86aa44d0a1312d3ce941d21c06d2
BLAKE2b-256 dad5f179da989168f5dfd1be8103ef508ade1d38a8078dda4f10ebae3131a490

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-win32.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 817fcd3344d2a0b28622722b98500ae9c8bfee0f825b8450932ff19c0b15bebd
MD5 50dab435362f2d07b88d8b88ff65ad1b
BLAKE2b-256 c6f26360b619e69da78863c2108beb5196ae8b955fe1e161c0b886b95dc6b1ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 000760e374d6f9d1a3478a42ed0c98604de68c9e94507e5452951e598ebecfba
MD5 99ebbd112c4848ff9ff06990ddceded5
BLAKE2b-256 3da950228465c625851a06aeee97c74f253631f509213f979166e83796299c60

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f5eeeb82feec1fc5cbafa5ee9022e87ffdb3a8c48afa035b356fcd20fc7f533f
MD5 b0f4fbe98f00d77a05860e49e6940fbe
BLAKE2b-256 1f1c1ee41d6e10b2127263b1994bc53b9e74ece015b0d2c0a30e0afaf69b78b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f19dae58b616ac56b96f2e2290f2d18730a898a171f447f491cc059b073ca1fa
MD5 daa694593466205084682f64eddb8d09
BLAKE2b-256 deb93e0fbddf8b87454e914501d368171466a12550c70355b3844115947d68ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0019cc804ac667fb8c8eaecdb66e6d4a68acf2e155d5c7d6381a5645bd93ae4
MD5 6478a86f1b882067e331d51be1645217
BLAKE2b-256 b5e245c0f6e122b562cb8c6c45c0dcac1160a4e2207385ef9b13463e74f93031

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d75fcb00a1537f8b0c0bb05322bc7e35966148ffc3e0362f0369e44a4a1de99
MD5 094aa6521c74a4c849e71d841163cb75
BLAKE2b-256 a8df2834e3202533bd05032d83e02db7ac09fa1be853bbef59974f2b2e3a8557

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9027a7fcf690f1a3635dc9e55e38a0d6602dbbc0548935d08d46d2e7ec91f454
MD5 2c0ba09163288e6272af5860e7da473f
BLAKE2b-256 c1f4f322b389727c687845e38470b48d7a43c18a83f26d4d5084603c6c3f79ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c059883840e634a21c5b31d9b9a0e2b48f991b94d60a811092bc37992715146a
MD5 b570030579ccf6a1b05ee50f3f2ce35c
BLAKE2b-256 b9035ecc46a6ed5971299f5c03e016ca637802d8660e44392bea774fb7797405

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-macosx_10_15_universal2.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed038a921df836d2f538e509a59cb638df3e70ca0fcd70d0bf389dfcdf784d2a
MD5 e9f68fc4f2ff48d2f9ebc923797dbf60
BLAKE2b-256 405148fec8f990ee644f461ff14c8fe5caa341b0b9b3a0ad7544f8ef17d6f528

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 561.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d9da0289d8201c8a29fd158aaa0dfe2f2e14a181fd45e2dc1fbf969a62c1d594
MD5 84d24384c7143a4deb0048fe4e62776e
BLAKE2b-256 279c1bef14a37b02d651a462811bbdb1390b61cd4a5b5e95cbd7cc2d60ef848c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-win_arm64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 647.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45fad32448fd214fbe60030aa92f97e64a7140b624290834cc9b27b3a11f9473
MD5 5ac43eee9d702b29584567f59b827ee6
BLAKE2b-256 56b144f513135843272f0e12f5aebf4af35839e2a88eb45411f2c8c010d8c856

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 583.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 637536c07d2fb6a354988b2dd1d00d02eb5dd443f4bbee021ba30881af1c28aa
MD5 7503285b54f328e22ebdc2a476bd8452
BLAKE2b-256 40a2f9bbeccf7f75aa0d8963e224e5730abcefbf742e1f2ae9ea60fd9d6ff72b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-win32.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 361edfa350e3be1f987e592e834594422338d7174364763b7d3de5b0995b16f3
MD5 7e910660b3d0b47b5a8c27e8dcf5e7ee
BLAKE2b-256 9de25ff15f2d3f920dcc559d477bd9bb3faacd6d79fcf7c5448e585c78f84849

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e7eeaef81530d0b74ad0d29eec9997f1c9230c2f27242b8d17e0ee67662c8f6e
MD5 83224a9cc861630c04970606faa8baad
BLAKE2b-256 c8b282d6675fc89bd965eae13c45002c792d33f06824589844b03f8ea8fc6d86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cdb69710e462a38e6039cf17259d328f86383a06c20482cc154327968712273c
MD5 7f1ee879dc857902a0ce46a681131bb4
BLAKE2b-256 f08b40924b4d8e33bfdd54c1970fb50f327e39b90b902f897cf09b30b2e9ac48

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8531ed35dfd1dd2af95f5d02afd6545e8650eedbf8c3d244a554cf47d8924459
MD5 a7ad1332a27607d1a9e7d3f467cbd7b4
BLAKE2b-256 794893210621c331ad16313dc2849801411fbae10d91d878853933f2a85df8e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80a00370a2ef2159c310e662c7c0f2d030f437f35f478bb8b2f70abd07e26b24
MD5 8bc88a7ef0022e6b5f43a40650730292
BLAKE2b-256 802bebeb7bc4fc8e9e61650b2e09581597355a4341d413fa9b2947d7a6558119

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95f7b01b3f275504011cf4cf21c6b885c8d627ce0867a7e83af1382ebab7b3ff
MD5 30341d63a94cdc27ec5f542ec62a409d
BLAKE2b-256 9e50614934145244142401ca174ca81071777ab93aa88173973ba0154f491e09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95f5728b367a042df146cec4340d75359ec6237beebf4a8f5cf74657c65b9257
MD5 514f7d46537b39522116fd2e7299a4b3
BLAKE2b-256 74dae6053a3b13c912eded6c2cdeee22ff3a4c33820d17f9eb24c7b6e957ffe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f39d1227e8256d19899d953e6e19ed2ccb689102e6d85e024da5acf410f301eb
MD5 44588e8307a852be8cc4df3fcd14923f
BLAKE2b-256 703dc2d9d46c033d1b51692ea49a22439f7f66d91d5c938e8b5c56ed7a2151c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-macosx_10_15_universal2.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a23948554c692df95daed595fdd3b76b420a4939d7a8a28d6d7dea9711878641
MD5 785af3506df1339404b358561a505e62
BLAKE2b-256 0edf4754a8abcdeef280651f9bb51446c47659910940b392a66acff7c37f5cef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyzmq-26.2.1-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.2.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 562.4 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 1fd4b3efc6f62199886440d5e27dd3ccbcb98dfddf330e7396f1ff421bfbb3c2
MD5 7a98be4f157955892ac0359a7207023a
BLAKE2b-256 2cc955eb55eda712573ca759e17b9018a2f9dbc4dd34bc7c862c36d574a40b1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-win_arm64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 647.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f92a002462154c176dac63a8f1f6582ab56eb394ef4914d65a9417f5d9fde218
MD5 1b22f5023a442e19088b170513ac2b38
BLAKE2b-256 9f78eeb040669d0ac1fc3c061c8053e96a49e5c612041f462b026ad154001ac1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 584.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ef5479fac31df4b304e96400fc67ff08231873ee3537544aa08c30f9d22fce38
MD5 b65430e18f4882a69c304045ce473aa1
BLAKE2b-256 6de307816d8b50a506f6f59d0023b8fefa109d5549a874b9d250137e85dc4305

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-win32.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 03719e424150c6395b9513f53a5faadcc1ce4b92abdf68987f55900462ac7eec
MD5 c82735ba1587719857694419330a5e94
BLAKE2b-256 b420854bb34ac377efbe15d791d6e0bf991d8127cc6d471cd9a2666a13b4f3ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7ebdd96bd637fd426d60e86a29ec14b8c1ab64b8d972f6a020baf08a30d1cf46
MD5 5d3edd80f6db3894e3975f30ed0fb952
BLAKE2b-256 61f722dcf86ab2a4d458a300698972212be327a66e35785649e9f4bad2260f1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ceb0d78b7ef106708a7e2c2914afe68efffc0051dc6a731b0dbacd8b4aee6d68
MD5 e52fe28dc35d3278aad418b5b6c0b825
BLAKE2b-256 469a0c57cd9c0aae885a096f0c7ebd658f6c7fda49973e484bf7f1c47288beae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f18ce33f422d119b13c1363ed4cce245b342b2c5cbbb76753eabf6aa6f69c7d
MD5 540db8e00d2501b6c86a0882208f9755
BLAKE2b-256 70683a0dd3b6386d725ffb98378cd046e15333fbcc1e2b3b48dbcda73259a752

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e8e47050412f0ad3a9b2287779758073cbf10e460d9f345002d4779e43bb0136
MD5 49639aa86d1390899ebb95182270e6a7
BLAKE2b-256 5c16f1f0e36c9c15247901379b45bd3f7cc15f540b62c9c34c28e735550014b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8b0f5bab40a16e708e78a0c6ee2425d27e1a5d8135c7a203b4e977cee37eb4aa
MD5 142fc325f9b7fe4964d92fa1f95bc11f
BLAKE2b-256 5c3b9437cae0bfd3889dc7741ed9c132dc09c2a1fcae05a2e1b1af41a23a77a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a4bffcadfd40660f26d1b3315a6029fd4f8f5bf31a74160b151f5c577b2dc81b
MD5 b03a6264231de76baf2213f05cc86eb4
BLAKE2b-256 8da442e404040ccb3f65bd3b40e368dc96fb04b8e7eea1ecd3ac2ef0e70c51f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-macosx_10_15_universal2.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e76ad4729c2f1cf74b6eb1bdd05f6aba6175999340bd51e6caee49a435a13bf5
MD5 3efa29c3239fe78672b3c853b5c37282
BLAKE2b-256 d5d9045ee93500e3f8cbd2a7b30a9533cba7b857b51b3bb4ec44fa61eb6d36ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 648.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 31fff709fef3b991cfe7189d2cfe0c413a1d0e82800a182cfa0c2e3668cd450f
MD5 67cae4239b26ae5b6109f053258ba54b
BLAKE2b-256 95747dddec65ba0df90489a16221ca4db4616bf4b0aac42650d3708b54007286

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 583.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 269c14904da971cb5f013100d1aaedb27c0a246728c341d5d61ddd03f463f2f3
MD5 e12147806731b6c4ce6fc9c62e348ba1
BLAKE2b-256 b51aeea539099f165c9e9a496eeadc181091022a8e401554eaa7a1e8eb056235

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-win32.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b2007f28ce1b8acebdf4812c1aab997a22e57d6a73b5f318b708ef9bcabbe95
MD5 291fd9fd0f6a435b1b00f27f00c089aa
BLAKE2b-256 b2264b1d9ce3152658535c43b4dc8d0d107c534ba3ef0cf9d4e46b1f87f46e6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 004837cb958988c75d8042f5dac19a881f3d9b3b75b2f574055e22573745f841
MD5 35fbbf765de8cc6bdaae5eda959892e3
BLAKE2b-256 a5c1339456da6fded90d05c7930686bed1ae6cb5d42fcdb4619ee959cb81eb18

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d14f50d61a89b0925e4d97a0beba6053eb98c426c5815d949a43544f05a0c7ec
MD5 0318fa399dd240381c6f0bb8ac6a8410
BLAKE2b-256 7de179b567380a967cd525bac814a68585a8cdd5c5ba5bff3c890d3ed559e55c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdbc78ae2065042de48a65f1421b8af6b76a0386bb487b41955818c3c1ce7bed
MD5 1eb64d1318e1a45d5af67468fc2ebf88
BLAKE2b-256 2b21bf8e5e27abc0b08416544fc4563d45052ba9219b794d76c83b7e5e026f8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 51431f6b2750eb9b9d2b2952d3cc9b15d0215e1b8f37b7a3239744d9b487325d
MD5 7eb3dd2f13cac8814f1e720e6e9ba683
BLAKE2b-256 6c15d333cb6d96b3740b5b3fba6ff48fb9076266a85da140b02d435429d93779

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5b4fc44f5360784cc02392f14235049665caaf7c0fe0b04d313e763d3338e463
MD5 150eea202df1115621c86a7062367c07
BLAKE2b-256 8c18aae170eb81d5b4d65082ffc7a115487d5985e0733d053b67a2320cf9065e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 36d4e7307db7c847fe37413f333027d31c11d5e6b3bacbb5022661ac635942ba
MD5 07460fae3848425b41f630de344fc9b8
BLAKE2b-256 d2bbfe5b78f58dd7846a8a5255d74c3aa475ed6450c68338554222a929695b29

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-macosx_10_15_universal2.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c6ae0e95d0a4b0cfe30f648a18e764352d5415279bdf34424decb33e79935b8
MD5 bcd1c82b7f46affd6e7b8c84f59e5c28
BLAKE2b-256 cd74b77cab27649917e8a7304c0a4b57f138a092177106a680cccc541189af40

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 646.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4eb3197f694dfb0ee6af29ef14a35f30ae94ff67c02076eef8125e2d98963cd0
MD5 cd03c3ea1e208f9f174983a106f99413
BLAKE2b-256 a2ce6f3592b84ba9b8d99e60ff791224e27c3945653816596615135f5b1ce9c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-win_amd64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: pyzmq-26.2.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 582.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 eeb37f65350d5c5870517f02f8bbb2ac0fbec7b416c0f4875219fef305a89a45
MD5 bddb99414cef96884d133075f0e0a75c
BLAKE2b-256 29c124243cdcc4bdfa377ee852c3fac35e52ebdbf101e41416a344d51a280055

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-win32.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 866c12b7c90dd3a86983df7855c6f12f9407c8684db6aa3890fc8027462bda82
MD5 c16fe43746088d725d68d4283e30ac65
BLAKE2b-256 24e795087841fa493883683527b6b48ce0e37a98fa8832b0f2f5080f102f34d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a7ad34a2921e8f76716dc7205c9bf46a53817e22b9eec2e8a3e08ee4f4a72468
MD5 cd08309ca7172611bd99dd1356fdd3fe
BLAKE2b-256 f9345cfbc17413b1356496b5c5342e35a0b2287678c2cf339f6dd29c2595b2a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9fbdb90b85c7624c304f72ec7854659a3bd901e1c0ffb2363163779181edeb68
MD5 83d8106257d0468f4d28888ac01004bf
BLAKE2b-256 563ec4ccf4e214a05e0bf0bdc2f8ecbcf6b4a5e3134b5da520842bd5b8fdd2aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44dba28c34ce527cf687156c81f82bf1e51f047838d5964f6840fd87dfecf9fe
MD5 205d4765fcf1a62cb8e08dc8d5cf85e5
BLAKE2b-256 da570db10804ee30d07e0155c0736e10b931ffa74f6aa9b6b9973b20dfac30dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 574b285150afdbf0a0424dddf7ef9a0d183988eb8d22feacb7160f7515e032cb
MD5 1623cb3d531323371fbb885c3fa5ec28
BLAKE2b-256 c0db9e88ba9a2565deb576b52a1003dcd7f3cb72e8db55ed6ba1c89bd4c7c49d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 160194d1034902937359c26ccfa4e276abffc94937e73add99d9471e9f555dd6
MD5 955acc4579e528ef8b21614fe7ea1952
BLAKE2b-256 b69460a9d6a8182b1eef8b0b0c4c87bf4e81374bead08d44a8519440df3e3084

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ef584f13820d2629326fe20cc04069c21c5557d84c26e277cfa6235e523b10f
MD5 4e1d975c2aa338e6a69a5e69246bbff0
BLAKE2b-256 a9e5642c57d4db61fa6e40b95414f25a7826f32b84db6b4c344f58b9596ed825

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.2.1-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page