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

Uploaded Source

Built Distributions

pyzmq-21.0.2-pp37-pypy37_pp73-win32.whl (684.4 kB view details)

Uploaded PyPy Windows x86

pyzmq-21.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (789.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-21.0.2-pp36-pypy36_pp73-win32.whl (684.4 kB view details)

Uploaded PyPy Windows x86

pyzmq-21.0.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (789.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-21.0.2-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-21.0.2-cp39-cp39-win32.whl (916.8 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-21.0.2-cp39-cp39-manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9

pyzmq-21.0.2-cp39-cp39-manylinux2010_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-21.0.2-cp39-cp39-manylinux2010_i686.whl (8.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-21.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-21.0.2-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-21.0.2-cp38-cp38-win32.whl (918.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-21.0.2-cp38-cp38-manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8

pyzmq-21.0.2-cp38-cp38-manylinux2010_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-21.0.2-cp38-cp38-manylinux2010_i686.whl (8.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-21.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-21.0.2-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-21.0.2-cp37-cp37m-win32.whl (909.9 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-21.0.2-cp37-cp37m-manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.7m

pyzmq-21.0.2-cp37-cp37m-manylinux1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.7m

pyzmq-21.0.2-cp37-cp37m-manylinux1_i686.whl (6.6 MB view details)

Uploaded CPython 3.7m

pyzmq-21.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-21.0.2-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-21.0.2-cp36-cp36m-win32.whl (908.8 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-21.0.2-cp36-cp36m-manylinux1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.6m

pyzmq-21.0.2-cp36-cp36m-manylinux1_i686.whl (6.6 MB view details)

Uploaded CPython 3.6m

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

File metadata

  • Download URL: pyzmq-21.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.6

File hashes

Hashes for pyzmq-21.0.2.tar.gz
Algorithm Hash digest
SHA256 098c13c6198913c2a0690235fa74d2e49161755f66b663beaec89651554cc79c
MD5 68693eb154d61ca17db3fc75e05b9459
BLAKE2b-256 af9f5b4942b3b028fb38cd66514472649025644d78ca0b29f7b79e9ff2acc048

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 684.4 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 b7f471ecead3c4b3c88d00eeff5d78f2b2a6a9f56dd33aa96620019d83fcc3dd
MD5 797dd4f0cf8c16b30e4bae26c9072a68
BLAKE2b-256 ebe7cfc65ea9ebce8986b3443cf73209d885d9b6d9607f4f90a385f1b28fa0b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.6 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68f8120ba7ec704d5acfabdcd1328c37806d8a23e1688a7ae3f59193c3cd46e3
MD5 457360c290beda0ea9d93a1ef37369d1
BLAKE2b-256 0e6cb6a9fbe3f8cb1ea49d22d58b7c00099f223b5e8b127303bd057d8d24ebe1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 684.4 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 f91a6dd45678fa6bac889267328ed9cfec56e2adeab7af2dddfa8c7e9dab24de
MD5 03444257d653755fafb5516a65ba5672
BLAKE2b-256 47236d44119cf103afe959dd6a770f865fef41c1a52945d1b02f39c810a7ed20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.6 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a70ef4e3835333e020c697ebfe3e6be172dd4ef8fe19ad047cd88678c1259c5
MD5 00e682b15b977c108c821713028142fb
BLAKE2b-256 8cb16ef07c0f8fd923c47f10bd9cd22f390f2b09b2a8375a2c51ff12b9a41deb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 84ccd4d9f8839353278480d1f06372f5fd149abcb7621f85c4ebe0924acbd110
MD5 e3ac0e5b338d70840ca1fb40a8f7ec8b
BLAKE2b-256 e6e89cae13901cfe01fd031d52d216752079f6574d265e987e0b113252a4d41e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 916.8 kB
  • 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fe714a0aeee5d5f230cb67af8e584f243adce63f32e81519dd80f605d036feea
MD5 a1e7615183fc828eb846f2163ce0ac02
BLAKE2b-256 68bfd648c188552c4628ea555f91adc206f58e6a9a382709af4ae2753928448e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.9 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46ff042f883bb22242ba5a3817fbcb2ff0cc0990827b8f925d49c176b1cb7394
MD5 1d2e200f8271d6924915190e69c0ae27
BLAKE2b-256 8c55ec0c502ef3ece6b21db862ae49e7f0fbb21494a8c3c13f2ea2dc0e011fb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.8 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 42ddd761ac71dd7a386849bceffdcf4f35798caf844b762693456fc55c19c721
MD5 43731a8b2a4f036c7e1f9d41f07e4262
BLAKE2b-256 25035156023f0a16e42962db574108244e2ba267291724ebb9edc56efedcc6ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.6 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7307f6efb568a20bb56662041555d08aa2cbc71df91638344b6a088c10b44da7
MD5 cffa7f5af28f21eaa388f46825cfd6e3
BLAKE2b-256 9de02cb40bb2a9189fb83ba5b6e379a5edf39eed85af5f982d1136a3bae83a64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 efd3685579d93f01a742827d4d364df6a3c08df25e14ea091828e3f77d054f19
MD5 1c4b94064fe3ba8636364c14ddb4f6f7
BLAKE2b-256 48c332220657044f2d009c2ec1580685a8f04577fcf1670cf05daa10fe738e4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 544963322b1cb650de3d2f45d81bc644e5d9ada6f8f1f5718d9837cda78ee948
MD5 87ebcdeaf212b59cff1fad2d1d9d501a
BLAKE2b-256 cb9cb58b4d11d03822f843f7a5cacc51896796623d1ade687c2eb4139b70211c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 918.3 kB
  • 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c34ec0218319f7a78b15315038125d08ab0b37ff1fe2ce002e70b7aafe1423cf
MD5 d0c52a7feea415316cd3eb2e43088ce4
BLAKE2b-256 a43c87c292cc17f2f305cd844d30a861dfd4ed25013f9fb9423bffdb6fea30ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.1 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71ff9975f23a78c14a303bf4efd8b8924830a170a8eabcffff7f5e5a5b583b9e
MD5 17475fe8e88c373656554b5fd13d138c
BLAKE2b-256 68ca564407788e2d58a360eeb28f8a5d007745aba19e746bf5b8d570f1880919

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b4b7e6edea41257562e9d4b28e717ee04ef078720d46ddb4c2241b9b60dbecc2
MD5 ae2d041337105345bfc2c03bc1cc3071
BLAKE2b-256 74147a4a2e5dbb2853a670c29097e8f1a90c22d6e32d16d6964d80316b0f6ba1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.7 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 43df5e2fe06e03f41649a48e6339045fe8c68feaedef700a54440551f0ba94a3
MD5 112fe6eb2ba9948c104c70f11e2627f3
BLAKE2b-256 0425803b1eb60b72aac13b7374c83c5c3f0a5b07bfb1d00b9d4922ffe14e9353

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82f59dbbdc47987f7ce0daea4d6ee21059ab9d5896bd8110215736c62762cc7f
MD5 79863c83155f3615270029000bcf92dd
BLAKE2b-256 7b87a0a755153cd65c70ec8d19515d6776bba5377b811d3683aec532c9a802e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.0 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0a6890d626b4f95f276a2381aea8d3435bb25ef7a2735bbc74966b105b09e758
MD5 4102c0e75ee5acc6419b6ec81127a50f
BLAKE2b-256 8a141e3f11ba07646c690e7e05ce31d2ce370574fd597f23c13f2020f6903ccb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 909.9 kB
  • 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a0d3aaff782ee1d423e90604c2abe4e573062e9a2008b27c01c86d94f94dbfa7
MD5 e76f0e72d5440b35a848577e148650f8
BLAKE2b-256 e32d2daa0c7c5cb825dbb0a14aff09b2691c970887ee6c47ff57980258aedffb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b984feb536152009e2dc306140ec47f88dd85922063d9e9e8b07f4ff5a0832a
MD5 54c394719ad6ee513b603b0ed84085d8
BLAKE2b-256 d450587c1928acca499ac0fc47f8bad5ff10ee41564188e5b0dea021dfb2e97d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.7 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 530ee5571bea541ff68c6e92819a0da0bdab9457c9b637b6c142c267c02a799e
MD5 7aca90f14992f69f3a06f980ef9eb8f4
BLAKE2b-256 b220ba6fd6cb14c3f7ef415b9666aab11042b4878c0c1c9c01ec2a5ae97b11fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 6.6 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 664f075d38869c6117507193ae3f3d5319491900f11b344030345c11d74863f2
MD5 5fc08a1df7e9a96ace47d0d65185601f
BLAKE2b-256 91b7be52ddbb3d5f30b1f9fc92f3267f0344957075cf7153c18b525c213ac339

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62b3c8196b2fa106552b03ed8ea7b91e1047e9a614849c87aea468f0caac4076
MD5 75e4abd47ff729b80a582f53c4bb4354
BLAKE2b-256 b43ed7def1a929aceb02dbdc0dc37da1079adde5dbbb2485ba822f82d9794ed8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 dbccca5b77162f610727b664804216674b1974a7a65e03a6ed638a9434cdf2b2
MD5 e8d282a22f17a740e45ac24851c5781e
BLAKE2b-256 55e807e3272b341a28d010d44521cf6592c0a1a898b89dbbfed5fc3e4841c8c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 908.8 kB
  • 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a3da3d5a66545fa127ad12784babd78859656e0c9614324d40c72d4210aa5bbe
MD5 7372bbc172368366747ff02b6ecdcbc6
BLAKE2b-256 1ba64200b8b8db65cc237487c78f81a468a2115ba3185d2bce680f610fbcecfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.7 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 082abbb95936f7475cee098153191058350878e33b8fb1dbefc82264978297e4
MD5 6f088930ea5758a34b3f828b597dbd1e
BLAKE2b-256 efccca67d2c5ac1d2aa0cc5608bd4719706279c25e2c04822a5fd88e9f685347

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 6.6 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d91cbc637a34e1a72ebc47da8bf21a2e6c5e386d1b04143c07c8082258e9b430
MD5 03e19e3defd66450f8ef5cf480b1a665
BLAKE2b-256 1ef64e33d6839971e4f80b4e0b6058705f51dfba8084855b13f33a6a2db6cbfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fcb790ff9df5d85d059069a7847f5696ec9296b719ed3e7e675a61a7af390e2f
MD5 9b1cbdac64bcb7565c45800181551996
BLAKE2b-256 fb8471480eadb5581ddeb0a5722f44b6a736f7f30fbaadcb75e1667b21b9856f

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