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

Uploaded Source

Built Distributions

pyzmq-18.1.1-pp371-pypy3_71-macosx_10_15_x86_64.whl (547.1 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzmq-18.1.1-pp271-pypy_41-macosx_10_15_x86_64.whl (539.8 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pyzmq-18.1.1-cp38-cp38-win32.whl (907.1 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

pyzmq-18.1.1-cp38-cp38-macosx_10_9_x86_64.whl (816.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-18.1.1-cp37-cp37m-win32.whl (900.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-18.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (811.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-18.1.1-cp36-cp36m-win32.whl (899.2 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.6+ intel

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

Uploaded CPython 3.5m Windows x86-64

pyzmq-18.1.1-cp35-cp35m-win32.whl (893.6 kB view details)

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.6+ intel

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

pyzmq-18.1.1-cp27-cp27m-win_amd64.whl (692.9 kB view details)

Uploaded CPython 2.7m Windows x86-64

pyzmq-18.1.1-cp27-cp27m-win32.whl (612.1 kB view details)

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m macOS 10.6+ intel

File details

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

File metadata

  • Download URL: pyzmq-18.1.1.tar.gz
  • Upload date:
  • Size: 1.1 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-18.1.1.tar.gz
Algorithm Hash digest
SHA256 8c69a6cbfa94da29a34f6b16193e7c15f5d3220cb772d6d17425ff3faa063a6d
MD5 d850bbab7c7f558b91c95b19028ff4b8
BLAKE2b-256 3c837ecbe9b762829f589fa9734026e0ccb63cb128fe5615ae1698f65df72bfe

See more details on using hashes here.

File details

Details for the file pyzmq-18.1.1-pp371-pypy3_71-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyzmq-18.1.1-pp371-pypy3_71-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 547.1 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-18.1.1-pp371-pypy3_71-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a6c9c42bbdba3f9c73aedbb7671815af1943ae8073e532c2b66efb72f39f4165
MD5 1896188ae0a42d7759d7a16fb631f182
BLAKE2b-256 be75618359e94baf7c6e73a83f1c1606883cbdcd8d208df56db8d6470aa3ba03

See more details on using hashes here.

File details

Details for the file pyzmq-18.1.1-pp271-pypy_41-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyzmq-18.1.1-pp271-pypy_41-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 539.8 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-18.1.1-pp271-pypy_41-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e6549dd80de7b23b637f586217a4280facd14ac01e9410a037a13854a6977299
MD5 c546a11a2bb91c2a7c01811806cf08e6
BLAKE2b-256 e912773a62d531169e2b52e6f8caf4686313f237e6a1ea1f3af679bd8d04be0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-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-18.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d5ac84f38575a601ab20c1878818ffe0d09eb51d6cb8511b636da46d0fd8949a
MD5 5bcbd57e4eee166919cdd9b6e6a5ce5a
BLAKE2b-256 7df14b12dd1f7dcffb3875350f1a52b9a325d68539b9abfd7d4ee65bd20e7f5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 907.1 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-18.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 83ce18b133dc7e6789f64cb994e7376c5aa6b4aeced993048bf1d7f9a0fe6d3a
MD5 90c97469a0409358a9abb4e7200fcd1c
BLAKE2b-256 ff9c8ab517738ce8e0bc51b83231b5eabcdc96c4e9075a306f45ebaa0ef7e4ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-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.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d30db4566177a6205ed1badb8dbbac3c043e91b12a2db5ef9171b318c5641b75
MD5 df5d865c166028c0639eeb37e7e4b61a
BLAKE2b-256 c0cf16aadc8736d3fe6404ba2480560586ba62c60c9852bd76a14565a32e8921

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-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.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4b73d20aec63933bbda7957e30add233289d86d92a0bb9feb3f4746376f33527
MD5 29d184c4220e25357da7bef28b34c390
BLAKE2b-256 40b2d45060f449786e35b5396d787b74ebcedddb70b19371a071848914250f42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 816.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-18.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 355b38d7dd6f884b8ee9771f59036bcd178d98539680c4f87e7ceb2c6fd057b6
MD5 052e7704731dfe3c1456a24963b11bc6
BLAKE2b-256 0ca2b71616ba91d7909e76828b3e1689cdf71b4633f40849f3e6090ec5d9031d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e37f22eb4bfbf69cd462c7000616e03b0cdc1b65f2d99334acad36ea0e4ddf6b
MD5 5e416bcad22fcc83ae378d8dda13561f
BLAKE2b-256 e8be9cbcdf37890942a9f8f09102903dd69d275258752a530b87fe7273fa26ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 900.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.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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8b8498ceee33a7023deb2f3db907ca41d6940321e282297327a9be41e3983792
MD5 ff20a49ecb71f1835259b92fd86b1cf9
BLAKE2b-256 d764021177b37977d3d5e659a8a44058906f834ef997b8cc09884812aecfa897

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ed6205ca0de035f252baa0fd26fdd2bc8a8f633f92f89ca866fd423ff26c6f25
MD5 3d1e1f31070ec7979f748ae23c0798a3
BLAKE2b-256 bfdd547bee2080beefe6546c332422cb0f189b3cd71cfff048146cd9ac3751cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5541dc8cad3a8486d58bbed076cb113b65b5dd6b91eb94fb3e38a3d1d3022f20
MD5 388741fedf326ba611626d2ae5fc56f1
BLAKE2b-256 00bf4a00d5d65e6a267b942c77867721628c8c42d9a512d0f5e603e941f0e959

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 811.5 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-18.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4ec47f2b50bdb97df58f1697470e5c58c3c5109289a623e30baf293481ff0166
MD5 96000b48266387b75ce3ff3bfcce0a7a
BLAKE2b-256 710eee7685d1340a4cc29fb64d164b5c5667122b2ec1a94cfc923adeef378116

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7369656f89878455a5bcd5d56ca961884f5d096268f71c0750fc33d6732a25e5
MD5 d5a7d16bb898fcdb172e54672f9b6c26
BLAKE2b-256 06d441247d1c4f167a43b28e2a7285f87bbb919a5f9d9dce4d22adfb81019264

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 899.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.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.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 75d73ee7ca4b289a2a2dfe0e6bd8f854979fc13b3fe4ebc19381be3b04e37a4a
MD5 a7a02a07c0af635307421b5ca3e17b1f
BLAKE2b-256 30b9a8fdcd7b39a7950af6049a8fad58e01592b00ec4314776fd753df9fd5da1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cf08435b14684f7f2ca2df32c9df38a79cdc17c20dc461927789216cb43d8363
MD5 101e1252e0c8b4aa9a77e53c49a5cbae
BLAKE2b-256 9407cee3d328a2e13f9de1c2b62cced7a389b61ac81424f2e377f3dc9d668282

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1e59b7b19396f26e360f41411a5d4603356d18871049cd7790f1a7d18f65fb2c
MD5 f62436e545da846ad840334b900bec50
BLAKE2b-256 b6b4eba59243e70c7602c6af380b446798adcac956e5617de80ac123f51d5da9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 f4e72646bfe79ff3adbf1314906bbd2d67ef9ccc71a3a98b8b2ccbcca0ab7bec
MD5 9b8f067c58760f7d9faeebcbe9586ae9
BLAKE2b-256 1839e87911d58bfe63a0ec0a37fc529548d8278dc7ba094045ae4c095267a602

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.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.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 6fca7d11310430e751f9832257866a122edf9d7b635305c5d8c51f74a5174d3d
MD5 2b9385b9ddb9c4eb8b8fa2416ec7a2ba
BLAKE2b-256 34c20427fb278bdf69020a6ceed1efb527304e562862c65951442e88f7c09b37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 893.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.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.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2a294b4f44201bb21acc2c1a17ff87fbe57b82060b10ddb00ac03e57f3d7fcfa
MD5 cd361287058ab5a77363d397e84e624e
BLAKE2b-256 dc80e4602bab5ac148d49a9560a7fbf4fe7f982bf012080fc24bde6660eebc6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-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-18.1.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8ff946b20d13a99dc5c21cb76f4b8b253eeddf3eceab4218df8825b0c65ab23d
MD5 26fcf8034ac3aa77fb22a0b28233279f
BLAKE2b-256 de122e643c8e2edd332c1a230b2cc546f669b8fca53bfdeb2376773aa2571af9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 01b588911714a6696283de3904f564c550c9e12e8b4995e173f1011755e01086
MD5 ae562075b4f77a3dce3ab24660407cfc
BLAKE2b-256 50dc3d5b4e4251548a7f6cc1ef72015e129bf8b5888d098102f7616ade73b6b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 aa3872f2ebfc5f9692ef8957fe69abe92d905a029c0608e45ebfcd451ad30ab5
MD5 af60d5a3d88c86fc1f59c55904d8a3b1
BLAKE2b-256 ef9805e305e7d045612f3d89f352bff5e05b0533a89ffb2cbf5de01ab71ef6a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 efdde21febb9b5d7a8e0b87ea2549d7e00fda1936459cfb27fb6fca0c36af6c1
MD5 0a4beba054394c9312b8677fc4185429
BLAKE2b-256 c8f873c259238e6ec5afbede83a3f4e75f57228171109aafa4aa1b8c33e09778

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 80c928d5adcfa12346b08d31360988d843b54b94154575cccd628f1fe91446bc
MD5 e7a211fe1c2703d5ca72cfeaef8a5881
BLAKE2b-256 f40272070d825230f70b804462981f425c3e327ded75749c5fe8b864c25ba8e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 692.9 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-18.1.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 0fa82b9fc3334478be95a5566f35f23109f763d1669bb762e3871a8fa2a4a037
MD5 c1e4d2be2c05d968ffb6ee5bbb4c7966
BLAKE2b-256 03187f5853ab429f3aad1e282d41b3061e0d2a3642311dfa0c7f02968e54ffef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 612.1 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-18.1.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 972d723a36ab6a60b7806faa5c18aa3c080b7d046c407e816a1d8673989e2485
MD5 4d932e6579b8114d69fffea609b91483
BLAKE2b-256 51f65a40b78867e900b838e33240285683cc7c24bb950856a23781709dbfff68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-18.1.1-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.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.1-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 0573b9790aa26faff33fba40f25763657271d26f64bffb55a957a3d4165d6098
MD5 fa3bff94777823c4b06752db749b4943
BLAKE2b-256 73ef126313249667f0b4850526eaa539e8fb7bedd05992f488f0f65f8e5eb26c

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