Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

Build Status

Windows 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 OS X, 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 OS X, 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.0.2.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

pyzmq-22.0.2-pp37-pypy37_pp73-win32.whl (422.6 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.0.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl (834.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (789.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.0.2-pp36-pypy36_pp73-win32.whl (422.6 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.0.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl (834.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.0.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (789.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.0.2-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-22.0.2-cp39-cp39-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-22.0.2-cp39-cp39-macosx_11_0_arm64.whl (794.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyzmq-22.0.2-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-22.0.2-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-22.0.2-cp38-cp38-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-22.0.2-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-22.0.2-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-22.0.2-cp37-cp37m-win32.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-22.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-22.0.2-cp36-cp36m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-22.0.2-cp36-cp36m-win32.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

pyzmq-22.0.2-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyzmq-22.0.2.tar.gz.

File metadata

  • Download URL: pyzmq-22.0.2.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2.tar.gz
Algorithm Hash digest
SHA256 d7b82a959e5e22d492f4f5a1e650e909a6c8c76ede178f538313ddb9d1e92963
MD5 ca7fc2bd41fa0d6bd2fa07a244885357
BLAKE2b-256 d74f2e09600112c1e69ea7eefef3db443d966ae670a5b9fa229fe6eb84e945a4

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: pyzmq-22.0.2-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 422.6 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-22.0.2-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 cc814880ba27f2ea8cea48ff3b480076266d4dd9c3fe29ef6e5a0a807639abe7
MD5 ace66dfec0399d307164194a52ea1af3
BLAKE2b-256 7a56c238d4d47cfabca914a027a63ad43ae27047fdb22dd9f30a6c550bd8dd84

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 834.7 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 841e9563ce9bd33fe9f227ec680ac033e9f1060977d613568c1dcbff09e74cc9
MD5 f537c75e55cda1bc1ad92f8bb2d190ec
BLAKE2b-256 511e7e0d97596222f889b5f0834d48c13365dbc5b69fd88fc0d9d5982396a29c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.4 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35c8c5c8160f0f0fc6d4588037243b668c3f20d981c1b8e7b5d9c33f8eeb7eb6
MD5 8d5d99a2084d75aeb8cca74cb42c022e
BLAKE2b-256 63e253404bd60364989b75c373cb96032da6df62f5aff88b3fcae3f259a5931a

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pyzmq-22.0.2-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 422.6 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-22.0.2-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 3f4e6574d2589e3e22514a3669e86a7bf18a95d3c3ae65733fa6a0a769ec4c9d
MD5 3d4d8cd20998cf19764c7fd38c3a5084
BLAKE2b-256 eef8b0e324a6796bd10a6fb33f3285984a7a0bec1fc3e8169aa9a6f6572ceab0

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 834.7 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 03c001be8c3817d5721137660ed21d90f6175002f0e583306079c791b1d9a855
MD5 741448c98b0f2fba5028fad9dbd24651
BLAKE2b-256 881da57878c327340cae03b44d4b80625cfae62db58805983ddf3bb860fa8348

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.4 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 888d850d4b7e1426d210e901bd93075991b36fe0e2ae2547ce5c18b96df95250
MD5 f24ed24ba9ad6093b1fea6041c4208e8
BLAKE2b-256 18e757ed54dca0865e1d23e7fb908c33ed94e6788566b97fe248a4068f194f72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 506d4716ca6e5798345038e75adcb05b4118112a36700941967925285637198b
MD5 5b89c3b0b315e60d639ac7afacb5b40d
BLAKE2b-256 9697f5d717f8350205d41c61ec0f3e8a27c80bbeda0343840c9da919b9bf85a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 849444c1699c244d5770d3a684c51f024e95c538f71dd3d1ff423a91745bab7f
MD5 1adc2ec2adec4f1281cbfcdcd1ddc17c
BLAKE2b-256 ffab79c1808b865b97e1982fb203ed215e31442f19208b427ce618f747fe3f6a

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 034f5b9e4ff0bcc67e49fe8f55a1b209ea5761c8fd00c246195c8d0cb6ce096d
MD5 94d60d8f245cd660897f4aaf5343202b
BLAKE2b-256 cda6c2eee71ca249238348ef262bfb8f7b935f8924f59a58ea950ce40b5fd630

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7b6c855c562d1c1bf7a1ba72c2617c8298e0fa1b1c08dc8d60e225031567ad9e
MD5 097951043b6fbcc42c455ba94019cd10
BLAKE2b-256 326f1f7da4d648f1154300c69bc21ce037f49232af5e5e847585d6bbc2189de7

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp39-cp39-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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 86cb0982b02b4fc2fbd4a65155289e0e4e5015982dbe2db14f8856c303cffa08
MD5 f1302d6c8a211a0d067636dcca605691
BLAKE2b-256 2de1435cbf4961dc86a5b9c4167f7f678460b47797cc83105f727891994b345d

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 794.0 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200917 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.6

File hashes

Hashes for pyzmq-22.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d66724bf0d423aa18c9ea43a1bf24ed5c1d143f00bdace7c1b7fc3034f188cc9
MD5 3a65e52b9799cf92e993b2c96fbf9413
BLAKE2b-256 8d49a154d213205083af616a5029707191e00a2fbb287aba69423d05b9fa7a35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 013e1343b41aaeb482f40605f3fadcfeb841706039625d7b30d12ae8fa0d3cd0
MD5 bd68b6c8d6f2bfc99e913f57ec5cae97
BLAKE2b-256 8e1d1bd804b1175b83e5a8dac7ed28f083d23fde354a0077e58c8ed746e38f10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 66d1190eec0a78bd07d39d1615b7923190ed1ba8aa04742d963b09bc66628681
MD5 544b107553d3326c12f123d4b66ca5b1
BLAKE2b-256 501fc12a0391712ad25a26952486e7c3cae9175cec39080a2515cfe87d5223c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 58a074afa254a53872202e92594b59c0ba8cda62effc6437e34ae7048559dd38
MD5 190b1340342f3f2b477be98d35dd3be5
BLAKE2b-256 e5e1fab2679bc1a834c830a61074042c1a77f6c0b7b20cf39b70e2825e78e481

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b32bd5e7346e534fddb57eab309933ff6b3b177c0106b908b6193dfa75fdabe
MD5 59bdc6f4c8898ff474f63895b5a5cd92
BLAKE2b-256 dcd955dd775fc17cc2d5d03cf8e29d4f547f1e71f54c11b8090b3ce1abe70403

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bc9f2c26485dc76520084ee8d76f18171cc89f24f801bed8402302ee99dbbcd9
MD5 5ceab001c5dadd2a1f556ba3aa34b370
BLAKE2b-256 fd9471ac3a1bbfae229d48124961d1c1a2ac61bbde2aeba8d19c299388eced45

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp38-cp38-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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 37beae88d6cf102419bb0ec79acb19c062dcea6765b57cf2b265dac5542bcdad
MD5 94e9785d414793959167be3e12e6d9a4
BLAKE2b-256 e5232a0fa3a48a173957cbde3ec20bf0d41d188152275ceb659bbbee1050a01a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff236d8653f8bb74198223c7af77b9378714f411d6d95255d97c2d69bf991b20
MD5 8463b50543dc131ea5da3273a92cb815
BLAKE2b-256 f08fe6c7ef3236dfba2c2eb2aee12b31705752525b263d15cab4315cf289273b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5a565af3729b2bf7c2ce1d563084d0cd90a312290ba5e571a0c3ec770ea8a287
MD5 b77a88039b458308262f5c8eab56a8f8
BLAKE2b-256 a4644d19b05d94dae1f4ea7cd63607c9dc53edf5739ef157cced2b9eeb429d36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d77f6eb839097e4bce96fcac7e05e33b677efe0385bd0ab6c2a9ea818ed7e8f9
MD5 dafd4d70fa45b1d47a610e9387c75406
BLAKE2b-256 e46adc38b214cc77903a34c2cd37b3eef2f49ef350b3fe01576a809422b2522a

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75fa832c79ce30a23cd44a4e89224c651ef6bf5144b842ad066246e914b92233
MD5 718573b4c49cadfd7f85e3afb3a84ef9
BLAKE2b-256 84b8bf0b81240374568dc14f66511d16cb2ff062fb71f6ab0ffa977c0382f2e4

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1ffb81b08bcaaac30ba913adef686ff41b257252e96fca32497029fdc3962ff0
MD5 0ec6b343e538af3365eff36996967da3
BLAKE2b-256 4d85a0c77b07da35cbd85266a5cb4e7308ecf92c3fe59f87e5e42f9ffbb3f45e

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 303b8ebafce9906fc1e8eb35734b9dba4786ca3da7cdc88e04a8997dde2372d3
MD5 7d29ef8669e5917bb4a39c846fcf243c
BLAKE2b-256 3d87d983cd470f302b2c6f61e7dfdfe12b4a1def679875def9f35b331bc51452

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 490a9fe5509b09369722b18b85ef494abdf7c51cb1c9484cf83c3921961c2038
MD5 c77d77154b8c5273e1f0ea3310f9ff26
BLAKE2b-256 4f69dde8b36b2b4c45bc347b1245b64e415ca07f1a98e32ae68c0b037e8ea9f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f3ad3f77ed6a3cf31f61170fc1733afd83a4cf8e02edde0762d4e630bce2a97e
MD5 dfa99a88ac985cfc927707198ca2dc61
BLAKE2b-256 dc91d5ec6942e2a65c96be1225f3e11074ee31eadf6296f68610c20568e932d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c6b1d235a08f2c42480cb9a0a5cd2a29c391052d8bc8f43db86aa15387734a33
MD5 81b7adca7bd3d6a6a1c41b8e050e8188
BLAKE2b-256 6b1a338b321f22586733a9c970a0dde8475254b9a5e81f4bdc05da59e7f87987

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75b68890219231bd60556a1c6e0d2dc05fa1b179a26c876442c83a0d77958bc9
MD5 45c30b3a0f8c39a9576c553e4b63ebbf
BLAKE2b-256 d2f108376ed2a18da64aac3ad8d3c86a5a7c673e3ff5d84afeceecd5c1af1c0d

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9bae89912cac9f03d41adb66981f6e753cfd4e451937b2cd435d732fd4ccb1a3
MD5 2146a2d38cfaf3ad5d10a42899c1f60b
BLAKE2b-256 a9db424ca85bb5e5be55a8eef2801c65b05cc73d69cc4f492eef8046117d27b2

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-22.0.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b68033181dc2e622bb5baa9b16d5933303779a03dc89860f4c44f629426d802c
MD5 7baf01ca2f5fc8460e1db52a53539b43
BLAKE2b-256 62a4b56e96031f1f626255564524e83159422ee6a557c7abd289730642cf04de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2a8d70fe2a321a83d274970481eb244bff027b58511e943ef564721530ba786
MD5 5e07f6bb5bbcbb2eaa1c0f978a1ac0f6
BLAKE2b-256 080a3a76b04563845358ca6cf94e5e67594586f2e088a2bf08f301b611b886d3

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