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

Uploaded Source

Built Distributions

pyzmq-18.1.0-pp371-pypy3_71-macosx_10_14_x86_64.whl (546.2 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

pyzmq-18.1.0-pp271-pypy_41-macosx_10_14_x86_64.whl (538.9 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

pyzmq-18.1.0-cp38-cp38-macosx_10_9_x86_64.whl (815.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-18.1.0-cp37-cp37m-win32.whl (899.8 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-18.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (812.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-18.1.0-cp36-cp36m-win32.whl (898.7 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.6+ intel

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

Uploaded CPython 3.5m Windows x86-64

pyzmq-18.1.0-cp35-cp35m-win32.whl (893.1 kB view details)

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.6+ intel

pyzmq-18.1.0-cp34-cp34m-win_amd64.whl (685.6 kB view details)

Uploaded CPython 3.4m Windows x86-64

pyzmq-18.1.0-cp34-cp34m-win32.whl (626.0 kB view details)

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

pyzmq-18.1.0-cp27-cp27m-win_amd64.whl (692.4 kB view details)

Uploaded CPython 2.7m Windows x86-64

pyzmq-18.1.0-cp27-cp27m-win32.whl (611.6 kB view details)

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m macOS 10.6+ intel

pyzmq-18.1.0-0_py38h16f9016-cp38-cp38m-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.8m Windows x86-64

pyzmq-18.1.0-0_py38h16f9016-cp38-cp38-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0.tar.gz
Algorithm Hash digest
SHA256 93f44739db69234c013a16990e43db1aa0af3cf5a4b8b377d028ff24515fbeb3
MD5 3c8039d007bbbd08a2275f52f5dc9a35
BLAKE2b-256 7ad21eb3a994374802b352d4911f3317313a5b4ea786bc830cc5e343dad9b06d

See more details on using hashes here.

File details

Details for the file pyzmq-18.1.0-pp371-pypy3_71-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pyzmq-18.1.0-pp371-pypy3_71-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 546.2 kB
  • Tags: PyPy, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-pp371-pypy3_71-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1fadc8fbdf3d22753c36d4172169d184ee6654f8d6539e7af25029643363c490
MD5 872c5dd617db25840fa63bb5f99778e5
BLAKE2b-256 e0bea0db87d4453674d558155ee3022a8123dd1bbb5e3a8aeff76a916fbcfdac

See more details on using hashes here.

File details

Details for the file pyzmq-18.1.0-pp271-pypy_41-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pyzmq-18.1.0-pp271-pypy_41-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 538.9 kB
  • Tags: PyPy, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-pp271-pypy_41-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2fc6cada8dc53521c1189596f1898d45c5f68603194d3a6453d6db4b27f4e12e
MD5 c6b8c835b7bfd74e466d97690e4cfa3f
BLAKE2b-256 4ffd4403b3c9d5624759ba09d19903c484ef25e90f2f46122bb273552b86e7e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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-18.1.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 51c2579e5daab2d039957713174061a0ba3a2c12235e9a493155287d172c1ccd
MD5 517c243b32b0db16f6a386552e062ef5
BLAKE2b-256 03560ea1e514418f4922b05eeab281e8bb0ff7c2a3c1f2e67bcce4a83a53cd0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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-18.1.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b0117e8b87e29c3a195b10a5c42910b2ad10b139e7fa319d1d6f2e18c50e69b1
MD5 301d8a9aa53b320351c717021f9d77fb
BLAKE2b-256 ea6ce677e3163fdf25aa75c937c1c072d3d56942c3d9300315d20fb6002a6e6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 815.7 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-18.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9055ed3f443edae7dc80f253fc54257f8455fc3062a7832c60887409e27c9f82
MD5 edc39545ba65abe29d84b6b039d74a03
BLAKE2b-256 151b98516f1f02bfb3a61b910b28493465892b376f14dbe266dc30bcafafaec9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-18.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0463bd941b6aead494d4035f7eebd70035293dd6caf8425993e85ad41de13fa3
MD5 2a05f551384317caede4f19aa424900e
BLAKE2b-256 621527d1655af3f96c59073073b03022c6a0c1cbfa583c036b46ae8c33d51ee6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 899.8 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 41bf96d5f554598a0632c3ec28e3026f1d6591a50f580df38eff0b8067efb9e7
MD5 c2379639d1652980ea564edf9d49c232
BLAKE2b-256 4d8773682b4011444b470dff519a0f25a3110a6b007f9ba35642ae156a47b24d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 343b9710a61f2b167673bea1974e70b5dccfe64b5ed10626798f08c1f7227e72
MD5 c9ff43304a0d54d10e00c1d37ff0f371
BLAKE2b-256 c76a307e4a576787c7df1df6ebf56754c3fc8defcafa1a09ee22e9b961a390be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ea09a306144dff2795e48439883349819bef2c53c0ee62a3c2fae429451843bb
MD5 403ad518941ebcbb10371c9d0abf0285
BLAKE2b-256 6cf76a644faaa2f8272195991374bdf1a52bc4d6c4b4cc0daebb6bc11648f7b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 812.6 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4e37f33da282c3c319849877e34f97f0a3acec09622ec61b7333205bdd13b52
MD5 907c6a055512606166a9379bfa05321d
BLAKE2b-256 fe770d44304be367e21179fe05c067f7b8c00fdf2cebd9ec7053840c0de76df2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-18.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 01636e95a88d60118479041c6aaaaf5419c6485b7b1d37c9c4dd424b7b9f1121
MD5 43fb5d848f2d8ffb4efafcf4ec5e876b
BLAKE2b-256 2529057418283c923f0b7a656af39c0f34a2455794dd80a09e379aa5bf69a699

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 898.7 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a7d3f4b4bbb5d7866ae727763268b5c15797cbd7b63ea17f3b0ec1067da8994b
MD5 9b8be578347a374080eae847c9219b24
BLAKE2b-256 de2e6ba32629641f739f25341c3da22f4ee98599fb3df18085f720371a9d51bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b645a49376547b3816433a7e2d2a99135c8e651e50497e7ecac3bd126e4bea16
MD5 4afd26ff2019085d5cda2c7c365d5fa4
BLAKE2b-256 75896f0ea51ffa9c2c00c0ab0460f137b16a5ab5b47e3b060c5b1fc9ca425836

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9a22c94d2e93af8bebd4fcf5fa38830f5e3b1ff0d4424e2912b07651eb1bafb4
MD5 7e969ea13f9974a968785bef0416d2fb
BLAKE2b-256 caca7c2c1303f4af918ec1de59bb693e56a0efc6b71fed0149f8b47f5d165ef9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-18.1.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 dc398e1e047efb18bfab7a8989346c6921a847feae2cad69fedf6ca12fb99e2c
MD5 aeab1c4e8490526f40a7593b01161a41
BLAKE2b-256 0da30ee00cdcb9f68900c00c398ad3d107f6f2e1d9969bb9d26dc5f2ce57e36c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 85b869abc894672de9aecdf032158ea8ad01e2f0c3b09ef60e3687fb79418096
MD5 83366d5b321b16817251555f635abc5b
BLAKE2b-256 3fe09dbbfe2f42c16bc2f29e22b00647095763f00d37cfb20a486de191e12770

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 893.1 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 22efa0596cf245a78a99060fe5682c4cd00c58bb7614271129215c889062db80
MD5 aaa8ff6d61ea0a2551122d609af1e2f0
BLAKE2b-256 dbc144356caf28bfd3040d2c6f1f42521ebd821cbb537c855fc5c3c981ef29ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 05fd51edd81eed798fccafdd49c936b6c166ffae7b32482e4d6d6a2e196af4e6
MD5 3d72d81286aae033087cd25fbddb9e5c
BLAKE2b-256 66cf979427611e7e1ad7cfb762139fc69a4db9b176aee55bf1379d57260fcf05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e03fe5e07e70f245dc9013a9d48ae8cc4b10c33a1968039c5a3b64b5d01d083d
MD5 83c805fbf3674fca6d12c753419f6c2f
BLAKE2b-256 ce9e897ed3073b1b701ed1416453abf0160ab4709c187224d98f83ff64951e16

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-18.1.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 cf0765822e78cf9e45451647a346d443f66792aba906bc340f4e0ac7870c169c
MD5 32078b0c13cdde10456d7cabc3bc7795
BLAKE2b-256 675efe96335c8dd042f3ac4d0604157fa0ba140fcc1f522e1232d020934af706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 685.6 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.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 021dba0d1436516092c624359e5da51472b11ba8edffa334218912f7e8b65467
MD5 2bb0c85ef289040f2624ceb6c55438b6
BLAKE2b-256 409ff454213a51021c50e6b379540536613810b76d03a54e82137ab9f868d00d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 626.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.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 260c70b7c018905ec3659d0f04db735ac830fe27236e43b9dc0532cf7c9873ef
MD5 1ba087aa8a3cdcf66610f0a11caf3d22
BLAKE2b-256 ce72697fb079a952544f4629044c6b53af9c019388b3f79b6f83677e2d8b7943

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dd5995ae2e80044e33b5077fb4bc2b0c1788ac6feaf15a6b87a00c14b4bdd682
MD5 1da8311690be6939c3480c0f2a9ffe25
BLAKE2b-256 27d7d8aa6dde15f077f20efdf657367e26cbd2fcb96d182d0e690be9b3f2b76c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 98fa3e75ccb22c0dc99654e3dd9ff693b956861459e8c8e8734dd6247b89eb29
MD5 af15f3d6bbcded5d795da6a6aa26e404
BLAKE2b-256 cb347bd6fe6a177a38095bb6503aa9f1188b256996839aa93f7f646f28fb23d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 692.4 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 fa4bad0d1d173dee3e8ef3c3eb6b2bb6c723fc7a661eeecc1ecb2fa99860dd45
MD5 dc44cb8eea30d8a45fe05f1119b7a01a
BLAKE2b-256 60206878b96fac873856b919418de0f04b8afc3be05dc68a7a23ba074bfd3384

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 611.6 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyzmq-18.1.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 2762c45e289732d4450406cedca35a9d4d71e449131ba2f491e0bf473e3d2ff2
MD5 dad0d68aa4d941809ad02de0e191fba0
BLAKE2b-256 22815efa5ec48829ce5121130a6303cf2a2a9be48a532f9f1965e60355012101

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-18.1.0-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 856b2cdf7a1e2cbb84928e1e8db0ea4018709b39804103d3a409e5584f553f57
MD5 d6f80f0018fb7c854cdd64f65b97ac71
BLAKE2b-256 b62ab374717997128ddf47fc522d05a45beb9bcd7ec2c21a744704a774091299

See more details on using hashes here.

File details

Details for the file pyzmq-18.1.0-0_py38h16f9016-cp38-cp38m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-18.1.0-0_py38h16f9016-cp38-cp38m-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.8m, 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-18.1.0-0_py38h16f9016-cp38-cp38m-win_amd64.whl
Algorithm Hash digest
SHA256 5e25b92f30dc63add328a7537137c813628b8e8eb720e3cf6f1bbe6c36fe247d
MD5 06e20ee0933170d22a90f6432d924e86
BLAKE2b-256 49502bc822af2dbf08b27775eebe5a5de79b07aafad13af5713d4f0755a04ab0

See more details on using hashes here.

File details

Details for the file pyzmq-18.1.0-0_py38h16f9016-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzmq-18.1.0-0_py38h16f9016-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 17.8 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-18.1.0-0_py38h16f9016-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a43341630f285d157c89bba21e33153fed477762e4f8fd9b02899a135fac1360
MD5 294f10eb23a68d3870a03b58be89feda
BLAKE2b-256 5734469d2d7136dcc6ec03c245256b8521b25d5ff36edbc05deb371feb82fef6

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