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

Uploaded Source

Built Distributions

pyzmq-18.0.1-pp370-pypy3_70-macosx_10_14_x86_64.whl (553.4 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

pyzmq-18.0.1-pp270-pypy_41-macosx_10_14_x86_64.whl (546.3 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-18.0.1-cp37-cp37m-win32.whl (897.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-18.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (814.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-18.0.1-cp36-cp36m-win32.whl (896.2 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

pyzmq-18.0.1-cp36-cp36m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

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

Uploaded CPython 3.5m Windows x86-64

pyzmq-18.0.1-cp35-cp35m-win32.whl (890.6 kB view details)

Uploaded CPython 3.5m Windows x86

pyzmq-18.0.1-cp35-cp35m-manylinux1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

pyzmq-18.0.1-cp35-cp35m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

pyzmq-18.0.1-cp34-cp34m-win_amd64.whl (682.9 kB view details)

Uploaded CPython 3.4m Windows x86-64

pyzmq-18.0.1-cp34-cp34m-win32.whl (624.0 kB view details)

Uploaded CPython 3.4m Windows x86

pyzmq-18.0.1-cp27-cp27mu-manylinux1_x86_64.whl (1.0 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

pyzmq-18.0.1-cp27-cp27m-win_amd64.whl (689.0 kB view details)

Uploaded CPython 2.7m Windows x86-64

pyzmq-18.0.1-cp27-cp27m-win32.whl (609.5 kB view details)

Uploaded CPython 2.7m Windows x86

pyzmq-18.0.1-cp27-cp27m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 2.7m macOS 10.6+ intel

File details

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

File metadata

  • Download URL: pyzmq-18.0.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1.tar.gz
Algorithm Hash digest
SHA256 8b319805f6f7c907b101c864c3ca6cefc9db8ce0791356f180b1b644c7347e4c
MD5 5a6ed2085bc5e96aa5513fc5cd4a819f
BLAKE2b-256 f8485416696b9f2eacc7d1f9fe3a7187ad54d769e09585ec0b59c137ab5c7575

See more details on using hashes here.

File details

Details for the file pyzmq-18.0.1-pp370-pypy3_70-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pyzmq-18.0.1-pp370-pypy3_70-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 553.4 kB
  • Tags: PyPy, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-pp370-pypy3_70-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 65c5a0bdc49e20f7d6b03a661f71e2fda7a99c51270cafe71598146d09810d0d
MD5 c928ee705226165519efbf2f6a0fc808
BLAKE2b-256 4d516867a8a31663470b003a92284dc0a6a983134a61d87433e6147ba46f22f5

See more details on using hashes here.

File details

Details for the file pyzmq-18.0.1-pp270-pypy_41-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pyzmq-18.0.1-pp270-pypy_41-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 546.3 kB
  • Tags: PyPy, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-pp270-pypy_41-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ba2578f0ae582452c02ed9fac2dc477b08e80ce05d2c0885becf5fff6651ccb0
MD5 5a73698caa544ddf9914c7e3fc07839b
BLAKE2b-256 29a7c423f7985961b044485c5d736b95d9ded276a22006c04b63a336cb4cb58d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-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/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f8da5322f4ff5f667a0d5a27e871b560c6637153c81e318b35cb012b2a98835c
MD5 8e4aa0e563c29703457fb5368e9b239e
BLAKE2b-256 9770830668ac324b72157115a919b23e510f9ef5f61ea4d5a6009320f7327638

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 897.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 66828fabe911aa545d919028441a585edb7c9c77969a5fea6722ef6e6ece38ab
MD5 6b16e373ee973396b1827881a597c8fd
BLAKE2b-256 50304e10d6c080977b14303bcae3b53e104585ead28f45d7ad8e27b0291e5e52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 90facfb379ab47f94b19519c1ecc8ec8d10813b69d9c163117944948bdec5d15
MD5 05e0a363a82bfd2c6f092426aeabaf36
BLAKE2b-256 3c721259cea3a7bc0ace82afd2244fdc448c4c2fb6b49a14e87ba832e00ee86a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d79427e82d9dad6e9b47c0b3e7ae5f9d489b1601e3a36ea629bb49501a4daf3
MD5 0747bc5dec61acf6da05c2fcfbe027f2
BLAKE2b-256 4494c4a9e85939be7532221c61dcdfbfaa90d85e72ed45dd83bc1f7c175af206

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 814.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ccb9b3d4cd20c000a9b75689d5add8cd3bce67fcbd0f8ae1b59345247d803af
MD5 0d25f45d5252b2cdb0115026cc670899
BLAKE2b-256 300864b910e8f5e0285598a15a8d8f2f4d06a1367f0d145c7554fdd02d926272

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-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/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d8f27e958f8a2c0c8ffd4d8855c3ce8ac3fa1e105f0491ce31729aa2b3229740
MD5 0980ec18f5279d456196f0d5b6a4b485
BLAKE2b-256 3aea8f632ebde1ab0d7d9508736f5ad16ed38db2f85e3c2b32af9f363f2880ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 896.2 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.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d706025c47b09a54f005953ebe206f6d07a22516776faa4f509aaff681cc5468
MD5 c56cee169f54e09c2fd7fb163a98e13d
BLAKE2b-256 7d788b302386696402733546c9cfb192de060cc17575baaf2b1c3ed2f007fe4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5e120c4cd3872e332fb35d255ad5998ebcee32ace4387b1b337416b6b90436c7
MD5 cbbba4363b45416a54fc4f8b275f4926
BLAKE2b-256 5f04f6f0fa20b698b29c6e6b1d6b4b575c12607b0abf61810aab1df4099988c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a0a178c7420021fc0730180a914a4b4b3092ce9696ceb8e72d0f60f8ce1655dd
MD5 5374c881cfcef465128db7522933d2f4
BLAKE2b-256 1816f918b1d287eaa050b4da649765f4a24f86cf752f45530db4811b592906fa

See more details on using hashes here.

File details

Details for the file pyzmq-18.0.1-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pyzmq-18.0.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 63d51add9af8d0442dc90f916baf98fdc04e3b0a32afec4bfc83f8d85e72959f
MD5 b1f8e161f49edfa3bcf77e1e6e875104
BLAKE2b-256 9bb63271df06bc5d5b6b2a4694a116c79e2f709157238f6c55e920d8863fdf2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 a7a89591ae315baccb8072f216614b3e59aed7385aef4393a6c741783d6ee9cf
MD5 e0024f09000ce10c326ba52285f61d74
BLAKE2b-256 58c82ae0ed6c35a54d4ec98def9adf49098666fe14673546cd4c7803a979a145

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 890.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.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 efc3bd48237f973a749f7312f68062f1b4ca5c2032a0673ca3ea8e46aa77187b
MD5 11840c5ebd7121cb9566e060facfcab8
BLAKE2b-256 d7d5864e9545b526dabafb34d519fa0ea110d8e1eff9cec4b253308e0ad010fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dbd264298f76b9060ce537008eb989317ca787c857e23cbd1b3ddf89f190a9b1
MD5 87f31c946920f3e9843ff3a8da73a7f7
BLAKE2b-256 397a9b98aabbde03fc4c5c38079ddec1331af3846d80c0b73bdb691a21adee9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1651e52ed91f0736afd6d94ef9f3259b5534ce8beddb054f3d5ca989c4ef7c4f
MD5 20927ebe44ee3b56f11cf6e3447fe58c
BLAKE2b-256 59fcd02af5c5e03051e6e6eb435c90307a027032a6f1ea95b4af03317ce653a0

See more details on using hashes here.

File details

Details for the file pyzmq-18.0.1-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pyzmq-18.0.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 c69b0055c55702f5b0b6b354133e8325b9a56dbc80e1be2d240bead253fb9825
MD5 63d99c44417fb4c74d0760b9bd3b7673
BLAKE2b-256 48e51f86b08b77d26ca1678fecc35c634573686180c8b5ac6f719ae762506efc

See more details on using hashes here.

File details

Details for the file pyzmq-18.0.1-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-18.0.1-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 682.9 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 d4b8ecfc3d92f114f04d5c40f60a65e5196198b827503341521dda12d8b14939
MD5 f0ad8669b18df7e1bcbfb7f442c4c81a
BLAKE2b-256 17f20e7eeae550086a4ef301bcd5c84f49939feb6ab0ce77c016c15fb0531a2b

See more details on using hashes here.

File details

Details for the file pyzmq-18.0.1-cp34-cp34m-win32.whl.

File metadata

  • Download URL: pyzmq-18.0.1-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 624.0 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 ca434e1858fe222380221ddeb81e86f45522773344c9da63c311d17161df5e06
MD5 f42dbb5d4600da9d28340b8d555dd955
BLAKE2b-256 617583e242429c8f6933c4ef8ca86a66caffd51aa4a5732be9bd68b29851d796

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 824ee5d3078c4eae737ffc500fbf32f2b14e6ec89b26b435b7834febd70120cf
MD5 4f65a3995f794e33afc5dbc4bb58ec6d
BLAKE2b-256 91f5c9bef3768d6f8d71aae8f44f1ddbee90162dad909560fa6c13e4872e28c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e926d66f0df8fdbf03ba20583af0f215e475c667fb033d45fd031c66c63e34c9
MD5 cfc8084db68fa18cdac8a8dd8b538594
BLAKE2b-256 3ce8e3817fff32cec75f433771936a30b83ac29ffa93ce3b8f1af1ce843ed6f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 689.0 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 89dc0a83cccec19ff3c62c091e43e66e0183d1e6b4658c16ee4e659518131494
MD5 8e0e9a81ca2afc180d1e090182f2c03b
BLAKE2b-256 4c641bd9ca5b24ebeda64a1457591ab42a1d071c86d3ab56969c82ea60b23c26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 609.5 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f59bc782228777cbfe04555707a9c56d269c787ed25d6d28ed9d0fbb41cb1ad2
MD5 96cf7e78ad00a3cd59b23a0d6d8d1287
BLAKE2b-256 448468e9b85cec798925477e5001dcc7da9603a3fc6fb74e26e90b40f141c80d

See more details on using hashes here.

File details

Details for the file pyzmq-18.0.1-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pyzmq-18.0.1-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2

File hashes

Hashes for pyzmq-18.0.1-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5e2a3707c69a7281a9957f83718815fd74698cba31f6d69f9ed359921f662221
MD5 8a518e87c910df5cf00f84f96ffb2f09
BLAKE2b-256 0e282e6b9ebc9e84a70a3068cc77881ef4ed157bf15bd57b8d9c8be5e2d90d8f

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