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

Uploaded Source

Built Distributions

pyzmq-23.2.0-pp39-pypy39_pp73-win_amd64.whl (436.9 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (823.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-23.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (866.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.2.0-pp38-pypy38_pp73-win_amd64.whl (437.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.2.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (829.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.2.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.2.0-pp37-pypy37_pp73-win_amd64.whl (437.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (829.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pyzmq-23.2.0-cp310-cp310-win32.whl (932.2 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-23.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0-cp39-cp39-win_amd64.whl (992.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-23.2.0-cp39-cp39-win32.whl (893.4 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-23.2.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.2.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.2.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.2.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.2.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.2.0-cp38-cp38-win_amd64.whl (991.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-23.2.0-cp38-cp38-win32.whl (893.4 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-23.2.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.2.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.2.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.2.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.2.0-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-23.2.0-cp37-cp37m-win32.whl (890.6 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-23.2.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.2.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.2.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.2.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.2.0-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-23.2.0-cp36-cp36m-win32.whl (908.5 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzmq-23.2.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.2.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.2.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.2.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.2.0.tar.gz.

File metadata

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

File hashes

Hashes for pyzmq-23.2.0.tar.gz
Algorithm Hash digest
SHA256 a51f12a8719aad9dcfb55d456022f16b90abc8dde7d3ca93ce3120b40e3fa169
MD5 7de9c7bb05cc89d21e4105ec1ac7c270
BLAKE2b-256 368050962c33a3ad813b086fe2bf023bb8b79cb232f8e15b1b54a4d5b05b62ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ce4f71e17fa849de41a06109030d3f6815fcc33338bf98dd0dde6d456d33c929
MD5 675941116639f8bba8a09d6b2e051239
BLAKE2b-256 b40d943589cd974310f28ea4f6214ad0ed3fd10966bc18310429eb9e6e840033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c616893a577e9d6773a3836732fd7e2a729157a108b8fccd31c87512fa01671a
MD5 1825935c3758acaa7ccc4360d3245e06
BLAKE2b-256 512ba73b3da1c35ed25f111166e467a50a56baa751dd1839077685dd27db581f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21552624ce69e69f7924f413b802b1fb554f4c0497f837810e429faa1cd4f163
MD5 53dad83ff22526c84cae71489ecd2140
BLAKE2b-256 c54b3cc50bc22a9dd1faa9eb68de4fffa2eb2403b9fd9da261cca393688da667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bbabd1df23bf63ae829e81200034c0e433499275a6ed29ca1a912ea7629426d9
MD5 988ca2fb1c4b1b3d91b08b51b66578de
BLAKE2b-256 5183864a3bb55157468a3803825b1c2d9ff694b49c489cb9ff6bdd7eca09c39d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8c0f4d6f8c985bab83792be26ff3233940ba42e22237610ac50cbcfc10a5c235
MD5 7bde83cbc0a15b622a78f4eb490808fd
BLAKE2b-256 233f85a09ccd160fa6c0d4027dffc92a81bac5d6deff94b60af53c3a5fde01d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1b2a21f595f8cc549abd6c8de1fcd34c83441e35fb24b8a59bf161889c62a486
MD5 7ca7dafaa8132b31db60b74e0420ca3c
BLAKE2b-256 bcbc2ba71216d74d49433d56c0e4f63db9a33ca64d8bea0b60ed3f986ee320d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da338e2728410d74ddeb1479ec67cfba73311607037455a40f92b6f5c62bf11d
MD5 46a008c16dbe8050880023ca7dcc8d7b
BLAKE2b-256 5d8d3dfb8beaaa4b3acf956f05a3ec10c7e252b9c97e4cea48ed70bc8b239f8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb4a573a8499685d62545e806d8fd143c84ac8b3439f925cd92c8763f0ed9bd7
MD5 01f7bd0c76e63b7311b979542de01d0e
BLAKE2b-256 1960fed6dba3513b13c7f73d793dd979a2278e0d57d78e99e0e21efd1f042884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5d92e7cbeab7f70b08cc0f27255b0bb2500afc30f31075bca0b1cb87735d186c
MD5 35a7954123c12505d8be19a4a8df070e
BLAKE2b-256 27fbe04e2f9c1f3da0abc29ec91b1074199123869c042ba15de036a969980089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 057b154471e096e2dda147f7b057041acc303bb7ca4aa24c3b88c6cecdd78717
MD5 018be7ef67e53383cd07daddd73a53ea
BLAKE2b-256 2fd1eb9df29e98eec60a9c6a18ec3e38fe30473f957a8c6e526586f4353a65be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5d57542429df6acff02ff022067aa75b677603cee70e3abb9742787545eec966
MD5 96d56c3f809c03bc627260515383937f
BLAKE2b-256 4b673efd9a2d94b441b6b541910eb960c250a56b192babdfc951937b225eb56a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fee86542dc4ee8229e023003e3939b4d58cc2453922cf127778b69505fc9064b
MD5 6c4ef250f4852f69a8e09b64bb84e3aa
BLAKE2b-256 d95b58463ff6bda462a04eb0bb94f7e56da533de505acb5943cac83145f2da9f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a3dc339f7bc185d5fd0fd976242a5baf35de404d467e056484def8a4dd95868b
MD5 06015e30e77998f00763d96552d74f4a
BLAKE2b-256 442a58d094ebe731dd650a73325304d92cf96199ec96da4e39a12dfeb3299f76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 932.2 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-23.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e669913cb2179507628419ec4f0e453e48ce6f924de5884d396f18c31836089c
MD5 1dcfdece05663afcb72a90612413a7d8
BLAKE2b-256 85b8223ee02e04d020895cfc851fbc87312699c030746e64a1b08615e08b5def

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e2e2db5c6ef376e97c912733dfc24406f5949474d03e800d5f07b6aca4d870af
MD5 d895da7be5a4ea7d0cfdd11eae59efce
BLAKE2b-256 7b72fd435d74e561a0aaea1bdc774832a0ea26a3e2696174735827d39bd78007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f3ff6abde52e702397949054cb5b06c1c75b5d6542f6a2ce029e46f71ffbbbf2
MD5 06ce73aba3b7c2ed10688f79a3f84aba
BLAKE2b-256 d7c59088e116ef50f59fc3539cf4203b9f416bad4567db84387c6bdce0bdee24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5aa9da520e4bb8cee8189f2f541701405e7690745094ded7a37b425d60527ea
MD5 10dfadfe0498534a49c9269264dc2ab1
BLAKE2b-256 f335a78fd1072956b96a6d62ced4e849154dbc3ba5cc19a97cf46de85729e30f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de727ea906033b30527b4a99498f19aca3f4d1073230a958679a5b726e2784e0
MD5 8354a3c9f4d497b72223acae8fc272e7
BLAKE2b-256 01b4bd0ff200b4491fa1f87e56b342db1bf59aba3ad3685e61292caeaffbfb71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e08671dc202a1880fa522f921f35ca5925ba30da8bc96228d74a8f0643ead9c
MD5 04651595fc113cac397b2b9da889b423
BLAKE2b-256 d1a24d7245586047162aac2a414ed18bb1163651a2febf06e4a5b87f1696f5f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bcc6953e47bcfc9028ddf9ab2a321a3c51d7cc969db65edec092019bb837959f
MD5 a8e11e44d6c47091cc87cca77fb7538c
BLAKE2b-256 1866cefb014071b95aff3c3b799a9666aedd14a51980be406a7ec0e8e9357bcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d4651de7316ec8560afe430fb042c0782ed8ac54c0be43a515944d7c78fddac8
MD5 20cb8aacc5d7515e5443d0447ce5457e
BLAKE2b-256 0a310bc285d18f15abafcd6d8181b15312a59e9530cb81142b9305dc00111bd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 22ac0243a41798e3eb5d5714b28c2f28e3d10792dffbc8a5fca092f975fdeceb
MD5 494d35b3b5bbc4d15946a299d145efd1
BLAKE2b-256 beec924392c4090951c1e3958c57b8f8cbb45d2b1d02912aa07ca1d407e3d99b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f685003d836ad0e5d4f08d1e024ee3ac7816eb2f873b2266306eef858f058133
MD5 467473d6c48f62d90b9c8bc860bf9df6
BLAKE2b-256 83c29e2d7535447b5b8345c4c0371eaf0a83336d389c5b1c7187a939ba138f26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 992.5 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-23.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 83005d8928f8a5cebcfb33af3bfb84b1ad65d882b899141a331cc5d07d89f093
MD5 b6724543965a70e94588e727da37d2ef
BLAKE2b-256 67de5409afc022412c10f2769b21907b3a3e61d7a158c659d5cc3ab3a3dc6363

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 893.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-23.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f146648941cadaaaf01254a75651a23c08159d009d36c5af42a7cc200a5e53ec
MD5 0fa2c05b0f54a259de065f40dd03fac9
BLAKE2b-256 9231e3d3ed655a51bdbcbe3f89c58264906d54d81a13375e9f8dcdb41b2f7524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 984b232802eddf9f0be264a4d57a10b3a1fd7319df14ee6fc7b41c6d155a3e6c
MD5 615740696fbc25db614f8884af2b06c0
BLAKE2b-256 afe58ec72413c273f809c5d774de6c251395621f7eba4db7eab34e6c14de764d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f5fdb00d65ec44b10cc6b9b6318ef1363b81647a4aa3270ca39565eadb2d1201
MD5 7d10fb81aad1718fece2368e723dad2f
BLAKE2b-256 57e5a2abdb6ee433d0c7469be046709f4545c15b8a3e7c921318eeabe6a4f097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c223a13555444707a0a7ebc6f9ee63053147c8c082bd1a31fd1207a03e8b0500
MD5 8f156992eda7d3703c0b60b07d7e0e4f
BLAKE2b-256 23c652044d65a34ec7770095f99e729000326dc0e64dbeff4603d8497ba74383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d1610260cc672975723fcf7705c69a95f3b88802a594c9867781bedd9b13422c
MD5 999acaa1187ad092b830c50507607f5b
BLAKE2b-256 5c03d5bf5767dc2b091c2b746a3a9ac8e253d74422399ee454a671eb243bfcf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 99cedf38eaddf263cf7e2a50e405f12c02cedf6d9df00a0d9c5d7b9417b57f76
MD5 ebeeb112b994b2077eda5cd7eefec7ca
BLAKE2b-256 ed4e8a8caa7cd341474e1d32888063cef692bb531a54544b4f18e5636347bc3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ced12075cdf3c7332ecc1960f77f7439d5ebb8ea20bbd3c34c8299e694f1b0a1
MD5 d18da41a4be7a0a034f59563a2ed926b
BLAKE2b-256 2bf8fcb34bbcd5541517cb03301c6c7eaa4372820bc001622d49ea56e97e543a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a4d87342c2737fbb9eee5c33c792db27b36b04957b4e6b7edd73a5b239a2a13
MD5 42a13801c0af99a2161f7597b78c521f
BLAKE2b-256 269d303ab95def1dafd17d2f44a365990af042e139e00935fe69fbf49c885fa8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 991.9 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-23.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c882f1d4f96fbd807e92c334251d8ebd159a1ef89059ccd386ddea83fdb91bd8
MD5 82bfb20b8904ff2aaec5bec730ae2b9a
BLAKE2b-256 4678fb2a52e24bae50cb9ae74bdb7c0773c5079b2159bd6618c3530900dbd4d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 893.4 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-23.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 59928dfebe93cf1e203e3cb0fd5d5dd384da56b99c8305f2e1b0a933751710f6
MD5 594aa3900b8973457caeba4953f93d06
BLAKE2b-256 0a486d8806e87ffa9e4949e4532558adb25ac67177b60abfaa112cedf32b7d6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 420b9abd1a7330687a095373b8280a20cdee04342fbc8ccb3b56d9ec8efd4e62
MD5 982e5b85ef4d2583867a1870b9f9872f
BLAKE2b-256 2cd571a04017ebcb8916920904e5be86cbd1a2c128768a7ca726b49111b159ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8355744fdbdeac5cfadfa4f38b82029b5f2b8cab7472a33453a217a7f3a9dce2
MD5 56a7f684ff6b80102b715d6827cc58df
BLAKE2b-256 da913b1c97004a0acdf018393bdaa18c27ffaa73a5a51ea70dd424dd108ba767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 859059caf564f0c9398c9005278055ed3d37af4d73de6b1597821193b04ca09b
MD5 e5bc6fdedd709264c5572e99dfd07e8a
BLAKE2b-256 f3383606f601f7af563009f29b6f1907b482cd9c0ecdc99ef5fb52669664eca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2b054525c9f7e240562185bf21671ca16d56bde92e9bd0f822c07dec7626b704
MD5 7e3a7190fe8d8fa54a97eec0ccd8f1c8
BLAKE2b-256 07fd5829d6760af443d271945635145df109e393504afbc0e5f0e9bc0fb28374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 693c96ae4d975eb8efa1639670e9b1fac0c3f98b7845b65c0f369141fb4bb21f
MD5 a68b9ad41e63bb75d0a5b7894737c1b1
BLAKE2b-256 b3bf0082e8935b05548bad27fdbb449d7900afb260045e796a03cbdcbb14b65d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61b97f624da42813f74977425a3a6144d604ea21cf065616d36ea3a866d92c1c
MD5 5478a60319e956eff30d0e3a7bc9e845
BLAKE2b-256 a1dbf9577833e6a8b11a2b0c4de8c4a6e429ec02bf6f0667b6aa3cbeca440b1c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 558f5f636e3e65f261b64925e8b190e8689e334911595394572cc7523879006d
MD5 afaaafc2f5914ab20c20b616a6765e69
BLAKE2b-256 424925b45cbde874b4ad2713dcdc21e7a51ecfae955eeec2ba9abf78566cf41e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 890.6 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-23.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d11628212fd731b8986f1561d9bb3f8c38d9c15b330c3d8a88963519fbcd553b
MD5 a523e7ae9fd8d43bf469ed2c370d87e9
BLAKE2b-256 97d4900dd70ffaac0e492bf81362628398b0f95c84f784fc9b86e80671066528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0a5f987d73fd9b46c3d180891f829afda714ab6bab30a1218724d4a0a63afd8
MD5 b4ba5581102420063588dc939100d3e2
BLAKE2b-256 a934e71c390f27ac4d3c7d32924f1da6b9a5201f2b66b04d2a562f58512741d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5592fb4316f895922b1cacb91b04a0fa09d6f6f19bbab4442b4d0a0825177b93
MD5 dd8d8b9474c802946171b91dc27e2edb
BLAKE2b-256 11482f064af51610d5c627616451e73f8a23da939db870d4cb3b7e83625c8d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 444f7d615d5f686d0ef508b9edfa8a286e6d89f449a1ba37b60ef69d869220a3
MD5 5b2648c01c404254b31a81672b987631
BLAKE2b-256 561aa65a32553eb09e135ad51c5d0fbb154a24c8968bc8d8556c7c64ad07f222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 004a431dfa0459123e6f4660d7e3c4ac19217d134ca38bacfffb2e78716fe944
MD5 40f8bd0037e9c478cfff58f28e6cd8f9
BLAKE2b-256 ada7b47f7d0ab72dc200ced5a91ddbcd372aa744c89e6e5ec10d62eca181c11c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c9638e0057e3f1a8b7c5ce33c7575349d9183a033a19b5676ad55096ae36820b
MD5 0d51e25fb28d4375d733c9fb6609b7e3
BLAKE2b-256 018bcef4c15eb89ec6c83e36198018ae59f12003c6d1528907eef9936b073945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5cb642e94337b0c76c9c8cb9bfb0f8a78654575847d080d3e1504f312d691fc3
MD5 f5c48f1d3bcc6529b8c2d70314ce788e
BLAKE2b-256 b8602cfb1a0a489d24857369d44b505a57e232c33b0d4afa3693214fe371652e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-23.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 60746a7e8558655420a69441c0a1d47ed225ed3ac355920b96a96d0554ef7e6b
MD5 d61859b246ea893fb101624ec981acce
BLAKE2b-256 9ebd30302234303a1c5fa933de6c32fedd4d6f5fea92bf0710c477b60c157366

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 908.5 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-23.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8496a2a5efd055c61ac2c6a18116c768a25c644b6747dcfde43e91620ab3453c
MD5 19ad4a16c6fe3f111002d2dc9ff73c54
BLAKE2b-256 748c28a0fd5d0b8d79524689733d1219400f19ccfa13ce69a9d4e253eb2fe022

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 814e5aaf0c3be9991a59066eafb2d6e117aed6b413e3e7e9be45d4e55f5e2748
MD5 7aca98c45c8c7339bb60d7c15d7eb7f9
BLAKE2b-256 ca4b37ecf786cfbd65c533d3bb04653c2b3b54a5360fa44c00fb6d08af113495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c8dec8a2f3f0bb462e6439df436cd8c7ec37968e90b4209ac621e7fbc0ed3b00
MD5 52a620da0d70ab31dd7e84e66a57cd24
BLAKE2b-256 47c0843503e5568521a53a71051b56ad51dc7bcb5d78ed48751a1d01fc40d5c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c2d8b69a2bf239ae3d987537bf3fbc2b044a405394cf4c258fc684971dd48b2
MD5 8b2ba1914f4012a819786026f17cfbc6
BLAKE2b-256 bf32e0b8989cddef2e5843b266fce3f66aa4b5a3aba3bccf0b0349e3aa5e1279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 831da96ba3f36cc892f0afbb4fb89b28b61b387261676e55d55a682addbd29f7
MD5 4221f259ce8088e63ca4bbf052be7b9e
BLAKE2b-256 7e1caeadcc59bea526c4228d716b1a56c1171e12da80144ed6377a877cfc27c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 602835e5672ca9ca1d78e6c148fb28c4f91b748ebc41fbd2f479d8763d58bc9b
MD5 747a76233be234a4cf6b686d3398efa9
BLAKE2b-256 3f38dffe9c20ee20d915a2e7fc059d63a4ad66ebe9963b242e6c3ef21b4d5b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 30c365e60c39c53f8eea042b37ea28304ffa6558fb7241cf278745095a5757da
MD5 2e75b258d3a530807c7b074f11fe015f
BLAKE2b-256 d2823ec22e7486ef43203c536478e5b789d983738435915cdc3e04a696340eb1

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