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.4), as well as Python 2.7 and 3.3, as well as PyPy. The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x), but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).

For a summary of changes to pyzmq, see our changelog.

ØMQ 3.x, 4.x

PyZMQ fully supports the 3.x and 4.x APIs of libzmq, developed at zeromq/libzmq. No code to change, no flags to pass, just build pyzmq against the latest and it should work.

PyZMQ does not support the old libzmq 2 API on PyPy.

Documentation

See PyZMQ's Sphinx-generated documentation on Read the Docs for API details, and some notes on Python and Cython development. If you want to learn about using ØMQ in general, the excellent ØMQ Guide is the place to start, which has a Python version of every example. We also have some information on our wiki.

Downloading

Unless you specifically want to develop PyZMQ, we recommend downloading the PyZMQ source code or wheels from PyPI, or install with conda.

You can also get the latest source code from our GitHub repository, but building from the repository will require that you install recent Cython.

Building and installation

For more detail on building pyzmq, see our Wiki.

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. Especially on macOS, make sure you are using the latest pip (≥ 8), 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 with:

pip install --no-binary=:all: pyzmq

When compiling pyzmq (e.g. installing with pip on Linux), it is generally recommended that zeromq be installed separately, via homebrew, apt, yum, etc:

# Debian-based
sudo apt-get install libzmq3-dev

# RHEL-based
sudo yum install libzmq3-devel

If this is not available, pyzmq will try to build libzmq as a Python Extension, though this is not guaranteed to work.

Building pyzmq from the git repo (including release tags on GitHub) requires Cython.

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-25.0.0b1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

