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

Uploaded Source

Built Distributions

pyzmq-23.0.0-pp39-pypy39_pp73-win_amd64.whl (435.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (822.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-23.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (864.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-23.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.0.0-pp38-pypy38_pp73-win_amd64.whl (435.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (827.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.0.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (873.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-23.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.0.0-pp37-pypy37_pp73-win_amd64.whl (435.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (827.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.0.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (873.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-23.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.0.0-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-23.0.0-cp310-cp310-win32.whl (930.8 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-23.0.0-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-23.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-23.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

pyzmq-23.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

pyzmq-23.0.0-cp310-cp310-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-23.0.0-cp310-cp310-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-23.0.0-cp39-cp39-win_amd64.whl (991.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-23.0.0-cp39-cp39-win32.whl (892.1 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-23.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0-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-23.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-23.0.0-cp39-cp39-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-23.0.0-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-23.0.0-cp38-cp38-win_amd64.whl (990.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-23.0.0-cp38-cp38-win32.whl (892.0 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-23.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0-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-23.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-23.0.0-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-23.0.0-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-23.0.0-cp37-cp37m-win32.whl (889.2 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-23.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0-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-23.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

pyzmq-23.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-23.0.0-cp36-cp36m-win32.whl (907.0 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzmq-23.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0-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-23.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pyzmq-23.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0.tar.gz
Algorithm Hash digest
SHA256 a45f5c0477d12df05ef2e2922b49b7c0ae9d0f4ff9b6bb0d666558df0ef37122
MD5 3a941dc42a1d4f39605ed43785c72ce4
BLAKE2b-256 5c3544e33d61923d603713387c1be6ab10b7b3e1893c0afdcd685915ff7ed058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4d861ae20040afc17adef33053c328667da78d4d3676b2936788fd031665e3a8
MD5 cc7721932ecb8d8f5269065c3646ce07
BLAKE2b-256 27c5a66b6be40cef73d3b19fc6068545b1079063336d59ed47ea0bd7ca643b03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8f40604437ec8010f77f7053fd135ccb202d6ca18329903831087cab8dbdab1
MD5 63cceafb59bbd4b58818e5d0928c5208
BLAKE2b-256 8faf40876a407d1c19fffa9b80f85b7381144ec52303cdd43f6fc1744bbb43fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7ca7d77f24644298cbe53bc279eb7ca05f3b8637473d392f0c9f34b37f08b49a
MD5 4ea5eed55ed3dc591430362df257ad22
BLAKE2b-256 20fe2372546cf3379608e04d1cfda845536ac4909c7e4524cfcd91d13711b802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9273f6d1da1018822f41630fb0f3fe208e8e70e5d5e780795326900cfa22d8b6
MD5 6453c47227a99745b6719aa062d7c72b
BLAKE2b-256 8f41c28a964b3013cfc2014f3e771047acd86f8a7cd405730793039ed85b54cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3fa7126d532effee452c0ab395ab3cbef1c06fd6870ab7e681f812ba9e685cfa
MD5 72dff94c67978f8a65afbcbd5db1bc0a
BLAKE2b-256 055bf88847c748bd0325616697a772143df7331846bd49896698d0bf1082a512

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e464e7b1be2216eba54b47256c15bf307ae4a656aa0f73becea7b3e7283c5ac2
MD5 a37a8d232dd73ca1c685498107cfdbf5
BLAKE2b-256 797446ac7172c2c7eab133206ec166cf4316b231a52cc3713c42c2b481f86966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a64b9cce166396df5f33894074d6515778d48c63aae5ee1abd86d8bbc5a711d8
MD5 303572978100149bf28563cdfc43d413
BLAKE2b-256 8df04362c286d1be4cc178a70508ddd00e7e32e4bcf05b52998feb31e8177637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0de8a7e13ffacfe33c89acc0d7bfa2f5bde94e3f74b7f1e4d43c97ce17864d77
MD5 fb15923d634de5d541fdfcbb4a61ee71
BLAKE2b-256 1cdc66e4dc270eb9afb0ce51d91d13e794519614d5f10a1c1e0b20a12ba007e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e730d490b1421e52b43b1b9f5e1f8c3973499206e188f29b582577531e11033b
MD5 7c85e79e90d39ac7ad1ca6a3f53dc744
BLAKE2b-256 4e4c9e88e241b30e7de9af4f014442e55aa0d8979879083398cd2f5cacce63a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd3f563b98e2a8730c93bdc550f119ae766b2d3da1f0d6a3c7735b59adfa1642
MD5 ac4479a2b8901ab4bdc7c963599d5818
BLAKE2b-256 04fa42567fe5459466e59f01796661c061e7c130a4cbd99d5aaba528a947aef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5a13171268f05d127e31b4c369b753733f67dbb0d765901ef625a115feb5c7de
MD5 13f87738d52eb0eeadd501eae945b0d8
BLAKE2b-256 4975998605a04c29fb89850bc7777bf3679338a36ada98afd70fa6bdf7cbf89c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a89285fedbeca483a855a77285453e21e4fc86ef0944bc018ef4b3033aa04ad2
MD5 95a4153bc09e60ace57e6e2b5c641a0f
BLAKE2b-256 e0b00c5e4c8e269b09b88cdfd5fb545b76014c4b014d63a2aaca9189211e22c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.0.0-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.0 CPython/3.8.10

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7eca5902ff41575d9a26f91fc750018b7eb129600ea600fe69ce852fbdfab4e2
MD5 80d5c48dd8733d0ff31f11988fed3073
BLAKE2b-256 1f6e15b34579daf17a2dd22c32c13bcc84dcf7f0da47a22fbc7f8afcaa225bac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1d480d48253f61ff90115b8069ed32f51a0907eb19101c4a5ae0b9a5973e40ad
MD5 b4608a4e5a69305ef4f704a4d4f4ccc0
BLAKE2b-256 c1e6c7b17b0d2db35bb9ddd4cbf0c6117b3ac9fff1b9476f405c8f79db8fc094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e7ae3e520bd182a0cbfff3cc69dda3a2c26f69847e81bd3f090ed04471fc1282
MD5 e421b4798be363348df8ac1279269da5
BLAKE2b-256 61c63232ad96c3d394b316ee35d075c6f736224682836e87343a0f74f795c2bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f3daabbe42ca31712e29d906dfa4bf1890341d2fd5178de118bc9977a8d2b23b
MD5 475c7abda2c29ffa2276fd6e1dd4d4c0
BLAKE2b-256 b8270aba71486142b82fd1fa02ef5b514c0fd8727952203caa107f6b1f862f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2e4d70d34112997a32c8193fae2579aec854745f8730031e5d84cc579fd98ff
MD5 986a31e22cf7a0178048869f68e4c8ab
BLAKE2b-256 ececb9904075d243085b6c40506b4b61657170fbf34604649f9392ecd2035585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cda55ff0a7566405fb29ca38db1829fecb4c041b8dc3f91754f337bb7b27cbd8
MD5 ac14e47e0983734226a26bad70099395
BLAKE2b-256 4202c0aa5a0665108caaf818bc74d998a7a80989320d0aa4a6bfc6e86389681b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be3425dfdb9c46dc62d490fc1a6142a5f3dc6605ebb9048ae675056ef621413c
MD5 afd2bc3adf696815aef5219143723d61
BLAKE2b-256 fe4e6489f510640cae7bfce81c9d1daaf312361c6eb905d899f7eaa1eab06db7

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fe8807d67456e7cf0e9a33b85e0d05bb9d2977dbdb23977e4cc2b843633618fd
MD5 4e042265063adea4c380d4e62092dc5f
BLAKE2b-256 f46eb2661ce331f5d2b4f29876b9c3043ff3cbe037b787a0c42821d6b950c246

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c2394bb857607494c3750b5040f852a1ad7831d7a7907b6106f0af2c70860cef
MD5 4b6d7c6ac7910d2ba3ae25d1b67058b8
BLAKE2b-256 4953753ee303b0fe81954f85213f27e8914e5364225cf7f1473390ad4860a3ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 176be6c348dbec04e8e0d41e810743b7084b73e50954a6fedeeafc65d7fa9290
MD5 bcab1cfc63a4a8f180e3fa79dc79fc47
BLAKE2b-256 de030848963412620a7687d38fbdafab8320f7aae0925dddbef2d9c2f9c5c7b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ef2d1476cea927ba33a29f59aa128ce3b174e81083cbd091dd3149af741c85d
MD5 303d255cb0c9a6524250ea49bf598ef6
BLAKE2b-256 da6d7322292ee273c7cb6622a0366af23aaa444fa9fe05c4229a13e4772ec7ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 011f26841dd56ed87e464c98023dbbd4c0b3ab8802a045de3ea83e0187eb8145
MD5 1461ae90ba68984c4ceeb4399ba091d9
BLAKE2b-256 4bd655dffe0dac9bbd4f77f1a3450894534d8be889a20539f057cae51932efa1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7b518ad9cdbaaeb1a9da3444797698871ae2eeae34ff9a656d5150d37e1e42a1
MD5 d1790a8d108e6524d86873eeea9aea06
BLAKE2b-256 5ade2203a40b2d11ad813dd0300136fd2797cf5d2ce1a478f01adc71ad795adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c234aefeef034c5d6de452e2af5173a95ea06315b685db703091e6f937a6e60
MD5 1f976e22d2ae93fbdd2bf4d5d46a8988
BLAKE2b-256 a065d0546fbc753fdae65922a852aef7f359dd2455e9d950c4f0e0aca2582943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c09e6e5c4baf0959287943dc8170624d739ae555d334e896a94d9de01c7bb21
MD5 64907efe95ba19ef1956c3d98c2b73f2
BLAKE2b-256 461ed41e8947356fe567699df304bf0880ace573c1f970fba9d010ca574be8eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e2093a97bf3f6008a4be6b5bae8ae3fc409f18373593bef19dd7b381ab8030c
MD5 848da4dd25f3782e0af6d7e173c71280
BLAKE2b-256 4a78c33fb4d11e4850538d629856096a2c340ea12ba6ba5ca4b1b2760f268660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 277b3ebc684b369a57a186a9acf629c1b01247eb04d1105536ef2dae5f61168a
MD5 21907ecddba7ec8bf53904dc5c4ab04d
BLAKE2b-256 99fbdc8778a620967be7744277fc329c8b7c42d7e6b406c092ef7ee083a98d44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f227150148e7c3db7ecd8a58500439979f556e15455841a30b6d121755b14bc
MD5 da0014910285f1b1447e32824070df33
BLAKE2b-256 8e2080fac464e9b2124f0c9d4220540e9ec18c684cc4eaea7cc13885b4908952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e9631c6a339843e4f95efb80ff9a1bfaaf3d611ba9677a7a5cc61ffb923b4e06
MD5 4514d96debeb3ec05070803444f98eca
BLAKE2b-256 5148d071a3e4dd648870411081c2a11e9a9b4e9b23c4f7c55fae3dbe213a6e6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 34b143751e9b2b89cf9b656081f1b2842a563c4c9ffc8465531875daf546e772
MD5 fe5881011f3d4d10a286c21df688f831
BLAKE2b-256 d67ae39fdde6c5bc825b635826bf54b4c84be50a9332484fe0967f9a8b8509ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9feb7ccd426ff2158ce79f4c87a8a1600ed4f77e65e2fffda2b42638b2bc73e4
MD5 870efe7031f41edc3d4605937876e850
BLAKE2b-256 97452551a5a63b698c84fb35ef02f97739338bf10bc70a1b17dc5b5daa14eb8d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0258563bf69f6ca305204354f171e0627a9bf8fe78c9d4f63a5e2447035cbb4b
MD5 4ca3535769a50470edbb0faa0c103f89
BLAKE2b-256 1a15b883353fdfee87b676ff6b72695a1347b19f7ebfd1229b713fa439b412f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0a89b9860d2171bcf674648dc8186db9cf3b773ad3c0610a2c7bf189cf3560b6
MD5 51bc6bd6d8cb11e9fa180484cb9c900c
BLAKE2b-256 57a72c55842ac74889b3d4c6d649a646976f97f052acd1fa3a7faf6c32f75dd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5619f6598d6fd30778053ae2daa48a7c54029816648b908270b751411fd52e74
MD5 273137fab6d22862202dcc8055dc44b4
BLAKE2b-256 7b8d0ac89b4579609ceb2dfcbbe8fbfda2566d907303689e417ae4a12190a727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8951830d6a00636b3af478091f9668ecc486f1dad01b975527957fd1d8c31bfd
MD5 58c133cdf2c9c7d1431458838902b249
BLAKE2b-256 b28116a792cbd2ac05ee78fe7c94c203373124ff833dd7d3d98e0d021b7fae3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b97dc1273f16f85a38cff6668a07b636ef14e30591039efbfd21f5f91efae964
MD5 1520358f13d058fe2bc197cf1d3d00f7
BLAKE2b-256 e99e52562db1aef0053d7c11086ce0750c35edaa3d864a9a9f99ed08f9e59e71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 011a45c846ec69a3671ed15893b74b6ad608800c89ac6d0f0411e2137c6b313d
MD5 cb571af6dc2fa645416af23ec80f9e72
BLAKE2b-256 da40fd5d3a7d3f46c377ca47dc1bf492c5d37930a165a932f8a192817e4c0335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f3807e81bf51d4c63eb12a21920614e0e840645418e9f2e3b5ffdd5991b3415
MD5 1bd66fca30bfd2d482df700b9c742fc0
BLAKE2b-256 bf2c50b991ca72c92b32f167103b96a9ae33603d3bd532e30d727ed6ff0542d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a0b8528aefceb787f41ad429f3210a3c6b52e99f85413416e3d0c9e6d035f8ac
MD5 f55207830b9a265e541af62122aacbc4
BLAKE2b-256 125ce8749eb15057adf898f33b95dfdcf55891e231dcb9368a22915e614a18dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 07d2008e51718fba60641e5d1a0646b222b7929f16f6e7cf0834b8439f42c9e8
MD5 519793f51676c419c195843b641c1b1c
BLAKE2b-256 c5882eaa2227516f60cea9164e7226bf062a9eca599273fdca0367574d6e58e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 12eac2294d48ee27d1eaef7e214acedb394e4c95e3a1f6e4467099b82d58ef73
MD5 f974f7f92d0fadffdd427c8a5c40bf41
BLAKE2b-256 cde6aca263e2f92f02ea966bfb6c4361944e91e5010a9575b3ecbf10b18e53fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 434044eec7f9df08fc5ca5c9bdd1a4bb08663679d43ebe7b9849713956f4d85f
MD5 a7d8ce995ac1161c4a52cc6da415e315
BLAKE2b-256 c57164901a815d817b781d0a8bafb46df4efa72ebaf99b110469916cd327f56d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21792f4d0fcc5040978ee211c033e915d8b6608ea8a5b33fe197a04f0d43e991
MD5 5959be5eb6f161320df0b7cfd89ac04b
BLAKE2b-256 303881d22dd2d4e29ae03d2a655425dac0f8816dc79c547c670cf3fcf9c65389

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9622d9560a6fd8d589816cdcec6946642cb4e070b3f68be1d3779b52cf240f73
MD5 0a2730dd44cda81e3de77c179ed1475f
BLAKE2b-256 ada1c1e4b23818f70b7d237afda9eb317a49d152d345714643892ada17241ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a37f0ec88e220326803084208d80229218b309d728954ab747ab21cca33424aa
MD5 952143d651742da5e5be8e361938e23c
BLAKE2b-256 52ed770814d492b32acd5feae67ca9607cdc0be0dd671377bd0afd039b6eb406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5eaf7e0841d3d8d1d92838c8b56f98cb9bf35b14bcbe4efa281e4812ef4be728
MD5 98956b4803c2389a005d3427f84fe17a
BLAKE2b-256 b7dd867f527af20e40e26ccd08b5f4b3b99676c0f10370c369ac060a074c28c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.0.0-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.0 CPython/3.8.10

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 536491ad640448f14d8aa2dc497c354a348f216eb23513bf5aa0ac40e2b02577
MD5 d0fbdad2d5e8841438d364ea44dcc980
BLAKE2b-256 7b09f61e77d04158d7fa236082790fe46fa54bd09cb6dd92b333d740cd72c1da

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0a787f7870cba38d655c68ea7ae14bb6c3e9e19bb618d0c2412513321eeaeb80
MD5 2394ebcb7e36a4c507a575ecfc7fdee5
BLAKE2b-256 b04f86347efc8aaf9b89320ad4f490e60f424025215f61f8e9a010e34b3e53f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cb45b7ea577283b547b907a3389d62ca2eaddaf725fbb79cd360802440fa9c91
MD5 68b2717a30db2420c83087b69591bf34
BLAKE2b-256 871a358664214d47c0b9bd3d212c2d3576ad4da21fb8e7f44db9dd7b1ae50e99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 12a53f5c13edf12547ce495afebdd5ab11c1b67ea078a941b21e13161783741a
MD5 fb5f5ac71c1b03827b08bbe7d1ac8cbc
BLAKE2b-256 e1dbb6052d4ff1c39f0dc603f1783116d8e15d6398a2c404d066e4971ca9d114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 591b455546d34bb96aa453dd9666bddb8c81314e23dbf2606f9614acf7e73d9f
MD5 1a59f3b311e255b0cdfb7e0b25b3908e
BLAKE2b-256 334a3c6b1a104a9ccfd433ef9c6e6e83939a0ad4a1e95d23d3a72a8c606048a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 df0b05fa4321b090abe5601dea9b1c8933c06f496588ccb397a0b1f9dfe32ebe
MD5 2252d1547c8530d08168116005aa6b94
BLAKE2b-256 96264aa8fe231dfa9e78ccaa161787a57c3c8a4c2c24bbdb9c2defae49e603f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bdd008629293a0d4f00b516841ac0df89f17a64bc2d83bcfa48212d3f3b3ca1a
MD5 b302a802912418f98cd3dcb913b4b007
BLAKE2b-256 d1dda054e2caa7658f558212e6a1b608ab5627d16b464a010417485ee91f35c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2a4af5e6fa85ee1743c725b46579f8de0b97024eb5ae1a0b5c5711adc436665
MD5 18a3b4c3785bf25160d4bf148bdb12d2
BLAKE2b-256 2a9602eda7a47c3a900a13a6998622ea8699d9c088ee43bb42ddde4e21094dcd

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