Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

Build Status

This package contains Python bindings for ØMQ. Ø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 GitHub 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-22.2.1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

pyzmq-22.2.1-pp37-pypy37_pp73-win_amd64.whl (480.2 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-22.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (838.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (882.3 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pyzmq-22.2.1-cp310-cp310-win32.whl (979.0 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-22.2.1-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-22.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

pyzmq-22.2.1-cp310-cp310-macosx_10_15_universal2.whl (2.0 MB view details)

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

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-22.2.1-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-22.2.1-cp39-cp39-win32.whl (935.3 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-22.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-22.2.1-cp39-cp39-macosx_10_15_universal2.whl (2.0 MB view details)

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

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-22.2.1-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-22.2.1-cp38-cp38-win32.whl (936.1 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-22.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-22.2.1-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-22.2.1-cp37-cp37m-win32.whl (929.5 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

pyzmq-22.2.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-22.2.1-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-22.2.1-cp36-cp36m-win32.whl (928.1 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

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

pyzmq-22.2.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

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

File metadata

  • Download URL: pyzmq-22.2.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1.tar.gz
Algorithm Hash digest
SHA256 6d18c76676771fd891ca8e0e68da0bbfb88e30129835c0ade748016adb3b6242
MD5 f261acf884460e93d30f7113c8e9242e
BLAKE2b-256 d66798d0d6ac5c784190a0f9728410902471552cffc78cef37830cd86b9cd70d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 480.2 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b3f57bee62e36be5c97712de32237c5589caee0d1154c2ad01a888accfae20bc
MD5 63ababbd399172bc9f182819e8ffc164
BLAKE2b-256 10c6315cdb65dcfefe4aa005b24032db6400f741896f6d13953cc8d97aa48c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 200ac096cee5499964c90687306a7244b79ef891f773ed4cf15019fd1f3df330
MD5 55a0ceccbc48d845e2f20b71076210d8
BLAKE2b-256 9d63e481dee08e85efebee4091b3749ec03d764bb9fdb3b140d4836b3432b637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 021e22a8c58ab294bd4b96448a2ca4e716e1d76600192ff84c33d71edb1fbd37
MD5 104e9b00f3ac257ca892a5c01f829244
BLAKE2b-256 f0f382ac0f69aa4f867b9b799768114c8f00051358b0c2ceb4f1dc8fef221eeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed67df4eaa99a20d162d76655bda23160abdf8abf82a17f41dfd3962e608dbcc
MD5 d2255848bfc31b9ee585e80743bcc620
BLAKE2b-256 9bb7aaef7182b078dfec15dadf07d00b6a36fab8cdffaac3e77534da5da08433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pyzmq-22.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4842a8263cbaba6fce401bbe4e2b125321c401a01714e42624dabc554bfc2629
MD5 6923350a087b1dd9083d35c3242c9f2c
BLAKE2b-256 f631a2ff94e5c18e4d7ed8d8d3b88be153f4798a3b66e67bf18dc5815cc3dd75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 979.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pyzmq-22.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 31c5dfb6df5148789835128768c01bf6402eb753d06f524f12f6786caf96fb44
MD5 39be454a8c1ed13c7d0aa775decd7f19
BLAKE2b-256 3ca045699ebb9f11325e02b1d61cfd880759125b066daa7d1cbb9e3488695ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1b6619ceb33a8907f1cb82ff8afc8a133e7a5f16df29528e919734718600426
MD5 4b84af6d91461e329f31d2535f199a6f
BLAKE2b-256 585a2fba56faac0b971cd04ae6edcb49b1df310d30f77e0942ab06597a1fb9c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f520e9fee5d7a2e09b051d924f85b977c6b4e224e56c0551c3c241bbeeb0ad8d
MD5 48334995984202acb59cf7d29f3e614f
BLAKE2b-256 41ecd2dca8687124273aa465bd176338c8091e71b56a751e96947fa7b6f51483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0471d634c7fe48ff7d3849798da6c16afc71676dd890b5ae08eb1efe735c6fec
MD5 4079c5bb899374314da8ac27e8777f3f
BLAKE2b-256 5c3d07e2e414d6d04eda2e0bdfcca25b031dfaef066e912061d62dc847adcaee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp310-cp310-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pyzmq-22.2.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d60a407663b7c2af781ab7f49d94a3d379dd148bb69ea8d9dd5bc69adf18097c
MD5 e9e2e572111eb552400faeb511e84108
BLAKE2b-256 932dab1e40d5aea2c888963ecbfac17bd89dcca48d07660351b04d4558bc8911

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pyzmq-22.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 631f932fb1fa4b76f31adf976f8056519bc6208a3c24c184581c3dd5be15066e
MD5 62e49b05bff40d3e10aca030e2208bf9
BLAKE2b-256 29844222b6553156f98ac9d1da79d017e1897e09593fbbb51e533e535115acbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 89200ab6ef9081c72a04ed84c52a50b60dcb0655375aeedb40689bc7c934715e
MD5 546b69490f6a6da1da777971dd096c86
BLAKE2b-256 0861be14023661b44f15afb2f3f8001ffda01f099c85ee716cbcf8f995f978bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 935.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6a5b4566f66d953601d0d47d4071897f550a265bafd52ebcad5ac7aad3838cbb
MD5 1d5b6318cb3f9c9dc865f8c68f3466c1
BLAKE2b-256 e748351e641b1a20ac83bd5a0a4500d348bb35abb06772aab4ba928c4eea4cd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4428302c389fffc0c9c07a78cad5376636b9d096f332acfe66b321ae9ff2c63
MD5 d54c721c20fafa510f3397f640c160a4
BLAKE2b-256 3593f4da7459a4b795b15962f6c0836f89ad5d22bcb0549071e18b092c0728a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c9cb0bd3a3cb7ccad3caa1d7b0d18ba71ed3a4a3610028e506a4084371d4d223
MD5 ac2434e2ec1fec1a2eafb0c7127e139e
BLAKE2b-256 13b83cfc71a32e6bae3355051823fbfc6e9db24f9b5245e6da55c941d86536ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a649065413ba4eab92a783a7caa4de8ce14cf46ba8a2a09951426143f1298adb
MD5 14b95572b582b8f127900a8c537dda6d
BLAKE2b-256 420634f6ce384364c7f4f42ecc2617c2a68eeb47f3654cf17b41ce2dd0b536c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp39-cp39-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f5c84c5de9a773bbf8b22c51e28380999ea72e5e85b4db8edf5e69a7a0d4d9f9
MD5 f7188950746f372ea99ebb29532f749c
BLAKE2b-256 c0ad99281b79277aa753cc48aba7a97e6b12a943fef1c67a0c6a620c08885664

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2534a036b777f957bd6b89b55fb2136775ca2659fb0f1c85036ba78d17d86fd5
MD5 e55b705af7b2536074b21631367afc48
BLAKE2b-256 d995489039e28dea1aab3db34e277d8dbaaa6e6fa5d01531f0fb191c87456a70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ff345d48940c834168f81fa1d4724675099f148f1ab6369748c4d712ed71bf7c
MD5 d2ff58e1202daefa700f1ca5b7839fa6
BLAKE2b-256 8f83ffa90b950ab2bf308096abf1cf0820f90c1e0cb00c005ba77c4ea185094d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 936.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b2c16d20bd0aef8e57bc9505fdd80ea0d6008020c3740accd96acf1b3d1b5347
MD5 e9824d51062ab7e66bcc61706ea7c627
BLAKE2b-256 2dc1f948859ed81d0ffcb4dd61a108eac57c3f559e403f19bd66d4938266a5f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66375a6094af72a6098ed4403b15b4db6bf00013c6febc1baa832e7abda827f4
MD5 972bece69604fbdd61626b2c311e42fc
BLAKE2b-256 a1af06cbe53075d9e8f780d2530b2ec13ec4c19577cb90db0a6fbd6eef6b7d90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ac4497e4b7d134ee53ce5532d9cc3b640d6e71806a55062984e0c99a2f88f465
MD5 eb4fac0b958f3a03d399e74d1b1582b8
BLAKE2b-256 6c03d4b56b95e4cb00a64cf27eeaa91a510824e0342163c5ccfab7acdb0f4dca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5933d1f4087de6e52906f72d92e1e4dcc630d371860b92c55d7f7a4b815a664c
MD5 173e46e0dec4585a37463e696107989d
BLAKE2b-256 37f3dbc22e218c6fb5bbc220569a25a961e79f78b9d3a58fab87dea8bdc5244c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d17bac19e934e9f547a8811b7c2a32651a7840f38086b924e2e3dcb2fae5c3a
MD5 c1f43e877b8ef60abdc8e84b377eeafd
BLAKE2b-256 7d621a29e507dba62315eae73ba518ec0031e6952c5dadb2af974e81dfdcff18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 246f27b88722cfa729bb04881e94484e40b085720d728c1b05133b3f331b0b7b
MD5 cbdd738b88a376155b09e9a4e5ec972a
BLAKE2b-256 4ae8af0ff1e35e8160a203b87982b5c49bb91213a5343325f31ceb16a61aaae5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 929.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 262f470e7acde18b7217aac78d19d2e29ced91a5afbeb7d98521ebf26461aa7e
MD5 bcb91843b66d13e4d18545b85f3b1240
BLAKE2b-256 4432310f05a3a76b3da3517d41bbe4889dc47f94060a9874e0b08f6412478602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 620b0abb813958cb3ecb5144c177e26cde92fee6f43c4b9de6b329515532bf27
MD5 6a96499faa26cbc76404cd9c4dea031d
BLAKE2b-256 6148308d03af40bf44c86ef826d942b12bdab5fbae6282e858bdff8bd55b0818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6e9c030222893afa86881d7485d3e841969760a16004bd23e9a83cca28b42778
MD5 adfaaa767a7fac9d09b9df66df8b7b0a
BLAKE2b-256 20f30a6082a709332337986cada29424ae9a9e6ae426f04b2bcedd7db3f59af2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2dd3896b3c952cf6c8013deda53c1df16bf962f355b5503d23521e0f6403ae3d
MD5 93eed93cdab55d7557814d520e12d85b
BLAKE2b-256 7b3dc0bb4f9930f72e329ee2a63e4258f60c5d6629142ef06b68e4a4b6ad8624

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 93705cb90baa9d6f75e8448861a1efd3329006f79095ab18846bd1eaa342f7c3
MD5 4568b69dfd03c7f82713aa91be5c8837
BLAKE2b-256 a79ab304d670b1a680a7cb224a7ff7f83b777cac99e9316f57c9a13ec28d697c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b4a51c7d906dc263a0cc5590761e53e0a68f2c2fefe549cbef21c9ee5d2d98a4
MD5 9aa473b940ca1679c8b150c8db424f68
BLAKE2b-256 9b31afa5a1b7ae93564d643f8e199401423e6b1c9afd475babd151a3175a151c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 928.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.2.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 50d007d5702171bc810c1e74498fa2c7bc5b50f9750697f7fd2a3e71a25aad91
MD5 601bbe72754c55663a80fd01336c5491
BLAKE2b-256 c7bbb398db47f988d61110d5ff9df7e08a1963180f4b7bd7bf0e2dfc5f770295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 240b83b3a8175b2f616f80092cbb019fcd5c18598f78ffc6aa0ae9034b300f14
MD5 f7c8fa59eabca7f406e42a723aaf2279
BLAKE2b-256 6ac54c3d88ec4e123c17364d21a649dec60d3eb627944b0daa3c5d3eb8f2dde8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e66025b64c4724ba683d6d4a4e5ee23de12fe9ae683908f0c7f0f91b4a2fd94e
MD5 2e9403cb774192ba040e4aa90e3ad87f
BLAKE2b-256 d8d75b8beb223f042dd7b20ce9e95cca146daffc34e187931c475447140d552e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 da7f7f3bb08bcf59a6b60b4e53dd8f08bb00c9e61045319d825a906dbb3c8fb7
MD5 d736e52f07ddcb1f14d93a4741ba053b
BLAKE2b-256 73c3d0749f5e52a101d1cd0de104fd3f468f83628ace77ec44ac2e7764b3b28d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyzmq-22.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b921758f8b5098faa85f341bbdd5e36d5339de5e9032ca2b07d8c8e7bec5069b
MD5 028190b73b410ee9805c95ff567f706b
BLAKE2b-256 d3da9922e85490c04fc0c135e0291634558a5d94f66d82fe5dfa0128be65f02d

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