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

Uploaded Source

Built Distributions

pyzmq-18.0.2-pp371-pypy3_71-macosx_10_14_x86_64.whl (550.3 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

pyzmq-18.0.2-pp271-pypy_41-macosx_10_14_x86_64.whl (543.2 kB view details)

Uploaded PyPy macOS 10.14+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-18.0.2-cp37-cp37m-win32.whl (898.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-18.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (812.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-18.0.2-cp36-cp36m-win32.whl (897.1 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.6+ intel

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

Uploaded CPython 3.5m Windows x86-64

pyzmq-18.0.2-cp35-cp35m-win32.whl (891.4 kB view details)

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.6+ intel

pyzmq-18.0.2-cp34-cp34m-win_amd64.whl (683.8 kB view details)

Uploaded CPython 3.4m Windows x86-64

pyzmq-18.0.2-cp34-cp34m-win32.whl (624.8 kB view details)

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

pyzmq-18.0.2-cp27-cp27m-win_amd64.whl (690.1 kB view details)

Uploaded CPython 2.7m Windows x86-64

pyzmq-18.0.2-cp27-cp27m-win32.whl (610.4 kB view details)

Uploaded CPython 2.7m Windows x86

pyzmq-18.0.2-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.2.tar.gz.

File metadata

  • Download URL: pyzmq-18.0.2.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.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.2.tar.gz
Algorithm Hash digest
SHA256 31a11d37ac73107363b47e14c94547dbfc6a550029c3fe0530be443199026fc2
MD5 1bcdc3a18c99875e01a24735dc168b8d
BLAKE2b-256 a85e7e4ed045fc1fb7667de4975fe8b6ab6b358b16bcc59e8349c9bd092931b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-pp371-pypy3_71-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 550.3 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.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.2-pp371-pypy3_71-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 42900054f1500acef6df7428edf806abbf641bf92eb9ceded24aa863397c3bae
MD5 fa885004e65cca2f451b0a1b9c9e36ec
BLAKE2b-256 199d6f222bf845e5cc1caa6091c348d87a2b361f9699846b73549b17a462f774

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-pp271-pypy_41-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 543.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.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.2-pp271-pypy_41-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 cb7514936277abce64c2f4c56883e5704d85ed04d98d2d432d1c6764003bb003
MD5 da7ef10832bd2e9458b6654df395eb3c
BLAKE2b-256 d5bb5cce632491f7a7cf5c79dd33730caba6f17b24fb3306ee42fad5cf520ff2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c9d453933f0e3f44b9759189f2a18aa765f7f1a4345c727c18ebe8ad0d748d26
MD5 3e428a801b12f2b65a8aab3e47379d41
BLAKE2b-256 994456712655dc813ca36678fb40fe5af7f32f92bed54da0964afc0cf2cdf3b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 898.3 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.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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9849054e0355e2bc7f4668766a25517ba76095031c9ff5e39ae8949cee5bb024
MD5 e87e394a3385dfc3b12ab655a10d62f0
BLAKE2b-256 e60616118e9c0853345895fa88aafd2fb0e4f3bb68476480cbac2d00280262cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 17efab4a804e31f58361631256d660214204046f9e2b962738b171b9ad674ea7
MD5 dfde38ca84aa9ae7a47fff43ca24ea30
BLAKE2b-256 f743ac5473e08294fd1fc512e54c39b702de1c848391f9b2d073279f5dc7a986

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e5b4c51557071d6379d6dc1f54f35e9f6a137f5e84e102efb869c8d3c13c8ff
MD5 bbdd7f6314da4108d2764c83fe62c51b
BLAKE2b-256 d7c551fbd3d6c0c38234d8676656e7a48f185e5f1b5a014c03e260e921977469

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 812.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.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.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f832e4711657bb8d16ea1feba860f676ec5f14fb9fe3b449b5953a60e89edae
MD5 45d36b182e38abc1b138b1f008fa4bc1
BLAKE2b-256 33aa16a9496485e18e97210dc902d0530f03ca4d184db64833b072709652eeff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 65a9ffa4f9f085d696f16fd7541f34b3c357d25fe99c90e3bce2ea59c3b5b4b6
MD5 dced50737891deb2cd07470a15893d4b
BLAKE2b-256 667f98264a8991e3e434dd537c17d468965d81a981a47a5cc4389d224cbe6e68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 897.1 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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 34a38195a6d3a9646cbcdaf8eb245b4d935c7a57f7e1b3af467814bc1a92467e
MD5 e24caee375b5fe2e29c9c858d4926059
BLAKE2b-256 978648e871807016a9613e4212c8f3a1eb34ef489aea2242723f30286f2dea28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 61a4155964bd4a14ef95bf46cb1651bcf8dcbbed8c0108e9c974c1fcbb57788f
MD5 576be8f815fd391851921fb9a5c28112
BLAKE2b-256 9292ea8f20560d5f1d0c6eb3c7c67ca72abfb97307f4e6494fc05cc7c37904cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b79919ddeff3d3c96aa6087c21d294c8db1c01f6bfeee73324944683685f419
MD5 f23cb65ccf3a6132a4c4d3e13ad4d42f
BLAKE2b-256 4c0def8708d055ad89445d6562a7883dbbd2939e0a9fd3c38cb1d20a5b436c8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 13f17386df81d5e6efb9a4faea341d8de22cdc82e49a326dded26e33f42a3112
MD5 0245eb0c33f1786918e40a2101744bf7
BLAKE2b-256 f73ce48de1268aa32bc063597f5cef3701d19f3f1093570ecadea838008bb9e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 16c6281d96885db1e15f7047ddc1a8f48ff4ea35d31ca709f4d2eb39f246d356
MD5 19578d56c5c16bd1a4b54d4590fd0810
BLAKE2b-256 89e92aed15ea60350edc66ffd9d3ef8b518c16e2a16007504588544193e48c45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 891.4 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.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 923dd91618b100bb4c92ab9ed7b65825a595b8524a094ce03c7cb2aaae7d353b
MD5 944ec9986e17df0d4aef2c95c77dbe58
BLAKE2b-256 771d8996fa745aaa99bee9de8edca4cb9a2e61ed5c58342c9f7073d523dee80e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5b220c37c346e6575db8c88a940c1fc234f99ce8e0068c408919bb8896c4b6d2
MD5 41b98a36ee0f634e7fcceb273abfd4ba
BLAKE2b-256 d260676e86ab425fe500a11172913993b67af9daaf3ed961f2b9df830400dfaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 76a077d2c30f8adc5e919a55985a784b96aeca69b53c1ea6fd5723d3ae2e6f53
MD5 12330f680b1ac94b446f8ba5530b0874
BLAKE2b-256 3b6e04c7eeb78a9f2289c5bc836d00f412d48c3caa8056c6250bc06f6960509b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 917f73e07cc04f0678a96d93e7bb8b1adcccdde9ccfe202e622814f4d1d1ecfd
MD5 617e603aa1791bf237a98123b5a2dece
BLAKE2b-256 927a492ce5b121e785d1130937cda7705a02f0def786231f2da549c44598ebd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 683.8 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.2-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 03913b6beb8e7b417b9910b0ee1fd5d62e9626d218faefbe879d70714ceab1a2
MD5 57ffa9de15033fdc7f927233beee2374
BLAKE2b-256 85987e0b9e964314e39e4019c1e3e8746f4d66c4ad92323d1e2feb4fc78d1c62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 624.8 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.2-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 4ccc7f3c63aa9d744dadb62c49eda2d0e7de55649b80c45d7c684d70161a69af
MD5 7f25cd8245c941cdbdcd87f8a0ba725f
BLAKE2b-256 1e6fd85549c69669e50253c37cfda94e45c3eab246e01daf4c1233c36775aec6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 00dd015159eaeb1c0731ad49310e1f5d839c9a35a15e4f3267f5052233fad99b
MD5 91ff37709a6a265a800c0e05b87e975c
BLAKE2b-256 8e92e054852c15f9571909d313541e8e2f102d0cd5fff3a29e4ed7a1bb4f847b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6074848da5c8b44a1ca40adf75cf65aa92bc80f635e8249aa8f37a69b2b9b6f5
MD5 4083f8088cf276ee07d095c2f66b4e0f
BLAKE2b-256 98585efe39effe15ff899e17c58b276f4e24520e9eaf16181e58d03890227589

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 690.1 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.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.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 62b5774688326600c52f587f7a033ca6b6284bef4c8b1b5fda32480897759eac
MD5 2162563219a71f2b70e1ff9bbb39c1fa
BLAKE2b-256 b306c381ce51978b075a3e39b6075f5f4cf1dc3fae32a14933d33a3113870a67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 610.4 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.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.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 91c75d3c4c357f9643e739db9e79ab9681b2f6ae8ec5678d6ef2ea0d01532596
MD5 4e7f0c713404a852e7b0ce59f90af691
BLAKE2b-256 b3a75b1bc9d01e9f865a902bed0b514f3aab6482177a97d651341dea535c8935

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.0.2-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.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.2-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 33a3e928e6c3138c675e1d6702dd11f6b7050177d7aab3fc322db6e1d2274490
MD5 9e7d3f86471453c99d36007ff71e9a57
BLAKE2b-256 6420981ccef0f3ec8a77bd248075bce30a0ca77beb9f74cb0ae1a8a8f59106a3

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