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

Uploaded Source

Built Distributions

pyzmq-18.0.0-pp370-pypy3_70-macosx_10_14_x86_64.whl (553.5 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

pyzmq-18.0.0-pp270-pypy_41-macosx_10_14_x86_64.whl (546.4 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-18.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (815.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.6+ intel

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.6+ intel

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

pyzmq-18.0.0-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.0.tar.gz.

File metadata

  • Download URL: pyzmq-18.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 b30c339eb58355f51f4f54dd61d785f1ff58c86bca1c3a5916977631d121867b
MD5 81d643d1e9eb9238960a18b6b0989db2
BLAKE2b-256 648d78975da77627fd863c08e8ea3c7cebce7e51bed2936be5118de6b0050638

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-pp370-pypy3_70-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 553.5 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.0-pp370-pypy3_70-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 abfa774dbadacc849121ed92eae05189d226daab583388b499472e1bbb17ef69
MD5 2e478a458ba6fe67d3f18e6b003d98b0
BLAKE2b-256 c40129c7eaaf7f18e889a3ec488797c8344a4398f4d89e59ca2c95a45a39239f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-pp270-pypy_41-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 546.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.0-pp270-pypy_41-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1d1eb490da54679d724b08ef3ee04530849023670c4ba7e400ed2cdf906720c4
MD5 476d239777e322782a649a55851914b3
BLAKE2b-256 651c95b7296befcae82e336a787c408f14184732b5eb9b65338b4a62bb5e8456

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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/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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2b5a43da65f5dec857184d5c2ce13b80071019e96358f146bdecff7238765bc9
MD5 e3fe6d3f831594690979ce2cc75d8788
BLAKE2b-256 b9e54736a2d440237ec1dee82622bf674a508e4c518da81cfc6679f2b773830c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 75c87f1dc1e65cea4b709f2ebc78fa18d4b475e41463502aec9cd26208b88e0f
MD5 17434f40bb22a363a112c9a95ad3b72d
BLAKE2b-256 3456d89c1240ba8f46e22134fd1dff9ada0acf272e0467b5348703970bc5ae3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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/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.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 54fe55a1694ffe608c8e4c5183e83cab7a91f3e5c84bd6f188868d6676c12aba
MD5 1ce747e0490c05375a24644ea7586fd8
BLAKE2b-256 24ec03483b6b9b68ff1e991800d3f2a2e3cfc54282c844d3f0cb4f0719338621

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 97cb1b7cd2c46e87b0a26651eccd2bbb8c758035efd1635ebb81ac36aa76a88c
MD5 156da0353a81889cbc3eee17d9647442
BLAKE2b-256 b9e23daf0b0f3062a691913cdcd8e7beb38715b1cad5a293045d1ed466ed2f86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 815.0 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.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6e7f78eeac82140bde7e60e975c6e6b1b678a4dd377782ab63319c1c78bf3aa1
MD5 9670e15494cca6a841451c6cd5d005a8
BLAKE2b-256 c4961233ccfcf707d956db7b53cb8d5639a7cd8540435ad3783da5587b05bf27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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/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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 264ac9dcee6a7af2bce4b61f2d19e5926118a5caa629b50f107ef6318670a364
MD5 2fad63b43bec14ad7e106f43e5dd58f4
BLAKE2b-256 5e083ab4eca201262b8d561132250535878d828a36ec67ad7ef5ff13ffbec695

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cbabdced5b137cd56aa22633f13ac5690029a0ad43ab6c05f53206e489178362
MD5 0f0b797f2c6722e5c3a15e9a284a8162
BLAKE2b-256 8fdaba4fb698a6a6013251b2498cc5de2cf975951e4d93bff77efa935f9333b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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/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.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 618887be4ad754228c0cbba7631f6574608b4430fe93974e6322324f1304fdac
MD5 60ae9cb0a251a7a448037d40b4b4cebe
BLAKE2b-256 275a8ce70c20efaf78fac2524b2f8d98b7360c997bc11a748dd233f3add7507e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3928534fa00a2aabfcfdb439c08ba37fbe99ab0cf57776c8db8d2b73a51693ba
MD5 ee0a9f07dde7240bfcb696d543585c87
BLAKE2b-256 03152749023cae3d9b14c3e70c3a92f82c3c45f80c78bbc4d30a2cba044e1622

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 6ee760cdb84e43574da6b3f2f1fc1251e8acf87253900d28a06451c5f5de39e9
MD5 6fbd1ed2f58565c5586768f4828c76ac
BLAKE2b-256 ab6ea49d3e2af3323b9f394fca2a0180355eee08bff0753c8073300057d49f0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.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.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.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 60acabd86808a16a895a247fd2bf7a127284a33562d79687bb5df163cff068b2
MD5 83ccb2aa283dfb8ba66f988ef8ba8ea6
BLAKE2b-256 b39627505265fcf231e0f1e4d5653059a6f3652b4f08b757cf97ea90537580d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.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.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 4b77e96a7ffc1c5e08eaf274db554f227b31717d086adca1bb42b12ef35a7194
MD5 d529770ba8a43151274f83f495d45c20
BLAKE2b-256 11025967f45c365123639ed2b8183249aede1690a0bafe23a494d6e48ad23c8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 15f0bf7cd80020f165635595e197603aedb37fddf4164ad5ae226afc43242f7b
MD5 2d73cfa86a06d78f924132087bd71875
BLAKE2b-256 065bbd2c6c2f755eea1ca793d51ba2fa159beb6237b0f39a49294d97a77393dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 69130efb6efa936de601cb135a8a4eec1caccd4ea2b784237145ff4075c2d3ae
MD5 695d440c24c5d467671641996a679565
BLAKE2b-256 6d03c9ea657e5fcb099bbb37a1238ae4718a1516bb5584c2d89d28e41f829e44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 3d2a295b1086d450981f73d3561ac204a0cc9c8ded386a4a34327d918f3b1d0a
MD5 dc3ee7096a1aa7633809082276c7aaf9
BLAKE2b-256 b65f508fc4ff6a8cedd635ef027286121409a769c0b103a42efd84c7fb17cda8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.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.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 4c87fa3e449e1f4ab9170cdfe8213dc0ba34a11b160e6adecafa892e451a29b6
MD5 2e4e53a614bd531dc73e50c684272146
BLAKE2b-256 2325f46d39a5468bf848ce8616f03d81baf20483f85afd75cefa171628e0759d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.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.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 07a03450418694fb07e76a0191b6bc9f411afc8e364ca2062edcf28bb0e51c63
MD5 d1237bc91be217adcec185ad3b90376d
BLAKE2b-256 3065d66661f31bef2eebc236414e828a126194302291598ba22f06fc106bdce7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4fd8621a309db6ec23ef1369f43cdf7a9b0dc217d8ff9ca4095a6e932b379bda
MD5 840877ee15e5938b6ee4e7f1bfd599a5
BLAKE2b-256 eae51be1bf5623911f098dd629b65abbee9331f17b5946d9693bc7b85fa5967a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1756dc72e192c670490e38c788c3a35f901adc74ee436e5131d5a3e85fdd7dc6
MD5 9acc661d25f81e2ad72f678c0ca8905e
BLAKE2b-256 be5ad493f8c22c793aef85451b8ad8e24b4b73c2b01e03949b41bc50e7ff9879

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 411def5b4cbe6111856040a55c8048df113882e90c57ce88de4a48f0189441ac
MD5 66005d289a986885c803e1a4d5848122
BLAKE2b-256 9e70d6928c87d8de6578d1004449ef14db9ca657fabccd2cb5da6113478eebf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 ae3d2627d74195ddc95675f2f814aca998381b73dc4341b9e10e3e191e1bdb0b
MD5 fcbdc2007cc229b929d8e7965d587351
BLAKE2b-256 f8750da97b564fe789083518203eb20d56c3d31c1efbf80a33296cf838f6e48c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.0-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.0-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 228402625796821f08706f58cc42a3c51c9897d723550babaefe4feec2b6dacc
MD5 887a62e23280ff39c9e6b90a16d56f64
BLAKE2b-256 8261171c3b54b2f74bd843ebae8bfa86139511f3ac7cf2310bc2c2e64cb1e593

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