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

Uploaded Source

Built Distributions

pyzmq-19.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (550.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl (543.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-19.0.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-19.0.1-cp38-cp38-win32.whl (910.3 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

pyzmq-19.0.1-cp38-cp38-manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.8

pyzmq-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl (820.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-19.0.1-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-19.0.1-cp37-cp37m-win32.whl (903.5 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

pyzmq-19.0.1-cp37-cp37m-manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.7m

pyzmq-19.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (815.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-19.0.1-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-19.0.1-cp36-cp36m-win32.whl (902.3 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

pyzmq-19.0.1-cp36-cp36m-manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.9+ intel

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

Uploaded CPython 3.5m Windows x86-64

pyzmq-19.0.1-cp35-cp35m-win32.whl (896.6 kB view details)

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

pyzmq-19.0.1-cp35-cp35m-manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.9+ intel

pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7mu

pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 2.7mu

pyzmq-19.0.1-cp27-cp27m-win_amd64.whl (699.5 kB view details)

Uploaded CPython 2.7m Windows x86-64

pyzmq-19.0.1-cp27-cp27m-win32.whl (616.5 kB view details)

Uploaded CPython 2.7m Windows x86

pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl (1.4 MB view details)

Uploaded CPython 2.7m macOS 10.9+ intel

File details

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

File metadata

  • Download URL: pyzmq-19.0.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1.tar.gz
Algorithm Hash digest
SHA256 13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0
MD5 2833bd5397e4069f63ad1f9f291f1f70
BLAKE2b-256 8608e5fc492317cc9d65b32d161c6014d733e8ab20b5e78e73eca63f53b17004

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 550.6 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aaa8b40b676576fd7806839a5de8e6d5d1b74981e6376d862af6c117af2a3c10
MD5 7bc27d3f68988595cf7e933f340ac12e
BLAKE2b-256 2d40827cf7376e5aff9da60341c4190c282cff0fc23dc9a59c9daeedc609edc1

See more details on using hashes here.

File details

Details for the file pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 543.3 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf5d689ba9513b9753959164cf500079383bc18859f58bf8ce06d8d4bef2b054
MD5 085c4f4d56a3d2a40138193d88f87612
BLAKE2b-256 e8e9cf36ef36fa3b93ce204fd28794be03a7b43007ff54ba67f3d2ecfcc16488

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5b99c2ae8089ef50223c28bac57510c163bfdff158c9e90764f812b94e69a0e6
MD5 21532a4edd3c3baf20a23706c6e68676
BLAKE2b-256 92f54dd87c3646604f97c73675af8e1379dd3e9a0957dedd2f772927b3799ae0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 910.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f9d7e742fb0196992477415bb34366c12e9bb9a0699b8b3f221ff93b213d7bec
MD5 8bc036b50ebffc6e9be303193bce7a3d
BLAKE2b-256 7aa64a3f4cfd3b5336ea6a5442de911d02a16b8b17993be2df8fee39f150bacf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5f1f2eb22aab606f808163eb1d537ac9a0ba4283fbeb7a62eb48d9103cf015c2
MD5 37362bc8f66a6cbe4b005c129bf4f847
BLAKE2b-256 0cc857cb8955afd0ba7bfbb8ba7e7627c9fc1a595543a4fa7b774a26b094fc12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 af0c02cf49f4f9eedf38edb4f3b6bb621d83026e7e5d76eb5526cc5333782fd6
MD5 3b13800df5ff5bc5c0232a79bd868088
BLAKE2b-256 0d20d84003fad35e120fb22ca936a17ad808dce0c7d1ff87f0c83b3b7c2758c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 820.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b9d21fc56c8aacd2e6d14738021a9d64f3f69b30578a99325a728e38a349f85
MD5 20329ecf18fcf753fbfe0d3b1f11f2a7
BLAKE2b-256 549ff88021da6eed625726ec79e2bf17115c5cd49c17da37c8e6b3014ef8fb74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 faee2604f279d31312bc455f3d024f160b6168b9c1dde22bf62d8c88a4deca8e
MD5 06292ba819b07660db73dc0bd15f8b72
BLAKE2b-256 32e6de7538e70e8577ccb2a790ed6f2bc8a91e959b8f92623feb90c67f79f9f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 903.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 342fb8a1dddc569bc361387782e8088071593e7eaf3e3ecf7d6bd4976edff112
MD5 46095cb9fc3c5e6a6929358397154c30
BLAKE2b-256 1fcb0fe96461e1e84137694bcf0ffda2a457ecf7cdc09b5966b79853917e2fb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 07fb8fe6826a229dada876956590135871de60dbc7de5a18c3bcce2ed1f03c98
MD5 1ba75a0cffefbf94ca7fe894968c8321
BLAKE2b-256 439336a783239874b894d1fe1e791185ee6e627529661190bb06dc9f16fca78f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bfff5ffff051f5aa47ba3b379d87bd051c3196b0c8a603e8b7ed68a6b4f217ec
MD5 6ced8d4ec17c13e639b526313612cb4f
BLAKE2b-256 79b52b5057f20a0e520de47c1bb13b8794e2c3df051abd3491437d8592a71f6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 815.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21f7d91f3536f480cb2c10d0756bfa717927090b7fb863e6323f766e5461ee1c
MD5 d57a9d6d66619ca4c611d01023b62858
BLAKE2b-256 a78fa823397e06379907af81009aca877837968f57d2864232b1e43eba77cb58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b08780e3a55215873b3b8e6e7ca8987f14c902a24b6ac081b344fd430d6ca7cd
MD5 1363c417935bfebcc38041e4166508e3
BLAKE2b-256 c20b26a70f80104fb17a3e332c77f3693c1350d2920c104a560fb778dc650e60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 902.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 956775444d01331c7eb412c5fb9bb62130dfaac77e09f32764ea1865234e2ca9
MD5 69dcd9e61591422ea7aafeda33761b10
BLAKE2b-256 dbc46077a2fbdec3c43f187815289ce05bde44578f2417c8db6f457c36648cfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ba6f24431b569aec674ede49cad197cad59571c12deed6ad8e3c596da8288217
MD5 c200be8cd5e21f9790ae698b3dd1b69d
BLAKE2b-256 c911bb28199dd8f186a4053b7dd94a33abf0c1162d99203e7ab32a6b71fa045b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4ee0bfd82077a3ff11c985369529b12853a4064320523f8e5079b630f9551448
MD5 e26f29e5801ad98925534d764b8367b0
BLAKE2b-256 d572a5af01d95ee331d52a2814e7596b71035c171971596a4c3d5f0ec9c110cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp36-cp36m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 6ca519309703e95d55965735a667809bbb65f52beda2fdb6312385d3e7a6d234
MD5 ba63d8a7478acd899aad028507adc2ef
BLAKE2b-256 bf4abfaf72a797d900c6a55e78cdf94a09fdbddcb8c6e693fe4e9ec9a751f7ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 dcbc3f30c11c60d709c30a213dc56e88ac016fe76ac6768e64717bd976072566
MD5 42258f857148874b9fc34ab08d51acbe
BLAKE2b-256 40a18a721a9be417296e4a0b894e713314490eb5fb3095279e2a128bccafb49e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 896.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 54aa24fd60c4262286fc64ca632f9e747c7cc3a3a1144827490e1dc9b8a3a960
MD5 63466e693ecec9cea7d9842b5464df8d
BLAKE2b-256 bab3f118450be3f5c838492d000d7860e362184ce4b4b6e194b32a4c8f6d7020

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8952f6ba6ae598e792703f3134af5a01af8f5c7cf07e9a148f05a12b02412cea
MD5 25762e453eef30de8851944891e60f10
BLAKE2b-256 fedcfa5d3cd276a90f9c1e0ee69c925739c21c50384691e7cf0f92cd6312ef9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bafd651b557dd81d89bd5f9c678872f3e7b7255c1c751b78d520df2caac80230
MD5 408b818dd074026a4dfe23376b25b5a3
BLAKE2b-256 d1cff368567e4eb22983afa16ad31713f9fd4985cc7e2b91918b9bf0e0cfb2e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.1-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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp35-cp35m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 2a88b8fabd9cc35bd59194a7723f3122166811ece8b74018147a4ed8489e6421
MD5 c3830995872e5485c8890a809adc8a5a
BLAKE2b-256 ee7065b30b0fb7f77b27824a7682fddb52fb1cb33c56b18fd4396f9d0b6eb461

See more details on using hashes here.

File details

Details for the file pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 931339ac2000d12fe212e64f98ce291e81a7ec6c73b125f17cf08415b753c087
MD5 f759c3ea01af23e1b10c6bc30555a2e9
BLAKE2b-256 696ec38a1be9b6eee54c478c33d2c6e1dc46a2f0e7a66ec11b0e50673ab47d15

See more details on using hashes here.

File details

Details for the file pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 15b4cb21118f4589c4db8be4ac12b21c8b4d0d42b3ee435d47f686c32fe2e91f
MD5 2d467f5463b107ef31ee83936509ad39
BLAKE2b-256 44c7424cb1618e949292ffccd4bf02e048c5591495db6828bd609fa1bb621910

See more details on using hashes here.

File details

Details for the file pyzmq-19.0.1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-19.0.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 699.5 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 97b6255ae77328d0e80593681826a0479cb7bac0ba8251b4dd882f5145a2293a
MD5 7138a71ca0731a3bf982f97639cd1d69
BLAKE2b-256 b256cd02a8398b1f387e1d54ea41ad216f714e34a71980f07f18c20ebbe3627b

See more details on using hashes here.

File details

Details for the file pyzmq-19.0.1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: pyzmq-19.0.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 616.5 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 87c78f6936e2654397ca2979c1d323ee4a889eef536cc77a938c6b5be33351a7
MD5 b4c6b3af884d5c9557f78b451e218e98
BLAKE2b-256 ef717ff0f9401fc19d0253e0066dc52f0dbd312ddf5a2b430064ac81210d24a7

See more details on using hashes here.

File details

Details for the file pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, macOS 10.9+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6

File hashes

Hashes for pyzmq-19.0.1-cp27-cp27m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 58688a2dfa044fad608a8e70ba8d019d0b872ec2acd75b7b5e37da8905605891
MD5 f18c523c601cf3d05d4ef3329f92cc54
BLAKE2b-256 360aabb91b112d796c8cf572902b423a76553ffd5505a5be00c6a210a2d7e545

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