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

Uploaded Source

Built Distributions

pyzmq-23.1.0-pp39-pypy39_pp73-win_amd64.whl (436.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (823.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-23.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (865.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.1.0-pp38-pypy38_pp73-win_amd64.whl (436.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.1.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (828.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.1.0-pp37-pypy37_pp73-win_amd64.whl (436.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (828.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pyzmq-23.1.0-cp310-cp310-win32.whl (931.7 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-23.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.0-cp39-cp39-win_amd64.whl (992.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-23.1.0-cp39-cp39-win32.whl (892.9 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-23.1.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.1.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.1.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.1.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.1.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.1.0-cp38-cp38-win_amd64.whl (991.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-23.1.0-cp38-cp38-win32.whl (892.9 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-23.1.0-cp37-cp37m-win32.whl (890.1 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-23.1.0-cp36-cp36m-win32.whl (907.9 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

File metadata

  • Download URL: pyzmq-23.1.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.1.0.tar.gz
Algorithm Hash digest
SHA256 1df26aa854bdd3a8341bf199064dd6aa6e240f2eaa3c9fa8d217e5d8b868c73e
MD5 966904668f65bda89a5dad16860cbf30
BLAKE2b-256 cf9b166bc53bbe92067ad3771bdc088582c5e54a2fe5118dc417d165bf4fc0aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 05ec90a8da618f2398f9d1aa20b18a9ef332992c6ac23e8c866099faad6ef0d6
MD5 e06b4c65888ffc52c8000c5635c88afb
BLAKE2b-256 4f30c45c317b8a66b6eab961f869a7206d39f52007442623d1e1bf5fb796c618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 057176dd3f5ccf5aad4abd662d76b6a39bbf799baaf2f39cd4fdaf2eab326e43
MD5 7b456d133e1a9240801db5df67334c33
BLAKE2b-256 2d2fc9c8af52f7d94f1e007dd18d35426ff1cc92e3829d1363fd97b5aa38cd6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 86fb683cb9a9c0bb7476988b7957393ecdd22777d87d804442c66e62c99197f9
MD5 37ba85dd2c3522d089e228080dadfb18
BLAKE2b-256 e61634967a3f0800f99b69b11e640eadfbfb0592cbf799c5caf9be937c427205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc32e7d7f98cac3d8d5153ed2cb583158ae3d446a6efb8e28ccb1c54a09f4169
MD5 a5cbb10200829740eae7023724c26d66
BLAKE2b-256 84e89a8919e48df3ad6e56eef26597fe5e0faa3c23339a429e48094be4f50c52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 93332c6972e4c91522c4810e907f3aea067424338071161b39cacded022559df
MD5 a04c90b322adeb9414833c45a613440d
BLAKE2b-256 54b6142ac7d73210d67c46a9bd137ba044feabd6e99a268b4bf63214c7cf7e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ce8ba5ed8b0a7a203922d61cff45ee6001a41a9359f04f00d055a4e988755569
MD5 ed8666e582ba82ba550461f706d78a18
BLAKE2b-256 ba3d7992290433231f8e76a3723f01d7e10b882ddbc445dbddc96777636a004b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2e2ac40f7a91c740ec68d6db07ae19ea9259c959333c68bee56ab2c799a67d66
MD5 c2ada7a59e9ada76513212da3320c57e
BLAKE2b-256 cc7d09ba904e4eca49ef60b7e5e795c9f9c3f31af7f2f51c7c87a4bc4b669196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6c378b435a26fda8996579c0e324b108d2ca0d01b4661503a75634e5155559f
MD5 e305e39f68749124614d191115d8e928
BLAKE2b-256 75e422040679ab2145df2437c16cdc9406c49e0c3aead24a6b5b2f8ecae8240c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8757c62f7960cd26122f7aaaf86eda1e016fa85734c3777b8054dd334d7dea4d
MD5 2cb14e9bb4b277838ffa009e933e778c
BLAKE2b-256 919a312160a092400387ef82e24377b1cc6820af8eb1d9c33881707f3d6c27a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 154de02b15422af28b53d29a02de72121ba503634955017255573fc1f995143d
MD5 6add8b1b9c10e89484003984a69ba6f1
BLAKE2b-256 93ad5bdc7fe34e2b9041f3572e8d62585cfdbc8a888bccd70acd44c4ba361655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 563d4281c4dbdf647d93114420151d33f895afc4c46b7115a67a0aa5347e6624
MD5 5aeca7046bed40d9df134762364eb966
BLAKE2b-256 d963c9c8c847f824d69928cca9f28878faa06b439e08b99eba363a9e2a7a5096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99dd85f0ca1db8d17a01a25c2bbb7784d25a2d39497c6beddbe96bff74194e04
MD5 46ee900f69ecbe424055f7e7ea604b10
BLAKE2b-256 0aa354f156498a08e2992cef82e0f1bdab50da020b24cb10e046933bbadeab94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.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.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f4c7d370badc60ac94a554bc571a46d03e39d8aacfba8006b334512e184aed59
MD5 2c9717cfd27de80fe23afd85fb554b8c
BLAKE2b-256 b1ac34e546d5e202a48ac47d6abefd5086eee2ef838aaaf236c77d872272332c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 931.7 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.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 67ec63ae3c9c1fa2e077fcb42e77035e2121a04f987464bdf9945a28535d30ad
MD5 9375d76fc2d7bd2a18f4414240639fc4
BLAKE2b-256 8c550ebe5b9b02179efc5bce5fca1e19aee45e31aaea470b21c5af17aba4d80c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2b08774057ae7ce8a2eb4e7d54db05358234440706ce43a85814500c5d7bd22e
MD5 c81b1fab323f236c5724ffc5bfddd031
BLAKE2b-256 906f6f38387d2af6c4052f043644a1d4002d1605193453f6d56211db00679c5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ddf4ad1d651e6c9234945061e1a31fe27a4be0dea21c498b87b186fadf8f5919
MD5 c55ecc6f778fa8324066429ec59d4d8f
BLAKE2b-256 6e981a4baaeea9818f5705f2002fedc4f858704fc2349564daded8a5ab01fdea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38f778a74e3889392e949326cfd0e9b2eb37dcbb2980d98fad2c51703d523db2
MD5 e6785efa2ef5904e61116d1a8aa2f663
BLAKE2b-256 bf4c3647a75a223ea19a9728b254c79d69ee1d3df86addef5fb5627482009976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 425ba851a6f9892bde1da2024d82e2fe6796bd77e3391fb96665c50fe9d4c6a5
MD5 d0b7dadc5b335daa9ebf875b580084d8
BLAKE2b-256 e5c5a5e834e86c046d7487a017c0348a250170296ee990cb9c0fdce09d7efc7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53b2c1326c2e484d450932d2be739f064b7cb572faabec38386098a28516a529
MD5 cc7799c776e36b4c91fd35ef2e69e73b
BLAKE2b-256 022810d8d50e8f5b62829a660dec3f7efdbf00e1424956f5a8c23eecf8d4c6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 28f9164fb2658b7b414fa0894c75b1a9c61375774cdc1bdb7298beb042a2cd87
MD5 5ced93df1e5b76fb5527bf9f7cb4e9a6
BLAKE2b-256 6992ba886f2bab626262b4f2037907d162401f55640da21c7a03451def050cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cd82cca9c489e441574804dbda2dd8e114cf3be7935b03de11dade2c9478aea6
MD5 2dd9af564987df3d41bd64eaef5b2456
BLAKE2b-256 c640b6d3e95cc06a9b2dfe83838c33c23ce049ab127e74198fe3178d84938420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6d346e551fa64b89d57a4ac74b9bc66703413f02f50093e089e861999ec5cccc
MD5 421b705a81151783411afac3b4bca9c1
BLAKE2b-256 f448be147934a0828b5a8975db4fd10af0519eb28febee61fcd9ad3f1970a56b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c7fb691fb07ec7ab99fd173bb0e7e0248d31bf83d484a87b917a342f63812c9
MD5 24bb6885a4273b3ad305823ff28f2ac8
BLAKE2b-256 b16b3847d4613e8b3abd4a886d041f9d2b9b5022b5151b6e12959e1ba7dc44d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 992.0 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.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7e7346b2b33dcd4a2171dd8a9870ae283eec8f6231dcbcf237a0f41e74751a50
MD5 4c906e3ec4621d641b1015c2bf189dc6
BLAKE2b-256 886fbfad980ef606da3e8a231af0c752ae977e2f32934fcd8a328c5a9b0f5d9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 892.9 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.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8a0f240bf43c29be1bd82d77e602a61c798e9de02e5f8bb7bb414cb814f43236
MD5 84207c4ae14d8dc62cb6ea4462501d0a
BLAKE2b-256 29a4db6624b28a18cb7ea23818c42f2a0a8815b3088b535faeb71a2729a4c4c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3955dd5bbbe02f454655296ee36a66c334c7102a29b8458223d168c0380edfd5
MD5 6c1909ed4ab44b35235e5396482aa2cf
BLAKE2b-256 3a6f9ba269612e381632899fe6545b8f6f4426606e5d6e5529f6a2a857513d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 67a049bcf967a39993858beed873ed3405536019820922d4efacfe35ab3da51a
MD5 28be1a56655da2b63041e835c339adb2
BLAKE2b-256 995a2208044343d47e218c40651adfe4dc2446e409cdefa816428f7da883ef09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48bbc2db041ab28eeee4a3e8ada0ed336640946dd5a8e53dbd3805f9dbdcf0dc
MD5 e963ac0397253075be1da74c516a01d1
BLAKE2b-256 a26f09c0ce221cf500dc976aebb54db37f92cce6bc6b15e2f2a12215ac427c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b3bc3cf200aab74f3d758586ac50295214eda496ac6a6636e0c881c5958d9123
MD5 8368dfafb7996a68555e9e51e37cddf2
BLAKE2b-256 50c08106e36286ea853b029c25ba73d270d7177d01afdc20f3044b56a63bd4c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 97d6c676dc97d593625d9fc48154f2ffeabb619a1e6fe8d2a5b53f97e3e9bdee
MD5 c327f7c51e51e102c8dac4c9175d9c42
BLAKE2b-256 eca19606153f2780df69d5d33459342cab043f109ef02ae4d919dca3b01cd606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cfee22e072a382b92ee0709dbb8203dabd52d54258051e770d9d2a81b162530b
MD5 8cfc28b08231fd3074beb1450373be02
BLAKE2b-256 0a0902b89ce28f289bff3d6368206c32d5089cf4f851c1b77a86c3dd364e4dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68e22c5d3be451e87d47f956b397a7823bfbde2176341bc902fba30f96831d7e
MD5 20ed745489f89ee3014027cfe053ca9a
BLAKE2b-256 941b28c44db9528074cec0518b0360a2f9e4b48337d1f87fb6e19512454279b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 991.4 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.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8679bb1dd723ecbea03b1f96c98972815775fd8ec756c440a14f289c436c472e
MD5 14d3b3f9386e98ade85f60dee6716556
BLAKE2b-256 57631bb1414caee4ade0e2486408ce2807bbfcdfd6bc6fef7219363a9bc84607

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 892.9 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.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 540d7146c3cdc9bbffab039ea067f494eba24d1abe5bd33eb9f963c01e3305d4
MD5 6f85a9f5e9b40bd96c3191f67018a37e
BLAKE2b-256 6ac026c6907c9d62f0479616d2abb582b2644495f0ac2ab9efe7cbf20cc5bb7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4fbcd657cda75574fd1315a4c44bd322bc2e219039fb09f146bbe6f8aef039e9
MD5 1f8b73e61e42fc7084a4172db9d7b1ff
BLAKE2b-256 388144ddba9d3109943a88cf37c3d8f0713efe085521da659ae5c09c04d46928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8c3abf7eab5b76ae162c4fbb16d514a947fc57fd995b64e5ea8ef8ba3b888a69
MD5 06f9c09e401c022f691ae8a180b94713
BLAKE2b-256 2a9fd7886a9e7ec8b23ab49054ff79dcc0343d81fafb04abbf2a9d70eee92f9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ff8708fabc9f9bc2949f457d39b4088c9656c4c9ac15fbbbbaafce8f6d07833
MD5 fcb2f676280adde3d3bee5eb65e09ad5
BLAKE2b-256 2d32924d15f3322b7f4a909768ee41d415b9c0ade23ab0d794adf3eb32a77abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 312e56799410c34797417a4060a8bd37d4db1f06d1ec0c54f7c8fd81e0d90376
MD5 9af587d5cae93535488cb5966ec243ab
BLAKE2b-256 9e5d7554c32ba0eb42285e272a33be4b49560d1372824d1933351c963d3e25a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 83f1c76068faf62c32a36dd62dc4db642c2027bbbd960f8f6345b59e9d4dc472
MD5 04dd8f5220407bff249819d0ee718a4b
BLAKE2b-256 7aeaa9e8ef3142c16a8760d5235e44dbd1585198cb1b6fc2bd4f4f47c9a5f016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 81623c67cb71b93b5f7e06c9107f3781738ae86866db830c950223d87af2a235
MD5 83ea77841bdc1c1c0fd38356b6040727
BLAKE2b-256 30fbda2b6dd4d7b6ddc083a9c3f0368717a2684df8cb5d80ebd3d08fe5c9010a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.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.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6cd53e861bccc0bdc4620f68fb4a91d5bcfe9f4213cf8e200fa498044d33a6dc
MD5 b0536819d3d10cbae73a585e88f6e661
BLAKE2b-256 7423e3622112bb9fcab4ab0b98654ab9fbe5f76ef83c718846668aca63da27c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 890.1 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.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 523ba7fd4d8fe75ad09c1e574a648892b75a97d0cfc8005727681053ac19555b
MD5 7aaed252f3dae451bd321dbf8fc5b3eb
BLAKE2b-256 2426ed433e029a077205d684220de02ed291535e989c57e6da0e44f89e6c3959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eb0ae5dfda83bbce660179d7b41c1c38fd833a54d2e6d9b258c644f3b75ef94d
MD5 000fce2b1f688f8703d6d9f68e2577bd
BLAKE2b-256 3021f61933a297c028f7694bb4169eda7e5b99ce860b0768658c12686a44a09d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bba54f97578943f48f621b4a7afb8eb022370da26a88b88ccc9fee9f3ef7ce45
MD5 2a46cd7502f798e184a292109eff3b25
BLAKE2b-256 4705671f71c6905a375c8512f13fd5d9d52cc862b56ac635c4c9208d0ff29516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6bd7f18bd4cf51ea8d7e54825902cf36f9d2f35cc51ef618373988d5398b8dd0
MD5 5066fec54ffe9140dfe9bdd9c78f9908
BLAKE2b-256 7e9959aba6aa1e6f4ff3baa2eebc464f0abbfbd7972d49f21aeae64de35f8542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 894be7d17228e7328cc188096c0162697211ec91761f6812fff12790cbe11c66
MD5 5ef4404ed89af5b304cb91b0639a3d68
BLAKE2b-256 b04dcfdf4170b18b93f9055a3c80b426c7b764f088b301df9d53c2bca7ffbaf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fab8a7877275060f7b303e1f91c218069a2814a616b6a5ee2d8a3737deb15915
MD5 3c5a929376f41051fcf8a6fb24647266
BLAKE2b-256 72457abd2f8b17705112f4f479260af74dd6eaf18b5e3fa4a8cacc827d812120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd2a13a0f8367e50347cbac87ae230ae1953935443240238f956bf10668bead6
MD5 9a8b52b10454cc9155d02bd5ac5128bb
BLAKE2b-256 a370f7c4f2df73d0ca210e4e1a0a3cabdd63ff2a6ec707a9247e23d3831998d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.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.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2951c29b8649f3672af9dca8ff61d86310d3664d9629788b1c66422fb13b1239
MD5 0b4e0ca6c2a3b6f24b7b0e43636c2f0a
BLAKE2b-256 760ff8db8fa5f86e42c5f06be63037d7224f53cc872e2a406df0519857b36dab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 907.9 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.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d977df6f7c4109ed1d96ffb6795f6af77114be606ae4556efbfc9cac725db65d
MD5 f7d0f371d21f9cc7ce5ba0456538a62d
BLAKE2b-256 bc98169e70a6cc078e2aa9c6b177f58f9c5dba76adb14ad9eca7b4924a0d9c8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cbc1184349ca6e5112898aa7fc3efa1b1bbae24ab1edc774cfd09cbfd3b091d7
MD5 179678d2a3a34de1d65f8bdbe39204bf
BLAKE2b-256 c0837b21c58d9047d65e073cafda0342b70a9530727243f8f26e2826b85998a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7626e8384275a7dea6f3d1f749fb5e00299042e9c895fc3dbe24cb154909c242
MD5 b66e611a537917194abfaea69696ae3e
BLAKE2b-256 2068a5709b4e42eadc5b39c89977ba1eba3d4e4cf89eb64d66e7ba9f5d3e79ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16b832adb5d8716f46051da5533c480250bf126984ce86804db6137a3a7f931b
MD5 85aab0811aea0ea01559886ac04ca8e2
BLAKE2b-256 c9af22ea9d202cdb65e474afd1a8eac0060d0031673bd6b4102ddce9df03b74c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6ab4b6108e69f63c917cd7ef7217c5727955b1ac90600e44a13ed5312019a014
MD5 3832780b68dada7a26fd1038c04d4e1f
BLAKE2b-256 ef4029d582d89dd3a35fa044e417f082f8d190de8e28a087f2eb46b69deae40e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 da72a384a1d7e87490ca71182f3ab469ed21d847adc16b70c34faac5a3b12801
MD5 d8942d7d451ab08448fe9014c6efe690
BLAKE2b-256 4a93dba60b4bfdaca8d8e5caba05060b2d5b4f4b852cc6a47acd7fffc5b82f43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6c9d30888503f2f5f87d6d41f016301352dd98da4a861bd10663c3a2d99d3b5
MD5 1ce3c9e40dbf6dc5d82d033012b9d6ee
BLAKE2b-256 218e8f222a48830e10b84f20c6279d64884260505dcd0cd8a97b1a22a1019cab

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