pyzmq-25.0.0b1-pp39-pypy39_pp73-win_amd64.whl (412.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.0b1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (799.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-25.0.0b1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (842.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-25.0.0b1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (608.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (962.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.0b1-pp38-pypy38_pp73-win_amd64.whl (412.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.0b1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (608.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (804.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.0b1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (850.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.0b1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (962.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.0b1-pp37-pypy37_pp73-win_amd64.whl (412.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.0b1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (608.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (804.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.0b1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (850.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.0b1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (962.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.0b1-cp311-cp311-win_amd64.whl (964.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-25.0.0b1-cp311-cp311-win32.whl (863.3 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-25.0.0b1-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-25.0.0b1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-25.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (855.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-cp311-cp311-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-25.0.0b1-cp310-cp310-win_amd64.whl (966.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-25.0.0b1-cp310-cp310-win32.whl (864.8 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (853.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-cp310-cp310-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-25.0.0b1-cp39-cp39-win_amd64.whl (973.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-25.0.0b1-cp39-cp39-win32.whl (869.4 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-25.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (864.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-25.0.0b1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-25.0.0b1-cp39-cp39-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-25.0.0b1-cp38-cp38-win_amd64.whl (973.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-25.0.0b1-cp38-cp38-win32.whl (869.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-25.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (868.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-25.0.0b1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-25.0.0b1-cp38-cp38-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-25.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-25.0.0b1-cp37-cp37m-win_amd64.whl (990.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-25.0.0b1-cp37-cp37m-win32.whl (866.5 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (863.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB view details)

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

pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

pyzmq-25.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-25.0.0b1-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-25.0.0b1-cp36-cp36m-win32.whl (884.4 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (862.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pyzmq-25.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyzmq-25.0.0b1.tar.gz.

File metadata

  • Download URL: pyzmq-25.0.0b1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for pyzmq-25.0.0b1.tar.gz
Algorithm Hash digest
SHA256 18f9beb087dcf6680b32963534be1a52517da6f666f72d81d638b2f8c14e308d
MD5 3a589d804eb7afb47a4a5f35e5c3c1e4
BLAKE2b-256 33f0162c1251a2ea5efa2d456781a9b4854e230d6ac44110e6ef20561256082c

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 11f9a583e9496d990b4499cc482fe565edb74af100e847508975d1342c17ad46
MD5 64876f39e85c6c667331a9cec5c032fe
BLAKE2b-256 b8d6bd6c066cd59cca72bee4675924563b63c05009260e50dc9336a62ce83280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 061aba113171c90947675893d0290a814be3b8efea9614fe6357c7df5881a503
MD5 05a8888c84e773e6660f7d5e6f69496d
BLAKE2b-256 1aaf4352a048b529ae149751c15847792e943ca8c7276058129c15aa2a3bdcb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1252cb8602105399d5c182ec6ce408b60b376ffc75e2a91d3c17ddb37b77a369
MD5 94ceac20efbd372033da94db2fdf755b
BLAKE2b-256 605740080468cb19796d10f81345caa19c6501811d97d288a245cf6c1cbc2362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92bf087eb3bcdcc0fafcdc41fabd064711bb95d62a156405d513b936df9bad6b
MD5 2d58afa7d23c7d8574cf97eb77dfb90a
BLAKE2b-256 c4b24d26a09305c95328f7da9cebf897bc5321e4153d1406669ffc42ff89defa

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7015d2113bfbbdc86370f2c664004e4ee8c7c8e02e002f84a521f618f108ca7d
MD5 37d18ea489fe50555cc03ba531b8f9e5
BLAKE2b-256 c573a59a93e5b467abbefdaf72666fd12dfa36091b21bcab31d6cacafa17d827

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3ae455ddaf6aab77b9240909146697e9e757425d29a28f89ec6e19c5bcddcfd4
MD5 1a398a3c63d1de7ae2a36f30b41e1643
BLAKE2b-256 7fd1851fec923f8140cfd2372c5f513fb703b227a47ba6d9c2e0dde656897100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9aa72b28061fcc48df207361679016f6f804765ee3408096f59f4676e769ecf
MD5 80b2495cf2f022a9e042f14564495c7f
BLAKE2b-256 66d590925a1e4f5745b2ca95a29b28bffea04ba06f987be3e74f32567bb61415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 de4a4179a1ebe1e4737264caa6b806f7623a2278695bc861085c1e655c174b0a
MD5 9b4f6fae0c0450d33acfca53fc24df59
BLAKE2b-256 9728775705d816bd815dae962cb516463eed87efafbea200c171160909874fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bccc291fcb99d87a8f82b2dcebf1f14ce69459fdef2981fb3cd7490cea8b614c
MD5 d54e192cb88980589d44396e4353a67d
BLAKE2b-256 af962ad4a382e967a19c370112752d8d469976018e39ae4699f5b9699ef549a9

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 919a49c3609348741b013d5f992148b37f8a051b9d0b6ff37662c1b58a270c3d
MD5 9b2a4937860cad361aeff5e2348e991f
BLAKE2b-256 795eb2b621c0381f94eb8d8d85ffa6d7d24cb307325e483c9da3b0d10fc45d59

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 997341a1728b3c5ae2c3fbc44efbf765695d5877ad9528653b065c5d2b143b7a
MD5 4cf2dffd835c7590f81ec391babf42bb
BLAKE2b-256 55b4f8f9e8c684cc78eec8c09a328ffb0f4418dc679c4000194aac29d9807ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73c581afef04c53ca2cb9952e2e4fee09cbdf27f538b344629ba2e28b49c1843
MD5 2053cd36b10835785b9ed103c1be5e7f
BLAKE2b-256 084457f11b54c3aab616d9427554983aabac05f196a7a3b0b9cd73718ee052d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 62785a63ef18c0f339ada5e5966c70b25c0a7c0b239d763093b352ff47c7ff54
MD5 6b73116fe9dd3ae60e94ca3ed6474ed0
BLAKE2b-256 66a55b9712cbee713c84d2ad0f31d17226ba54c84c9795ddbc1ab2eb8eb24abf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1e343584b3e58de0e2622fce79583211d083134ef63149dc44d14cfea104a494
MD5 2a694418b04d259d4f08979aa4de30fd
BLAKE2b-256 0bb445bc8af02b52eba8b8a0be793212d6cf6130c7b85060cdb9846ab84053bd

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e100279c9c657df16ff7d23a3e3154c6a26c43d5112de6d6a3791926e3595376
MD5 da27d5ced0ce51302de41d62c3fef39d
BLAKE2b-256 9d42acc551a3ef68f5b1cd65ce223ad22c41137e1ef540520ef3ad4c2ba97a09

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 964.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c2f71d086d46a168883f12bddf8081915b05e379f051c7dd8b54e5f0f549c7bd
MD5 23312b012dc471af745a7c3b0e315930
BLAKE2b-256 23ff15d953fc2614a23f777f0b1ecdadd0c48baaecf0ab0620fc0cf97d7107c2

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 863.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f68323617fc0d7f11ffbbd34b6a1ebe59a2cbd73298671de2aae7a12a56c0b2c
MD5 9b32d1130cd5ed97ebd24e4c6acbae52
BLAKE2b-256 842c07e12dbd5d588c9ec47a429504b020cf1767e13df8e41569af8a53441fd9

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 07ef51d202c5a875b1a9e9ddc038f9441319ae3351a431109c6ad649a391c9ca
MD5 4689d0f8676fb4e1d1583a1435f437a6
BLAKE2b-256 298db93de0e9128570e5ff1ea40348d324b530f64a86a31340fe97d17e2d7d3f

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e8fcac4005b62fec0ddd03f4c3e7fc454a041d56f348983c93515e44a026c360
MD5 4091923adb822b25092aff7ac15ed138
BLAKE2b-256 cf0004985aa292c14be6291be7c36000032b445ca0fecaed19e73a6508100579

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cb1c92246ddf9fa444e5dca0116eb56367c711d088f014456e08b6e78b256cba
MD5 9c84b005ae576feea6901099c7e69835
BLAKE2b-256 96c9c2641c4cbd4cc9741109c64beef25797c035aee95da8fff2600b60af2aab

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d66d6b333269fdd40e6882b5602418e847000b4ec4e5a5a1295ad4aa5eb3787
MD5 b008bf7a2b6677fcb6c8663cef78313d
BLAKE2b-256 52327fb48e04a384356aaf7a690f76e41cbf2bd21495252bc559c9066b3d006a

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d235e097ecc464f81b994d0d0260a773726907f0d6826549498cba46f850cde7
MD5 b9e298c01b3cad43c7849956f3a88b3c
BLAKE2b-256 7e610938f9be7c07f3b9a93cbf8f7bfceba512a4e448e126051be69f308413fc

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 873c1a34752fcba09417b3d9197f93128a2cf6735d7fa22da0ae72ba0f617c2c
MD5 89f285f8e19cb34ee615a7cb439f2018
BLAKE2b-256 3e10dd518f3f40a1b7ca4b2ca63174f945f2dc2b7151afaf1373dcd73ba071a2

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 196db0581f5fc88034b9530f6aad62b97281753e497be6d87ff5bdf16215d0e3
MD5 339a4900558bcda3e6ddc7767351cd2e
BLAKE2b-256 4d3a4024a0dd031070c94d5be8a15e257fcf14722dacd675a19620da720f4b9b

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78da75ee15ec967c7d96e1c7daca4a0d5c9dd68b22e375d9ec2eea2a770c8365
MD5 b91f3dbb83bcbe9b4aece97f9e84e2aa
BLAKE2b-256 2d00053a055866af7869ec9f20e4d0a0d1352f4aeba156dc30990037fd49338f

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 966.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1399765e92343b58ec4e5d117e519df3857a2ac8a21604452924ee3ead1d7f99
MD5 daedba71b8f77efed7aaff10a811d0d3
BLAKE2b-256 542561a25516aff992a311a212263f259efc567dfb00baa8f173da20e41673e9

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 864.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 106daa5680c14d1154cbedb5ca0a39779b48ca9d8d682974cb2e2ff5f9d5ae18
MD5 f012848cc8260e54612e535438554d67
BLAKE2b-256 0acfbeb8f41c6b2fdd7ba86cf245dde45cabdb6a618dd24db7b7f9bc500978d3

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff04b7915573ce6d647c2044bfe8ed1dc317326e1afb2bd9516581d317cd051d
MD5 95c90aea50149b184ce3b559dfd51685
BLAKE2b-256 1658f03b74ea6e358b170fda8a712601fb92c2cecb47bc0a725b929ea1db71dd

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 17c66a2be06b7668dae5445dd523afe64b925a53609a8f27e94760b6924ebfca
MD5 c81a2b87856cda84d9d22411d877b119
BLAKE2b-256 69e1e0c959073667f02ddcfdf71115a9d91fde24b50bc9e8f1caac25c56ff2df

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ce058de5b08d31c4c63b0554e1faf0b95e10ddc33798fae47664282cd11f9796
MD5 8608a85831da67aff177601c4264a586
BLAKE2b-256 a0518b172e036dd999a75b8e29d3f50809c101cba56420b08d5b71003e051727

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41dab254b8214f86bf3119e83372596cc36719a3841d8fc9b4c4db498e8e4ee0
MD5 956b955414a0b6797523b247edfa2e3a
BLAKE2b-256 96f17ea20aac9ec00d7bad7ff9736a661f9ac9bc5f26490e38e751d8462020ce

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccec59d84247bc13ba16524a9a83fffc00731c6efcf39e09c1b1b2b6958cdf55
MD5 104349be6cce0ddca11c2915cd6f565c
BLAKE2b-256 abe7245fdcd07f80896a22736cb11ed2d75a21cfaa32555dd39eb7e79cc5af5e

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f80e122db717f21f65febccc7f74810c0e3939382d1362cd39310e5599596316
MD5 c0054b9ebf9fb5256116e5afa709e025
BLAKE2b-256 11030cfe2ef49c30b7b04f7c6291225b5d78845d4277a60b09d1234078674008

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 852a0172d4440c53e9fe2d8036b1f492b36bf1f774632a05ebbebde70e164256
MD5 4d77385a60cac2011f43d1e0e7856f2e
BLAKE2b-256 f0e8358ff6d1a7d99ff105a0c7866f22217f693899ad2d00cf4d62e449c3216f

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d1801c2e1435473c530a3022f3c96a480f0702991791198c9471f4836215d56
MD5 4dafe6e0a9aa1876ed310e53a5b02edd
BLAKE2b-256 0debccfb5f75b10aba0452a7398e41d772ebcda26d78623ece39399ac21cd867

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 973.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e34681feb36361ead3cd722fe570c219d0957248a6ab93132924bc8a60f1139f
MD5 0410a453f737afc42f899fea688c1365
BLAKE2b-256 2ba5f3eee25f1dda8dc55ae66112a28a7a554ca797114a8e85cbc1f02a1d4ed7

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 869.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 42b5cb4f77694e526cf6a7180ca2417c75ec4efcacc429a2fb08d06916d5559f
MD5 872d20d95016d1296e96f5c49a76ca89
BLAKE2b-256 ef4465a1ec671d4b576fb42643624c552d4250c5ec8786cc4ca628abb6fe32e9

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9fd596c19d783b3e2f042be711f7bb61337c8028a94f8dcac48dfcc342490892
MD5 04d5a73e83cc672021e95eb21971dac1
BLAKE2b-256 6fc24c88ee139eeab2a6dcb1301569410a04d16f9e826582812bf3c197d96275

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 209c2730b58c7929ac55f5ec1c35b5a754c4b7aaed3dd80ad01e47360ef9804b
MD5 9372dc9ab8fa8f2976729acbfd87041a
BLAKE2b-256 58569e3747f866dd81ea641d7ea1aceeeea3498ada50c003751c926ca9cdd8f1

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f59cd579ff0c8a07d71003f45876d8e9fc25e99bf02c4d5171f7b38e663f1b4f
MD5 2c330436fefec7f9352b8aaeb1cf2c5a
BLAKE2b-256 62e2b11642c96c9356c07290d5868108fc663fd362f833be4040e7c56d56903a

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e7646d6fb3a27a659d6a05ffdf69a06132b58094c7b5f7fba3e00047e4706fa
MD5 1af4563c20d28a8de75ce261a9bbb9b7
BLAKE2b-256 d47535149a873fcc96e031d62498bc8b745c4367bc2398b83b650566e995d02f

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 867b77a3c4946e13010a10cf46611f0089407f1986b0c89242e424eae6e8eaf8
MD5 c9f27b22f33a42a003a51cd616a08e6b
BLAKE2b-256 b556030cc04cb6c531bf0fc06e3c0067eb600faa91a9053ecf58870911d585a4

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9e5fbeabfba76ae8cdab45ca633dcf52fabad5bfe2dcccfb2931f43103101175
MD5 0e08645d4155d143c8b75d770a141a74
BLAKE2b-256 369d738588a2fbd19b0e3eea135236edd53610fd61a7b0d6abb31983d372e97f

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 05f30be72671347b79d1b86ccf1d32ea41ea1e44bf64ef06b338465628f66e26
MD5 57191d14e2b16e7fc8694cef12c1cd70
BLAKE2b-256 6bade784836e6a160ec2dfb9f4baa75c02310870de267b19bc8c78c5477709d1

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48e210b4110ea0bd4a46e421d63b6e553442e48344a7149c727ffe6f127142c8
MD5 469e99cc9eb9b212fbd79f68cb0dded4
BLAKE2b-256 45e8557bb4812801afa275059175046e6cd8044f5979c56481d6dcefb5201778

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 973.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 082e3b338da85c9c947d263921cef73e0d7cca3156acd8d7aa48f6df46ee24be
MD5 6f0c1332d6665bdeb42643ce18444978
BLAKE2b-256 9d75194d4c12450782a2096ecc699e8e24bc6203e910d111279b649317ae95b0

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 869.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3a500ac3fa966ec0efc21011cba440c29582547770be3b275dd8fe300417b3fd
MD5 97bb1301602258e469462e2530770870
BLAKE2b-256 d34814716393f01112efe3cd235f5f84025c1f57378b786e356614d5f36a3683

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 02f39e0d3ce151ac51529fd14ee5a4e005622d12a4a6b1734e726656a9b50821
MD5 c82980dead229e6e5b27451e380929ab
BLAKE2b-256 a2f263a83c0256e45acbbb8ae48e1c32d6eb6c63eb651e191abae75b3a85c179

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa45d98f9f64d963fdd3bd31a18e547acdab4f744e5419b2907dd548418e09ac
MD5 1f78091679ba55c5a5bf73c91902799e
BLAKE2b-256 cd779869ec5749a3a2825ac5968a87382b17542c6fea3a26a3b00a10a3619c8b

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8528b72de259357f29cfc2a42c9ee02a1c4f616f25ad40fda505773f1da8b5b8
MD5 01ec8fc945b0dcb8e75ce3eb327a7e4f
BLAKE2b-256 750e7ce7a5879503ba2428244a3f9614eb8d24a1fd92b55dd33c1f78728565ea

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66762a651b08404ba767958aeddaab2f356048141f44fefa06834f3d0d2ea553
MD5 36df856a67bfc1a3b1cf640226113a63
BLAKE2b-256 aab9d052a7682bdd1c3af1e399ba9e41dba2604bade112a21b87f62a028a40ed

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9008193a3b038b7d31d6c161257220089f4dd6403563d2e9f25ca3aedb00f737
MD5 5cd3bafaea356b8071f828531db3002e
BLAKE2b-256 752891fa88e97e3c8d66f95a4e975b709b9015fedbe05b95569442a9850a4512

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c3ff827d8af741d59716dd3372009bc79b06a1d08475967d0e7771ce280af0b8
MD5 581eb0e1dd580d6c7a4128263b33c65f
BLAKE2b-256 b611dbf3120bbedb9bc0b4f83f32d6fceb60d88d7010fb929123e40790ac22f9

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d0987640a3e7c8ff7ff3a5885f83a1f5e3c398b3792e7d07ac4cafe4acdc0f0f
MD5 77137c9288ae30892376413e5174cabf
BLAKE2b-256 05759378517bb0ec75080cfff2c76756bf85b304b44d95a365b5d2cd27c7ca41

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf6cdfbd77677b636d086478439a730e7140e8ab5c5f40272bcf09e71bd25b44
MD5 61ec6bb3afed18b613464edc8ac0c080
BLAKE2b-256 d2f6660784dd410289f513e290d641756700257583fe993662252ac8c29475ff

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 990.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cbfe68a51179cc7a00e55502f552f16d8f62e38883a3303500edf423a4e76c64
MD5 7f888569057bec3cefcdeec4a04912a4
BLAKE2b-256 35b45933632860c85fb135538af60f603810117f4fde8f5f7a46797aa0ec9e29

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 866.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 72df27d879b946013b89b4494fd94f098052c8963a13e3288dd7dd927143cbfc
MD5 e1e239e5c02c924d6af99318c4d18f16
BLAKE2b-256 c8d360cdbd1c2eb806b234cbd53ee1605ab7f9a86e5fb403769fde53f33cedd3

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b313df01600deb01eaf69b5cf6754821a227e76be6ece5b7ba62966eee4ca627
MD5 c6b742d1e7ac5c43cc67a8b27bcf4047
BLAKE2b-256 91fd11da3fc0874aa627e26751fe4eec7e701a94d1b6563884b9331038ebf510

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 135b2d908a55981ba878af68a14dbca78d147960fddb377614cf8e418e27671f
MD5 fc698133d7134d34f7f7989f7a5928f2
BLAKE2b-256 d34f261b509b819dc97490570e27d4a882ecb56a8b0b9649e976c9cb6464ef1e

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 79ab080f3289e398efc987a7b1ceeabd2cd1990252f72c368d5f9ae61c6ec118
MD5 7ace6e55b5fb202e96128c62e5c263ef
BLAKE2b-256 a4fe45d909b9607251a11e842e6cd3d142be3cfb564c43d115a2621737a795e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aeba98faeb305d1033b5e73e08f7fcee3f424269ff8902cffd2a7035aa905102
MD5 df5f2c7f62b6d3b7d3eb8775849d604a
BLAKE2b-256 eef655cfd2062efbd225b5df2dfd5881fd552958919dda2bdd207aa30604f3c4

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3b74cff1444efc4b3f9b42cae71c8288d8c80e4a4fd2b5aa9f448c91a710487e
MD5 f6daa450e80d44b9a30b98c48c3e4a4d
BLAKE2b-256 fed8d59f1bb2d493ac7254bfabdde2ffc582f297b2336f0ce8b668eba5b5e1fc

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b6f47bcd9f794a2d5f2fba0662e1e3cb408cb347c9143ded2af5a68ff59c26b0
MD5 357c3e391eefde9fd0528ca8d398cede
BLAKE2b-256 8344d36df4accd5d92da70524ec88ebdb38582d1e2da6e3d95a336f99170a597

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba22327f6a139451ab3ba794bb1004a20e9b0cee256bfceac627d93e88e02e02
MD5 27bb355a2197d8c61b25950473911b1c
BLAKE2b-256 7e90676b9b63943ccb03f69df32ac07b16866f1bc8de8e7b6338efcfcbbd842e

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a0b9df3d3190eefceb49ea1bb077ea09d8ca62d47758bd5176b6a1d4fb5fafaa
MD5 e67539099d02cb27d698c7def4dda270
BLAKE2b-256 b185a6ae14b0dae5124bb1e341066f0581a33ce4d260ad451495835e4009f2f5

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyzmq-25.0.0b1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 884.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f453a8325c1ffff651d4224d2232255cddca749c601f65d3d8f734b574424fa8
MD5 ea93f6556fd66aed277e8196a5bc6eba
BLAKE2b-256 a1d9d3a580d5793b98074f2cc212f05ed371835f458c62da0b9c78a63512e146

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 15c1db0c828f43210b123651d145ebb11d62a4953ef0b4cec6998dab80d514ac
MD5 22eaa151c41ac884a11d5c2a88f957b5
BLAKE2b-256 065a96697af1e1b65a3b563b821a9d97d92052f57d31265ba1d0ddeff19b7f8b

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 16eef4734b8f8baae6e067e159ddf8d2e429c26ff4a622421b51a859d840b0da
MD5 6a75af0b3d0d16f40ec9e7babeb091ff
BLAKE2b-256 c11da901b6ed9e033e15cd6a988fc85bde3241c157d87a44ee13954613226d71

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 619de714b9f1e3dd940eac6ec561a583feb2de8cb745061fdfd232ad78b7f4ba
MD5 2471ece18ad78b7238e5fb300720f608
BLAKE2b-256 cdf3d6b0ea1aa30b86dfd1e3db7e839165d5158d9fd57e55983c1de4c4941183

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d577c4a1e0f04bdba88534f1ccd7f27200bc455551f226cb5d66136182d1bdf3
MD5 1ede8b36084f9dc0a92c22e09b74580d
BLAKE2b-256 6539293998b779049b254dfc18ced8f82e7ed46207be0b964f8b8020c3408015

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a2a77d360558501b90b482535546df333d882d479dc26ae7946428d1fe92ca4a
MD5 3ddc5395dd94f4c2fc4818d4c76221d2
BLAKE2b-256 a3ef174de4ff3e5df2a4f06f228e81bc41c45e779c7d87df62254ca038b14c23

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 909c6b0ff13bafa5258e9acd6892a3bd56eee5bb9a5e9ca4d7f063064b68229a
MD5 6ba1bbe2e7febb5926525c398b83f533
BLAKE2b-256 cdd665e66a23e1244c52d5030c686691fafb98e5e8bee52fd70160794b1d2a45

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1d501c9a8fc1f1834f137d6814533511a75090a761f8a7a0f847c5269df4e0e3
MD5 611fcd81b61d2d51b1a3a0f6bdf9f4b5
BLAKE2b-256 a81eccb2b8239ef930bec76b21035e9a8d0dc1cb1e1e472f9307b45c296b4e70

See more details on using hashes here.

Supported by

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