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

Uploaded Source

Built Distributions

pyzmq-27.0.0-pp311-pypy311_pp73-win_amd64.whl (544.7 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.0.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (747.0 kB view details)

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

pyzmq-27.0.0-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (567.4 kB view details)

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

pyzmq-27.0.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (799.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (835.9 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.0.0-pp310-pypy310_pp73-win_amd64.whl (544.7 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.0.0-pp310-pypy310_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (747.0 kB view details)

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

pyzmq-27.0.0-pp310-pypy310_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (567.4 kB view details)

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

pyzmq-27.0.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (799.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (836.0 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.0.0-pp39-pypy39_pp73-win_amd64.whl (544.7 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.0.0-pp39-pypy39_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (567.4 kB view details)

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

pyzmq-27.0.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (758.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyzmq-27.0.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (799.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (835.9 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.0.0-pp38-pypy38_pp73-win_amd64.whl (544.7 kB view details)

Uploaded PyPyWindows x86-64

pyzmq-27.0.0-pp38-pypy38_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (567.4 kB view details)

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

pyzmq-27.0.0-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (758.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyzmq-27.0.0-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (799.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyzmq-27.0.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl (835.9 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pyzmq-27.0.0-cp313-cp313t-win_amd64.whl (639.9 kB view details)

Uploaded CPython 3.13tWindows x86-64

pyzmq-27.0.0-cp313-cp313t-win32.whl (575.4 kB view details)

Uploaded CPython 3.13tWindows x86

pyzmq-27.0.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.0.0-cp313-cp313t-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pyzmq-27.0.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (847.7 kB view details)

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

pyzmq-27.0.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (660.6 kB view details)

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

pyzmq-27.0.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.0.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.0.0-cp312-abi3-win_arm64.whl (551.9 kB view details)

Uploaded CPython 3.12+Windows ARM64

pyzmq-27.0.0-cp312-abi3-win_amd64.whl (619.2 kB view details)

Uploaded CPython 3.12+Windows x86-64

pyzmq-27.0.0-cp312-abi3-win32.whl (559.3 kB view details)

Uploaded CPython 3.12+Windows x86

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

Uploaded CPython 3.12+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

pyzmq-27.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (839.8 kB view details)

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

pyzmq-27.0.0-cp312-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (651.8 kB view details)

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

pyzmq-27.0.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl (895.1 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ i686

pyzmq-27.0.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.0.0-cp311-cp311-win_arm64.whl (558.4 kB view details)

Uploaded CPython 3.11Windows ARM64

pyzmq-27.0.0-cp311-cp311-win_amd64.whl (630.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyzmq-27.0.0-cp311-cp311-win32.whl (567.7 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyzmq-27.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (856.6 kB view details)

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

pyzmq-27.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (668.6 kB view details)

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

pyzmq-27.0.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (908.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyzmq-27.0.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.0.0-cp310-cp310-win_arm64.whl (559.0 kB view details)

Uploaded CPython 3.10Windows ARM64

pyzmq-27.0.0-cp310-cp310-win_amd64.whl (628.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pyzmq-27.0.0-cp310-cp310-win32.whl (567.9 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyzmq-27.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (853.8 kB view details)

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

pyzmq-27.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (666.2 kB view details)

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

pyzmq-27.0.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (906.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyzmq-27.0.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.0.0-cp39-cp39-win_arm64.whl (559.6 kB view details)

Uploaded CPython 3.9Windows ARM64

pyzmq-27.0.0-cp39-cp39-win_amd64.whl (629.3 kB view details)

Uploaded CPython 3.9Windows x86-64

pyzmq-27.0.0-cp39-cp39-win32.whl (568.5 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyzmq-27.0.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (666.8 kB view details)

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

pyzmq-27.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (863.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyzmq-27.0.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl (906.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyzmq-27.0.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.0.0-cp38-cp38-win_amd64.whl (629.8 kB view details)

Uploaded CPython 3.8Windows x86-64

pyzmq-27.0.0-cp38-cp38-win32.whl (568.2 kB view details)

Uploaded CPython 3.8Windows x86

pyzmq-27.0.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.0.0-cp38-cp38-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pyzmq-27.0.0-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (668.3 kB view details)

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

pyzmq-27.0.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (863.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyzmq-27.0.0-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl (907.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyzmq-27.0.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.0.0.tar.gz.

File metadata

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

File hashes

Hashes for pyzmq-27.0.0.tar.gz
Algorithm Hash digest
SHA256 b1f08eeb9ce1510e6939b6e5dcd46a17765e2333daae78ecf4606808442e52cf
MD5 5f71f44fb623cf6182f29dc2b33792a6
BLAKE2b-256 f10650a4e9648b3e8b992bef8eb632e457307553a89d294103213cfd47b3da69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9df43a2459cd3a3563404c1456b2c4c69564daa7dbaf15724c09821a3329ce46
MD5 bea5efe45cbbeb3e39cc89cfebbb5604
BLAKE2b-256 be8a4a3764a68abc02e2fbb0668d225b6fda5cd39586dd099cee8b2ed6ab0452

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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.0.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ad0562d4e6abb785be3e4dd68599c41be821b521da38c402bc9ab2a8e7ebc7e
MD5 a95a995e72aaec0455276d5e12b48248
BLAKE2b-256 6387ec956cbe98809270b59a22891d5758edae147a258e658bf3024a8254c855

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-pp311-pypy311_pp73-manylinux_2_27_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.0.0-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14fe7aaac86e4e93ea779a821967360c781d7ac5115b3f1a171ced77065a0174
MD5 760bc421a8fb5047ca904dad786798f4
BLAKE2b-256 abba64af397e0f421453dc68e31d5e0784d554bf39013a2de0872056e96e58af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 60e8cc82d968174650c1860d7b716366caab9973787a1c060cf8043130f7d0f7
MD5 8d9bafa340c39b5e6e91609fef1f3bb0
BLAKE2b-256 56f34dc38d75d9995bfc18773df3e41f2a2ca9b740b06f1a15dbf404077e7588

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cd1dc59763effd1576f8368047c9c31468fce0af89d76b5067641137506792ae
MD5 bfd4df3682f3737b8cc5f9f651346f25
BLAKE2b-256 98a692394373b8dbc1edc9d53c951e8d3989d518185174ee54492ec27711779d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 10f70c1d9a446a85013a36871a296007f6fe4232b530aa254baf9da3f8328bc0
MD5 4050773d60cb1896738930fb632404eb
BLAKE2b-256 46e0d25f30fe0991293c5b2f5ef3b070d35fa6d57c0c7428898c3ab4913d0297

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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.0.0-pp310-pypy310_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp310-pypy310_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c644aaacc01d0df5c7072826df45e67301f191c55f68d7b2916d83a9ddc1b551
MD5 800e8f9e7f610c30e179b6afa9bdeaf5
BLAKE2b-256 56aa4571dbcff56cfb034bac73fde8294e123c975ce3eea89aff31bf6dc6382b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-pp310-pypy310_pp73-manylinux_2_27_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.0.0-pp310-pypy310_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp310-pypy310_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8c6de908465697a8708e4d6843a1e884f567962fc61eb1706856545141d0cbb
MD5 a34113775ada474ce4ef0caa7ac16c9c
BLAKE2b-256 88a189eb5b71f5a504f8f887aceb8e1eb3626e00c00aa8085381cdff475440dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 74175b9e12779382432dd1d1f5960ebe7465d36649b98a06c6b26be24d173fab
MD5 9ec04d2fd5683133023fc77ce20e39d6
BLAKE2b-256 c61ea50fdd5c15018de07ab82a61bc460841be967ee7bbe7abee3b714d66f7ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 656c1866505a5735d0660b7da6d7147174bbf59d4975fc2b7f09f43c9bc25745
MD5 0a81702003ec61f6452b314835088c7d
BLAKE2b-256 096fbe6523a7f3821c0b5370912ef02822c028611360e0d206dd945bdbf9eaef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 096af9e133fec3a72108ddefba1e42985cb3639e9de52cfd336b6fc23aa083e9
MD5 cf1a3976c8c7ec0fb622f9897927bd9d
BLAKE2b-256 518b619a9ee2fa4d3c724fbadde946427735ade64da03894b071bbdc3b789d83

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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.0.0-pp39-pypy39_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp39-pypy39_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a56e3e5bd2d62a01744fd2f1ce21d760c7c65f030e9522738d75932a14ab62a
MD5 67bf2e4f3a0019d0e6c393d08dbae8d1
BLAKE2b-256 e104dac4ca674764281caf744e8adefd88f7e325e1605aba0f9a322094b903fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2524c40891be6a3106885a3935d58452dd83eb7a5742a33cc780a1ad4c49dec0
MD5 69406bdf5141a5183a1cc0fae7a030a7
BLAKE2b-256 65f381ed6b3dd242408ee79c0d8a88734644acf208baee8666ecd7e52664cf55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 8ca7e6a0388dd9e1180b14728051068f4efe83e0d2de058b5ff92c63f399a73f
MD5 ba5e51369e0677655bb1563a94258a61
BLAKE2b-256 7334aa39076f4e07ae1912fa4b966fe24e831e01d736d4c1c7e8a3aa28a555b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 39ddd3ba0a641f01d8f13a3cfd4c4924eb58e660d8afe87e9061d6e8ca6f7ac3
MD5 3403b97b37e99336f1d1e24435eb0f4e
BLAKE2b-256 03f611b2a6c8cd13275c31cddc3f89981a1b799a3c41dec55289fa18dede96b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 04cd50ef3b28e35ced65740fb9956a5b3f77a6ff32fcd887e3210433f437dd0f
MD5 906afc406333ea261e71012efa0a7215
BLAKE2b-256 bf27dad5a16cc1a94af54e5105ef9c1970bdea015aaed09b089ff95e6a4498fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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.0.0-pp38-pypy38_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp38-pypy38_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26d542258c7a1f35a9cff3d887687d3235006134b0ac1c62a6fe1ad3ac10440e
MD5 bc5c9abe0d6471c338d5c05568d3bd2c
BLAKE2b-256 713fb87443f4b9f9a6b5ac0fb50878272bdfc08ed620273098a6658290747d95

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-pp38-pypy38_pp73-manylinux_2_27_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.0.0-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cae73bb6898c4e045fbed5024cb587e4110fddb66f6163bcab5f81f9d4b9c496
MD5 c37aadd68ca1213c0a366fe75c7e0374
BLAKE2b-256 560d2987f3aaaf3fc46cf68a7dfdc162b97ab6d03c2c36ba1c7066cae1b802f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp38-pypy38_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 c45fee3968834cd291a13da5fac128b696c9592a9493a0f7ce0b47fa03cc574d
MD5 aab4085f4899f1683abbf1d43e3c21ab
BLAKE2b-256 0a28066bf1513ce1295d8c97b89cd6ef635d76dfef909678cca766491b5dc228

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8c86ea8fe85e2eb0ffa00b53192c401477d5252f6dd1db2e2ed21c1c30d17e5e
MD5 628620040e290916cd8df4acef2c1aac
BLAKE2b-256 2cbe0351cdff40fb2edb27ee539927a33ac6e57eedc49c7df83ec12fc8af713d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d8229f2efece6a660ee211d74d91dbc2a76b95544d46c74c615e491900dc107f
MD5 d8bdd00f53e81d09a4c3042175907a27
BLAKE2b-256 ebbc1709dc55f0970cf4cb8259e435e6773f9946f41a045c2cb90e870b7072da

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 a20528da85c7ac7a19b7384e8c3f8fa707841fd85afc4ed56eda59d93e3d98ad
MD5 cafc8746d8bd7b079dd29ba0c31057b0
BLAKE2b-256 c721dae7b06a1f8cdee5d8e7a63d99c5d129c401acc40410bef2cbf42025e26f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20d5cb29e8c5f76a127c75b6e7a77e846bc4b655c373baa098c26a61b7ecd0ef
MD5 f04641db3a94caeacf066f8e774510e5
BLAKE2b-256 6439dc2db178c26a42228c5ac94a9cc595030458aa64c8d796a7727947afbf55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b801c2e40c5aa6072c2f4876de8dccd100af6d9918d4d0d7aa54a1d982fd4f44
MD5 86308e7e44570101d429f5c78e689a30
BLAKE2b-256 c46f84bdfff2a224a6f26a24249a342e5906993c50b0761e311e81b39aef52a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5cd11d46d7b7e5958121b3eaf4cd8638eff3a720ec527692132f05a57f14341d
MD5 e03987cda0a933718016ed3fdb18d935
BLAKE2b-256 b64fff15300b00b5b602191f3df06bbc8dd4164e805fdd65bb77ffbb9c5facdc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67bfbcbd0a04c575e8103a6061d03e393d9f80ffdb9beb3189261e9e9bc5d5e9
MD5 b18223e53e7aa205bb26a0590daf3304
BLAKE2b-256 0eb3fe055513e498ca32f64509abae19b9c9eb4d7c829e02bd8997dd51b029eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-cp313-cp313t-manylinux_2_27_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.0.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8617c7d43cd8ccdb62aebe984bfed77ca8f036e6c3e46dd3dddda64b10f0ab7a
MD5 c487322052d42e8f3886c071e80dd18c
BLAKE2b-256 431593a0d0396700a60475ad3c5d42c5f1c308d3570bc94626b86c71ef9953e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 67855c14173aec36395d7777aaba3cc527b393821f30143fd20b98e1ff31fd38
MD5 37dd2c15e6c6df141301ada475589a95
BLAKE2b-256 436958ef8f4f59d3bcd505260c73bee87b008850f45edca40ddaba54273c35f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp313-cp313t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c36ad534c0c29b4afa088dc53543c525b23c0797e01b69fef59b1a9c0e38b688
MD5 8cde1022b336f83c1ab1b30d55dc56c2
BLAKE2b-256 1962876b27c4ff777db4ceba1c69ea90d3c825bb4f8d5e7cd987ce5802e33c55

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 56e46bbb85d52c1072b3f809cc1ce77251d560bc036d3a312b96db1afe76db2e
MD5 ecb263a9b50c779ffe62e7bd8fb4865f
BLAKE2b-256 936d7f2e53b19d1edb1eb4f09ec7c3a1f945ca0aac272099eab757d15699202b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 dce4199bf5f648a902ce37e7b3afa286f305cd2ef7a8b6ec907470ccb6c8b371
MD5 f8ea635ff3911596e531d0bbb813dc7b
BLAKE2b-256 9b1252da5509800f7ff2d287b2f2b4e636e7ea0f001181cba6964ff6c1537778

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 88b4e43cab04c3c0f0d55df3b1eef62df2b629a1a369b5289a58f6fa8b07c4f4
MD5 b7a45e75c1156b5776bbf5a5143c914d
BLAKE2b-256 66319dee25c226295b740609f0d46db2fe972b23b6f5cf786360980524a3ba92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e918d70862d4cfd4b1c187310015646a14e1f5917922ab45b29f28f345eeb6be
MD5 d6f91bf42ce708c5cf554b0f9aa9e917
BLAKE2b-256 37b94f670b15c7498495da9159edc374ec09c88a86d9cd5a47d892f69df23450

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c0ed2c1f335ba55b5fdc964622254917d6b782311c50e138863eda409fbb3b6d
MD5 1fcf0eed98e92fff3d1ead688eab5cac
BLAKE2b-256 acf6b0f62578c08d2471c791287149cb8c2aaea414ae98c6e995c7dbe008adfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8878011653dcdc27cc2c57e04ff96f0471e797f5c19ac3d7813a245bcb24371
MD5 8032eac84ae17cf616ca68318f9e7fc5
BLAKE2b-256 08664cebfbe71f3dfbd417011daca267539f62ed0fbc68105357b68bbb1a25b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 111db5f395e09f7e775f759d598f43cb815fc58e0147623c4816486e1a39dc22
MD5 d5f7e2d46834aae6fdf14a1b3443ab30
BLAKE2b-256 699a9ea7e230feda9400fb0ae0d61d7d6ddda635e718d941c44eeab22a179d34

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-cp312-abi3-manylinux_2_27_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.0.0-cp312-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53a48f0228eab6cbf69fde3aa3c03cbe04e50e623ef92ae395fce47ef8a76152
MD5 4022fb60304e08cf2311b34f70df17f3
BLAKE2b-256 cf85c57e7ab216ecd8aa4cc7e3b83b06cc4e9cf45c87b0afc095f10cd5ce87c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 cb0ac5179cba4b2f94f1aa208fbb77b62c4c9bf24dd446278b8b602cf85fcda3
MD5 fc3d0da9b68b0af5591b83e87656d1bb
BLAKE2b-256 baee26aa0f98665a22bc90ebe12dced1de5f3eaca05363b717f6fb229b3421b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp312-abi3-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cbabc59dcfaac66655c040dfcb8118f133fb5dde185e5fc152628354c1598e52
MD5 24c6e2f37ec859d0c628f1f012ae7026
BLAKE2b-256 93a79ad68f55b8834ede477842214feba6a4c786d936c022a67625497aacf61d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c5817641eebb391a2268c27fecd4162448e03538387093cdbd8bf3510c316b38
MD5 5aa8dbed71e382643c0e40438441e000
BLAKE2b-256 fa074ab976d5e1e63976719389cc4f3bfd248a7f5f2bb2ebe727542363c61b5f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15f39d50bd6c9091c67315ceb878a4f531957b121d2a05ebd077eb35ddc5efed
MD5 5e7fd74d5d0480bf64b6465a26b57a59
BLAKE2b-256 c90589354a8cffdcce6e547d48adaaf7be17007fc75572123ff4ca90a4ca04fc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0546a720c1f407b2172cb04b6b094a78773491497e3644863cf5c96c42df8cff
MD5 f664388872d445354f063ff4e16aebc9
BLAKE2b-256 0ee0eaffe7a86f60e556399e224229e7769b717f72fec0706b70ab2c03aa04cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c386339d7e3f064213aede5d03d054b237937fbca6dd2197ac8cf3b25a6b14e
MD5 7f1b42acf2b05f75d53c2ad3b9a3bd5f
BLAKE2b-256 e06e7c391d81fa3149fd759de45d298003de6cfab343fb03e92c099821c448db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7011ade88c8e535cf140f8d1a59428676fbbce7c6e54fefce58bf117aefb6667
MD5 c2105f777ffea0229c4456abc1c66ca8
BLAKE2b-256 8cf417f965d0ee6380b1d6326da842a50e4b8b9699745161207945f3745e8cb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc1091f59143b471d19eb64f54bae4f54bcf2a466ffb66fe45d94d8d734eb495
MD5 eb1739a334b2a19f0bc63a01765d5a25
BLAKE2b-256 d4af1c469b3d479bd095edb28e27f12eee10b8f00b356acbefa6aeb14dd295d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7bbe9e1ed2c8d3da736a15694d87c12493e54cc9dc9790796f0321794bbc91f
MD5 61213eb5956d21799acb25ddd6510367
BLAKE2b-256 f38515278769b348121eacdbfcbd8c4d40f1102f32fa6af5be1ffc032ed684be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-cp311-cp311-manylinux_2_27_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.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0dc628b5493f9a8cd9844b8bee9732ef587ab00002157c9329e4fc0ef4d3afa
MD5 8cd5ed5fdf164d2bfa24c325fdaed4c2
BLAKE2b-256 7c9382863e8d695a9a3ae424b63662733ae204a295a2627d52af2f62c2cd8af9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1958947983fef513e6e98eff9cb487b60bf14f588dc0e6bf35fa13751d2c8251
MD5 4064d4a57c4daf3daea4e828dc86bce8
BLAKE2b-256 c18ef6a5461a07654d9840d256476434ae0ff08340bba562a455f231969772cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 21457825249b2a53834fa969c69713f8b5a79583689387a5e7aed880963ac564
MD5 ac2c103c98f7cb908702e3d68aa4e565
BLAKE2b-256 44df84c630654106d9bd9339cdb564aa941ed41b023a0264251d6743766bb50e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6b0397b0be277b46762956f576e04dc06ced265759e8c2ff41a0ee1aa0064198
MD5 3b0ae0946dd73cdc3914a5cfa79fc2b5
BLAKE2b-256 d4a7fcdeedc306e71e94ac262cba2d02337d885f5cdb7e8efced8e5ffe327808

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e40609380480b3d12c30f841323f42451c755b8fece84235236f5fe5ffca8c1c
MD5 15946fb9330a9fd22293d643b8367459
BLAKE2b-256 18eadedca4321de748ca48d3bcdb72274d4d54e8d84ea49088d3de174bd45d88

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5d5ef4718ecab24f785794e0e7536436698b459bfbc19a1650ef55280119d93b
MD5 a735186489532853a38b5f3252d1c9a5
BLAKE2b-256 285d54b0ef50d40d7c65a627f4a4b4127024ba9820f2af8acd933a4d30ae192e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8c4adce8e37e75c4215297d7745551b8dcfa5f728f23ce09bf4e678a9399413
MD5 539387ba55e2100774c556bb84a96c85
BLAKE2b-256 60556dd9c470c42d713297c5f2a56f7903dc1ebdb4ab2edda996445c21651900

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63af72b2955fc77caf0a77444baa2431fcabb4370219da38e1a9f8d12aaebe28
MD5 ea626285013b02e872c1933fe914cbae
BLAKE2b-256 9700875b2ecfcfc78ab962a59bd384995186818524ea957dc8ad3144611fae12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2dace4a7041cca2fba5357a2d7c97c5effdf52f63a1ef252cfa496875a3762d
MD5 632703afdc9372e812be15e854f5f7d5
BLAKE2b-256 8c4c740ed4b6e8fa160cd19dc5abec8db68f440564b2d5b79c1d697d9862a2f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf209a6dc4b420ed32a7093642843cbf8703ed0a7d86c16c0b98af46762ebefb
MD5 687aba7963ae4f9d55ce51c9a63e3b0d
BLAKE2b-256 a5fefc7b9c1a50981928e25635a926653cb755364316db59ccd6e79cfb9a0b4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-cp310-cp310-manylinux_2_27_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.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50360fb2a056ffd16e5f4177eee67f1dd1017332ea53fb095fe7b5bf29c70246
MD5 ba5ca85f6c44ae700c3db1801d070caf
BLAKE2b-256 4173333c72c7ec182cdffe25649e3da1c3b9f3cf1cede63cfdc23d1384d4a601

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 661942bc7cd0223d569d808f2e5696d9cc120acc73bf3e88a1f1be7ab648a7e4
MD5 6c123c73fa0852e92cc0ed1ec765a99a
BLAKE2b-256 9db29c9385225fdd54db9506ed8accbb9ea63ca813ba59d43d7f282a6a16a30b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b973ee650e8f442ce482c1d99ca7ab537c69098d53a3d046676a484fd710c87a
MD5 651fa6e4ac57b694188a1098def549c6
BLAKE2b-256 9c091681d4b047626d352c083770618ac29655ab1f5c20eee31dc94c000b9b7b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 4c19d39c04c29a6619adfeb19e3735c421b3bfee082f320662f52e59c47202ba
MD5 314ca26c7707084274915ee6e1f0fb5e
BLAKE2b-256 daeb386a70314f305816142d6e8537f5557e5fd9614c03698d6c88cbd6c41190

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 00387d12a8af4b24883895f7e6b9495dc20a66027b696536edac35cb988c38f3
MD5 83f8fae1de8cfa2677ef32309203064b
BLAKE2b-256 9bf32a4b2798275a574801221d94d599ed3e26d19f6378a7364cdfa3bee53944

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5b10bd6f008937705cf6e7bf8b6ece5ca055991e3eb130bca8023e20b86aa9a3
MD5 4ede06c055de3a9537bb28ade770741a
BLAKE2b-256 24f5a7012022573188903802ab75b5314b00e5c629228f3a36fadb421a42ebff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae2b34bcfaae20c064948a4113bf8709eee89fd08317eb293ae4ebd69b4d9740
MD5 cf8320a15a0de8fb2d4b7748fd511e4e
BLAKE2b-256 d08d57cc90c8b5f30a97a7e86ec91a3b9822ec7859d477e9c30f531fb78f4a97

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ea6d441c513bf18c578c73c323acf7b4184507fc244762193aa3a871333c9045
MD5 b3e132f6ca2588e1f25f76e9e271c512
BLAKE2b-256 46de5cb4f99d6c0dd8f33d729c9ebd49af279586e5ab127e93aa6ef0ecd08c4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90252fa2ff3a104219db1f5ced7032a7b5fc82d7c8d2fec2b9a3e6fd4e25576b
MD5 d6527fa716a31dfb6e1900554effbc4e
BLAKE2b-256 4f6dca8007a313baa73361778773aef210f4902e68f468d1f93b6c8b908fabbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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.0.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cdf07fe0a557b131366f80727ec8ccc4b70d89f1e3f920d94a594d598d754f0
MD5 b50525477eaa2071c273566e46fae0ee
BLAKE2b-256 870e7d90ccd2ef577c8bae7f926acd2011a6d960eea8a068c5fd52b419206960

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ee05728c0b0b2484a9fc20466fa776fffb65d95f7317a3419985b8c908563861
MD5 6f5d549a6476548f52532911b77c9ddf
BLAKE2b-256 1fbff0b2b67f5a9bfe0fbd0e978a2becd901f802306aa8e29161cb0963094352

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 bf6c6b061efd00404b9750e2cfbd9507492c8d4b3721ded76cb03786131be2ed
MD5 794fb85719d29eb0770226c186d446fd
BLAKE2b-256 d37e63f742b578316258e03ecb393d35c0964348d80834bdec8a100ed7bb9c91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 100f6e5052ba42b2533011d34a018a5ace34f8cac67cb03cfa37c8bdae0ca617
MD5 f4f1920e80ebc09651f8f71ca03b61df
BLAKE2b-256 19dc95210fe17e5d7dba89bd663e1d88f50a8003f296284731b09f1d95309a42

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 55a0155b148fe0428285a30922f7213539aa84329a5ad828bca4bbbc665c70a4
MD5 20564fb29882360bcfb89ef940658a17
BLAKE2b-256 b71120bbfcc6395d5f2f5247aa88fef477f907f8139913666aec2a17af7ccaf1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 26b72c5ae20bf59061c3570db835edb81d1e0706ff141747055591c4b41193f8
MD5 555bd26fb89e641ae1595305f7fe6717
BLAKE2b-256 a0fa967b2427bb0cadcc3a1530db2f88dfbfd46d781df2a386a096d7524df6cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a979b7cf9e33d86c4949df527a3018767e5f53bc3b02adf14d4d8db1db63ccc0
MD5 f3d5245c970db225b5895c15ff41396e
BLAKE2b-256 41496fa93097c8e8f44af6c06d5783a2f07fa33644bbd073b2c36347d094676e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyzmq-27.0.0-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42c7555123679637c99205b1aa9e8f7d90fe29d4c243c719e347d4852545216c
MD5 10705f83ddac0e964631d99610e4f744
BLAKE2b-256 77556ba61edd52392bce073ba6887110c3312eaa76b5d06245db92f2c24718d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51f5726de3532b8222e569990c8aa34664faa97038304644679a51d906e60c6e
MD5 00927d68d3f31c616cdd57c47772a27d
BLAKE2b-256 7bb867762cafb1cd6c106e25c550e6e6d6f08b2c80817ebcd205a663c6537936

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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.0.0-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e435540fa1da54667f0026cf1e8407fe6d8a11f1010b7f06b0b17214ebfcf5e
MD5 b68fd9f6e271a9ada93a16a674694554
BLAKE2b-256 5a19dbff1b4a6aca1a83b0840f84c3ae926a19c0771b54e18a89683e1f0f74f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.0-cp38-cp38-manylinux_2_27_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.0.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 29f44e3c26b9783816ba9ce274110435d8f5b19bbd82f7a6c7612bb1452a3597
MD5 8f497ac814b5747f7a3a59f5c256ef5e
BLAKE2b-256 7142710a69e2080429379116e51b5171a3a0c49ca52e3baa32b90bfe9bf28bae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 4e7d0a8d460fba526cc047333bdcbf172a159b8bd6be8c3eb63a416ff9ba1477
MD5 3b4baed5af143aa232d5a8a5b563468a
BLAKE2b-256 2e3d2117f17ab0df09746ae9c4206a7d6462a8c2c12e60ec17a9eb5b89163784

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyzmq-27.0.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f4162dbbd9c5c84fb930a36f290b08c93e35fce020d768a16fc8891a2f72bab8
MD5 c6afea48ef461de66793960ea8ad9bb2
BLAKE2b-256 f2b322246a851440818b0d3e090374dcfa946df05d1a6aa04753c1766c658731

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyzmq-27.0.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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page