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

Uploaded Source

Built Distributions

pyzmq-22.2.0-pp37-pypy37_pp73-win_amd64.whl (480.3 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-22.2.0-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.0-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.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pyzmq-22.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-22.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-22.2.0-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.0-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.0-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.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-22.2.0-cp38-cp38-win32.whl (936.2 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-22.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-22.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-22.2.0-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.0-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.0-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pyzmq-22.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-22.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-22.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-22.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-22.2.0-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

File metadata

  • Download URL: pyzmq-22.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 ff6454bd8067463380ea992a7cbe623bd61aeb83a8f19d47eb221eec3f798080
MD5 90bd8e85ed6539a30611d44bba6415f5
BLAKE2b-256 e67388ff9ae59ee839ad713f1d5d8aa9af7f731114b3ca7eaca06b5772589ac0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 480.3 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.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 daf87bc30e4a00aca33b1b1e10414246f4f5714c39db04be0e498fae1ab1e767
MD5 d8617ec913f1447644cf94d285093c6e
BLAKE2b-256 6e8684d3e28cda68a5775c8aac3244100ba0150c67c7f975beb1768f7e477bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 37513cb842e2fd3e7c15141ef4e4152ef94c0a35269a62cabf6f2aaef3a59b30
MD5 f94b6ccf98da8bc9728ea0fe07aefd67
BLAKE2b-256 6726a14479edd88fa8851d93c37b3204e2eab5d7569411e878566fb12d59b8c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2776ccc2f693cc9d5e89e4432e2e0c067499bf6621aec6961a5d894dd0f042be
MD5 19586c8d367b9810e2896edef4a3f687
BLAKE2b-256 a7c5d5c9d23efe4ce8cc451bc9dc6b113ee574355806ea77d5943179e8734e31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1068ab72e78a1279a2b8c1607234d0999f90773d9981e7c80ed35e3bf2f4ccfc
MD5 d1280da4d3c608fed9e0ec7c6165dac6
BLAKE2b-256 b74ed859c8c5051ccc9c04383a3af0d6b5a7b10582f1f998a87b6d7a411b6425

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f2943ad121f880f4b89be952d3a49c3ea39ba6e02abe6d3c8029331602a33b91
MD5 18c26b696354ebfcbc178ca70bcefb24
BLAKE2b-256 14a2db92ffdee42c9da016c52a1df68cccc6d14cb0180e887236c985c2d7daab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7d042f1e58779d0301cc0efbe462ad818f1ff01e13992d08b0b9167c170f713c
MD5 e9429abfdb6f56d5fbda7a2953a01bef
BLAKE2b-256 8494b4bf02b13087e18d5fbf8b546ffefbce30a0e4d2d3b94d00dc7cb399f0ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9445f44b51fe3a3f138bc2e13ac5a1f1875df6bb3445ae2044d69962bbf69acd
MD5 eb969b5011dfe02515e7fad360ffa6a0
BLAKE2b-256 eb96e75fe58b070edd81dc24cbaa296fdec8e2d0bb0b89c87632563440b84324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e04af13ee1b34146b05273cafe7b8367dd2f39a58fcd4956dcc7263018fc7074
MD5 c78b12999b0ef2ac7a6bd4e1172b2bc7
BLAKE2b-256 ec170843fec8dedf2438901f4e97c15710adf18b68d1d7e51c127671e7f0569d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.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.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2dd9a7472069ca2b0865a8a2aea80e31f9c8e49193afbf4f929900e491122418
MD5 ccdb1156d5c49411c7622fa7b140f0e0
BLAKE2b-256 fe4597d0fd46f117deac1c4eb3bc085ab735f8f8613ca47a3d851660a5077c32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 78bfa1dddf623294165e7647bf6378dd8d7c1945c8dfb8535c74eef6a5841b89
MD5 9d597c7a1adf56878c6041ab9fff8743
BLAKE2b-256 61be729ea3527894ea6ac85596aa58cc768901eb82154d770ba47deeb8a3455c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4840a8ba94c65a44fabf439d8d9973f8e130fe4dd2cb722fd786c8c1f034754
MD5 fa7745d949e6ae2995d5afb66fdd638f
BLAKE2b-256 29f773802ca00ddf6e5803387826ae410b0444e7901093c68e6ae13809bd5dd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 206c9366ba308dba68be19cd187b2550bc4cea1b80d2aa19cb1356a1c2c173f6
MD5 6642e7bf82ebb8802d2bb82adc6558c9
BLAKE2b-256 dbd8fa4e9a75e6e62325ac4a29e70a9761fcd1e0f461716917c99a8dd040fbf8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 936.2 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6266a3d62d9ffbe81ab786b4ee079fd0a43620b009a14879afd094dd551c1a6e
MD5 61c82eff9ceb5cfdf9cb420e52bd204c
BLAKE2b-256 e38372b89b82899d16fba0e0647aa4dce8e7cf7b7efff55f045257059047b057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a0c468bf60392cf1eb025f8bb5d7dfe2c8898fcfdef6c098ca369a57e65028f
MD5 9d1f59e57fcc3d3b7442a0b26d25e7cb
BLAKE2b-256 ce11c20cb6c5bee140f802151c6edd89e26d65f04edc990918b8d73c64ab80fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 198d2c691c0cee06714a5fdb904fa42f19fa62822d24b4037e8198775e8d2a6d
MD5 950ff81021710db973f4ffa985e714c2
BLAKE2b-256 ccfcd396cb710c73a13b0bdc3c22edd33fbab8c8ca7cf8138fa81d220f5eb012

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.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.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 50a463a2d72773cf5f601bdb562cd1d8fd63e68a7eeda9ba4f3748d71ff385bd
MD5 3aed1d1f13f022e7cb0a61d6a8f9c375
BLAKE2b-256 7ed5eccf5b55c487b4f1300d05fb191efa6f11bb05645a927cc35a986e669b18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8663aa3d058ba9cd9ade9655b94b8d836052a29189f6dcf78735eeec19f4d5f1
MD5 c6ed1575f2ede52159ef7ddc160178ee
BLAKE2b-256 3327c1ec0e58089d58469b9480cab7c05366812e8a0a69558023e740ee46691b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 af291a9ffb25a3e14f44dc4f5127d59fbfb5ef68333df9af630126fc4cb92000
MD5 b355f18a855d377ffaacc426d8600710
BLAKE2b-256 8ec7cd115872657f0a45d07109cfeb20fbad6a731e1e1452171954c77c52e7bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5cd2141bcba00d0f13f89ef48024d7482aaf21302dc57de049b90be648819caf
MD5 0e203cd0089e0132e928689f01b221bc
BLAKE2b-256 25abba93eab4a48c8506c04d98d5449e3d429af031e1f3f7da1ee0d391bed496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 229916a3bf2bb04833e79fa5dda135f852bd13e66562b4945628dd3d6e88a7ee
MD5 06d8195f0cae3bc06d821be1451eacae
BLAKE2b-256 113dcfdf968aaace22dbd40cc4f14e08fbee4aa492b33a9cf118d88daf33ee39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 50f6b89dc518b8dddfc3419fe85179bc9cba363f6c1c6efd11b4107914230dbb
MD5 e3ffb638c8ee335239888f82f31eda62
BLAKE2b-256 8840e9214c85fc94ab34bd97afd416225cd3680431d33cd97f33fe2a56b53814

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1c35f9c938af2d665af9f2e89b04c5d2218ab2dca14d549cdf54c5f673c70a65
MD5 89042beb48569f127fa3c9d64e18957c
BLAKE2b-256 60d65dfe66c7036656add3c35700fe180500b86223da82597d2e87cf854965f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69866d133c60c865b74406f332d23de1d69963efaa676453ab9c870a73c62240
MD5 a92c63a63493747e3a4034b56717b17a
BLAKE2b-256 9a0bba12615fec12eadb659e70006c0335e3ebe0bed69f2ba266131e93897632

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6bd3e6506a5fad7d6edefbf0237581f1d775b0722fa2079cae346270f7b8f5e4
MD5 de21c9711cf548817090d4907ae100ac
BLAKE2b-256 6a3c5ea7476dcde2ada40281c2627d6538138a915d590b95de410e4781ae7153

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6a138dad866ee34957806f99f2cf59bc016db7a0be5eae27cfbde1c3a78294e6
MD5 3ee318cac9fa5f15de8067b2fec47a4e
BLAKE2b-256 e5cf8a0b9ad0051cd545159788f60a451d46da08050d2c00559920cb37e9a967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0130c3596782b3a8a0522cc8bfaff6472fdd09e7e2ef99476029f9788896888
MD5 056f88004b0bf39e342d683a8056b1f1
BLAKE2b-256 e5710fd616ef58165bef5ae41340c35288b984ccda0af3f6bd89f92e8a4a9ccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.2.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ec916dadd5709e875925bef5c811c87ffc0188a16333c1cce3b6a13b088b37a7
MD5 6fc16c356079854cae8f5f52d1eada55
BLAKE2b-256 87af515e3255a2742fd7936ad5a700364b6fc1ca6dc46ccaa9a4f4092a501a61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9aba658e4f2e975a9a7ec6f090a5e35a57591720bd6c192e5d3ab1789e1c57b4
MD5 59d2d841391e9ca225f98f4a88237a67
BLAKE2b-256 626064cb413d012880fc95cac25f35f680e61e6cc2d7af6d08480a88456707ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.2.0-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.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 127b8727911331377af63f014c334059a440f9543f03305d244faaf281c9f108
MD5 abe37265fe93df70e9c9300cacd92f5b
BLAKE2b-256 f4caa21b2a4c90415c61068d2502f295b126cba98215565bea8967ffed9358fb

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