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

Uploaded Source

Built Distributions

pyzmq-19.0.0-pp36-pypy36_pp73-macosx_10_15_x86_64.whl (550.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-19.0.0-pp27-pypy_73-macosx_10_9_x86_64.whl (543.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pyzmq-19.0.0-cp38-cp38-win32.whl (910.2 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

pyzmq-19.0.0-cp38-cp38-macosx_10_9_x86_64.whl (821.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-19.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (815.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-19.0.0-cp36-cp36m-win32.whl (902.4 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.9+ intel

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

Uploaded CPython 3.5m Windows x86-64

pyzmq-19.0.0-cp35-cp35m-win32.whl (896.7 kB view details)

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.9+ intel

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

pyzmq-19.0.0-cp27-cp27m-win_amd64.whl (696.5 kB view details)

Uploaded CPython 2.7m Windows x86-64

pyzmq-19.0.0-cp27-cp27m-win32.whl (615.8 kB view details)

Uploaded CPython 2.7m Windows x86

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

File metadata

  • Download URL: pyzmq-19.0.0.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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0.tar.gz
Algorithm Hash digest
SHA256 5e1f65e576ab07aed83f444e201d86deb01cd27dcf3f37c727bc8729246a60a8
MD5 4650e45ebcf8e08620211c0e720d6066
BLAKE2b-256 164c762c2c3063c4d45baf4a49acea7a4f561f7b78a45cd04b58d63f4c5f6b8d

See more details on using hashes here.

File details

Details for the file pyzmq-19.0.0-pp36-pypy36_pp73-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyzmq-19.0.0-pp36-pypy36_pp73-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 550.7 kB
  • Tags: PyPy, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-pp36-pypy36_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5e071b834051e9ecb224915398f474bfad802c2fff883f118ff5363ca4ae3edf
MD5 16e18290ee09ca5fa3024ac271467e8b
BLAKE2b-256 517d4b59e5b9b118cb40318a8fd54e0bf4f83c1735ab7bf79fc523722d7cf88b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-pp27-pypy_73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 543.4 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0bbc1728fe4314b4ca46249c33873a390559edac7c217ec7001b5e0c34a8fb7f
MD5 ae61bf99b289cba7efccb62fecbe7d5c
BLAKE2b-256 df47cd8d5d073e855a469efe5a14ecfe55febcec6e61bcc343c9c12a8f51b24b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bd1a769d65257a7a12e2613070ca8155ee348aa9183f2aadf1c8b8552a5510f5
MD5 ddc978350e0ad7d50727d204bfb839d1
BLAKE2b-256 ff1cffd14d197e66437e25d2ef97de01c2f9670ebba51525c8a2cc86493247ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 910.2 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a1f957c20c9f51d43903881399b078cddcf710d34a2950e88bce4e494dcaa4d1
MD5 6a9ea1fe7c8a3360ca961632f2fb1f17
BLAKE2b-256 2635d50bbc114c4da8a344efedc82eeb010b6eb2cc1906ccf89c725259a0d0fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b08e425cf93b4e018ab21dc8fdbc25d7d0502a23cc4fea2380010cf8cf11e462
MD5 d93132ac4101c2e20b7be482b3866323
BLAKE2b-256 41565d5643cf5b7690585c5fcbdcbce5b7f395a7a3063958bf7688edb6ffd7d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 944f6bb5c63140d76494467444fd92bebd8674236837480a3c75b01fe17df1ab
MD5 53d3d08757be71b9a6eb210247f69cc0
BLAKE2b-256 0c2117c6807e440172e93cbd15b99dc4f8a5c6031e92169e2b6444893ef6b05b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 821.3 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26f4ae420977d2a8792d7c2d7bda43128b037b5eeb21c81951a94054ad8b8843
MD5 f30618931f08e4a6ce1e895c91f931a3
BLAKE2b-256 0cd4501fb8d4ca9e1d9a6a75ea9ccf075ef0c405611614ed370e8305276596ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5f10a31f288bf055be76c57710807a8f0efdb2b82be6c2a2b8f9a61f33a40cea
MD5 3abab9670d631b1fff393c8560335e2a
BLAKE2b-256 6aa802474bad05b83fb9992ab2b8171415c2e97b6daa970ae167794bdc70baad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a49fd42a29c1cc1aa9f461c5f2f5e0303adba7c945138b35ee7f4ab675b9f754
MD5 8ff4c718f6b26613878c8995403ee35f
BLAKE2b-256 b222278c3f39abbd629683796c4a760feb77d1be732fd1421c6e7f0ee4abcb7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 242d949eb6b10197cda1d1cec377deab1d5324983d77e0d0bf9dc5eb6d71a6b4
MD5 7af15f87c9d8b9fed691bd31891d47db
BLAKE2b-256 37d346dd789cf7be91d7acd7d6fe0b683b6527ef6f276fb0700a035c37baae27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a99ae601b4f6917985e9bb071549e30b6f93c72f5060853e197bdc4b7d357e5f
MD5 8d4b105a80fc7400b309975d35319e08
BLAKE2b-256 4f1b1f4d014dc63c8e9563834e615c7aa0708daaf5942cb87fa6ab567e83bf0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 815.8 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb3b7156ef6b1a119e68fbe3a54e0a0c40ecacc6b7838d57dd708c90b62a06dc
MD5 f9bfd998905787022b25d68e38b0a1a4
BLAKE2b-256 2a55b6ae78c63ab164715aa4915caed44b7bdfb03af0a421edbbf198b6f9371d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 75238d3c16cab96947705d5709187a49ebb844f54354cdf0814d195dd4c045de
MD5 11f8a184264c8fb1320b12b12238249f
BLAKE2b-256 94e113059383d21444caa16306b48c8bf7a62331ca361d553d2119696ea67119

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 902.4 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7f7e7b24b1d392bb5947ba91c981e7d1a43293113642e0d8870706c8e70cdc71
MD5 e28af62d0ab6214a41318b34f443365e
BLAKE2b-256 7297f3d5bbab836c734d0cc823d79a31cdfb11a748efa18540129151e98df77a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4f562dab21c03c7aa061f63b147a595dbe1006bf4f03213272fc9f7d5baec791
MD5 b419744c4130bf014b5ffe05c8f02f80
BLAKE2b-256 41fae6e10410f01b03d10ab0705717d1246f63cdbbc0676140c78f0f757db332

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f4d558bc5668d2345773a9ff8c39e2462dafcb1f6772a2e582fbced389ce527f
MD5 5f35b186c5afc8876e4d8efb9fa93ba1
BLAKE2b-256 cda5599f1b42a882bd9113e7997b2ac97063a16d04d4c1082f2e9e7f7bffd67c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp36-cp36m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 1e076ad5bd3638a18c376544d32e0af986ca10d43d4ce5a5d889a8649f0d0a3d
MD5 a29b31b1515ad6192648a55b2239a170
BLAKE2b-256 6007a70a03be6270fbeee3eadc3559db67280e8b6878b011b20fbce647fd3c21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 f37c29da2a5b0c5e31e6f8aab885625ea76c807082f70b2d334d3fd573c3100a
MD5 8f8d0986b748fb66081f5c82516f4ae5
BLAKE2b-256 7fdedb6ab6a77b536f22a8b854cb526d3da9b304c1b53b7513aa3e780f3a544a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 896.7 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 32234c21c5e0a767c754181c8112092b3ddd2e2a36c3f76fc231ced817aeee47
MD5 fd471d9a99ad5ba7dc065e46baf8798c
BLAKE2b-256 6621fb4137b9fa9c83a3bf4c71381f5d1eda36c30906d6a8d8bf8f85a281c1de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ad48865a29efa8a0cecf266432ea7bc34e319954e55cf104be0319c177e6c8f5
MD5 31ef89a78d9fa7e239723a5e6b7ba498
BLAKE2b-256 2171e59f9f16efb5caa8988c29dedba6c8506fa5416562529c748215eeb77e93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6aaaf90b420dc40d9a0e1996b82c6a0ff91d9680bebe2135e67c9e6d197c0a53
MD5 8c9d6be727c5c1b76618912af97c1173
BLAKE2b-256 cb516fbfefac8bf71033544ba1582aff08bce1808417951d29a6d5befdfe3cea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp35-cp35m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 84b91153102c4bcf5d0f57d1a66a0f03c31e9e6525a5f656f52fc615a675c748
MD5 fc9b8df252c177bd3b538fe0f9846139
BLAKE2b-256 a344e64b9f0fbacd08cf3a78df325db855ea26cf23e37c8659f0faa60460b5d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4557d5e036e6d85715b4b9fdb482081398da1d43dc580d03db642b91605b409f
MD5 43f2624690a5cf3152ec8eed561fec24
BLAKE2b-256 673b64c48e659e223578bb9a5ef83e2ea111028acecf31bc4afb15a70e36c2a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bb10361293d96aa92be6261fa4d15476bca56203b3a11c62c61bd14df0ef89ba
MD5 a4e9fe1febfed9031e6e23ac57b3fecb
BLAKE2b-256 d677c22d891154c0299fbe094e5c2ac18081dd0a701ad33b4747199278f435fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 696.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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 f5b6d015587a1d6f582ba03b226a9ddb1dfb09878b3be04ef48b01b7d4eb6b2a
MD5 8c0c28d238e31e5b341c2c6d5147bd73
BLAKE2b-256 4b3b7c77c8b579f2a4ead9710471def11d0164d958717701f91d5c2d49c7a58d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 615.8 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 e8e4efb52ec2df8d046395ca4c84ae0056cf507b2f713ec803c65a8102d010de
MD5 c940f94c5fc428e057dd98812e1d55a4
BLAKE2b-256 f95627f0c2096715c3b7f7669db45e3e207dd7e8f4dd5bd48b34f8a64ab0920c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-19.0.0-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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyzmq-19.0.0-cp27-cp27m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 3f12ce1e9cc9c31497bd82b207e8e86ccda9eebd8c9f95053aae46d15ccd2196
MD5 fc1c8679843c13274008113a9e28b4a9
BLAKE2b-256 439a44e10c91bf4474e4af84159a6b6f3713cf8f02147fa267ad956f147f3b60

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