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

Uploaded Source

Built Distributions

pyzmq-22.3.0-pp37-pypy37_pp73-win_amd64.whl (480.4 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (838.3 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (882.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pyzmq-22.3.0-cp310-cp310-win32.whl (980.0 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-22.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-22.3.0-cp310-cp310-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-22.3.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-22.3.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-22.3.0-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.3.0-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.3.0-cp310-cp310-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pyzmq-22.3.0-cp39-cp39-win32.whl (936.4 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-22.3.0-cp39-cp39-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-22.3.0-cp39-cp39-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-22.3.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.3.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.3.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.3.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.3.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.3.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-22.3.0-cp38-cp38-win32.whl (937.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-22.3.0-cp38-cp38-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-22.3.0-cp38-cp38-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-22.3.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.3.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.3.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.3.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.3.0-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-22.3.0-cp37-cp37m-win32.whl (930.6 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl (1.7 MB view details)

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

pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-22.3.0-cp36-cp36m-win32.whl (929.2 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl (1.7 MB view details)

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

pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_i686.whl (1.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzmq-22.3.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.3.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.3.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.3.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.3.0.tar.gz.

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0.tar.gz
Algorithm Hash digest
SHA256 8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c
MD5 ecf13c72fbea05ba5ddc771295409d48
BLAKE2b-256 6c95d37e7db364d7f569e71068882b1848800f221c58026670e93a4c6d50efe7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-22.3.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d6157793719de168b199194f6b6173f0ccd3bf3499e6870fac17086072e39115
MD5 55c4e551f088f055abe5880119f1b6b6
BLAKE2b-256 f167024272c68b9a8a2afdb7b21b7db8ea5a9471d00872d2bddd12a031535cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1621e7a2af72cced1f6ec8ca8ca91d0f76ac236ab2e8828ac8fe909512d566cb
MD5 1e5d31e8a1c1779ad2c7815467a7812c
BLAKE2b-256 2024826ff9643f81e536f9108300466d1d28f80ad5d0a8401ac2e5bb799437fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 80e043a89c6cadefd3a0712f8a1322038e819ebe9dbac7eca3bce1721bcb63bf
MD5 5330ca354011af612a3d058ab958aa8a
BLAKE2b-256 0644acd9f6df5338bbe328b27c0d1f281ae9e25aa15d66dda52345561efe5160

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a4c9886d61d386b2b493377d980f502186cd71d501fffdba52bd2a0880cef4f
MD5 6ece200ddde12f592123e054a9571cd5
BLAKE2b-256 ca3d3b9288ef142b9b1892a54de246dac97cf0ca6f080afc55b162ac78c47472

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7661fc1d5cb73481cf710a1418a4e1e301ed7d5d924f91c67ba84b2a1b89defd
MD5 9c7bed1fb889a4861aacccb4a230400a
BLAKE2b-256 c5e176c0e9fb596f613ec1e52b00720da310b5c422b67db80647973ca603b415

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 980.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 67db33bea0a29d03e6eeec55a8190e033318cee3cbc732ba8fd939617cbf762d
MD5 c484cc3f2a65171348778c175686d69f
BLAKE2b-256 bbe586e2e22f513c1fa388cd9d2fc2efead5b4677f934e66a5fbc95c34348ba3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 902319cfe23366595d3fa769b5b751e6ee6750a0a64c5d9f757d624b2ac3519e
MD5 288e87f7c4ef719de422f681e342e947
BLAKE2b-256 5b5befd46c447d2cf3abadf1ee0bf891ac7677bbb4231166b809eff7ab7d8bdc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f907c7359ce8bf7f7e63c82f75ad0223384105f5126f313400b7e8004d9b33c3
MD5 8a7c8c1e71777565819abe00b92adfd8
BLAKE2b-256 f4a4877dd3866c1b76f30da51116e45f3702eb2ab45f8b2638919e8d9237fdb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76c532fd68b93998aab92356be280deec5de8f8fe59cd28763d2cc8a58747b7f
MD5 2d28cb274cd157ca562ff55444574d56
BLAKE2b-256 35841cd4efede2c34d0d36642c071eee50c2baf5574ab245c4fcd805a3a006f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea12133df25e3a6918718fbb9a510c6ee5d3fdd5a346320421aac3882f4feeea
MD5 923a4036282f1f131ea81060005b7a43
BLAKE2b-256 e63df0a39a4e94b4db31561a3431d035ddf53b52fc8c0dc09cfc704b24d58f0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f89468059ebc519a7acde1ee50b779019535db8dcf9b8c162ef669257fef7a93
MD5 86f1bf072ad1f8c90af725ff5634406c
BLAKE2b-256 2d2071b3770dc9165a40cc2cad54d6a698593f942c8d41463c5382949f4f8bc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6b217b8f9dfb6628f74b94bdaf9f7408708cb02167d644edca33f38746ca12dd
MD5 5818853a85e0a26169de5a25e52084e3
BLAKE2b-256 56294ebcdd3956ba019b84e3671c5d8fcadc4d8e33651801acd1f43583077060

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2841997a0d85b998cbafecb4183caf51fd19c4357075dfd33eb7efea57e4c149
MD5 9ad65a7b251a40e12b849ef6e16b3033
BLAKE2b-256 2ad6e76c2740943bc2c12b4989f8bea2c036298b0255005e11e2da34a15df459

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d3dcb5548ead4f1123851a5ced467791f6986d68c656bc63bfff1bf9e36671e2
MD5 e1e75013729deb9761820fa1fe7cd4ca
BLAKE2b-256 98a98fbd9fd9e802605597f9173814fcf5d759d3ba6e2b0723b6cd5f9371fbfc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e6a02cf7271ee94674a44f4e62aa061d2d049001c844657740e156596298b70b
MD5 74e87e724aac81e257cc30e56ec83d49
BLAKE2b-256 2147c898aa474f96b519f933314fe26f0bfe5492f34e2e8cc835c3b25a415334

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d1b5d457acbadcf8b27561deeaa386b0217f47626b29672fa7bd31deb6e91e1b
MD5 9ed68d0ec50a40275f513dab6d8724c3
BLAKE2b-256 ef199beac89d0c2e96b83c889359928db0d4ad679a02dc321abddf127a19b888

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 53f4fd13976789ffafedd4d46f954c7bb01146121812b72b4ddca286034df966
MD5 afe094e6ee4523e2d9a3842f4081fa86
BLAKE2b-256 42c9e6689c0d31578106a0012096648ca034f84a53f89ce305ec79ba383f5087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d072f7dfbdb184f0786d63bda26e8a0882041b1e393fbe98940395f7fab4c5e2
MD5 48b378ee02fec307852d05af4ae4c6c3
BLAKE2b-256 a7011bd75ec070fa6b4d7431e1f863476006b79580f7c46d44f4b3fb5370089d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cf98fd7a6c8aaa08dbc699ffae33fd71175696d78028281bc7b832b26f00ca57
MD5 f1135a427750e15b90bb33573db4fc7c
BLAKE2b-256 c94b63f897a96a42c13806e55d36988ea7bb7f86543857dee90f95c707233b38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 acebba1a23fb9d72b42471c3771b6f2f18dcd46df77482612054bd45c07dfa36
MD5 47eba61f946c6d3695da85ca719c87c5
BLAKE2b-256 24cc52085ba6e42a207380b1a4b6d174a1aacfd8d8dd2254dfc24be2022380b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 954e73c9cd4d6ae319f1c936ad159072b6d356a92dcbbabfd6e6204b9a79d356
MD5 e5af215a2a71b25eacc55bbdfcd66e13
BLAKE2b-256 5b67a0ecf9404f3b7cb8af234b0a2f842df37ea67cde44df0fc3b30e819779e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f43b4a2e6218371dd4f41e547bd919ceeb6ebf4abf31a7a0669cd11cd91ea973
MD5 32e510b38acfb804bb7ead76b2c833a5
BLAKE2b-256 55bdbc1da265a4ef0c7f00141478d1ddecc166b3bdb07e8cb557cdfc1e0b3830

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f762442bab706fd874064ca218b33a1d8e40d4938e96c24dafd9b12e28017f45
MD5 a95dc8ed129a7b1d2f0d99d9a4834b63
BLAKE2b-256 6ace339c8e3adf7bb8c848f4b795d7b022ca05b12644a09c8f9a5e667df0301c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c0f84360dcca3481e8674393bdf931f9f10470988f87311b19d23cda869bb6b7
MD5 4d9723a6ff8a359bba662e7323b13eb1
BLAKE2b-256 32ed338c4216974890c8641f794be13afe5120aa83947170f36bf3fd2543e7d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c88fa7410e9fc471e0858638f403739ee869924dd8e4ae26748496466e27ac59
MD5 f7de6ce0ac80ebdcfaa9e0aed024000c
BLAKE2b-256 c712ca7b4afcdd4e92fdbe6c36b6c7e3af15c7fef4d556b6e394e4d3dbc8dd0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 468bd59a588e276961a918a3060948ae68f6ff5a7fa10bb2f9160c18fe341067
MD5 8322947861769483a00e15c0da1d1e5b
BLAKE2b-256 114ecc644e410057084480375194ecf607653287c915cea5990cd649b4a2f898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ca6cd58f62a2751728016d40082008d3b3412a7f28ddfb4a2f0d3c130f69e74
MD5 821712058738d9f487cb066572f641a4
BLAKE2b-256 132ac7c6dd70ac50a26f8ea50167a38c367bd69443e19f56d7e433029a6f163e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7dc09198e4073e6015d9a8ea093fc348d4e59de49382476940c3dd9ae156fba8
MD5 602f10ccb884757b5c02e56339bf2528
BLAKE2b-256 67c3d2ea404318a83207f416d6102fd96915f359005c732823a7a2dcc17a623b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 480b9931bfb08bf8b094edd4836271d4d6b44150da051547d8c7113bf947a8b0
MD5 291386c3dee358bc16a60d774d336b5d
BLAKE2b-256 27a64e4c228a733dbdae905e52df14ead67bab84f92a908a5ce1b70b29092689

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d728b08448e5ac3e4d886b165385a262883c34b84a7fe1166277fe675e1c197a
MD5 9f0af1c3acc28359d4bf820b202c912b
BLAKE2b-256 775adeeab1d7d00c70ecec3c0db62d743d11cf1e42eb45f436ff57cb8bebb02f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2b97502c16a5ec611cd52410bdfaab264997c627a46b0f98d3f666227fd1ea2d
MD5 ac788e036f543c0a50dfe2a5fed3ff03
BLAKE2b-256 451ae923b5dd29459a70a3573c3b3bd87d2e7a14f7236a999a52f4a603f8fe01

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7c58f598d9fcc52772b89a92d72bf8829c12d09746a6d2c724c5b30076c1f11d
MD5 d12033f334c5d50b9982ce93bb5ed754
BLAKE2b-256 91944ddcddb7f075ac800112b93aaac71d11f6da5f412ecb63487257753208a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 badb868fff14cfd0e200eaa845887b1011146a7d26d579aaa7f966c203736b92
MD5 fdf753a230c27b19e0b7ee2a22d680cb
BLAKE2b-256 10cf90ac1a6f1faca1f5ed7e42757b59a17786c1f58ea2a84e5788b8811bfdce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 08c4e315a76ef26eb833511ebf3fa87d182152adf43dedee8d79f998a2162a0b
MD5 3eaf6db716d3aebbecf98c7f7e70a4f3
BLAKE2b-256 84f5bfd6c6aea0f42e0cece4863a038b1780934b60874f9de359e9ab3740a66d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 42abddebe2c6a35180ca549fadc7228d23c1e1f76167c5ebc8a936b5804ea2df
MD5 b131de7cc9c11cb729b8f9e4e97df7f9
BLAKE2b-256 19327773bf72c110ed66db140a592801806911cbf588617188b0b9f295033eb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 be4e0f229cf3a71f9ecd633566bd6f80d9fa6afaaff5489492be63fe459ef98c
MD5 c0a039f981cc5087422467ba35eac422
BLAKE2b-256 1eccfb6b935a6c046be4b7728fea1f41998644dfaa25dab7837cf933bc4f7db9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c1e41b32d6f7f9c26bc731a8b529ff592f31fc8b6ef2be9fa74abd05c8a342d7
MD5 8467f60b14c7f226a60df79a5338598f
BLAKE2b-256 feb630a09cf8ad19e96bcf41d56430123d72f7c4e1bc9cbdd614f0b456fa9279

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4ebed0977f92320f6686c96e9e8dd29eed199eb8d066936bac991afc37cbb70
MD5 00e64666f45c74923713825104280c6b
BLAKE2b-256 af4a2668af8b3f0c38b212b3ac877c3f324af0faff526e7c1eab3bba481f71e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 851977788b9caa8ed011f5f643d3ee8653af02c5fc723fa350db5125abf2be7b
MD5 28a0a36c9b089e53ff8c3f49b9d771ed
BLAKE2b-256 a6e285a22efc616e86658f9fe6b72157bddca8f01e743c96985d197829f15947

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3c1895c95be92600233e476fe283f042e71cf8f0b938aabf21b7aafa62a8dac9
MD5 316a1fd3b3959fdd193012b0bb432f7e
BLAKE2b-256 16c6a22b5988ef040855bf8df02e0cf878b89606213b0f1854a8449942005df9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ea5a79e808baef98c48c884effce05c31a0698c1057de8fc1c688891043c1ce1
MD5 19d13a626540ac0f10b1b724b95fc539
BLAKE2b-256 d80e4e545bd2e49a1af3060997f8b58d91624ea164340381397e9526e4799074

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 62bcade20813796c426409a3e7423862d50ff0639f5a2a95be4b85b09a618666
MD5 93701026f1cdff839bf06344a75c4bf6
BLAKE2b-256 bb2349d95b9b8f106279dbaf7f2a2bd96d45c21a1aff91a5776658082dd46547

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab888624ed68930442a3f3b0b921ad7439c51ba122dbc8c386e6487a658e4a4e
MD5 5c8e896bf32c0a654d1d143304b842fc
BLAKE2b-256 7847df948eedfd833537c2c4ba147343f505dc748b96189a104496e0f5372373

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 de8df0684398bd74ad160afdc2a118ca28384ac6f5e234eb0508858d8d2d9364
MD5 627c3ba51dcfd2b137e39f97e059956c
BLAKE2b-256 4bd30cf139d9149bbf3f052b385842afa4e202ea743d85632815d98d0e67685a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 18cd854b423fce44951c3a4d3e686bac8f1243d954f579e120a1714096637cc0
MD5 e6c06ac899fc0cbddff626d2c48b9ed2
BLAKE2b-256 a517d405c4fb59ab16324506ea0d34e92a9d1357780c1d5a881374441a964549

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.3.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for pyzmq-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79244b9e97948eaf38695f4b8e6fc63b14b78cc37f403c6642ba555517ac1268
MD5 01a862d735e050035022c2acead54756
BLAKE2b-256 ad924e2bc63d953e0f99660b1851490587b7c3872dc64ff93d52fe6400e9bfe6

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