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

Uploaded Source

Built Distributions

pyzmq-20.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (562.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-20.0.0-cp39-cp39-win_amd64.whl (699.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-20.0.0-cp39-cp39-win32.whl (624.3 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-20.0.0-cp39-cp39-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9

pyzmq-20.0.0-cp39-cp39-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.9

pyzmq-20.0.0-cp39-cp39-macosx_11_0_x86_64.whl (721.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

pyzmq-20.0.0-cp39-cp39-macosx_10_9_x86_64.whl (816.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-20.0.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-20.0.0-cp38-cp38-win32.whl (905.1 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-20.0.0-cp38-cp38-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8

pyzmq-20.0.0-cp38-cp38-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.8

pyzmq-20.0.0-cp38-cp38-macosx_11_0_x86_64.whl (718.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

pyzmq-20.0.0-cp38-cp38-macosx_10_9_x86_64.whl (814.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-20.0.0-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-20.0.0-cp37-cp37m-win32.whl (898.9 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-20.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (808.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-20.0.0-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-20.0.0-cp36-cp36m-win32.whl (897.5 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

pyzmq-20.0.0-cp36-cp36m-macosx_10_9_intel.whl (1.4 MB view details)

Uploaded CPython 3.6m macOS 10.9+ intel

pyzmq-20.0.0-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

pyzmq-20.0.0-cp35-cp35m-win32.whl (891.6 kB view details)

Uploaded CPython 3.5m Windows x86

pyzmq-20.0.0-cp35-cp35m-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.5m

pyzmq-20.0.0-cp35-cp35m-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.5m

pyzmq-20.0.0-cp35-cp35m-macosx_10_9_intel.whl (1.4 MB view details)

Uploaded CPython 3.5m macOS 10.9+ intel

File details

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

File metadata

  • Download URL: pyzmq-20.0.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • 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.5

File hashes

Hashes for pyzmq-20.0.0.tar.gz
Algorithm Hash digest
SHA256 824ad5888331aadeac772bce27e1c2fbcab82fade92edbd234542c4e12f0dca9
MD5 e5f12abd40c785941947cf00282eb0eb
BLAKE2b-256 1581009a2cd08bc5de6ed092c94508b45d6dbc6f6d0bbeddbe14d36b51f28216

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 562.8 kB
  • Tags: PyPy, macOS 10.9+ 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.5

File hashes

Hashes for pyzmq-20.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d9259a5eb3f71abbaf61f165cacf42240bfeea3783bebd8255341abdfe206f1
MD5 7aabd9fc10de02c472d0d37927382a4d
BLAKE2b-256 72670d17d236572856563f9b1c00c18f7625288fe74cac71045f9f536ad9d4cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 699.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for pyzmq-20.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f110a4d3f8f01209eec304ed542f6c8054cce9b0f16dfe3d571e57c290e4e133
MD5 e6b17972908012d8fb0e2e1f8e226c47
BLAKE2b-256 3bb05e9569356ed4373faa499c1710edb848dc5ea5a66454e8e9c4d5a8287458

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 624.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for pyzmq-20.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c63fafd2556d218368c51d18588f8e6f8d86d09d493032415057faf6de869b34
MD5 905444b6a0f61b5aba541107baa7982b
BLAKE2b-256 d73a6b3ef63020d7c5933dae093ad78c959f44ab41f2e1abeab1b8f576add957

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0af84f34f27b5c6a0e906c648bdf46d4caebf9c8e6e16db0728f30a58141cad6
MD5 2b180aaab99f2b8abf4792191683d278
BLAKE2b-256 589dd26c8808cfc5a033d2fcb724767cc2e183af1c2af1440865776a113cc6f9

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5efe02bdcc5eafcac0aab531292294298f0ab8d28ed43be9e507d0e09173d1a4
MD5 add13ccbbeb905ea135651f5c8ce634c
BLAKE2b-256 e1ec2533d35eab65b2303d843d0c441f9913395620f721efcd75f84ccdedff8e

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp39-cp39-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 721.4 kB
  • Tags: CPython 3.9, macOS 11.0+ 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.5

File hashes

Hashes for pyzmq-20.0.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 dc2f48b575dff6edefd572f1ac84cf0c3f18ad5fcf13384de32df740a010594a
MD5 5959f172490b1471ed51becec3e6b448
BLAKE2b-256 2e2f786fcc204bc662c2a6106e544708ce606a345d26e56ab7805ab9b0aeb6c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 816.1 kB
  • Tags: CPython 3.9, macOS 10.9+ 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.5

File hashes

Hashes for pyzmq-20.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cfa54a162a7b32641665e99b2c12084555afe9fc8fe80ec8b2f71a57320d10e1
MD5 d75bcff7cab043bd927c2bd93d5dd07e
BLAKE2b-256 5a7788a9ee164ff2a1e6e96aed514dac66b3018fcd549148db4e3c555ea5763d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzmq-20.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0e554fd390021edbe0330b67226325a820b0319c5b45e1b0a59bf22ccc36e793
MD5 9158707a71e0344938df724c9b3b4ce2
BLAKE2b-256 903d11afea9e7099c2fb80ea6aeaa4b19f4f4b9ef60853dbf00483b76b26d576

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 905.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzmq-20.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 309d763d89ec1845c0e0fa14e1fb6558fd8c9ef05ed32baec27d7a8499cc7bb0
MD5 635576f8703ae5f89836b0274f057018
BLAKE2b-256 29bddc91b96fc774aba9c0b924ad2804eff37bb79c3f3c8739c155bcc0e886ce

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d92c7f41a53ece82b91703ea433c7d34143248cf0cead33aa11c5fc621c764bf
MD5 fda76e11f8da066674c2d2add990f0cb
BLAKE2b-256 65c096d0ba7802eb5cfd054b80a2f63c295c6d93980ce817b5c27c621807a7cf

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 895695be380f0f85d2e3ec5ccf68a93c92d45bd298567525ad5633071589872c
MD5 97fb4bd4beaf263ec40ee5755b966479
BLAKE2b-256 bb75062f74f8a90cf3cdb5847d0f1a5d013c9e04924916a2403086730f262122

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp38-cp38-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 718.3 kB
  • Tags: CPython 3.8, macOS 11.0+ 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.5

File hashes

Hashes for pyzmq-20.0.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 53706f4a792cdae422121fb6a5e65119bad02373153364fc9d004cf6a90394de
MD5 a70ac9341b155236423482b76ce754ef
BLAKE2b-256 ad5fc055246d06a1c26263b38db4f273e7003f9a262297c9ddb37642fe6e16aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 814.7 kB
  • Tags: CPython 3.8, macOS 10.9+ 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.5

File hashes

Hashes for pyzmq-20.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6e24907857c80dc67692e31f5bf3ad5bf483ee0142cec95b3d47e2db8c43bdda
MD5 17a21b52f0aedf0c2c6cdf99de751433
BLAKE2b-256 e7465af276322d34e4fa069494696ce90738370726132093d3460e89f3093084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.5

File hashes

Hashes for pyzmq-20.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cc09c5cd1a4332611c8564d65e6a432dc6db3e10793d0254da9fa1e31d9ffd6d
MD5 0e06158c62d87e53f5464f42f15ac6c6
BLAKE2b-256 694f99153a0a89e3c6d2cb81f23e457680d173b7b434946ede602efc4bad30a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 898.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.5

File hashes

Hashes for pyzmq-20.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c95dda497a7c1b1e734b5e8353173ca5dd7b67784d8821d13413a97856588057
MD5 1c3fc41d5e4f5f61fd85f75a76598cc0
BLAKE2b-256 642962d2d28a3766f36441438faa3ae621fd79d819c0c5a2a07548bd97581f81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-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.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.5

File hashes

Hashes for pyzmq-20.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 63ee08e35be72fdd7568065a249a5b5cf51a2e8ab6ee63cf9f73786fcb9e710b
MD5 be98638a6b7e6d6c8cc4d4a8ed8e9134
BLAKE2b-256 7634d9e37e77e6887ded369a083550fd9221d716d77e09ecb914d82ee26c7188

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 03638e46d486dd1c118e03c8bf9c634bdcae679600eac6573ae1e54906de7c2f
MD5 893162f0c4355f7a829344fffb8f6c3e
BLAKE2b-256 e01068f75c103292960191759a1ea43da48c430f954aac1242730e42c6e42514

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 808.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ 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.5

File hashes

Hashes for pyzmq-20.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e9b75a119606732023a305d1c214146c09a91f8116f6aff3e8b7d0a60b6f0ff
MD5 70f273d5363d97808db8a9dc3afb0705
BLAKE2b-256 48b1ef4c32d5a64f3ec28ac60e875c29d7f97eb87089f41aee0d8d298de5eead

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.8

File hashes

Hashes for pyzmq-20.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2742e380d186673eee6a570ef83d4568741945434ba36d92b98d36cdbfedbd44
MD5 5b635c82429fd18fdec4d984e5cc77be
BLAKE2b-256 71d56b786bd55983c412ab3ed527364165b3aead35998c97a67c7d45faa15c8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 897.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.8

File hashes

Hashes for pyzmq-20.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 bf755905a7d30d2749079611b9a89924c1f2da2695dc09ce221f42122c9808e3
MD5 34a5b7f567157b0346f3035e04aeaefe
BLAKE2b-256 25b58e7216a6e66fbefafb9b1803d858e13fa21771b025650ce593908c1a6ac7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-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.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.5

File hashes

Hashes for pyzmq-20.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 46250789730489009fe139cbf576679557c070a6a3628077d09a4153d52fd381
MD5 cf8257fc31ee85978abe87b4c74b6582
BLAKE2b-256 0587bfed82301b9e9f847f48a14722a61aa1d6249d98e00e6825dd9b7e70abe4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-20.0.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f0beef935efe78a63c785bb21ed56c1c24448511383e3994927c8bb2caf5e714
MD5 98c4f544df91c17f62404050366e50a4
BLAKE2b-256 80222c097f4953d2b520071deea697186a7ea548a39597042b7bcec8cf75e46c

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp36-cp36m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp36-cp36m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, macOS 10.9+ intel
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp36-cp36m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 b62113eeb9a0649cebed9b21fd578f3a0175ef214a2a91dcb7b31bbf55805295
MD5 5fa534df3bcefa800df0cbc9e82add86
BLAKE2b-256 5e457ece90318b605f7a163adb7eef500837c2ca0d71d18652889ae07b9b90d3

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.5.4

File hashes

Hashes for pyzmq-20.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 7113eb93dcd0a5750c65d123ed0099e036a3a3f2dcb48afedd025ffa125c983b
MD5 1b08f7c4e00e60d86241803795409977
BLAKE2b-256 de93659e6f2eabdf4cfc04e89dd4d34036499f3048d29728e769c53800ebab8a

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 891.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.5.4

File hashes

Hashes for pyzmq-20.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 d81184489369ec325bd50ba1c935361e63f31f578430b9ad95471899361a8253
MD5 647289ad1d6ac90a3af0473740786838
BLAKE2b-256 575f71a2a6bdc3b7c176f930d56060e1315d4f842fd084589c20a848b63f432c

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bc7dd697356b31389d5118b9bcdef3e8d8079e8181800c4e8d72dccd56e1ff68
MD5 9e45003f4a85981f6f85abc07e8d6da6
BLAKE2b-256 c3d0f0478d50cf81f1594d111d9ab3f7a606b859dfc8218a5cf1d4792960c004

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 225774a48ed7414c0395335e7123ef8c418dbcbe172caabdc2496133b03254c2
MD5 1318575b18b9644b4291bd1fa9abe424
BLAKE2b-256 671cab1646af6f7b8484a0893064d267d3dc006e8bfe03f4a4f5c66a9d56ec44

See more details on using hashes here.

File details

Details for the file pyzmq-20.0.0-cp35-cp35m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pyzmq-20.0.0-cp35-cp35m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, macOS 10.9+ intel
  • 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.5

File hashes

Hashes for pyzmq-20.0.0-cp35-cp35m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 523d542823cabb94065178090e05347bd204365f6e7cb260f0071c995d392fc2
MD5 6eb0731759aaab20252306f7d39c7a5a
BLAKE2b-256 4921374f79c0e5e20bcb018545f817c75ae6f8c900b2dd60c7f0fed2bd856f86

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