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.8), 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.3.0.tar.gz (276.7 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.3.0-pp311-pypy311_pp73-win_amd64.whl (556.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.3.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (799.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (570.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (835.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.3.0-pp310-pypy310_pp73-win_amd64.whl (556.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (799.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (570.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (835.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.3.0-pp39-pypy39_pp73-win_amd64.whl (556.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (746.6 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (799.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (570.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (835.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.3.0-pp38-pypy38_pp73-win_amd64.whl (556.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (570.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (762.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.3.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (807.3 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.3.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl (835.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-26.3.0-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.3.0-cp313-cp313t-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.1+ i686

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

Uploaded CPython 3.13t musllinux: musl 1.1+ ARM64

pyzmq-26.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl (845.9 kB view details)

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

pyzmq-26.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (853.4 kB view details)

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

pyzmq-26.3.0-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.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.5 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-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.3.0-cp313-cp313-win_arm64.whl (557.4 kB view details)

Uploaded CPython 3.13 Windows ARM64

pyzmq-26.3.0-cp313-cp313-win_amd64.whl (643.4 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyzmq-26.3.0-cp313-cp313-win32.whl (581.2 kB view details)

Uploaded CPython 3.13 Windows x86

pyzmq-26.3.0-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.3.0-cp313-cp313-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

pyzmq-26.3.0-cp313-cp313-manylinux_2_28_x86_64.whl (860.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

pyzmq-26.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (865.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyzmq-26.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (908.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyzmq-26.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (670.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-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.3.0-cp312-cp312-win_arm64.whl (557.7 kB view details)

Uploaded CPython 3.12 Windows ARM64

pyzmq-26.3.0-cp312-cp312-win_amd64.whl (643.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.3.0-cp312-cp312-win32.whl (581.2 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-26.3.0-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.3.0-cp312-cp312-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (859.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (865.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (908.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (671.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-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.3.0-cp311-cp311-win_arm64.whl (561.5 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyzmq-26.3.0-cp311-cp311-win_amd64.whl (648.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.3.0-cp311-cp311-win32.whl (582.5 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.3.0-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.3.0-cp311-cp311-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (867.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (873.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (915.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (678.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-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.3.0-cp310-cp310-win_arm64.whl (561.0 kB view details)

Uploaded CPython 3.10 Windows ARM64

pyzmq-26.3.0-cp310-cp310-win_amd64.whl (647.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.3.0-cp310-cp310-win32.whl (583.7 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-26.3.0-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.3.0-cp310-cp310-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (868.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (874.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (917.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (678.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-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.3.0-cp39-cp39-win_arm64.whl (561.6 kB view details)

Uploaded CPython 3.9 Windows ARM64

pyzmq-26.3.0-cp39-cp39-win_amd64.whl (647.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.3.0-cp39-cp39-win32.whl (584.2 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.3.0-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.3.0-cp39-cp39-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (678.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (867.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (913.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.3.0-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.3.0-cp38-cp38-win_amd64.whl (648.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.3.0-cp38-cp38-win32.whl (583.6 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-26.3.0-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.3.0-cp38-cp38-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (679.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (867.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (912.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

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

File details

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

File metadata

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

File hashes

Hashes for pyzmq-26.3.0.tar.gz
Algorithm Hash digest
SHA256 f1cd68b8236faab78138a8fc703f7ca0ad431b17a3fcac696358600d4e6243b3
MD5 6d6c0d0eeee92e16ee00e8f01827d9c0
BLAKE2b-256 3aedc3876f3b3e8beba336214ce44e1efa1792dd537027cef24192ac2b077d7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0.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.3.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 eb96568a22fe070590942cd4780950e2172e00fb033a8b76e47692583b1bd97c
MD5 08503b5045864190b35bc42f8b09a1ca
BLAKE2b-256 2265cc1f0e1db1290770285430e36d51767e620487523e6a04094be637e55698

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-pp311-pypy311_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.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ec332675f6a138db57aad93ae6387953763f85419bdbd18e914cb279ee1c451
MD5 38f5ac2e55d091fe18c1632ce16e4dc3
BLAKE2b-256 78143d7d459f496fab8e487b23423ccba57abf7153a4fde0c3e000500fa02ff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-pp311-pypy311_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.3.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2cf9ab0dff4dbaa2e893eb608373c97eb908e53b7d9793ad00ccbd082c0ee12f
MD5 c3e1411ee6cfcdf05ab9b13b9fe1b4a0
BLAKE2b-256 80a4f0a4266ff2d94a87f7c32895b1716f9ac0edc0471d518462beeb0a9a94b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-pp311-pypy311_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.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c15b69af22030960ac63567e98ad8221cddf5d720d9cf03d85021dfd452324ef
MD5 9f7a82fd24bfa6d3580c3a487b151759
BLAKE2b-256 1db98059c5af94b245068e7f7379c08c7e409ec854139d6021aecf2c111d8547

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-pp311-pypy311_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.3.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b4fc9903a73c25be9d5fe45c87faababcf3879445efa16140146b08fccfac017
MD5 2a0e8704c06416416c2be1788a584d8d
BLAKE2b-256 f4c6e36b2a2ff6534cb1d1f6b3fb37901ac54675caf7b2e1239613aa40d1d217

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-pp311-pypy311_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.3.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f950f17ae608e0786298340163cac25a4c5543ef25362dd5ddb6dcb10b547be9
MD5 072f983ad1c0a4d5fff1a755f598e5b2
BLAKE2b-256 1a74f18e63540340f5c740396eb6408d154a84e9f0e9e1ae931b192bf2aa7425

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 749d671b0eec8e738bbf0b361168369d8c682b94fcd458c20741dc4d69ef5278
MD5 84dea1326ab6bd358fafcfcbd9cb47c3
BLAKE2b-256 ca8adcc0a24cfed80cc004abcba710077147ec9178a12865914e73a60a70cb62

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 356ec0e39c5a9cda872b65aca1fd8a5d296ffdadf8e2442b70ff32e73ef597b1
MD5 6395ae95a388c7836080a2af80384153
BLAKE2b-256 51a55aead624f5f1033dab9bdaf3e2bc692a8042fcb59355c919a2c042061780

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f3dfb68cf7bf4cfdf34283a75848e077c5defa4907506327282afe92780084d
MD5 08b492b1c42eee1a0df46a1f9f240a9d
BLAKE2b-256 22ee30c2c3f162912cff31af2b9d87295533d16f867e7621bd6f9ed62d9cc807

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ad03f4252d9041b0635c37528dfa3f44b39f46024ae28c8567f7423676ee409b
MD5 edf82e18edc825c11551dcfe3ea00922
BLAKE2b-256 7eec2e02dde6b1a436b02a6c0e3cb64c779bf6e76cc41c12131f29d9b10a088f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0b42403ad7d1194dca9574cd3c56691c345f4601fa2d0a33434f35142baec7ac
MD5 102dca15493821057cbe2ba1ee45f73e
BLAKE2b-256 3a7c2acf02fd523163d4d5a9d528ecd4a5764de05a4dc9162f33de7385d3109c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ab78dc21c7b1e13053086bcf0b4246440b43b5409904b73bfd1156654ece8a1
MD5 23d73e6bddd04b523faa9699ed9f5b90
BLAKE2b-256 0d0fac17e43312dd2d3a127962378320480371433907db1335df11b0b63ac314

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b72206eb041f780451c61e1e89dbc3705f3d66aaaa14ee320d4f55864b13358a
MD5 ccc57cc365bb9d04decda2a9a291bdca
BLAKE2b-256 a047a7d1b2b1f1cade45833a49c0ba7bc9455ad8c796ef56652c6b43522750eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52b064fafef772d0f5dbf52d4c39f092be7bc62d9a602fe6e82082e001326de3
MD5 2d06f06bcdb6ca1bfac9c1bce650c9f3
BLAKE2b-256 9507b23e5158ef143f06f07d29f1e76f5378b929c77b10f117ba2369fb5298a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fc81d5d60c9d40e692de14b8d884d43cf67562402b931681f0ccb3ce6b19875
MD5 a5b9df79a66617809a7a591c05dfdfea
BLAKE2b-256 c84578c3b0f048c7da7bab68884304e7535e453daf19ac09ab12639e52aadd27

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 21c6ddb98557a77cfe3366af0c5600fb222a1b2de5f90d9cd052b324e0c295e8
MD5 2d8f23c3dbdcaced18bd627f5da3edc6
BLAKE2b-256 31dcd35ccb541761f9e55d07a3e42f126b28fed86bb9e0e7682cabef0641f552

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 14e0b81753424bd374075df6cc30b87f2c99e5f022501d97eff66544ca578941
MD5 2cec8dfe98cec80b0052bcfec4d513cd
BLAKE2b-256 5b0ee4cd451f8c759ae248fd9c4779dd2e75919b9286c574d8031f7fea0957c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e2cafe7e9c7fed690e8ecf65af119f9c482923b5075a78f6f7629c63e1b4b1d
MD5 3699db2053d4d6692e184ee370d8029a
BLAKE2b-256 f2b6719b4b63d5f1dcd219b8b3209c301cc9a78dec6b1c3dc0c1c777547ed45c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1614fcd116275d24f2346ffca4047a741c546ad9d561cbf7813f11226ca4ed2c
MD5 e51c36e51b91c7284b8259033f7bf882
BLAKE2b-256 b5cf805cff77edc18f09ffa20814355d79fbe0e860b067aafa3e3326edaf457c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4c22a12713707467abedc6d75529dd365180c4c2a1511268972c6e1d472bd63e
MD5 7dfa6b826333b6f922fd256a84be562a
BLAKE2b-256 cbd1d7ada20be537d485a3bdda2fd3bbe62a132a8356b609aee190e3382f09c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 009a38241c76184cb004c869e82a99f0aee32eda412c1eb44df5820324a01d25
MD5 149486ca16dd346cc0ec0e8ca9efa53d
BLAKE2b-256 8dbe64d4ec9ba83b3be79e4f9200e2b0fa35b6d2874a80db59beb1e71c2baca2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-pp38-pypy38_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.3.0-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d015efcd96aca8882057e7e6f06224f79eecd22cad193d3e6a0a91ec67590d1f
MD5 3692cf05f1d14c3704509ccd43e337ff
BLAKE2b-256 87880236056156da0278c9ca2e2562463643597808b5bbd6c34009ba217e7e92

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313t-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 21399b31753bf321043ea60c360ed5052cc7be20739785b1dff1820f819e35b3
MD5 1b954b06efd2cb765976077542f745ee
BLAKE2b-256 6a9aa21dc6c73ac242e425709c1e0049368d8f5db5de7c1102a45f93f5c492b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2aa1a9f236d5b835fb8642f27de95f9edcfd276c4bc1b6ffc84f27c6fb2e2981
MD5 7698c6309af7dc877a1f4ef258dfcb3b
BLAKE2b-256 c3a9d5e6355308ba529d9cd3576ee8bb3b2e2b726571748f515fbb8559401f5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1fe05bd0d633a0f672bb28cb8b4743358d196792e1caf04973b7898a0d70b046
MD5 354f57e7134085e25f5aecf19591d04d
BLAKE2b-256 12e6e608b4c34106bbf5b3b382662ea90a43b2e23df0aa9c1f0fd4e21168d523

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04bfe59852d76d56736bfd10ac1d49d421ab8ed11030b4a0332900691507f557
MD5 64c9efac05cd13ecf08ce6f40bedf74d
BLAKE2b-256 38d4a4be06a313c8d6a5fe1d92975db30aca85f502e867fca392532e06a28c3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 016d89bee8c7d566fad75516b4e53ec7c81018c062d4c51cd061badf9539be52
MD5 fff1c7397a58ea1c04109e8363d0afa7
BLAKE2b-256 eebe99e89b55863808da322ac3ab52d8e135dcf2241094aaa468bfe2923d5194

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4430c7cba23bb0e2ee203eee7851c1654167d956fc6d4b3a87909ccaf3c5825
MD5 52873a06b86c6b57bbbf449ab98e7cc7
BLAKE2b-256 f1ab0bca97e94d420b5908968bc479e51c3686a9f80d8893450eefcd673b1b1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 fea7efbd7e49af9d7e5ed6c506dfc7de3d1a628790bd3a35fd0e3c904dc7d464
MD5 5b3f89ccbf518024e7cc419989a47def
BLAKE2b-256 c056e7576ac71c1566da4f4ec586351462a2bb202143fb074bf56df8fe85dcc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-win_arm64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 73ca9ae9a9011b714cf7650450cd9c8b61a135180b708904f1f0a05004543dce
MD5 0d37517f014128a168354f3d80f028e1
BLAKE2b-256 e0cfdabe68dfdf3e67bea6152eeec4b251cf899ee5b853cfb5c97e4719f9e6e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fe67291775ea4c2883764ba467eb389c29c308c56b86c1e19e49c9e1ed0cbeca
MD5 a8de9267addd91d60402aadccb3b46aa
BLAKE2b-256 38d391082f1151ff5b54e0bed40eb1a26f418530ab07ecaec4dbb83e3d9fa9a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 240b1634b9e530ef6a277d95cbca1a6922f44dfddc5f0a3cd6c722a8de867f14
MD5 f6a9dafa17e8f7fec1dc8e495ec47237
BLAKE2b-256 ee1cd070cbc9a7961fe772641c51bb3798d88cb1f8e20ca718407363462624cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a995404bd3982c089e57b428c74edd5bfc3b0616b3dbcd6a8e270f1ee2110f36
MD5 10384ead7cc65bfd338277c5750994c3
BLAKE2b-256 2175cc44d276e43136e5692e487c3c019f816e11ed445261e434217c28cc98c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9b0137a1c40da3b7989839f9b78a44de642cdd1ce20dcef341de174c8d04aa53
MD5 e7d5403164d8a37e598a72333ee87302
BLAKE2b-256 9ae2fff5e483be95ccc11a05781323e001e63ec15daec1d0f6f08de72ca534db

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 efba4f53ac7752eea6d8ca38a4ddac579e6e742fba78d1e99c12c95cd2acfc64
MD5 51121ea3a2429d60542f83d09b3453dd
BLAKE2b-256 aae5ff50c8fade69d1c0469652832c626d1910668697642c10cb0e1b6183ef9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d64e74143587efe7c9522bb74d1448128fdf9897cc9b6d8b9927490922fd558
MD5 a67e395f34244659d4ee7fcd3cebfd3c
BLAKE2b-256 2b14213b2967030b7d7aecc32dd453830f98799b3cbf2b10a40232e9f22a6520

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b380e9087078ba91e45fb18cdd0c25275ffaa045cf63c947be0ddae6186bc9d9
MD5 24d46e2701b583ef71533ee4269adc5f
BLAKE2b-256 cb52664828f9586c396b857eec088d208230463e3dc991a24df6adbad98fbaa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d35cc1086f1d4f907df85c6cceb2245cb39a04f69c3f375993363216134d76d4
MD5 62561e25bba10d4f18ba7c778a8eff23
BLAKE2b-256 1c0cf0235d27388aacf4ed8bcc1d574f6f2f629da0a20610faa0a8e9d363c2b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 209d09f0ab6ddbcebe64630d1e6ca940687e736f443c265ae15bc4bfad833597
MD5 aac01cd59a2ab2bee4241f55d0031846
BLAKE2b-256 a561d5572d95040c0bb5b31eed5b23f3f0f992d94e4e0de0cea62e3c7f3a85c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp313-cp313-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 fa85953df84beb7b8b73cb3ec3f5d92b62687a09a8e71525c6734e020edf56fd
MD5 56a6553f569184f6e90f8f8024a2244c
BLAKE2b-256 371697b8c5107bfccb39120e611671a452c9ff6e8626fb3f8d4c15afd652b6ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-win_arm64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b7b578d604e79e99aa39495becea013fd043fa9f36e4b490efa951f3d847a24d
MD5 dc9a7c3bb78b729d25f057de5dda86de
BLAKE2b-256 279ffaf5c9cf91b61eeb82a5e919d024d3ac28a795c92cce817be264ccd757d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bad7fe0372e505442482ca3ccbc0d6f38dae81b1650f57a0aa6bbee18e7df495
MD5 1e6aaa9da7cc6f7beba2ee4c54ba7fd5
BLAKE2b-256 f26a9512b11a1d0c5648534f03d5ab0c3222f55dc9c192029c1cb00a0ca044e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 214038aaa88e801e54c2ef0cfdb2e6df27eb05f67b477380a452b595c5ecfa37
MD5 090c1831f1474fb1fda1efa3fb1e18c0
BLAKE2b-256 de5451d39bef85a7cdbca36227f7defdbfcdc5011b8361a3bfc0e8df431f5a5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ba698c7c252af83b6bba9775035263f0df5f807f0404019916d4b71af8161f66
MD5 9f47bc31cce0aa0854c1c895e6da8158
BLAKE2b-256 6b367c570698127a43398ed1b1832dada59496e633115016addbce5eda9938a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7a4ac2ffa34f1212dd586af90f4ba894e424f0cabb3a49cdcff944925640f6ac
MD5 fc712e096b588a31da46af1bda6cd05e
BLAKE2b-256 5a5629dcd3647a39e933eb489fda261a1e2700a59d4a9432889a85166e15651c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be77efd735bb1064605be8dec6e721141c1421ef0b115ef54e493a64e50e9a52
MD5 cf6ea88ef2b377e8d9b89514563d503a
BLAKE2b-256 e1ced522c9b46ee3746d4b98c81969c568c2c6296e931a65f2c87104b645654c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e281a8071a06888575a4eb523c4deeefdcd2f5fe4a2d47e02ac8bf3a5b49f695
MD5 887317afa03ec47a6b3c3c0ea961035b
BLAKE2b-256 746a63db856e93e3a3c3dc98a1de28a902cf1b21c7b0d3856cd5931d7cfd30af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fc9e71490d989144981ea21ef4fdfaa7b6aa84aff9632d91c736441ce2f6b00
MD5 9721690b26d83974d159a77f305d2ab1
BLAKE2b-256 a1b54eeeae0aaaa6ef0c74cfa8b2273b53382bd858df6d99485f2fc8211e7002

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 943a22ebb3daacb45f76a9bcca9a7b74e7d94608c0c0505da30af900b998ca8d
MD5 2ba2abb6d2ba119a4e37e7c045fd49b5
BLAKE2b-256 02adafcb8484b65ceacd1609f709c2caeed31bd6c49261a7507cd5c175cc105f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e317ee1d4528a03506cb1c282cd9db73660a35b3564096de37de7350e7d87a7
MD5 74aafa878dd73b253ce59dc1a4aad77f
BLAKE2b-256 74f3908b17f9111cdc764aef1de3d36026a2984c46ed90c3c2c85f28b66142f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp312-cp312-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c80653332c6136da7f4d4e143975e74ac0fa14f851f716d90583bc19e8945cea
MD5 af040259c92117de770496d3b93f9b2f
BLAKE2b-256 7b037170c3814bb9106c1bca67700c731aaf1cd990fd2f0097c754acb600330e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-win_arm64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2dc46ec09f5d36f606ac8393303149e69d17121beee13c8dac25e2a2078e31c4
MD5 19ccf8bb489b3c08101f4ea3f20f0c88
BLAKE2b-256 60b336ac1cb8fafeadff09935f4bdc1232e511af8f8893d6cebc7ceb93c6753a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cf736cc1298ef15280d9fcf7a25c09b05af016656856dc6fe5626fd8912658dd
MD5 2d20f4aa8355c506ccfa10cf6178ab23
BLAKE2b-256 a12c99a01a2d7865aaf44e47c2182cbdbc15da1f2e4cfee92dc8e1fb5114f993

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4b127cfe10b4c56e4285b69fd4b38ea1d368099ea4273d8fb349163fce3cd598
MD5 807685e37ef202d8534970c0b2a5e8a5
BLAKE2b-256 47f7b437e77d496089e17e77866eb126dd97ea47041b58e53892f57e82869198

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 979486d444ca3c469cd1c7f6a619ce48ff08b3b595d451937db543754bfacb65
MD5 fce7c46406548b3740de0679acf57e88
BLAKE2b-256 5f9a143aacb6b372b0e2d812aec73a06fc5df3e169a361d4302226f8563954c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bbef99eb8d18ba9a40f00e8836b8040cdcf0f2fa649684cf7a66339599919d21
MD5 e0cb4f1cf63958c0b0dc8d2d1c2fd6d7
BLAKE2b-256 50fc1246dfc4b165e7ff97ac3c4117bdd3747e03ebb62269f71f65e216bfac8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1595533de3a80bf8363372c20bafa963ec4bf9f2b8f539b1d9a5017f430b84c9
MD5 ad872bcb32ddd1a8c1ccc6c48763f069
BLAKE2b-256 5579bbf57979ff2d89b5465d7205db08de7222d2560edc11272eb054c5a68cb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0b519fa2159c42272f8a244354a0e110d65175647e5185b04008ec00df9f079
MD5 8db3fe7212b55fdb70dfaac57c83fdcb
BLAKE2b-256 631a81a31920d5113113ccd50271649dd2d0cfcfe46925d8f8a196fe560ed0e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eddc2be28a379c218e0d92e4a432805dcb0ca5870156a90b54c03cd9799f9f8a
MD5 976822d9a6b6cf2d5840ebd193b82c0c
BLAKE2b-256 78db3be86dd82adc638a2eb07c3028c1747ead49a71d7d334980b007f593fd9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c208a977843d18d3bd185f323e4eaa912eb4869cb230947dc6edd8a27a4e558a
MD5 7aa7b0d50cf2d8fd2c8595eb0c98f0f4
BLAKE2b-256 de5e521d7c6613769dcc3ed5e44e7082938b6dab27fffe02755784e54e98e17b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8270d104ec7caa0bdac246d31d48d94472033ceab5ba142881704350b28159c
MD5 a4766624ba8c61fd034fdf7c1d5be13a
BLAKE2b-256 ca51d3eedd2bd46ef851bea528d8a2688a5091183b27fc238801fcac70e80dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2833602d9d42c94b9d0d2a44d2b382d3d3a4485be018ba19dddc401a464c617a
MD5 55003ae11250f736cc67651cf0415dd6
BLAKE2b-256 2275774e9a4a4291864dd37a03a7bfaf46a82d61cd36c16edd33a5739ad49be3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-win_arm64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e34a63f71d2ecffb3c643909ad2d488251afeb5ef3635602b3448e609611a7ed
MD5 2818e91b1862ca1ddd091660ee1faacb
BLAKE2b-256 381d6e935b5f06d674c931540b29932a0dd5e1b9d29d047c2764a9c8c6f3ce08

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d7165bcda0dbf203e5ad04d79955d223d84b2263df4db92f525ba370b03a12ab
MD5 cf65a52a7ca1d2c1c10cea7c997b113d
BLAKE2b-256 00f055e57d40f6e21877e96507c0c2dd7e32afffc37b0dde7b834df1170cd749

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c1bd75d692cd7c6d862a98013bfdf06702783b75cffbf5dae06d718fecefe8f2
MD5 f2f7c18c41c61fe5036ddabba6285c34
BLAKE2b-256 bb69074e2cde8135cae9452778e644ea5c91493bc536367d956005fe83072f63

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 70b3acb9ad729a53d4e751dace35404a024f188aad406013454216aba5485b4e
MD5 9965b9fd962e8a03a432e59c48e08f20
BLAKE2b-256 29d3e9b99b8404b6a470762cb947bc342e462a853a22ce0b0f2982c65a9b698f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2eddfbbfb473a62c3a251bb737a6d58d91907f6e1d95791431ebe556f47d916
MD5 a9a05c1c4c30367e528b783effafc8be
BLAKE2b-256 0389227ffb9e30b3fbe8196e7c97704345feb750b468e852ab64b0d19fa89e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fd30fc80fe96efb06bea21667c5793bbd65c0dc793187feb39b8f96990680b00
MD5 65e71914ad7999e4234af4fced8f36b3
BLAKE2b-256 a4221c5dc761dff13981d27d8225aedb19e70ce9149d16cf0c97c7547570e986

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49334faa749d55b77f084389a80654bf2e68ab5191c0235066f0140c1b670d64
MD5 f9245a0737851c57c8d2fbbf43b22a46
BLAKE2b-256 97d44dd152dbbaac35d4e1fe8e8fd26d73640fcd84ec9c3915b545692df1ffb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9176856f36c34a8aa5c0b35ddf52a5d5cd8abeece57c2cd904cfddae3fd9acd3
MD5 1ef984209399364527cea16d3541b7cb
BLAKE2b-256 9a5972b390b31ed0cc825881435f21baaae9d57e263aba526fa833863b90d667

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd84441e4021cec6e4dd040550386cd9c9ea1d9418ea1a8002dbb7b576026b2b
MD5 1bcdf5aa5517f895e177f1572e45154a
BLAKE2b-256 91868914875e2341a40da460feaa9cace727e50a6b640a20ac36186686bde7d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa7efc695d1fc9f72d91bf9b6c6fe2d7e1b4193836ec530a98faf7d7a7577a58
MD5 7db51db198c70084cd8e4cdd9b3cf79d
BLAKE2b-256 0b6d7e0e52798697536d572a105849c4ab621ca00511674b6ce694cb05e437fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1586944f4736515af5c6d3a5b150c7e8ca2a2d6e46b23057320584d6f2438f4a
MD5 3df5a22b82550ca2ecd607c4f88dd1f2
BLAKE2b-256 41a8cc21dcd6f0f96dbd636fcaab345f9664cd54e6577a21a74694202479d3fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-win_arm64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 2d3459b6311463c96abcb97808ee0a1abb0d932833edb6aa81c30d622fd4a12d
MD5 6e7247332617966d8a189dbc03600d36
BLAKE2b-256 2767aae0809e3806f8bbcf679dbf1874f7e0efb5d957cfbb66e907c4f45d79b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b2db7c82f08b8ce44c0b9d1153ce63907491972a7581e8b6adea71817f119df8
MD5 86bfa434e5f76483a3c76307d4f0c67f
BLAKE2b-256 7123c51f63a78bf5a039be26eccda1d2040b83553189daf82378c71a33f60caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0240289e33e3fbae44a5db73e54e955399179332a6b1d47c764a4983ec1524c3
MD5 3993a381f8cee948eb250d854424d23e
BLAKE2b-256 b8d565e00583641b1060b21d350716eb9539a626a665a87921710a7e3ebde592

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 952085a09ff32115794629ba47f8940896d7842afdef1283332109d38222479d
MD5 4f6c92039e4815b71e1904261f74d135
BLAKE2b-256 aab5261749d5b9a9fd9a32eb4eebddce0e46e720d14f4565b55d62bc004bcae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f52eba83272a26b444f4b8fc79f2e2c83f91d706d693836c9f7ccb16e6713c31
MD5 651534a21e894bd0af58084c9b4f15a4
BLAKE2b-256 269d290f43cb3953f1f74834470447baa849f6224296986f1e2d774bdcce26e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 92a30840f4f2a31f7049d0a7de5fc69dd03b19bd5d8e7fed8d0bde49ce49b589
MD5 90c3322f46359071c893e534eb5b281e
BLAKE2b-256 64504f727469fb52230449f28b6d6a027c1e5c107b46c60c9e90b3ed3c7e492d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e17cc198dc50a25a0f245e6b1e56f692df2acec3ccae82d1f60c34bfb72bbec
MD5 962e4f8806cc2b573f7c3b9e0f7efec3
BLAKE2b-256 30415b22f376e25b3dfbb8bc9c145a1a8cd8418ecc5e310a18402bff16dfb018

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 96c0006a8d1d00e46cb44c8e8d7316d4a232f3d8f2ed43179d4578dbcb0829b6
MD5 4096846719a434acfa1152e3fc6d3d86
BLAKE2b-256 9a63a4b7f92a50821996ecd3520c5360fdc70df37918dd5c813ebbecad7bd56f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7998b60ef1c105846fb3bfca494769fde3bba6160902e7cd27a8df8257890ee9
MD5 207e1504bfdbe1b070526ac041dd019d
BLAKE2b-256 6bd4622e418729762c4957ec87639105e15398a919a2068a18a4c2ea17caa504

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2eaed0d911fb3280981d5495978152fab6afd9fe217fd16f411523665089cef1
MD5 83fd9c66f6a46bd23cbbf273f41df16d
BLAKE2b-256 9853870b45d284f8be945a05ea3b70b56fe92538f13305d75362a39256e0c57b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8c088e009a6d6b9f563336adb906e3a8d3fd64db129acc8d8fd0e9fe22b2dac8
MD5 6284f3757935551553b8ace64b0da363
BLAKE2b-256 d278687a2d84de4552298df032d61c1fb3fbac579e8b8d8bf8b4aa4b8e76525d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 91dead2daca698ae52ce70ee2adbb94ddd9b5f96877565fd40aa4efd18ecc6a3
MD5 1c9478c22809e6b9b3aae1a43f7d5da2
BLAKE2b-256 106e27ff3b1a0b18de39ccb672074c8c49b0162b186cdbc55e9b88bca0ee0541

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7897b8c8bbbb2bd8cad887bffcb07aede71ef1e45383bd4d6ac049bf0af312a4
MD5 f5a8a0d628945dc6411bae9b0a74fbaf
BLAKE2b-256 8ef08436f501f403ab8051f3d53c3848a2f797e866ec1a2bdf26f609904497a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6fb539a6382a048308b409d8c66d79bf636eda1b24f70c78f2a1fd16e92b037b
MD5 acf7d341b41d9a591d813868e9c595af
BLAKE2b-256 1c096bb8f31de78536ddd707f1069234e7282b45cf580d39262736a44c303dbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fbf206e5329e20937fa19bd41cf3af06d5967f8f7e86b59d783b26b40ced755c
MD5 2da66607a25888018b74dc4ae6bc70e0
BLAKE2b-256 0e0d42a2a36287a9005b7746344d1634e1441eec761610f3231a0606e8b57cec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03caa2ffd64252122139d50ec92987f89616b9b92c9ba72920b40e92709d5e26
MD5 2a2024992091f48e58df261adb8409cd
BLAKE2b-256 ec7cb49b6acf30b7b16726520ede567fd32325a769d975788cb665b57bde700e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cf6db401f4957afbf372a4730c6d5b2a234393af723983cbf4bcd13d54c71e1a
MD5 3719922daf36347918dde522a2959619
BLAKE2b-256 d8b3b3e7cfcb2b1d133e336dc65a417f7a5e779f9d6749d156e7c0e6851e1274

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da87e977f92d930a3683e10ba2b38bcc59adfc25896827e0b9d78b208b7757a6
MD5 fd9e580ebcd9a8f90738fea4b478651a
BLAKE2b-256 7d3458acebfaa6d27263f6ca2d645953cf5dfbc4ed27b9a21aaabb5b9c11fc11

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.3.0-cp38-cp38-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.3.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 18183cc3851b995fdc7e5f03d03b8a4e1b12b0f79dff1ec1da75069af6357a05
MD5 58df82a40e0142a418a260a27acfc58d
BLAKE2b-256 541a6ca6e1b0543c04cf6424962603ceb041c172fd4a82cbb897ce4ba55c82e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-26.3.0-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.

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