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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86

pyzmq-22.0.3-pp37-pypy37_pp73-manylinux2010_x86_64.whl (834.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (789.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86

pyzmq-22.0.3-pp36-pypy36_pp73-manylinux2010_x86_64.whl (834.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.0.3-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (789.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-22.0.3-cp39-cp39-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-22.0.3-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.3-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

File metadata

  • Download URL: pyzmq-22.0.3.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.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3.tar.gz
Algorithm Hash digest
SHA256 f7f63ce127980d40f3e6a5fdb87abf17ce1a7c2bd8bf2c7560e1bbce8ab1f92d
MD5 09250d80764548936b87ab6a05c8dc5d
BLAKE2b-256 a37a561526861908d366ddc2764933a6090078654b0f2ff20c3c180dd5851554

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 279cc9b51db48bec2db146f38e336049ac5a59e5f12fb3a8ad864e238c1c62e3
MD5 faf4dc94bf5c873d7dd61c764fe42fd6
BLAKE2b-256 0d83a3e4e2c28ff60af276f12d6db5d773169ac6b6b97bfe7cb6f8f51332ebf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 834.8 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 13465c1ff969cab328bc92f7015ce3843f6e35f8871ad79d236e4fbc85dbe4cb
MD5 d436a096741db3f392e7f0754a13ea4e
BLAKE2b-256 8277a5049610cde8beb25bbaa2e15ac1f9a2b505829e4a1ae8e2f97c2f6f0df6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.5 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da7d4d4c778c86b60949d17531e60c54ed3726878de8a7f8a6d6e7f8cc8c3205
MD5 bca5ce1824035f34c5febfbb33ebfebc
BLAKE2b-256 df95304a7564d08ad99681359364c321383322f1e3500f73c3a3852d846a4ba1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 2f971431aaebe0a8b54ac018e041c2f0b949a43745444e4dadcc80d0f0ef8457
MD5 5d569bb90b7aa12c458787448e042445
BLAKE2b-256 640b8b741b0f71b1f4bbb26a1ad4c531b188d9a7df168b89b4f093fba69a0f03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 834.8 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 38e3dca75d81bec4f2defa14b0a65b74545812bb519a8e89c8df96bbf4639356
MD5 d97b815b3b19de16ce56a6c0dc19ba46
BLAKE2b-256 15d3ef7be1d381e7a661e3580b026e9ad890ba57807741a6639a931d10c62889

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.5 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 581787c62eaa0e0db6c5413cedc393ebbadac6ddfd22e1cf9a60da23c4f1a4b2
MD5 45ca6ad0161774f611f38711d7755829
BLAKE2b-256 6dcda067cfcb3b96de7759156a2777f478ec48de37c81d2948045dd0a0c606fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a558c5bc89d56d7253187dccc4e81b5bb0eac5ae9511eb4951910a1245d04622
MD5 c5cdc43adf5b2ea1290dafd7210ef6ea
BLAKE2b-256 4f8a74f565e894af1f7f227a0c05f1aba3939f009055e608b5de0e3ac7b8742f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 33acd2b9790818b9d00526135acf12790649d8d34b2b04d64558b469c9d86820
MD5 517a80f465b306bbd9a3426c488b7d7a
BLAKE2b-256 827b07294f3440156ec35042e4ec885e3a46091d08f4b4f845ff19b72f1055d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 532af3e6dddea62d9c49062ece5add998c9823c2419da943cf95589f56737de0
MD5 a222724de5f5e9ecfecbb05f758e12ef
BLAKE2b-256 ee684f154215bc457f21c094145de1e7b1050773b4f3e2f941a1bbc2c60daa1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 23a74de4b43c05c3044aeba0d1f3970def8f916151a712a3ac1e5cd9c0bc2902
MD5 a6f7f5f6685f29a02880103579dc7fd0
BLAKE2b-256 0f3d39985f922beb157fb7a7117d96ff11324959466b318eadda64532ac0d0e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4231943514812dfb74f44eadcf85e8dd8cf302b4d0bce450ce1357cac88dbfdc
MD5 3359ae1be14c67bad93d2492510b7901
BLAKE2b-256 5b63d1115517ae04a18cd9672ceb16f05fbb5174fa7216587b36aea5b6dc459a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-cp39-cp39-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 10.15+ universal2 (ARM64, x86-64)
  • 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.3-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c5e29fe4678f97ce429f076a2a049a3d0b2660ada8f2c621e5dc9939426056dd
MD5 afc1954a68a0bab3bb94db37b9691a44
BLAKE2b-256 769539f38386feac474e00e34308fbcf80e267338a04e81c4d37e77fe68010e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d18ddc6741b51f3985978f2fda57ddcdae359662d7a6b395bc8ff2292fca14bd
MD5 8b1cba906f7ad5bfb12d62b737093911
BLAKE2b-256 56da5260a750b41c74be3fb2d998aee88a94160082343003b0645d978fdd3d90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f52070871a0fd90a99130babf21f8af192304ec1e995bec2a9533efc21ea4452
MD5 0f78dd662de34b9bc4625bfdda00d6e5
BLAKE2b-256 8b90b852f43b2b4fe6335e1e27945b4fb76c7102319577106a6bf1b54810a6db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 81e7df0da456206201e226491aa1fc449da85328bf33bbeec2c03bb3a9f18324
MD5 25eee58e2a029f8049af85a335afc4be
BLAKE2b-256 428d1c87659ade03fec716fbb85f9a54191dc4f2dd8d9f31c75f48fc770ae3e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b62ea18c0458a65ccd5be90f276f7a5a3f26a6dea0066d948ce2fa896051420f
MD5 24a125115d551d7eeb98dae7dc08f452
BLAKE2b-256 0e119435f462ee2988c6f2b70c6627c51549a0a3a5538610e056184c986ec6cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9221783dacb419604d5345d0e097bddef4459a9a95322de6c306bf1d9896559f
MD5 6d517b67942dee854d18a6a5fc2d31fc
BLAKE2b-256 98f0848d7850eb8a65f3534c1f4d0e0ba8ba8de2d32a02fa9df1d41a08cc667f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f5831eff6b125992ec65d973f5151c48003b6754030094723ac4c6e80a97c8c4
MD5 ac8d54b31f3c93af80089266de2a5b88
BLAKE2b-256 a6c1493fc63fcdecd228af078fa92517bef12deae2457644abe2a62f03f7ff96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60e63577b85055e4cc43892fecd877b86695ee3ef12d5d10a3c5d6e77a7cc1a3
MD5 b3c11be0c08913767db94ef83bba239d
BLAKE2b-256 1579781d13887b72df9c48c8036258f048f0a7e66be1092c8814a123d511b5ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3ef50d74469b03725d781a2a03c57537d86847ccde587130fe35caafea8f75c6
MD5 b257e5f67720df64de81ad97a3cab54c
BLAKE2b-256 8f9388ad758fd312ebedbc30e62ca8cbfd9d17a63a5d21cc1566a645cfe831b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b25e5d339550a850f7e919fe8cb4c8eabe4c917613db48dab3df19bfb9a28969
MD5 3f69ecac54ddede2837c0269e21d3c17
BLAKE2b-256 6f3ebbfe0fe2d873e98c56c5719ed34bd89edee413e20eb0a7f7d1fd549f7b11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61e4bb6cd60caf1abcd796c3f48395e22c5b486eeca6f3a8797975c57d94b03e
MD5 81cbfa1f3b289cd0e83db5f85fac343a
BLAKE2b-256 7ca4eafb785d35d3e9ab5371ee4b376fedb6c8cdc5bafd56d2ee94231ce0bf10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 763c175294d861869f18eb42901d500eda7d3fa4565f160b3b2fd2678ea0ebab
MD5 7813d1d304facab39e71bc55442816ef
BLAKE2b-256 851b55859190556d85f39f2c1e5b10430d8d6187745e587e487cb1dc746d8bf2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d4163704201fff0f3ab0cd5d7a0ea1514ecfffd3926d62ec7e740a04d2012c7
MD5 6d304a6ddeee6704d657a9f883437420
BLAKE2b-256 155da9192c2a071253b2e983dba1582359cfdf4a9967011d89a4770c31ff566a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7026f0353977431fc884abd4ac28268894bd1a780ba84bb266d470b0ec26d2ed
MD5 9cefb31f75d5b9eb7ee39fa8a160b165
BLAKE2b-256 1dfadc2b9cd759904fa5657331f113919af839ba1026cfaa70285b6dc58c32e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 30df70f81fe210506aa354d7fd486a39b87d9f7f24c3d3f4f698ec5d96b8c084
MD5 488cb28518694125e0e8fe631dfab1e9
BLAKE2b-256 3248bc97704d8ec60e9dcf9772a3b4edeb7e3620f9233551b32834e0e79f637e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4f34a173f813b38b83f058e267e30465ed64b22cd0cf6bad21148d3fa718f9bb
MD5 139b20168e6164347c08e106c4669e58
BLAKE2b-256 9b5265808f64b034688c3dd63aad4accd844e7defcb1392e83bd9d90219b5686

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e29f9cf85a40d521d048b55c63f59d6c772ac1c4bf51cdfc23b62a62e377c33
MD5 d5fae6db3655552ffee19cc1ccc78f28
BLAKE2b-256 d2c16e950ae110ce9552b0b9284fcd5af23e204beef92851694ddb03545db0c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 26380487eae4034d6c2a3fb8d0f2dff6dd0d9dd711894e8d25aa2d1938950a33
MD5 5d8bfe6b121e1392db2d9872f6d42c52
BLAKE2b-256 7c8fe83fc0060a7626d3555b971a70a37a0d57f727ec7ec860e9aadf96fdd724

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ff1ea14075bbddd6f29bf6beb8a46d0db779bcec6b9820909584081ec119f8fd
MD5 15a3e10a433481f0c10ab6a247824f11
BLAKE2b-256 85e99f14b054ea2355c454e1fd6cc9ffbaa19c512d11b159eb22694494de10d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.3-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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0cde362075ee8f3d2b0353b283e203c2200243b5a15d5c5c03b78112a17e7d4
MD5 b5fae4d26965b8b6b245d837c4d33712
BLAKE2b-256 7140314bd67248a24805b5fbdb92ac05528e00e7c2d3e031dd45917f4f3929f1

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