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. PyZMQ 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 stable (not DRAFT) 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.

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyzmq-27.1.0-pp311-pypy311_pp73-win_amd64.whl (544.9 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.1.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (747.4 kB view details)

Uploaded PyPymanylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

pyzmq-27.1.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (567.7 kB view details)

Uploaded PyPymanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (800.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (836.3 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.1.0-pp310-pypy310_pp73-win_amd64.whl (544.9 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.1.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (747.4 kB view details)

Uploaded PyPymanylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

pyzmq-27.1.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (567.7 kB view details)

Uploaded PyPymanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (800.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (836.3 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.1.0-pp39-pypy39_pp73-win_amd64.whl (544.9 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.1.0-pp39-pypy39_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (567.7 kB view details)

Uploaded PyPymanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (758.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyzmq-27.1.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (800.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.1.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (836.3 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.1.0-pp38-pypy38_pp73-win_amd64.whl (544.9 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.1.0-pp38-pypy38_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (567.7 kB view details)

Uploaded PyPymanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (758.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyzmq-27.1.0-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (800.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.1.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl (836.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.1.0-cp314-cp314t-win_arm64.whl (575.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyzmq-27.1.0-cp314-cp314t-win_amd64.whl (661.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyzmq-27.1.0-cp314-cp314t-win32.whl (587.5 kB view details)

Uploaded CPython 3.14tWindows x86

pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (847.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (660.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl (897.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

pyzmq-27.1.0-cp314-cp314t-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-27.1.0-cp313-cp313t-win_arm64.whl (561.5 kB view details)

Uploaded CPython 3.13tWindows ARM64

pyzmq-27.1.0-cp313-cp313t-win_amd64.whl (641.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

pyzmq-27.1.0-cp313-cp313t-win32.whl (575.0 kB view details)

Uploaded CPython 3.13tWindows x86

pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pyzmq-27.1.0-cp313-cp313t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (848.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

pyzmq-27.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (660.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-cp313-cp313t-manylinux2014_i686.manylinux_2_17_i686.whl (897.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

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

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

pyzmq-27.1.0-cp313-cp313-android_24_x86_64.whl (1.2 MB view details)

Uploaded Android API level 24+ x86-64CPython 3.13

pyzmq-27.1.0-cp313-cp313-android_24_arm64_v8a.whl (1.1 MB view details)

Uploaded Android API level 24+ ARM64 v8aCPython 3.13

pyzmq-27.1.0-cp312-abi3-win_arm64.whl (553.0 kB view details)

Uploaded CPython 3.12+Windows ARM64

pyzmq-27.1.0-cp312-abi3-win_amd64.whl (619.5 kB view details)

Uploaded CPython 3.12+Windows x86-64

pyzmq-27.1.0-cp312-abi3-win32.whl (559.2 kB view details)

Uploaded CPython 3.12+Windows x86

pyzmq-27.1.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ x86-64

pyzmq-27.1.0-cp312-abi3-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ i686

pyzmq-27.1.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

pyzmq-27.1.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (841.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

pyzmq-27.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (652.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl (895.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ i686

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

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

pyzmq-27.1.0-cp311-cp311-win_arm64.whl (559.5 kB view details)

Uploaded CPython 3.11Windows ARM64

pyzmq-27.1.0-cp311-cp311-win_amd64.whl (633.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pyzmq-27.1.0-cp311-cp311-win32.whl (567.2 kB view details)

Uploaded CPython 3.11Windows x86

pyzmq-27.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyzmq-27.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyzmq-27.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyzmq-27.1.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (857.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

pyzmq-27.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (668.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (908.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

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

pyzmq-27.1.0-cp310-cp310-win_arm64.whl (559.8 kB view details)

Uploaded CPython 3.10Windows ARM64

pyzmq-27.1.0-cp310-cp310-win_amd64.whl (632.2 kB view details)

Uploaded CPython 3.10Windows x86-64

pyzmq-27.1.0-cp310-cp310-win32.whl (567.3 kB view details)

Uploaded CPython 3.10Windows x86

pyzmq-27.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyzmq-27.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyzmq-27.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyzmq-27.1.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (854.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

pyzmq-27.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (666.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (906.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

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

pyzmq-27.1.0-cp39-cp39-win_arm64.whl (559.8 kB view details)

Uploaded CPython 3.9Windows ARM64

pyzmq-27.1.0-cp39-cp39-win_amd64.whl (632.3 kB view details)

Uploaded CPython 3.9Windows x86-64

pyzmq-27.1.0-cp39-cp39-win32.whl (567.6 kB view details)

Uploaded CPython 3.9Windows x86

pyzmq-27.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyzmq-27.1.0-cp39-cp39-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyzmq-27.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyzmq-27.1.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (666.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (863.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyzmq-27.1.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl (906.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

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

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

pyzmq-27.1.0-cp38-cp38-win_amd64.whl (632.7 kB view details)

Uploaded CPython 3.8Windows x86-64

pyzmq-27.1.0-cp38-cp38-win32.whl (567.5 kB view details)

Uploaded CPython 3.8Windows x86

pyzmq-27.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyzmq-27.1.0-cp38-cp38-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyzmq-27.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pyzmq-27.1.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (668.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyzmq-27.1.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (864.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyzmq-27.1.0-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl (907.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

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

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

File details

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0.tar.gz
Algorithm Hash digest
SHA256 ac0765e3d44455adb6ddbf4417dcce460fc40a05978c08efdf2948072f6db540
MD5 62da15532cddb248287fb2ec533ef9ec
BLAKE2b-256 040b3c9baedbdf613ecaa7aa07027780b8867f57b6293b6ee50de316c9f3222b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c9f7f6e13dff2e44a6afeaf2cf54cee5929ad64afaf4d40b50f93c58fc687355
MD5 f1a3648218863d818b79bb616ba1bc2a
BLAKE2b-256 011b5dbe84eefc86f48473947e2f41711aded97eecef1231f4558f1f02713c12

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f605d884e7c8be8fe1aa94e0a783bf3f591b84c24e4bc4f3e7564c82ac25e271
MD5 d08c9eb261d6400b56c559d4f3f44d9d
BLAKE2b-256 a1cff2b3784d536250ffd4be70e049f3b60981235d70c6e8ce7e3ef21e1adb25

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.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-27.1.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53b40f8ae006f2734ee7608d59ed661419f087521edbfc2149c3932e9c14808c
MD5 ad4979dd82c439c69c99cd3adfe100e5
BLAKE2b-256 490e3f0d0d335c6b3abb9b7b723776d0b21fa7f3a6c819a0db6097059aada160

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_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-27.1.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 ac25465d42f92e990f8d8b0546b01c391ad431c3bf447683fdc40565941d0604
MD5 2e22fa571f4fb46e3f65f87589233d71
BLAKE2b-256 3e79f38c92eeaeb03a2ccc2ba9866f0439593bb08c5e3b714ac1d553e5c96e25

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_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-27.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 18770c8d3563715387139060d37859c02ce40718d1faf299abddcdcc6a649066
MD5 1fe92ab24a948fcde4d9e2dd3a5bd641
BLAKE2b-256 4cc6c4dcdecdbaa70969ee1fdced6d7b8f60cfabe64d25361f27ac4665a70620

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 05b12f2d32112bf8c95ef2e74ec4f1d4beb01f8b5e703b38537f8849f92cb9ba
MD5 7812b2a017f2eac38c9fc7874c5668a2
BLAKE2b-256 26af78ce193dbf03567eb8c0dc30e3df2b9e56f12a670bf7eb20f9fb532c7e8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 448f9cb54eb0cee4732b46584f2710c8bc178b0e5371d9e4fc8125201e413a74
MD5 24052c522cd549454d9f8d31a471cad5
BLAKE2b-256 d1db5c4d6807434751e3f21231bee98109aa57b9b9b55e058e450d0aef59b70f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.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-27.1.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c1790386614232e1b3a40a958454bdd42c6d1811837b15ddbb052a032a43f62
MD5 c1f56427d97ab4898f8670b0ab7aa363
BLAKE2b-256 47421ff831fa87fe8f0a840ddb399054ca0009605d820e2b44ea43114f5459f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 f328d01128373cb6763823b2b4e7f73bdf767834268c565151eacb3b7a392f90
MD5 9d745a15c69495444faf19b9becb5a60
BLAKE2b-256 58ed0202ca350f4f2b69faa95c6d931e3c05c3a397c184cacb84cb4f8f42f287

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c17e03cbc9312bee223864f1a2b13a99522e0dc9f7c5df0177cd45210ac286e6
MD5 bc5272a6cf84d25c829b8d51c7448902
BLAKE2b-256 f381a65e71c1552f74dec9dff91d95bafb6e0d33338a8dfefbc88aa562a20c92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ff8d114d14ac671d88c89b9224c63d6c4e5a613fe8acd5594ce53d752a3aafe9
MD5 a7a1f124560ab9ed256fef4f8febaa26
BLAKE2b-256 92aaee86edad943438cd0316964020c4b6d09854414f9f945f8e289ea6fcc019

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-pp39-pypy39_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp39-pypy39_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c618fbcd069e3a29dcd221739cacde52edcc681f041907867e0f5cc7e85f172
MD5 a3ebea213955c42f14e5d15992b0cc55
BLAKE2b-256 a9d430c25b91f2b4786026372f5ef454134d7f576fcf4ac58539ad7dd5de4762

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4a19387a3dddcc762bfd2f570d14e2395b2c9701329b266f83dd87a2b3cbd381
MD5 ec7858d94e1001a97cb6d96d9d748a80
BLAKE2b-256 1972a74a007cd636f903448c6ab66628104b1fc5f2ba018733d5eabb94a0a6fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 01f9437501886d3a1dd4b02ef59fb8cc384fa718ce066d52f175ee49dd5b7ed8
MD5 a094e31d9237b6ee98c33dcd93a61370
BLAKE2b-256 5f5f4e10c7f57a4c92ab0fbb2396297aa8d618e6f5b9b8f8e9756d56f3e6fc52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 722ea791aa233ac0a819fc2c475e1292c76930b31f1d828cb61073e2fe5e208f
MD5 e20fb864c5cb9d8a19fbb55489887a56
BLAKE2b-256 57f4c2e978cf6b833708bad7d6396c3a20c19750585a1775af3ff13c435e1912

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bd67e7c8f4654bef471c0b1ca6614af0b5202a790723a58b79d9584dc8022a78
MD5 e230d69de79012709aa3c5438ccecc14
BLAKE2b-256 36ad50515db14fb3c19d48a2a05716c7f4d658da51ea2b145c67f003b3f443d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-pp38-pypy38_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp38-pypy38_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 726b6a502f2e34c6d2ada5e702929586d3ac948a4dbbb7fed9854ec8c0466027
MD5 ff5ca0f5dd19e9ce37a9311f695eead1
BLAKE2b-256 7b26ddd3502658bf85d41ab6d75dcab78a7af5bb32fb5f7ac38bd7cf1bce321d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-pp38-pypy38_pp73-manylinux_2_26_aarch64.manylinux_2_28_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-27.1.0-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1f8426a01b1c4098a750973c37131cf585f61c7911d735f729935a0c701b68d3
MD5 b47e5f9b96daf647027fa07726e67629
BLAKE2b-256 2f58f941950f64c5e7919c64d36e52991ade7ac8ea4805e9d2cdba47337d9edc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_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-27.1.0-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 510869f9df36ab97f89f4cff9d002a89ac554c7ac9cadd87d444aa4cf66abd27
MD5 068d0521b9ca8e88f47c006d52b73cec
BLAKE2b-256 e5405ff9acff898558fb54731d4b897d5bf16b3725e0c1778166ac9a234b5297

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 50081a4e98472ba9f5a02850014b4c9b629da6710f8f14f3b15897c666a28f1b
MD5 9f554bd4d7b50b922d9ff80220394128
BLAKE2b-256 ebd82cf36ee6d037b52640997bde488d046db55bdea05e34229cf9cd3154fd7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyzmq-27.1.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 575.2 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 dc5dbf68a7857b59473f7df42650c621d7e8923fb03fa74a526890f4d33cc4d7
MD5 635af09f0e40770761d4cb383553b0d4
BLAKE2b-256 81d64bfbb40c9a0b42fc53c7cf442f6385db70b40f74a783130c5d0a5aa62228

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-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-27.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyzmq-27.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 661.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 19c9468ae0437f8074af379e986c5d3d7d7bfe033506af442e8c879732bedbe0
MD5 a78fcd05166d4073e216d25062463d09
BLAKE2b-256 70d878b1bad170f93fcf5e3536e70e8fadac55030002275c9a29e8f5719185de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-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-27.1.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyzmq-27.1.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 587.5 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1f0b2a577fd770aa6f053211a55d1c47901f4d537389a034c690291485e5fe92
MD5 4d377ede8b3c9c096cd18b6b3b7205ac
BLAKE2b-256 c459a5f38970f9bf07cee96128de79590bb354917914a9be11272cfc7ff26af0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-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-27.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cedc4c68178e59a4046f97eca31b148ddcf51e88677de1ef4e78cf06c5376c9a
MD5 ebe38f19322fc9f067ef22ff6592ac76
BLAKE2b-256 0d01add31fe76512642fd6e40e3a3bd21f4b47e242c8ba33efb6809e37076d9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_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-27.1.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 544b4e3b7198dde4a62b8ff6685e9802a9a1ebf47e77478a5eb88eca2a82f2fd
MD5 c9c4c5d4766c3259208871b091c5eb04
BLAKE2b-256 1c0bf4107e33f62a5acf60e3ded67ed33d79b4ce18de432625ce2fc5093d6388

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_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-27.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80d834abee71f65253c91540445d37c4c561e293ba6e741b992f20a105d69146
MD5 83c8f1e5752c32e27bff9de6f187177d
BLAKE2b-256 c42a404b331f2b7bf3198e9945f75c4c521f0c6a3a23b51f7a4a401b94a13833

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_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-27.1.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01c0e07d558b06a60773744ea6251f769cd79a41a97d11b8bf4ab8f034b0424d
MD5 51d10f4820de83318378280a7fb6f7c7
BLAKE2b-256 f5d25f36552c2d3e5685abe60dfa56f91169f7a2d99bbaf67c5271022ab40863

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_x86_64.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-27.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7200bb0f03345515df50d99d3db206a0a6bee1955fbb8c453c76f5bf0e08fb96
MD5 34eab943eb1a6d896d51fbad374875b6
BLAKE2b-256 2f2ea483f73a10b65a9ef0161e817321d39a770b2acf8bcf3004a28d90d14a94

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_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-27.1.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1779be8c549e54a1c38f805e56d2a2e5c009d26de10921d7d51cfd1c8d4632ea
MD5 75b5015c7140d21065965605abda2406
BLAKE2b-256 4843d72ccdbf0d73d1343936296665826350cb1e825f92f2db9db3e61c2162a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_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-27.1.0-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ce980af330231615756acd5154f29813d553ea555485ae712c491cd483df6b7a
MD5 201c918c5463f0aed002533b83614a96
BLAKE2b-256 874519efbb3000956e82d0331bafca5d9ac19ea2857722fa2caacefb6042f39d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp314-cp314t-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-27.1.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: pyzmq-27.1.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 561.5 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 6bb54ca21bcfe361e445256c15eedf083f153811c37be87e0514934d6913061e
MD5 ada4f171e6be93ad981d8f044fd3bc7f
BLAKE2b-256 f6faf8aea7a28b0641f31d40dea42d7ef003fded31e184ef47db696bc74cd610

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyzmq-27.1.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 641.0 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 8085a9fba668216b9b4323be338ee5437a235fe275b9d1610e422ccc279733e2
MD5 8562b47940c6814dbad8b6ede3a541fd
BLAKE2b-256 874d2534970ba63dd7c522d8ca80fb92777f362c0f321900667c615e2067cb29

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyzmq-27.1.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 575.0 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 7ccc0700cfdf7bd487bea8d850ec38f204478681ea02a582a8da8171b7f90a1c
MD5 1322540d9180c125a03d608138b39cd3
BLAKE2b-256 4f6f55c10e2e49ad52d080dc24e37adb215e5b0d64990b57598abc2e3f01725b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 add071b2d25f84e8189aaf0882d39a285b42fa3853016ebab234a5e78c7a43db
MD5 87282903fa26c25a9e04a9ecc7ab5aa0
BLAKE2b-256 d9942da0a60841f757481e402b34bf4c8bf57fa54a5466b965de791b1e6f747d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_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-27.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90e6e9441c946a8b0a667356f7078d96411391a3b8f80980315455574177ec97
MD5 ade3691162ab1b78b11de7809fc0186c
BLAKE2b-256 d54ae82d788ed58e9a23995cee70dbc20c9aded3d13a92d30d57ec2291f1e8a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_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-27.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c65047adafe573ff023b3187bb93faa583151627bc9c51fc4fb2c561ed689d39
MD5 8b29bf7041b65f5bdd5f8540f4d9d4cb
BLAKE2b-256 9a12f003e824a19ed73be15542f172fd0ec4ad0b60cf37436652c93b9df7c585

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f3afa12c392f0a44a2414056d730eebc33ec0926aae92b5ad5cf26ebb6cc128
MD5 e60bc6efd4e5424099ce633e1c6c8183
BLAKE2b-256 3ecd9822a7af117f4bc0f1952dbe9ef8358eb50a24928efd5edf54210b850259

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp313-cp313t-manylinux_2_26_x86_64.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-27.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d54530c8c8b5b8ddb3318f481297441af102517602b569146185fa10b63f4fa9
MD5 4e1b09b076e95de10a8edc360afa27a9
BLAKE2b-256 692dd83dd6d7ca929a2fc67d2c3005415cdf322af7751d773524809f9e585129

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 08363b2011dec81c354d694bdecaef4770e0ae96b9afea70b3f47b973655cc05
MD5 b11815a9ed51561ac3928e370f87a49e
BLAKE2b-256 141dd343f3ce13db53a54cb8946594e567410b2125394dafcc0268d8dda027e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e343d067f7b151cfe4eb3bb796a7752c9d369eed007b91231e817071d2c2fec7
MD5 c039e113d9e6e9be8ba6d87f40f3aa35
BLAKE2b-256 a5ad15906493fd40c316377fd8a8f6b1f93104f97a752667763c9b9c1b71d42d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-cp313-cp313-android_24_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313-android_24_x86_64.whl
Algorithm Hash digest
SHA256 fbb4f2400bfda24f12f009cba62ad5734148569ff4949b1b6ec3b519444342e6
MD5 b3c43a6cbd05392caf418c192929829a
BLAKE2b-256 dcb694414759a69a26c3dd674570a81813c46a078767d931a6c70ad29fc585cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp313-cp313-android_24_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-27.1.0-cp313-cp313-android_24_arm64_v8a.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp313-cp313-android_24_arm64_v8a.whl
Algorithm Hash digest
SHA256 93ad4b0855a664229559e45c8d23797ceac03183c7b6f5b4428152a6b06684a5
MD5 41b7a900ff8ef05b35e5eb656b718459
BLAKE2b-256 60cb84a13459c51da6cec1b7b1dc1a47e6db6da50b77ad7fd9c145842750a011

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp313-cp313-android_24_arm64_v8a.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-27.1.0-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: pyzmq-27.1.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 553.0 kB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 75a2f36223f0d535a0c919e23615fc85a1e23b71f40c7eb43d7b1dedb4d8f15f
MD5 661c92c9e0d4eab8618f9229eba34c90
BLAKE2b-256 78c2c012beae5f76b72f007a9e91ee9401cb88c51d0f83c6257a03e785c81cc2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyzmq-27.1.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 619.5 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9ce490cf1d2ca2ad84733aa1d69ce6855372cb5ce9223802450c9b2a7cba0ccf
MD5 db77089606116df9f7f27b9c0fed65a7
BLAKE2b-256 fc7fa21b20d577e4100c6a41795842028235998a643b1ad406a6d4163ea8f53e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyzmq-27.1.0-cp312-abi3-win32.whl
  • Upload date:
  • Size: 559.2 kB
  • Tags: CPython 3.12+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 250e5436a4ba13885494412b3da5d518cd0d3a278a1ae640e113c073a5f88edd
MD5 268d25864a16aa8c58650b45fc780343
BLAKE2b-256 e62f104c0a3c778d7c2ab8190e9db4f62f0b6957b53c9d87db77c284b69f33ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp312-abi3-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-27.1.0-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f30f395a9e6fbca195400ce833c731e7b64c3919aa481af4d88c3759e0cb7496
MD5 b9dc76f33f7ef5a92d1dfdb220edf7d4
BLAKE2b-256 46bd2d45ad24f5f5ae7e8d01525eb76786fa7557136555cac7d929880519e33a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp312-abi3-musllinux_1_2_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-27.1.0-cp312-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf44a7763aea9298c0aa7dbf859f87ed7012de8bda0f3977b6fb1d96745df856
MD5 c2a6fc7ff2a3bde74b046b2c96e92456
BLAKE2b-256 9c802df2e7977c4ede24c79ae39dcef3899bfc5f34d1ca7a5b24f182c9b7a9ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp312-abi3-musllinux_1_2_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-27.1.0-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0de3028d69d4cdc475bfe47a6128eb38d8bc0e8f4d69646adfbcd840facbac28
MD5 8f898377c48590398bd1310708a668cd
BLAKE2b-256 c2bbb79798ca177b9eb0825b4c9998c6af8cd2a7f15a6a1a4272c1d1a21d382f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp312-abi3-musllinux_1_2_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-27.1.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43ad9a73e3da1fab5b0e7e13402f0b2fb934ae1c876c51d0afff0e7c052eca31
MD5 3aca886677b22f540eff94503d989e7e
BLAKE2b-256 f89bc108cdb55560eaf253f0cbdb61b29971e9fb34d9c3499b0e96e4e60ed8a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp312-abi3-manylinux_2_26_x86_64.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-27.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3837439b7f99e60312f0c926a6ad437b067356dc2bc2ec96eb395fd0fe804233
MD5 f37b9f1c5f95012b12fbcf3b575fb1e4
BLAKE2b-256 f8e5b0b2504cb4e903a74dcf1ebae157f9e20ebb6ea76095f6cfffea28c42ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_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-27.1.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1c179799b118e554b66da67d88ed66cd37a169f1f23b5d9f0a231b4e8d44a113
MD5 2e108e4a52572b58a7f62eb1e4fe1216
BLAKE2b-256 e85ec3c49fdd0f535ef45eefcc16934648e9e59dace4a37ee88fc53f6cd8e641

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_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-27.1.0-cp312-abi3-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp312-abi3-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 452631b640340c928fa343801b0d07eb0c3789a5ffa843f6e1a9cee0ba4eb4fc
MD5 4a66064fb549cb1d09bf49579b3d5116
BLAKE2b-256 92e7038aab64a946d535901103da16b953c8c9cc9c961dadcbf3609ed6428d23

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 eca6b47df11a132d1745eb3b5b5e557a7dae2c303277aa0e69c6ba91b8736e07
MD5 00c54e20a6e4c84235de6111cda2021c
BLAKE2b-256 ae1401afebc96c5abbbd713ecfc7469cfb1bc801c819a74ed5c9fad9a48801cb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 190cbf120fbc0fc4957b56866830def56628934a9d112aec0e2507aa6a032b97
MD5 f88989c37f284d561f0e0dda2ae31b0c
BLAKE2b-256 236dd8d92a0eb270a925c9b4dd039c0b4dc10abc2fcbc48331788824ef113935

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6df079c47d5902af6db298ec92151db82ecb557af663098b92f2508c398bb54f
MD5 d83d59e523c084f74a653eb5129faf09
BLAKE2b-256 03f244913a6ff6941905efc24a1acf3d3cb6146b636c546c7406c38c49c403d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e829529fcaa09937189178115c49c504e69289abd39967cd8a4c215761373394
MD5 274abc02a13b4d886b14d84e7a387927
BLAKE2b-256 3bb15e21d0b517434b7f33588ff76c177c5a167858cc38ef740608898cd329f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp311-cp311-musllinux_1_2_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-27.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bafcb3dd171b4ae9f19ee6380dfc71ce0390fefaf26b504c0e5f628d7c8c54f2
MD5 39052d84883b38c3c2b059c9b2a54415
BLAKE2b-256 ab21e3180ca269ed4a0de5c34417dfe71a8ae80421198be83ee619a8a485b0c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp311-cp311-musllinux_1_2_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-27.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15c8bd0fe0dabf808e2d7a681398c4e5ded70a551ab47482067a572c054c8e2e
MD5 2118ae1c5079dc681c8aa3e75503b6a2
BLAKE2b-256 cbebbfdcb41d0db9cd233d6fb22dc131583774135505ada800ebf14dfb0a7c40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5bbf8d3630bf96550b3be8e1fc0fea5cbdc8d5466c1192887bd94869da17a63e
MD5 37779db1b24ddf2e3ca36a61342006e1
BLAKE2b-256 b1c42a6fe5111a01005fc7af3878259ce17684fabb8852815eda6225620f3c59

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp311-cp311-manylinux_2_26_x86_64.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-27.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c895a6f35476b0c3a54e3eb6ccf41bf3018de937016e6e18748317f25d4e925f
MD5 26c63847bb8df6aef61eaca6823433cc
BLAKE2b-256 7e2237d15eb05f3bdfa4abea6f6d96eb3bb58585fbd3e4e0ded4e743bc650c97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 0790a0161c281ca9723f804871b4027f2e8b5a528d357c8952d08cd1a9c15581
MD5 52624a9b615f75e84048deed6ed7ff81
BLAKE2b-256 bda0fc7e78a23748ad5443ac3275943457e8452da67fda347e05260261108cbc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 226b091818d461a3bef763805e75685e478ac17e9008f49fce2d3e52b3d58b86
MD5 b9cbe557e4652848dce7d5239ab5cb2e
BLAKE2b-256 065d305323ba86b284e6fcb0d842d6adaa2999035f70f8c38a9b6d21ad28c3d4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9a916f76c2ab8d045b19f2286851a38e9ac94ea91faf65bd64735924522a8b32
MD5 65b8980edc8eec323ecb2e93f0d25f6c
BLAKE2b-256 3be3be2cc7ab8332bdac0522fdb64c17b1b6241a795bee02e0196636ec5beb79

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c0bb87227430ee3aefcc0ade2088100e528d5d3298a0a715a64f3d04c60ba02f
MD5 68e8c708485a2330e1b18e92f39566c7
BLAKE2b-256 62b2f4ab56c8c595abcb26b2be5fd9fa9e6899c1e5ad54964e93ae8bb35482be

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a5b42d7a0658b515319148875fcb782bbf118dd41c671b62dae33666c2213bda
MD5 08e04277c3189df25401cf19276cf49e
BLAKE2b-256 a33e154fb963ae25be70c0064ce97776c937ecc7d8b0259f22858154a9999769

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08e90bb4b57603b84eab1d0ca05b3bbb10f60c1839dc471fc1c9e1507bef3386
MD5 c7bc361507a3133c8f8cf01bfbdac200
BLAKE2b-256 22dc49f2be26c6f86f347e796a4d99b19167fc94503f0af3fd010ad262158822

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp310-cp310-musllinux_1_2_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-27.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd2fec2b13137416a1c5648b7009499bcc8fea78154cd888855fa32514f3dad1
MD5 f72c8749c645ef9cba4701cdef8f3134
BLAKE2b-256 47147254be73f7a8edc3587609554fcaa7bfd30649bf89cd260e4487ca70fdaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp310-cp310-musllinux_1_2_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-27.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 677e744fee605753eac48198b15a2124016c009a11056f93807000ab11ce6526
MD5 a5d719d42e10b1b46d40ea4bfa47e2c1
BLAKE2b-256 59f037fbfff06c68016019043897e4c969ceab18bde46cd2aca89821fcf4fb2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03ff0b279b40d687691a6217c12242ee71f0fba28bf8626ff50e3ef0f4410e1e
MD5 0a0cac1174dcd18b1e35eb6878853a27
BLAKE2b-256 30768f099f9d6482450428b17c4d6b241281af7ce6a9de8149ca8c1c649f6792

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp310-cp310-manylinux_2_26_x86_64.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-27.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bf7b38f9fd7b81cb6d9391b2946382c8237fd814075c6aa9c3b746d53076023b
MD5 52169d9394268193a690fd43cb22eb59
BLAKE2b-256 73787d713284dbe022f6440e391bd1f3c48d9185673878034cfb3939cdf333b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 507b6f430bdcf0ee48c0d30e734ea89ce5567fd7b8a0f0044a369c176aa44556
MD5 e4590a9911e8e23284b7606d325c11f6
BLAKE2b-256 99645653e7b7425b169f994835a2b2abf9486264401fdef18df91ddae47ce2cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 508e23ec9bc44c0005c4946ea013d9317ae00ac67778bd47519fdf5a0e930ff4
MD5 bc7a08c7c3ed44cadd9900b6e5f14341
BLAKE2b-256 67b952aa9ec2867528b54f1e60846728d8b4d84726630874fee3a91e66c7df81

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 346e9ba4198177a07e7706050f35d733e08c1c1f8ceacd5eb6389d653579ffbc
MD5 76e7d2ff0ee372b43a0d8d0d947deeb1
BLAKE2b-256 ccb5a4173a83c7fd37f6bdb5a800ea338bc25603284e9ef8681377cec006ede4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0c996ded912812a2fcd7ab6574f4ad3edc27cb6510349431e4930d4196ade7db
MD5 d310da844f9fe7b93f862af9b9496035
BLAKE2b-256 5c9170bbf3a7c5b04c904261ef5ba224d8a76315f6c23454251bf5f55573a8a1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b1267823d72d1e40701dcba7edc45fd17f71be1285557b7fe668887150a14b78
MD5 668ee5271356f6d1e07eff0154884652
BLAKE2b-256 7fa797e8be0daaca157511563160b67a13d4fe76b195e3fa6873cb554ad46be3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e30a74a39b93e2e1591b58eb1acef4902be27c957a8720b0e368f579b82dc22f
MD5 90c3d8af51b87675d12e9201ff122f84
BLAKE2b-256 9a6de3c6ad05bc1cddd25094e66cc15ae8924e15c67e231e93ed2955c401007e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp39-cp39-musllinux_1_2_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-27.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9541c444cfe1b1c0156c5c86ece2bb926c7079a18e7b47b0b1b3b1b875e5d098
MD5 ba0dcbca422a0a671ab2b5f02b8c738c
BLAKE2b-256 adadd69478a97a3f3142f9dbbbd9daa4fcf42541913a85567c36d4cfc19b2218

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp39-cp39-musllinux_1_2_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-27.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da96ecdcf7d3919c3be2de91a8c513c186f6762aa6cf7c01087ed74fad7f0968
MD5 29199b00c65878ff6d4cbfd1a99080a8
BLAKE2b-256 01058ae778f7cd7c94030731ae2305e6a38f3a333b6825f56c0c03f2134ccf1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp39-cp39-musllinux_1_2_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-27.1.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3970778e74cb7f85934d2b926b9900e92bfe597e62267d7499acc39c9c28e345
MD5 9d0b30ba903f6cf8d6b7df803227c247
BLAKE2b-256 61b2018fa8e8eefb34a625b1a45e2effcbc9885645b22cdd0a68283f758351e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_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-27.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 849ca054d81aa1c175c49484afaaa5db0622092b5eccb2055f9f3bb8f703782d
MD5 67d7fe77c9259bc9f780acb5cd0e98f7
BLAKE2b-256 6ab3b99b39e2cfdcebd512959780e4d299447fd7f46010b1d88d63324e2481ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_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-27.1.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 49d3980544447f6bd2968b6ac913ab963a49dcaa2d4a2990041f16057b04c429
MD5 4d455676501d89dbba800bdf25fa13da
BLAKE2b-256 8dca2b8693d06b1db4e0c084871e4c9d7842b561d0a6ff9d780640f5e3e9eb55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 96c71c32fff75957db6ae33cd961439f386505c6e6b377370af9b24a1ef9eafb
MD5 915405967adc74b86d021df33e163043
BLAKE2b-256 ac4e782eb6df91b6a9d9afa96c2dcfc5cac62562a68eb62a02210101f886014d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 df7cd397ece96cf20a76fae705d40efbab217d217897a5053267cd88a700c266
MD5 089aae0c439106885ebaa565db665467
BLAKE2b-256 9f2470e83d3ff64ef7e3d6666bd30a241be695dad0ef30d5519bf9c5ff174786

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a1aa0ee920fb3825d6c825ae3f6c508403b905b698b6460408ebd5bb04bbb312
MD5 f0e5f7d830bc71248605429e6d2eb2e7
BLAKE2b-256 a72a7806479dd1f1b964d0aa07f1d961fcaa8673ed543c911847fc45e91f103a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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-27.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2687c2d230e8d8584fbea433c24382edfeda0c60627aca3446aa5e58d5d1831
MD5 8552c922a8c8109bd62a95e357e76fbc
BLAKE2b-256 cb958d6ec87b43e1d8608be461165180fec4744da9edceea4ce48c7bd8c60402

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp38-cp38-musllinux_1_2_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-27.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad68808a61cbfbbae7ba26d6233f2a4aa3b221de379ce9ee468aa7a83b9c36b0
MD5 e2d1cdebca4ef3aa8c03de5b7eff9d5b
BLAKE2b-256 ccb76cb8123ee217c1efa8e917feabe86425185a7b55504af32bffa057dcd91d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp38-cp38-musllinux_1_2_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-27.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2e592db3a93128daf567de9650a2f3859017b3f7a66bc4ed6e4779d6034976f
MD5 4849ab9be913ab490864582a5aeef51e
BLAKE2b-256 48ad1638518b7554686d17b5fdd0c0381c13656fe4899dc13af0ba10850d56f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp38-cp38-musllinux_1_2_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-27.1.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7be883ff3d722e6085ee3f4afc057a50f7f2e0c72d289fd54df5706b4e3d3a50
MD5 2b818f61cfe6a730497b1e228b9616fd
BLAKE2b-256 e104e9a1550d2dcb29cd662d88c89e9fe975393dd577e2c8b2c528d0a0bacfac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_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-27.1.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b721c05d932e5ad9ff9344f708c96b9e1a485418c6618d765fca95d4daacfbef
MD5 11c57b8995dc9ea9790ecc0613cc96fb
BLAKE2b-256 7f622d8712aafbd7fcf0e303d67c1d923f64a41aa872f1348e3d5dcec147c909

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_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-27.1.0-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 753d56fba8f70962cd8295fb3edb40b9b16deaa882dd2b5a3a2039f9ff7625aa
MD5 57b01d221cce5e8473b457295d7da43e
BLAKE2b-256 56085960fd162bf1e0e22f251c2f7744101241bc419fbc52abab4108260eb3e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.1.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 18339186c0ed0ce5835f2656cdfb32203125917711af64da64dbaa3d949e5a1b
MD5 9f951aaee1eff357826720b16bca7b98
BLAKE2b-256 38f8946ecde123eaffe933ecf287186495d5f22a8bf444bcb774d9c83dcb2fa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.1.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 Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page