Skip to main content

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.9), 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.

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.2.0.tar.gz (292.3 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.2.0-pp311-pypy311_pp73-win_amd64.whl (554.0 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (780.6 kB view details)

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

pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (614.5 kB view details)

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

pyzmq-27.2.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (878.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (774.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyzmq-27.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (875.0 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.2.0-pp310-pypy310_pp73-win_amd64.whl (554.0 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (780.6 kB view details)

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

pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (614.5 kB view details)

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

pyzmq-27.2.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (878.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (774.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyzmq-27.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (875.0 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.2.0-pp39-pypy39_pp73-win_amd64.whl (554.0 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.2.0-pp39-pypy39_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (614.5 kB view details)

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

pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (792.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (878.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (774.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pyzmq-27.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (875.0 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.2.0-cp315-cp315t-win_arm64.whl (582.0 kB view details)

Uploaded CPython 3.15tWindows ARM64

pyzmq-27.2.0-cp315-cp315t-win_amd64.whl (670.7 kB view details)

Uploaded CPython 3.15tWindows x86-64

pyzmq-27.2.0-cp315-cp315t-win32.whl (591.1 kB view details)

Uploaded CPython 3.15tWindows x86

pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ i686

pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (879.0 kB view details)

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

pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (706.0 kB view details)

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

pyzmq-27.2.0-cp315-cp315t-manylinux2014_i686.manylinux_2_17_i686.whl (976.1 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ i686

pyzmq-27.2.0-cp315-cp315t-macosx_10_15_universal2.whl (1.5 MB view details)

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

pyzmq-27.2.0-cp315-cp315-android_24_x86_64.whl (1.2 MB view details)

Uploaded Android API level 24+ x86-64CPython 3.15

pyzmq-27.2.0-cp315-cp315-android_24_arm64_v8a.whl (1.1 MB view details)

Uploaded Android API level 24+ ARM64 v8aCPython 3.15

pyzmq-27.2.0-cp314-cp314t-win_arm64.whl (582.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyzmq-27.2.0-cp314-cp314t-win_amd64.whl (670.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyzmq-27.2.0-cp314-cp314t-win32.whl (591.1 kB view details)

Uploaded CPython 3.14tWindows x86

pyzmq-27.2.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.2.0-cp314-cp314t-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (879.0 kB view details)

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

pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (706.1 kB view details)

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

pyzmq-27.2.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl (975.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

pyzmq-27.2.0-cp314-cp314t-macosx_10_15_universal2.whl (1.5 MB view details)

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

pyzmq-27.2.0-cp314-cp314-android_24_x86_64.whl (1.2 MB view details)

Uploaded Android API level 24+ x86-64CPython 3.14

pyzmq-27.2.0-cp314-cp314-android_24_arm64_v8a.whl (1.1 MB view details)

Uploaded Android API level 24+ ARM64 v8aCPython 3.14

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

Uploaded Android API level 24+ x86-64CPython 3.13

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

Uploaded Android API level 24+ ARM64 v8aCPython 3.13

pyzmq-27.2.0-cp312-abi3-win_arm64.whl (556.0 kB view details)

Uploaded CPython 3.12+Windows ARM64

pyzmq-27.2.0-cp312-abi3-win_amd64.whl (628.6 kB view details)

Uploaded CPython 3.12+Windows x86-64

pyzmq-27.2.0-cp312-abi3-win32.whl (563.5 kB view details)

Uploaded CPython 3.12+Windows x86

pyzmq-27.2.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.2.0-cp312-abi3-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ i686

pyzmq-27.2.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

pyzmq-27.2.0-cp312-abi3-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl (739.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.38+ riscv64manylinux: glibc 2.39+ riscv64

pyzmq-27.2.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (872.3 kB view details)

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

pyzmq-27.2.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (697.7 kB view details)

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

pyzmq-27.2.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl (973.9 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ i686

pyzmq-27.2.0-cp312-abi3-macosx_10_15_universal2.whl (1.4 MB view details)

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

pyzmq-27.2.0-cp311-cp311-win_arm64.whl (567.5 kB view details)

Uploaded CPython 3.11Windows ARM64

pyzmq-27.2.0-cp311-cp311-win_amd64.whl (644.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pyzmq-27.2.0-cp311-cp311-win32.whl (570.7 kB view details)

Uploaded CPython 3.11Windows x86

pyzmq-27.2.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.2.0-cp311-cp311-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyzmq-27.2.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (888.5 kB view details)

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

pyzmq-27.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (714.3 kB view details)

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

pyzmq-27.2.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (985.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyzmq-27.2.0-cp311-cp311-macosx_10_15_universal2.whl (1.5 MB view details)

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

pyzmq-27.2.0-cp310-cp310-win_arm64.whl (567.6 kB view details)

Uploaded CPython 3.10Windows ARM64

pyzmq-27.2.0-cp310-cp310-win_amd64.whl (643.2 kB view details)

Uploaded CPython 3.10Windows x86-64

pyzmq-27.2.0-cp310-cp310-win32.whl (571.1 kB view details)

Uploaded CPython 3.10Windows x86

pyzmq-27.2.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.2.0-cp310-cp310-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyzmq-27.2.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (888.2 kB view details)

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

pyzmq-27.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (713.8 kB view details)

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

pyzmq-27.2.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (985.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyzmq-27.2.0-cp310-cp310-macosx_10_15_universal2.whl (1.5 MB view details)

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

pyzmq-27.2.0-cp39-cp39-win_arm64.whl (567.7 kB view details)

Uploaded CPython 3.9Windows ARM64

pyzmq-27.2.0-cp39-cp39-win_amd64.whl (643.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pyzmq-27.2.0-cp39-cp39-win32.whl (571.3 kB view details)

Uploaded CPython 3.9Windows x86

pyzmq-27.2.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.2.0-cp39-cp39-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyzmq-27.2.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (714.2 kB view details)

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

pyzmq-27.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (898.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyzmq-27.2.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl (986.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyzmq-27.2.0-cp39-cp39-macosx_10_15_universal2.whl (1.5 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0.tar.gz
Algorithm Hash digest
SHA256 54d4259d1bfae24ecdb5ca79f7acc2eac6c286a02d6a0ae617797cb45f0726d3
MD5 30447ea58a2a1f046b05e87e1c6c7b4c
BLAKE2b-256 e78d5b3d5631c2f4b4b8862f64cd0c9eb777b5710eeb5125b4be8dd0a200a4c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3ee8dd7031d5e23f632e0e7eee67183ca7d2536e0de35dc1e5d69f3471a791e8
MD5 086d0b7bc4dbbe60a574cd79575c3116
BLAKE2b-256 77a3f134603a671c114c6b56eb912bba890f09e2d43b8a28d243be5a5507cf2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5c6d8744d10b5e1eadd90a7c58f8546acf6bf680ee463f7e6ada09ad6c9f802
MD5 801bc8cfb0b4afbf4ed0d812e98a1543
BLAKE2b-256 d2285b1042899caed18278c56d54a502f5254d463afe8aea1acbecc98e053391

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 679b5b1dde326a921ea2c9ec1f9ea3115bfe1b4735779bbc6eb0473a0ed93f71
MD5 f353b35db1b2a247ac1011ef2908bfac
BLAKE2b-256 9764e22094c5555e550b6450ecfcceb6a1205d893d9a18ae27764c8c45acfb16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 ae6ebbc0bfe5a21ce21e32ba567bf73df2d93888109c65acbd42506cf9395759
MD5 0b9275510934c60a6e053315daaaa6f0
BLAKE2b-256 9ccf5c8eb9994a14ff5ee5b0cada339421748746c95aee0280c8b656741e8749

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.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.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c218b816220d05acf6ab1bafca58926d95cbcc5fec5024724666030466308f0c
MD5 c495851b1ed11bfaba03b0d2774c1629
BLAKE2b-256 927109b71620ad52bad4eb68b1516978ecaf52ef623c3fa16e0732a03cf3274c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-pp311-pypy311_pp73-macosx_11_0_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.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a7c1144dc61777938e932a2c9011b980b89fd8ff3733033b34c44c299187a6e1
MD5 bca07424bdff080456856340b559cdce
BLAKE2b-256 93227187a1f0bf2b8bf8dc6b91762438fb9b472f684f2dc4cb74a24bf8957943

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 94242bd4de6af7e74665e14a88630bccd615057f6acfaf08a3a432551d604645
MD5 bd9690ef0bb61110ae4626a4435d1f14
BLAKE2b-256 908e52239b9b5fe4f9cf77e272e6a8c548c01ba407d08d3aeeb3220816669ef1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dde5e291548ca0f397623b5e523db5c90172b32aa4fd3ba464a79ea31a580b43
MD5 b2422c3b1e134848fdc399a028c27694
BLAKE2b-256 b328833485224e1bd8960cbf3539db465ab2bf23b50de885dc4225a637480539

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 211350c3ccd4746bc5a85e8fe961bad1f7f2f274f67cf1f785fad7f96f562eea
MD5 1a13e19ec2f424e259195583402a7d56
BLAKE2b-256 2d5a7a070d0e9911441061402013f0c64e5772ee781704c5dae093e6b051c6f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 0e1af01858d6dc0c09cea57f9cb1ddf4601f04897b6bb1efc3a2038123c87d79
MD5 5dfeb9ac46ead93233cf19181c718f73
BLAKE2b-256 646fb958b0785eb15ab7a78913e3df8de705dbf226ce1d0004998fa4872bdd59

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.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.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b398c5fe102b41e1559f7ffdae760aabd5f432d73b047b4ae0eac4e01cb594d2
MD5 c58a2dbf71edd049902b5e8fd48f5561
BLAKE2b-256 b8edc8daf770ca31eb293bef40f801f05148e0a96ad538d55ec3bceb226c91ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 770a37f28ddfbe1d2c40a2e3ce37e5fd10831daa6ae9634105aa8a5d23507b00
MD5 751c647afbe574d80b48d0a642e50d72
BLAKE2b-256 8c261a7cd2d8e4e3c27d83a46960e22101b69f527843be140cb3375267aa8ca6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8a5c04ad2e368142aea52d1abdf6631cb2534864e3c16ab78268ab957060b2a6
MD5 e9480e77e8a5217500b2371422b62382
BLAKE2b-256 21cdf6dc203ff9e86f0446d76299b7dd7ca62484ed95f4952eea224d491d76a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp39-pypy39_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ab72ee77b313d0658447204c8201f9b315146e923b48c56ea7dbd005d464a91
MD5 3a19473be9ecf8b340647448b0e8c43a
BLAKE2b-256 22f2e0c941072bac7583e8fe5daff0ec75bdfa6451bd1a1178cef7ccc00756d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 010db74a1dd67c7cd8b8b30916355735db7d633a070510bb34e41ab679ab2c0e
MD5 c5633b36ef9c3dd39bed2cee75577ff6
BLAKE2b-256 d3aa91712896e5717b58bb43b3cb186fd36f017de2a2effefbe35cad59fd3853

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 a070a9cdad1f8f8a85ea153afcc4654f11b10895d14c0acabe10f1df0e0892ea
MD5 96e55e586269c1de19b094edb7880469
BLAKE2b-256 90cbb04c3608759c4d98e3b1deeb2cf655e39eb87004912bf10a87ca51bbffbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.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.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfcd024eade5870b25f890c4df0ba9421ed8167d8d3d82334237512c1158dada
MD5 e40f719697f76992e9bd1698dc5e95ad
BLAKE2b-256 0c483869141f20e165718339dbcc8ff047541b77744b4122b65e729cc4cb437e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 97d4c6622f129b514a4f5939af1b5f434c97f47085d9311b5f7f36e24b3bd447
MD5 8c76139a1d93963bfd9ce8182e2e8e5a
BLAKE2b-256 58c1480540257e5331d16b239af2897565bbae973aa5b23f8d128f74caf90930

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.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.2.0-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: pyzmq-27.2.0-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 582.0 kB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 a843094b4d3d633bc3623e47a2ff50742d6af02bc1f7606aa2e67e971e21878d
MD5 19cac1ed4a3943dd6180debeb4e96e08
BLAKE2b-256 6e97bc4f0edefb992df4fdebcf9f0cc40f631cd4ed277e1ed59ef2cd99a5c8c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: pyzmq-27.2.0-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 670.7 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 edce90a1e588ec63adbf612cc0ad582de4169cd216c7ae53c15f42a2ee902f35
MD5 7df434fcc192186bb964b5de06731b56
BLAKE2b-256 f8b533b781666f3f52ae834bc9c8e38f4f0483a826c5a91cccc993292007bf10

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-win32.whl.

File metadata

  • Download URL: pyzmq-27.2.0-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 591.1 kB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 ac126d48cf18aa955daabef43bf0009ff76ad4deee437d09ecf15388214b5beb
MD5 06a81266fab391c1b473c9f7450e43ed
BLAKE2b-256 35c180dd2d20d6e57bc68e1dce1e84bf3e76c9577c1bf728199985c8b4ea0fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88c0fac061bac269076edeb3a209acefc96cd6167c239daf1c2b404ac48d7012
MD5 47608ff572d032088e442d19376b3834
BLAKE2b-256 9b88767af3a6630c15215f3a66700ec79598a375edd1fdc9d75a3ad522178c01

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec8a318dfc27c7d946651b3d9e8025d5734f30c168a822195601827207bac09b
MD5 4b51f6bb96f729cc9cf0d86028613991
BLAKE2b-256 21b42c007ae5f2fe5eca86cbfbc874ed86b5135f2f7812615dfd78606d3c93f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40124779c3a56ad5d91902df1ff89159cb414b6c1a0ee697abcc66cf5e6db62d
MD5 1441971228d8bf1ebc268903e51fdb4e
BLAKE2b-256 1213f96359534bfb77651c15f1fbfc4bfdd7ec3489d23f434706d39598dd0dcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95369ed6626afcfe2ac89832fb1b917c077fbeb905fbbe5d918349ce0222b89b
MD5 f01e74ca267271895b57cfaeab147dfc
BLAKE2b-256 d612b906b269116b6591dc15c0acc5d04c043957c8a531d336999731f4b1d899

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f4bd6743e8bf854c3bfce892dd6578a514aabf128e37a4b2eafcf01856f7e44
MD5 eebac1031fde928fa2d70f8caf160766
BLAKE2b-256 2182a2c9bfd7c4d34eea1278493cd041bc000d41acb4463c89ceaad29dc813b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 e0fa0bc6b1a184aee59b32efcd1b7f0e6d5b8f9387799e4c16a4cb66a86747d6
MD5 2bfe7fae6ee77c9f129d31a90c004f2c
BLAKE2b-256 5946fb56f3f37a6a0937b0e1d2885e808b5eedc171320bac85573cfae78fa9bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e1ed46048d1920cabc96d952a0d5cfe4127ad8db572c335aae4e3c57b9278d7f
MD5 785087e8de45ce3920a76a97604ce19a
BLAKE2b-256 58b2f0ae223438d7faa991f6feefdc823815f11cc604f898738376b59fd96515

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315t-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.2.0-cp315-cp315-android_24_x86_64.whl.

File metadata

  • Download URL: pyzmq-27.2.0-cp315-cp315-android_24_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Android API level 24+ x86-64, CPython 3.15
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315-android_24_x86_64.whl
Algorithm Hash digest
SHA256 baa2ce3485145653194d6c8c5beedd1e9f0bf46a0919c9fa2fe2204fc35b74d9
MD5 7eb4a66dd7e92fedb74f753ea11e5dba
BLAKE2b-256 f2831c36270658d2ee56e23a3f9ef5fbcb94cbd2f9fe966a6641f2f38e697162

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp315-cp315-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.2.0-cp315-cp315-android_24_arm64_v8a.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp315-cp315-android_24_arm64_v8a.whl
Algorithm Hash digest
SHA256 c5129a8fe43ecc49b99eb75616603d483a3c2fcaef504988fafe8ea392aea98b
MD5 311e5a89aa74300fd3dee04674e8492b
BLAKE2b-256 fa0078fe097a304a408275747ce43f20428789130b059c5649956277c20f30cf

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 c7cfb75caa83f5153c687e9d2107f64b5ef0ef0d6edd260d3ff920baaaa69101
MD5 866110f37493fbd464198577b9263ee9
BLAKE2b-256 30baf9c3c1536c41ef3dbf765ea04218990e2056e558f98184ecd883767fc501

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d1bc1d380a91d954ed5fc9f12915dba014eed0978d2de05ee7ca688bdaac144a
MD5 0d80ed498a40347f9ea38b7bb71ce5e9
BLAKE2b-256 8a04149a627707e780fa9f2c1ede3590c14fa6b18b5576d15744342622299a50

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fba8afcf265c6e9fbe1594cb045d4765c6c9a7d607653a8196067ef23566b843
MD5 ac733461caa462c2dc28c385b0e7c571
BLAKE2b-256 3681ea1c1ae3f801d96ba2c269e056761ebcfe023476e651d3af2a7817962051

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf0b6e4ce1bb089751c504c5493d6b0557eabd02dd21b76e9086cf964234b103
MD5 994e147d16a7abb55ff9f918a7399ee4
BLAKE2b-256 de38f433af66922554adb2b5f79e897018c8e19a90b9eaeb49c4814f8355ebe4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 56b48fa9d478a3af7254f397697a62f5ad3e1bb677e200b2701f0c290d97e5af
MD5 3034a5c04f516c47e93d0e4b7c924c26
BLAKE2b-256 da5a4bb8280901130c26ea25f0cbb4a6d39d94250860c6b3dbd912f1cf48fca7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9527e3dbaef1edaeeb2446fa7379446814a43ade8adc7c4a5ebe69437815ddd
MD5 8cdf400368d1298da86cf481652ba4d5
BLAKE2b-256 bea58b49dbd494f6dcfda69dc4cade322a4b02706ef4e3d30cc366d4e369899f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9846e881620dd62566ca76a53e384c3f37490faf4b9240aebc7498810dfca853
MD5 5674dec9714a73c37c9f72315743774e
BLAKE2b-256 1cef3b7d9449b223183222bf517245e1e53d5f1ab8c10be8b45f6a301b2f994a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3146385b94a760236c5eceff468a66a296a716ca98a2e0f9217b1518118466b1
MD5 821019f4381a4a2afd66329c1edc535e
BLAKE2b-256 38d5e3e85f7fea37153097aaff49db9e33093909cc2a7b22c1ac4ebe546600fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1ecbdd131b9669f62d3a45afee5527c7ae9f141e4301267f21714c90bd21725f
MD5 3b9d4202c7a20df277b65fed035ef192
BLAKE2b-256 4bb4def7a478458da78665840564161772e7e938600c32a89f28e8b221b54d2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 3ab6eb88590e510ab16715c32dbba12000da9bee989fdadd9ee19a234c492eb7
MD5 f30f2de04cd012894d60f7edf95d06a0
BLAKE2b-256 b60742111e9dc1041d78b4443d6eb1b82b027f1a58178dc8a38385effbc72ad5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.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.2.0-cp314-cp314-android_24_x86_64.whl.

File metadata

  • Download URL: pyzmq-27.2.0-cp314-cp314-android_24_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Android API level 24+ x86-64, CPython 3.14
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314-android_24_x86_64.whl
Algorithm Hash digest
SHA256 d61910b52be5b2cd8b248dbcbe3a1b0275556a7d99fb613fc43323b546e273b8
MD5 e44e6e3430709cfe0a18e1f52045ef4c
BLAKE2b-256 3c34ff4aaff0cfba2a4d7ad1a16ffedc52c6deb89fcf673d455085446b23f215

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp314-cp314-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.2.0-cp314-cp314-android_24_arm64_v8a.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp314-cp314-android_24_arm64_v8a.whl
Algorithm Hash digest
SHA256 3d45189c0c3c99f817b7fefff0d32eeef684cf33e1e3c0fc4281515357c54702
MD5 2d07eef28d5d917653fc7c0ed6e29d90
BLAKE2b-256 f984a849161ff88b2de9b991cc8ab332218824741122fdc4fdf222a5b822ac8c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyzmq-27.2.0-cp313-cp313-android_24_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Android API level 24+ x86-64, CPython 3.13
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyzmq-27.2.0-cp313-cp313-android_24_x86_64.whl
Algorithm Hash digest
SHA256 288cc790da0e3064a14a38ddc56ba169dada8c8af4cb86518db2bcbd380eedbb
MD5 64134ff964b639dbca557d0ab3c11c02
BLAKE2b-256 509f8c7411bb283982d46e6d56dca6a095678c87eb0398daead12776d9881ac2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp313-cp313-android_24_arm64_v8a.whl
Algorithm Hash digest
SHA256 c551b9e2f86dc625fcb1a032c0d68042678caf96a8dd7c28796766b673bd5b52
MD5 b170daeb7d125639c26a823aa62fc1f8
BLAKE2b-256 835ed0541596b48c5a19f85dcbea83d6673d8e91681cdf853eb194c31fc9766e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 348d6fd3e4b81ae4580622ea8c2ea60224e84b2ac1b3be4482e6edc7de06e7a3
MD5 0e7d6945b88478ed523a687424e48181
BLAKE2b-256 52aa3918b5ac7f9987bd9c421b065074fd7409ded88f856f2c704a24341877ec

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2c218c6ab8bc447ba62054b581fd30209689d199c6ecb253f79615ca74a38e12
MD5 9513a44542c95cb3003154ad603cd90b
BLAKE2b-256 028bb83f7780dad22e0878e4c7bd9158ebd24ed12bc3d5e3a471cd0576f77ded

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 fdaaa4ea3242f6ad298eb5177eb042aea5c73c30e76d20caee7b15af20d24ec2
MD5 6e9b1644dee5a4a784fc93bafa6a512e
BLAKE2b-256 30971f5530ff4fc271b4597048371d5af972c2baab51be132ba15874e0327a6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f707bcf2c1d007d14d70531d4dd7b41060881c73efa845580bf6faaf9ea24d42
MD5 13902d76138126a221cd212b09affed1
BLAKE2b-256 aa0eec77f691a4aebe29ab6329f996fb0e0270c876a3016086e3ca6ef733bcae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d1526b42a2e725b84ed226f37becedc250c6347594e5ed304e4e9aff68c9aec3
MD5 84d1d02fc7f41fe31320155d398c070c
BLAKE2b-256 0eee0776fb0f98ed1eb74d77240087fef0ab045b6ad15cb09555c6c5134c98ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8d5f66e4a8246cf77f7b8f7902af64f00553368fa0373c89d99b78f0ad79394
MD5 59a8958236709dd3630859bc347acab2
BLAKE2b-256 e63e142c85b67a4c9678629b0cf6d5125b29663d75be69bfaa57a3cac344d780

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.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.2.0-cp312-abi3-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 dcc99ca132b667a4ed750afd42db4ea73288f18425a9b2e3c0af095665c491f5
MD5 662e6b16b841888c9c120ce5f2944f1d
BLAKE2b-256 095251253b78fd8739293e283407eeecb14215c02c71b6519af21f6eed8e69cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.2.0-cp312-abi3-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on zeromq/pyzmq

Attestations: 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.2.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dea74fd65f1fc5f7fe167916a473ebe6ed6174e5e5d9de11ea6583661be6cf43
MD5 9a024f6854eb4e3ecf6ccfa344e8bc1d
BLAKE2b-256 622cd5828306f795e8d34676d266823b74e2101e0ad3760d12083de3e02abbb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f8079d0521fe94bbb401fe9407578b28f3701627c8be2c9f7e0c5b77dcb0109
MD5 87c87785d5787187f016fbfc9d302df8
BLAKE2b-256 b478a3a3a86c2b00fadb92ece1ca4f8f028d62b2ce9ac3526097239ab2d6fba9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 00e73942ef12cecbc7951c4a9104bb8ffaed742abb13af2da6833d90dd368cef
MD5 2a1c294d9bc9a37cd64f3e7edae095b9
BLAKE2b-256 c8efc08b91248bb90a9efa81fa00ba81b69c157c74d0c5efbb2c319d91babb62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp312-abi3-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 591c8de5851c5ea372194469fe97587b97c3b641e9a70f31bb3474acbfde0241
MD5 c0bae220cad5fe9f1a1b3e66615ec0dc
BLAKE2b-256 578a153532fa53db30e116118164f3af269a1f3966b3e2ba32c89b12fe864bd8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 917d601e9540098f580d2723d0ce6402cdb6f02bc8dc2de74e0dca6e13bffd1b
MD5 4548d1f4239d0b8342bfe1c945f85b55
BLAKE2b-256 14c54635d0ba2b8493edf6d5541fff0b07fa1d986fdfc29c596a53a21e20f9af

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b86e04f55af0f4d8cd8ecf14c0b8b81ebc8fd66fa20126b753514628ecadc7e
MD5 2fe6f85fc68a42af184ea59708a0b837
BLAKE2b-256 dcbcbbbcf89003c93f18e33665c26e3c48d75e3915c3dd22887f3a7aea2c5e26

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 44f261eca7dfb9904ea2b56428f59ab693bbe2715c0413a701f17b067ebf877c
MD5 cb4d440ea563ce73d625e0faec1c877b
BLAKE2b-256 bfcc23c613c15f06d879f13364d14c17e5e4e8304049411e96c1410e6e56c3ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b26f2d0493b79ce3c3112c8a12649418915582ba4707b8ed9f44febf2be71f42
MD5 68a850c0e450edf91a127ed238bed010
BLAKE2b-256 57f5249362b664ae725d534c8843214fa9fd7fccd74532a19e24603954a88a7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1132805970045adb9f5f05dd57040978286a8e21a5475f2c2ddf1bc983b9a2c7
MD5 b4c79c44ea99d65467e53cd764f2c700
BLAKE2b-256 0b8b083f6184e4eba566c9a3cc9974b1b0fe327b7093788135ba8133edaa67a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 714f8cbd66c7e405338d668f79d2fe83fe923defe348e843be998603cf92eeff
MD5 25cd08a4c18e9db9231777e75d6d6626
BLAKE2b-256 585aca7ee7a767413d4ba858e93748b95e30b35b8c139849fba94de4433ea2e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39755dc4a923021bd0677990ffdbc21cff0e1ee1cf07fe3817acea153ef4cb67
MD5 f0a21334ee4580c524010e9f72326bde
BLAKE2b-256 50b513657961a845e29c28a4e7ac4202999ec90b3bba1890a5469ce2ae90359d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 468139ddb2e494d06e586bd3a6835077e8b3764560c8db552fe685c5867fc24e
MD5 4f311c42c9b713fd30577f5ca2188d6c
BLAKE2b-256 95cf6981738b57c83fef33f356141ad83bf51e92f2f70c9d5767affd1a699f07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d41ebb260b69329b7d4a2936d44c872c86dd785355b51366c8b14e07ed7e9373
MD5 cbc99fd21cd0abd3dc344a5a2e10580a
BLAKE2b-256 d1bcdbce7bc1654fa25b1e68b9bad9e547906f581ce919c186a88ed951cb794c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9216132843d139a123f243c07fe70f7487dce5041093dd77040f9adb5dc91872
MD5 50e7bb4f40fcb4758231e441b9b52bdc
BLAKE2b-256 1d2e8897afa4538707d86645f51cc50e66b2b84900edb1be9dc9af2c2fc04e5d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 bad4813f270592cedf56977e31ac1fc374fb0f6f67ea5134a5e37c19cb429a8e
MD5 8682b1f2667ead62b06d802d71fef329
BLAKE2b-256 06cb785d002a08e630807141b102fd2740cc11623c366bb4606465450bd12e03

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 82a09aa67871d4f2fcafd47bf670fb93210b232a7c2d4b8a54676314edf04033
MD5 46f2e81f3f8916e270608f3fc9121d98
BLAKE2b-256 ceb33e99a7af1c25e84f68c6c7b16c51b664dd51e12d0bc3d252a48d298e9a08

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 650c6cd7cb39a069e7048261efe66fce8bf2e0052c831a7a099b7a0f2ea860d7
MD5 8e6397d5f61f476e24552873f61b4216
BLAKE2b-256 9eae83d0740f125a6ef91d5ed29e560679e4c5beeaa3ab1fc87e5fe1128c296d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ebc7889b31bc11c72e9f17ba3ebb0a8b0911cce413f41b498e55383a94819a3
MD5 c37af5c60ae7998585e841ee73a40cd1
BLAKE2b-256 1dee3b76b91e2bb8c5c12f8ae9ee553eb6254ba0bb048c2f0dea7d945420a0d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 40d96cb7a8f6a43aa9617c00215c2b73e1b5e4a1d6cbc9f5860ed7ac682599f0
MD5 bc77413da26608859432c6a13e0d9f19
BLAKE2b-256 7f26362344e337d6b5905d65d0c205e91090b39b3b5a59ec9b84dbe88a5dd60c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 376981d106598beb70be384f44d8f589832fd0051d184d38d10043da3cc3b080
MD5 33fd8f6bae6cb113560f1343bbfc2b3f
BLAKE2b-256 942f9be34eab874a26aa91315be0b27f94d43d35dad544cbdf28bcd41691afb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d64da42cae09e6b0c61368b4cc8ca80f23ce3af17584d08053f3dc957433d5ed
MD5 c5736e2818c39a010707d318ca44dade
BLAKE2b-256 3bfdaee8c87f4854a012e232a6557b1167b6cd207506f59f378954b2d8bb6ed1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ee556ed1cf836f96de9d5e545563116426d4a94f21b8041fdc79408eff18ebb
MD5 872f6f2754ecddd4852eaafa196386c7
BLAKE2b-256 03ee0ace0abf6315f3f481388826f1e9218802d9b5bb4a01bae5ce42018c3b4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 722f0a6940be1a483c81029a271d950e04dc2ff113a42e21b3d2b7a0d8e59638
MD5 e97e20fcfdb4f437e8d4c89cb77815b1
BLAKE2b-256 133ae3ae8e56fdb87cefbef655dc1d808d5ac76eacf40af850c5d78fd81a7faf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 480dba27b145373b5e103890f17969d891bc9e86746d6b8b29dd70b0d4addc62
MD5 3e3cd1f4ecec510dca719618b28cf9e0
BLAKE2b-256 38dec9d653d686ec686bac6ae5f953c784ffc4d2e4a33f9c20d0326aff549ca8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 d61a0169ba05ab7ebc48dc793f092df12f789bf378dac8321ccd966fd93d94e8
MD5 2bf046ccdf844a4a570c15322cd94e39
BLAKE2b-256 b1007da23851e9c0e6e52bcbb7a2dc118aed9f685b209d128c74970d7961762b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ff60f0f7ccfda0e303ac43bec7096007b7cdf2c41b3739d1ec667febe67acab3
MD5 e1988c7e50a464180a96c3e841c4e771
BLAKE2b-256 761e89dcc1385976da181731bebc9781da03126f96bc8f03e5fa235193daf7f6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 507c0b33f95502723d325487e8e50c2cdd3b37444143f05423a3861327f69bf7
MD5 e148826db107bdb6057452a6b5091d2e
BLAKE2b-256 169def09cd4edc3c307817d1b14e082d5513a81dfeb214b31723fc63e4a82618

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f52f08101907609cc08db6a1f9f2a7a9afd54e9b2ca16178c9c38e99fb593cef
MD5 a836341418123d55c7f4db0c15f15237
BLAKE2b-256 72ae63af345db20f6725e0ba2f9210907930338999c585406c0fdcc1e2e65504

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyzmq-27.2.0-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6eb63cc61ab93b01b9afc887a160255e2fbe703fdbacfe5feaef87214f51bd6c
MD5 f355f882ce95fbd57f68eaefbe208bec
BLAKE2b-256 8b74bc21c9aacb0cbecf1109cbc4d4a00b761a1d7fe6df711e118af437f4364e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0ee3c49be2aa15abd12cbbd14d4ea2892f872c688e1e487af39ec1972ed549d
MD5 35d3e62e631c2459278d9e89ffd2caa8
BLAKE2b-256 f0e9fea455a2d4002521022657153c6874496684406071d0072dacdd3a2b11b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 95f52b877149b06bbdeec2e8ea6230aad14950bbfbcfa16e7eb88951f07d6b28
MD5 1527788d35e3096ef33732d69fca790e
BLAKE2b-256 9fe39e77ee8ecc597624b1db327ec333f98b3f6131a65500807b5f0895665b98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7e2579c5de82ddf4544d723c1bc8b44c3b806d157acc9fb2a2d18e10ef28e202
MD5 d3bfb6e3eee67906e90c15c60b21f81b
BLAKE2b-256 97bb65588713d3326a7414dbb70160a80d30a44958186411fc37772002278878

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 c9322f9c87b0935870516c2876e1e29497fdc50439c785ece63e3fbbab06c821
MD5 55505c43c74a0a8b76dcea6cb069906c
BLAKE2b-256 22dcb7a9c5209624f9926b52d7129ff8c541eba0eaeff9195eca376a74ad1676

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.2.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 76afba06ae698f2b8fe4fb34b32c760a650f168c2e622f370f2c528035b7f650
MD5 7284458a449d70250d9e72bb41c60517
BLAKE2b-256 86a851b12c8f53139d2d7e73b7386958224bd1c2c2af38a6c280d19ab7d4e516

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

Supported by

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