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

Uploaded Source

Built Distributions

pyzmq-25.0.1-pp39-pypy39_pp73-win_amd64.whl (422.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (803.8 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (851.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (972.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.1-pp38-pypy38_pp73-win_amd64.whl (422.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (814.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (859.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (972.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.1-pp37-pypy37_pp73-win_amd64.whl (422.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-25.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (618.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (814.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-25.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (859.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-25.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (972.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-25.0.1-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-25.0.1-cp311-cp311-win32.whl (873.2 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-25.0.1-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.1-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-25.0.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-25.0.1-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.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (865.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-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.1-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.1-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-25.0.1-cp310-cp310-win32.whl (874.7 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-25.0.1-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.1-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-25.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-25.0.1-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.1-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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (863.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-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.1-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.1-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-25.0.1-cp39-cp39-win32.whl (879.4 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-25.0.1-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.1-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-25.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (874.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-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.1-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.1-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.1-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.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-25.0.1-cp38-cp38-win32.whl (879.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-25.0.1-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.1-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-25.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (878.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-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.1-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.1-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.1-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.1-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-25.0.1-cp37-cp37m-win32.whl (876.4 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-25.0.1-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.1-cp37-cp37m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-25.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (873.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB view details)

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

pyzmq-25.0.1-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.1-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.1-cp36-cp36m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-25.0.1-cp36-cp36m-win32.whl (894.3 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-25.0.1-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.1-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-25.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (872.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-25.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB view details)

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

pyzmq-25.0.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: pyzmq-25.0.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for pyzmq-25.0.1.tar.gz
Algorithm Hash digest
SHA256 44a24f7ce44e70d20e2a4c9ba5af70b4611df7a4b920eed2c8e0bdd5a5af225f
MD5 552b6a226aa45d95c3533e55feaae826
BLAKE2b-256 595b2e1b7498b4a3118bf03b65c16dba9acbe9112f48415a16ae814894033f6a

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b1cf4becd15669bc62a41c1b1bb742e22ac25965134e4254cde82a4dc2554b1b
MD5 570059cf845d7d04f04551e220661e18
BLAKE2b-256 94a88fc28972204ec8c47fb496460d1e9b711a57fb79a1f2a8983c82a44a40b7

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f38bf2c60a3f7b87cf5177043eb7a331a4f53bc9305a2452decbd42ad0c98741
MD5 03ea9cbc8ac89ead338aaf829e493a2e
BLAKE2b-256 1ba081e9eb5fcccdd53de7bf5fb8e487ddc51904a28d69981519340ce704aa33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44db5162a6881f7d740dec65917f38f9bfbc5ad9a10e06d7d5deebb27eb63939
MD5 aaaf6ae4902185bd1653b3375f364414
BLAKE2b-256 a460e25de64de90b29b9da06ee489f05f93dda388a9688cd6b533eeb4ce9db36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4cc47652d990de9ef967c494c526d73920ef064fef0444355a7cebec6fc50542
MD5 0cdc8b65627e1a271f08d767efd9fec2
BLAKE2b-256 dda0136cc7fffa5c1dbf67bbd6b60f4771d6127913fa54ec2e4166539cd40603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8cff159b21438c24476a49865f3d5700c9cc5833600661bc0e672decec2ff357
MD5 db8a68b15c9c001997c83406ee98e99c
BLAKE2b-256 73527ce183ed0e57ce668e47749bc7fda87cae38348621c048fa99ffb73074c0

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 625759a0112af7c3fb560de5724d749729f00b901f7625d1a3f3fb38897544b1
MD5 64088ffd4a037d476961aa2fe62d7b5f
BLAKE2b-256 ec99f47151dcf8d415d610868b7e1f732e298eb1e4ba6be645814edfe5508680

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 34a1b1a8ce9b20e01aba71b9279d9b1d4e5980a6a4e42092180e16628a444ca1
MD5 3f887dfe0e25f53d3ea5a3bef7f681ed
BLAKE2b-256 ac53bfe3013e69ff305f024f53f1d63195b880333dbde7b1444a031c8fc7c253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f6de4305e02560111a5d4555758faa85d44a5bff70cccff58dbf30c81a079f0
MD5 d6bbde1432cb08be2a7d4806d13c1b20
BLAKE2b-256 85967322813792e1d31d6b95674450d39eda92bbe7f44d4ebe088b38ba0d99b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c3f78fa80780e24d294f9421123cb3bd3b68677953c53da85273a22d1c983298
MD5 ea16861943bef933f2c0c874de639b51
BLAKE2b-256 74fd43cd0730968913245dfc449ee3b4ef18f829b1d5cff1ac5e3cd38073b2e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d78f840d88244272fb7252e47522b1179833aff7ec64583bda3d21259c9c2c20
MD5 4a8dea415718a50d346d24e5ee549d9a
BLAKE2b-256 7582c46903774771bc17a0a1cedace935a7a1bdf9da8ed306a204e6c8d9a9753

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e8a5ced9d92837f52ccdae6351c627b5012669727bc3eede2dc0f581eca1d0e
MD5 63cb3e2afbfac1f74ec1df57bfbe433d
BLAKE2b-256 bb03de7f1456a11c407fa6318c60b4a88eaba36af5399cca47d45c4ea523a4da

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b1c03b942557bb366fd3dc377a15763d5d688de1328228136c75e50f968333cc
MD5 1747da39585e24bc0efcba8dda939568
BLAKE2b-256 a4aaf53cfd11c4197ddccccef7315d23ba501ab0017f7d10bc15bf81fdfb6d47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20aea31cc0d1f6c3fb4685db08b4c771545cf3fed3c4b4c8942c0a4e97042ec8
MD5 6377ed2a2a357abd7e2bfe2771f2f9cc
BLAKE2b-256 94f0305bb6771ec694711c31e78f1eb8f368f35b941d2a757441015cc8c6a585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 703ec5f5a8369c09d8f3eb626358bdb590a2b1375bcce8b7da01b3a03f8b8668
MD5 2b9bbb70e4d5583829cdbaf65039251b
BLAKE2b-256 0080def89073b212a9a88aa7336773afa16174f0aa3ccbdc661172faffec5a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6d09c22ed4d0afcc662d17c2429a03fc1fae7fe7e3bc1f413e744bccfeaabdc3
MD5 a9e082bd1004aa5eb8a362fe034172f9
BLAKE2b-256 e16936548cbc7bcaae06cb7abed7da93639afbcc4fb420f788d5450c769dde9c

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ed7475f3adf0c7750d75740b3267947b501a33f4625ceae709fda2e75ec9ed7
MD5 3d97d831ecaccb49a0a4a1428fc6439e
BLAKE2b-256 825dad663d3b09d7f57f9a6fb1766c02f6e2905caffb30b79fbf8e0a5d48d8f0

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0644c0d5c73e4bfeee8148f638ab16ad783df1c4d6c2f968552a26a43fb002a1
MD5 0385701f085926dc2a448390a83f1b04
BLAKE2b-256 1fd24c56c41c2aac2aa73af684404a71226ffffbd68af4dc66bd823e98b6cf13

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0f22ba4e9041549a5a3f5a545169dda52fa0aa7b5ef46b336cbe6679c4c3c134
MD5 c080059802f3efe3ec93561fcde6669e
BLAKE2b-256 be69301e250f03983fe8341a510247ca5335db596dea2a944b4176f4374d76c2

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a1a107e89cdcf799060ba4fa85fd3c942e19df7b24eb2600618b2406cc73c18e
MD5 14c550c44683d4e4ba8a089fef5e7d60
BLAKE2b-256 572110fa82bd25c47d4a36d93c19d4ab48581405238d81b5c7dc32b53e7af3f7

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5b1ca8b0df50d1ac88857ffe9ebd1347e0a5bb5f6e1d99940fdd7df0ffdefb49
MD5 1ff37d12be85f54bee9dd1659a9930e7
BLAKE2b-256 c58f7046ac760496caeab44d83380db872a0f87ec636889b1ab464cb3abda34d

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3549292d65987e422e2c9f105b1485448381f489d8a6b6b040fc8b8f497bd578
MD5 c4a78cdfbf862a40885670e99e7bc361
BLAKE2b-256 b0ada045cf505d37455baecd664e02a72e1ca08c35550c0fbda807acec5e6a60

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58d5dfec2e2befd09b04c4683b3c984d2203cf6e054d0f9786be3826737ad612
MD5 2082dcd85ac4e298f9696c8cca257194
BLAKE2b-256 da0b17fd74c8bd60c3a7f9f37be06a6632384a7510ece925bb5a577312f5296e

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ca66aa24422d7f324acd5cb7fc7df616eb6f0205e059393fb108702e33e90c7
MD5 9eb505cd9935de1fede6f60df57ade9c
BLAKE2b-256 2ae33b47cf69f2e8e64ce6146ef0b5a6e05118951c6cf6e80eb5263bf88c46bb

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64a2bc72bcad705ee42a8fe877478ddadb7e260e806562833d3d814125e28a44
MD5 e0c704f49b238140729ab50030e0bed6
BLAKE2b-256 19ded09e9bcbd32aa91a8e7df857b10205ac7359526700663bfc11f7801de342

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b55366e6c11e1ef7403d072b9867b62cf63eebd31dd038ef65bc8d65572854f6
MD5 8cfb1c806ceb6f824696970eca09187b
BLAKE2b-256 8c9c3306f2cda3b02cec652d5e173032d96fe757288145d7df68ba8d482443bc

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b0a0fcf56279b9f3acc9b36a83feb7640c51b0db444b6870e4406d002be1d514
MD5 7d0c25a2683a6be04bd41c93772da7c9
BLAKE2b-256 ad24f6bbde8486448d73c6d2415c046818cbde5294554a4d7fdbc3e7233ae210

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95aff52fc847ea5755d2370f86e379ba2ed6eb67a0a6f90f0e8e99c553693b81
MD5 129b8a4110bd795915b03faf43718d51
BLAKE2b-256 59d4085b5b955d37026be05c6361e97c201ea359a01db15203b73631be01f3bc

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e3a721710992cf0e213bbb7be48fb0f32202e8d01f556c196c870373bb9ad4f4
MD5 2fde326f0960859e84c7bb915a069560
BLAKE2b-256 0c87e1c7c7af2762b0a5ca10e819978756808c500ba374e304c74be22a39bf3f

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c462f70dadbd4649e572ca7cd1e7cf3305a8c2afc53b84214c0a7c0c3af8a657
MD5 6375c9534b697aba69b9c5d76d281aa6
BLAKE2b-256 6abaa27e4e2767c5c680737f9765d04dc2cf5e537482eccafbbb1c0327eba4e3

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7897ba8c3fedc6b3023bad676ceb69dbf90c077ff18ae3133ba43db47417cc72
MD5 b5e02d604b76311fe3c165736905d816
BLAKE2b-256 e1b09b049b93c37f0eca8eb78b389d882d8dd6435e8cdeab5c9e4030337c11fa

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 041d617091258133e602919b28fdce4d3e2f8aedcd1e8b34c599653bc288d59e
MD5 f2f4a6918156dacddbffbde1b7b2bd11
BLAKE2b-256 b870c8dd3c4bcd1e3ec5df2b8818817e27986fa7e5df0f3b164b6b97ac49017d

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7574d24579e83ee8c5d3b14769e7ba895161c43a601e911dd89d449e545e00ad
MD5 c0c28d3efad5972c1a072f49ab179267
BLAKE2b-256 80c4a2c8435348d4f57df4f41702df1e7f7bfa5190ecee4d41dd0d2e91149c8c

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3309b2c5a5be3d48c9ade77b340361764449aa22854ac65935b1e6c0cdabe2c
MD5 9f7699ce639252e8fc7f6eaab7b3ecc7
BLAKE2b-256 57abcdf4bc522a03b5a01c99687450c8cf883c17df98eee05c821608eaf1edc3

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57be375c6bc66b0f685cd298e5c1c3d7ee34a254145b8087aed6e25db372b0f3
MD5 9a47bc7026762ac6af78b13a00d245b5
BLAKE2b-256 5bb327c817b447092a685d0f1db87bf6fbb214acd88fa577f2b23310d35637fc

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4fee9420b34c0ab426f105926a701a3d73f878fe77f07a1b92e0b78d1e2c795c
MD5 3e42b070e7c4e67d555e77f42e199c4d
BLAKE2b-256 63b038493bdaa885bb1508a9fce9a45d6937ecb744c0e87c1e63da19802e8b57

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f29709b0431668a967d7ff0394b00a865e7b7dde827ee0a47938b705b7c4aec3
MD5 7d8e36422a04939fe5b285f0cc654aac
BLAKE2b-256 35dadabf30c902b0ef568a859f11c44ec665396e96eb78b62b1020b9032df145

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 94f65e13e6df035b0ae90d49adfe7891aa4e7bdeaa65265729fecc04ab3eb0fe
MD5 d0f123fb11df8480aece87cc5d4a0beb
BLAKE2b-256 7d94401779dd6705a507b0dd18b918320b06323bd450ca6000825ac00381fbe1

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0399450d970990705ce47ed65f5efed3e4627dfc80628c3798100e7b72e023b
MD5 5bbf260fcb07aa6442a42e776dcbb9d6
BLAKE2b-256 7ce3c6a0c3ff813c020fa78104a931dae5be1799c5a01f6b551facabb5b6f537

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 47eeb94b78aa442568b85ad28f85bd37a9c3c34d052cbf8ebf8622c45f23a9cd
MD5 6ef908a58cb795f14ce2366db0618ba4
BLAKE2b-256 4f32b49fdae034eb2aeed310f726a183d75c1c102d70e697e5d400bdbdf2fc8f

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f6b45db9de4c8adbf5fda58e827a32315d282cfb01e54dc74e7c7ccc0988c010
MD5 5ab03f5d5ba749b2dd1eb767163e7ba0
BLAKE2b-256 2e447a43f55b5c766bed015eafe75394782457df76037d9c4666f3990ce76b85

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d5eb6e88ae8a8734f239ffe1ed90559a426cf5b859b8ee66e0cd43fc5daf5c9
MD5 4f1bb45fef8249fe3fcee3fbf119944e
BLAKE2b-256 de854b0979731f4037343bfe9117d96252ea855a1e1254cccad36a7117ddb717

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6d988844ed6caa21b0076b64671e83a136d93c57f1ae5a72b915661af55d313b
MD5 197b85a78ba4851740ecffba5a10bbe1
BLAKE2b-256 38969d14183dcd63c094a83559fb6f8f5527c8cdd8d6146ed7efadc7fb68712d

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 44bc81099ab33388f6c061c1b194307d877428cb2b18282d0385584d5c73ed72
MD5 15a0068d9a59ab8ca4f52836cae253da
BLAKE2b-256 15f3ccd17ae5349332fe6e93aeb24bc2a0dae8d21dd94135d5c1f7ef0842b4f5

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eef93b5574c9ff36b4be376555efd369bd55b99bcc7be72f23bd38102dd9392b
MD5 a466e59091b07a789bc845780f28bcce
BLAKE2b-256 12405842f7ed12ccf953304dfe70d170cf5c48042ef5a06d154006f719201c42

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c635d1c40d341835066931a018e378428dfbe0347ed4bb45a6b57f7d8c34196e
MD5 5810a215f48d8e922ba916dcbaa1d849
BLAKE2b-256 98d3477f58095f58c8d5c3a7ee30dc9fbe905380d4efbe92fbb0988aff40a090

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9c44e9f04f8ed99c6f2e9e49f29d400d7557dd9e9e3f64e1e8a595aedc4258a2
MD5 97ce8ada8e0196d7a3f5c4baa1071e42
BLAKE2b-256 822818a6479a401e3b2a1e259712e6f2fee28b8587d4c01345441d987a463e19

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 58207a6709e53b723105bac6bb3c6795ee134f7e71351f39c09d52ac235c6b0d
MD5 d0fd6b4e04d0a68983150571e27efb5f
BLAKE2b-256 737a947a29186f3ef3c2c62ae969df49439664c1d8d0b37fa63b799ac216d292

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c62084f37682e7ee4064e8310078be4f6f7687bf528ae5761e2ba7216c5b8949
MD5 41b609b93fbf343510e51e065cfe4bb0
BLAKE2b-256 1bae3055ea255e57dd5e731303b486436474068748df117304ba33e9c88044e7

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6eca6b90c4fb290efd27582780b5eaf048887a32b2c5fcd6330819192cb07b38
MD5 5389fc4a5f301c2f57c84e8ed67bf7ef
BLAKE2b-256 7ce243a2db0c26fb99704c34e0e83351ed5cf9bc9757543367521a95b134d4d0

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cba6b81b653d789d76e438c2e77b49f610b23e84b3bb43b99100f08a0a5d637b
MD5 5826183c16bda34fd8350e79d5441728
BLAKE2b-256 e5cf4e7f5a2771bda62382db111f2af56968f775875e0e01ca4d7326a2ce9289

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b39847501d229e5fab155d88a565edfb182cdd3f7046f15a7f2df9c77cdc422d
MD5 c7e24e1730bc6bc0e83bd20d4bd02323
BLAKE2b-256 0f8934e905d3fc1b973700a3d6565e4db9c95ab8f436681d2518141a4b216aa8

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 446acbac24427ef42bff61a807ddcad8d03df78fb976184a4d7d6f4b1e7d8a67
MD5 8fc0eaca1227702b708b00359eae52a6
BLAKE2b-256 b5a743e6ed24269ae67c77af6ccc698709d3ded7b02e27c5a9c4df2d37f4c6de

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c4bdf1241886d39d816535d3ef9fc325bbf02470c9fd5f2cb62706eeb834f7f2
MD5 66ef75b139ff61528b09a8d198cfa675
BLAKE2b-256 84b767f3b2eb596ff232e8bef6146880e061f36f6212952dd349ff1ef348fd7c

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa56a362066b3a853a64d35693a08046f640961efcc0e7643768916403e72e70
MD5 dc13039dde725876e1f6ea22022668c3
BLAKE2b-256 2c028f1509d4af5ce29d86b055e81a40cfb9466e5d80e3b248b53d457e444468

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e37a764cbf91c1ed9a02e4fede79a414284aca2a0b7d92d82a3c7b82d678ec2d
MD5 fdc65fe779c6de4e81ae56765cfd073e
BLAKE2b-256 ab4311c8bb6a7ecfaacc41144106f6b93a3746d7013371652568dbda985b222b

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 20b6155429d3b57e9e7bd11f1680985ef8b5b0868f1a64073fb8c01326c7c80c
MD5 332ee8e3b5e666ae9fa24dbef407b8be
BLAKE2b-256 d9582eeaca9726faf5cf867e97a570c8603bff20796d8ce57f0b4a81b47a25a3

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1003bbae89435eadec03b4fa3bb6516dd1529fb09ae5704284f7400cc77009ba
MD5 3007266337f17e7a98b680935bdff995
BLAKE2b-256 74edafb6797e74e61601a5692c85323606806943c93688b7fb149e5fcb59667c

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dde7a65a8bfa88aa1721add504320f8344272542291ce4e7c77993fa32901567
MD5 71a776e21cb5bae153e805041ad11893
BLAKE2b-256 d2e475c103fad61978d72c77b60d9c8d75226f795f6582e12da48c77541fe2d0

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-25.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f66ee27a0221771bbaa2cce456e8ca890569c3d18b08b955eb6420c12516537c
MD5 8098e882b0d4aa2b98eec87953598dbf
BLAKE2b-256 83fcc3f07df944e4c285aea6d4a2b3c6f4d9dedc8272d1a160c9f30012868355

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6ff37f2b818df25c887fd40bb434569db7ff66b35f5dfff6f40cc476aee92e3f
MD5 1d8486330a9883cd68e7d8fad242872d
BLAKE2b-256 cf5d588d65e743f6aaa4d5978e7c98ae0e4b12876175408af5df383b62f94641

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 40d909bdc8a2d64ad260925154712602ee6a0425ae0b08bce78a19adfdc2f05b
MD5 eb8e9b791b188d942090ab4adc0f21f0
BLAKE2b-256 cfcd28f3437c6b6106d0dbb200da97f020e56cb9cf35b2b8c0e735e6fa0a068a

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1e448a5a294958e915a7e1b664e6fbfcd3814989d381fb068673317f6f3ea3f8
MD5 6b9c5f626139b6896b084c411258d36f
BLAKE2b-256 fab75dbb485b163f953247d6fd7d496c77d59da1c06384df243aa99e2027ea7b

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 21de2ef6099fa8d6a3c2dc15aaca58e9f9ffdcc7b82a246590aa9564815699d9
MD5 ae5e671523d778a5a8e0b19b78c4bfaf
BLAKE2b-256 05425d8fed044d1ff11cac18d34a592f72d9b5b4ca8e2b9c14a3a5e2899cc2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3b7032f55b1ed2cd8c349a89e467dca2338b7765fab82cb64c3504e49adaf51
MD5 0f9aca58954738d6f8fd6a369c074632
BLAKE2b-256 3e8462275af4fb5cc72dcbda524cd7603ca5e9201b89fdbbfc6180aca4c44fd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 835da498b71570d56e5526de4d5b36fa10dd9b8a82e2c405f963afeb51ff5bdc
MD5 4694a3ebb3625667df21bb2f26d8ac8d
BLAKE2b-256 0523fe913c026596514006440fdaf617f7d081067a1f8f37417e1859d4120f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 960f98f562ee6a50ecf283bc62479d00f5ee10e9068a21683b9e961cd87c9261
MD5 1271e94b596e3a529fd71ab18192dac6
BLAKE2b-256 4e16baf1379607bd187f52bf44dc8a55cb3afbd9df9381497ed931198e8ab1e9

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0241a334e39aa74e4ba0ae5f9e29521f1b48b8d56bf707f25f322c04eb423e99
MD5 9e8ac36a562971c89e653dd56b2498b5
BLAKE2b-256 ca41f8cf6d3174c9843bb3b606e607ed8b7259b511a9bf3ab747574fa5468a36

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp36-cp36m-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ec29c880b82cd38a63810a93b77e13f167e05732049101947772eed9ae805097
MD5 265e976258556f451669326ad079c31c
BLAKE2b-256 35300d5a8d94eb37422de270ff3faccdbcfa450eac0c53a4df64025cff572deb

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp36-cp36m-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 866a4e918f1f4b2f83e9982b817df257910e3e50e456ffa74f141a10adcd11d1
MD5 cd78693122ae75f619d03a6d297ea447
BLAKE2b-256 fdba93e905e99206253634ced11d083d023a06eca21b8405d6c6b855bd0d8c9e

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 92f04d63aecbb71d41f7db5f988167ef429f96d8197fd46684688cdb513e8a2e
MD5 9e50b031a54f43294d3addd4cf7daa31
BLAKE2b-256 17655ce1697086426cd0c29a8b6c7017dee5559abd3fd2a886159ada37b55836

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 861c37649c75a2ecfc2034a32b9d5ca744e1e0cddcbf65afbd8027cf7d9755be
MD5 f5238c64d985c953b01999ff9cdb44a3
BLAKE2b-256 19a66379fa14aff726381994bc96277b74ae014b3a65171b02e0cd0356cd5309

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 036dbf8373aed4ccf56d58c561b23601b8f33919ec1093d8c77b37ac1259702d
MD5 0f1c67347c67375f1aefb002321b5b4b
BLAKE2b-256 bd9eed8664561ba71e2c5a2b569c36baa5ebbc129965e89771041d2b2b92c80d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 649dd55948144a108041397f07c1299086ce1c85c2e166831db3a33dac1d0c7f
MD5 ef16e7e4b2df022bb649a8af5b11c64d
BLAKE2b-256 674f6afcf0b93412f4c72734cf11e68cdfdd323e7cd3470702a43ba8e0298d15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d72d69d4bb37c05a446d10bc40b391cf8fb7572654fb73fa69e7d2a395197e65
MD5 74d777fbaf37bf882d0d1d912a53fbc8
BLAKE2b-256 16a003f970eebeb4936af42a0eed3e68d545eba63fcd9c0499bfe6bd0ea80336

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c99fd8d3efc138d6a7fb1e822133f62bb18ffec66dc6d398dcb2ac2ab8eb2cb0
MD5 75d620c76c38c7ad58ac47be02b76eed
BLAKE2b-256 4ccbaea08207853213b4b0bd303591a193b4a6c77e9ad23d28f897c24079026d

See more details on using hashes here.

File details

Details for the file pyzmq-25.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-25.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5eb4b17d73b1fc208a4faa6b5918983ccc961770aa37741891f61db302dae4e
MD5 e861f12725a579a1c75e0c631de95c95
BLAKE2b-256 5a7a2935bdf6183bc64fac822729eec63451fbca1f941bf6a9eb0da4dcba0209

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