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

Uploaded Source

Built Distributions

pyzmq-22.0.1-pp37-pypy37_pp73-win32.whl (422.2 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl (834.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (789.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.0.1-pp36-pypy36_pp73-win32.whl (422.2 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl (834.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (789.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.0.1-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-22.0.1-cp39-cp39-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-22.0.1-cp39-cp39-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9

pyzmq-22.0.1-cp39-cp39-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-22.0.1-cp39-cp39-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-22.0.1-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-22.0.1-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-22.0.1-cp38-cp38-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-22.0.1-cp38-cp38-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8

pyzmq-22.0.1-cp38-cp38-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-22.0.1-cp38-cp38-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-22.0.1-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-22.0.1-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-22.0.1-cp37-cp37m-win32.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-22.0.1-cp37-cp37m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-22.0.1-cp37-cp37m-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m

pyzmq-22.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-22.0.1-cp36-cp36m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-22.0.1-cp36-cp36m-win32.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-22.0.1-cp36-cp36m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

pyzmq-22.0.1-cp36-cp36m-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m

pyzmq-22.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzmq-22.0.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1.tar.gz
Algorithm Hash digest
SHA256 f7869dcb80a71ef83f1e1551f0d1ba4831a5c79416a441cb95ac82c9a954ee54
MD5 48650e0eb037e9bac2dd465d259d560a
BLAKE2b-256 84ebff6010c207cab902281a6db0ae83b771bf7af5255db088f4d009b1a1fa3d

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: pyzmq-22.0.1-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 422.2 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-22.0.1-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 cee43acbd582f7b34fbe6b2713a2c1be78416c3cba738128ecfdab2b21e4cc39
MD5 72b78837ba174a16a870cb73d3a3ec17
BLAKE2b-256 589684ddfed7c1c82af7f6ddbe2e707cbea87c4f86d91bd1952edb821d4cc276

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 834.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ef61a3f7b82b13a70737a28e11da4f54219ffa31bb3073e9c33c75a65c4046ab
MD5 8fde28544a9230e78cda4a64cb99e0db
BLAKE2b-256 8bdc2fb288e8ce06d5968b54e17a89a716a8d767333f150595e44bf615d3f56e

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.1 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c17ba678f4dc187d142f512cf77d9e6c6263f83a5ae622315673c474fd72b9c7
MD5 b82b9c59b0ab4674e564039e15ef1992
BLAKE2b-256 2a96dd9b28371566388aec0aee93546d1253a104f769df607d1657b17d1b096c

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pyzmq-22.0.1-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 422.2 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-22.0.1-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 dd85a8f1620ac267548d96d55c1de3b431afd8d1eeb9827dfe423bf238804e13
MD5 7a5a872e65592194fa73e30abc7aa198
BLAKE2b-256 bdab0e983454b17e6e3be177eca196eae2c804e646a7b8edd0e9ca2bb34a641d

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 834.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 149decda1a9bdb5bdac17bbba3bd78e93d0fe85e8155cf3ea18ebeceb733615f
MD5 c20725bd4f86e35161a5bc3662c4257f
BLAKE2b-256 5e2d6956d6401347182ad9b8b07be1a3baafe9637ce59f88e536c5698ce7c8d1

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.1 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 43f30f6c7ac301573c94943f87caede6a54ca928eaabd3936f6b50fd61b02c17
MD5 f16b73b764e5299d6c1b368d98b2998f
BLAKE2b-256 be4922eea2964f04e7f92c268f49d5ae1c435c621b451c8685808224b1014e5c

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 02b865dd877215df5ada1ecfc72b9380cd789d63498103ebf28e7e397f1c65fa
MD5 a701b331a59e13eb002b6bd3a7607e8a
BLAKE2b-256 0150abae55bfc7c7cf6e95e85f2da7d865cf0dfe3973a807fe9c909134c6f026

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 53fd35f3ebcc17d292e318b1b9471417d07f7b1e87de3efeebc611c97b4840b6
MD5 6083ef23c39567ede8b37d6c9aa3f4f9
BLAKE2b-256 58e2a361a68f50061ac2e48bccf8d9bf14dbdc7c6e38462c4b53dd8b9ccca5c6

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d46088b9b2ef3d14fa2c7f5e84a0fc119ba4685adb68d006a78ccc7a562070e
MD5 274e8de1de8c22c1183b873612caeffe
BLAKE2b-256 9765587c85cd26d9a561d922aab670848469b2b77468711481247ce7435883c6

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 28506f107903f95e0ff5029d1271e6015caa04caf53d14be4e83476995b28938
MD5 7b15a603665aaab01442bac6c74e4543
BLAKE2b-256 1031652821fcf17483bfafe4408d6e240286cd7402fb560545b7af4ad22cdd4d

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ece537e3a7417e907e57ac0a2392b142151931a9e7a1a5468f40911832486e56
MD5 93e18886d41a8ba3454a86cfd224861f
BLAKE2b-256 25f9abdb1b75104c6b7014f5f2cc90ef5549b897eabd49c4049b17a122360a41

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aff6f76d5b4b53d6949f72454b2f8f3280abf084ebaf8b811c4bd8499b159e6f
MD5 4f3c5c71312a67143914869b10fbe0d7
BLAKE2b-256 09dfea749b323215b3222afbf46391825a4f53968a994268bc3713608479eeda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b5ea1428cf96dca99fab4951ed86a94b868b9cfc8d7cd5be489dce32186ce710
MD5 399afe24421a0689c136385f2352e54f
BLAKE2b-256 53889f64ba73a91c2393cba04026933b4c4ed76ce5548e7810b50d909708f733

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 be9f8fbccac03f5df850ad1c927e1568d0e85aeba0a793b1cabdc7c14315af09
MD5 f8ec1a712743dfaaca72314d73fe8ddc
BLAKE2b-256 28b273cf101da06fc4a7bd0688ceaa428ae7ba9dfa5655a40f22488018d9cfc3

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc9ee1702adc37ffa6fdf77a9e9579b56ed52261031347257b6f42f30a9f4571
MD5 578b082ad53b7db74fbda4fe5760c431
BLAKE2b-256 61c3efb238d5505d86d4a16d65b44ff829c5dd530ca0b0e57662212f1ef667c8

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ada90fd5c69442ea3b4769e38c34d131b69db1fe3fce674c6113ced249a2e94a
MD5 727e74a0a55141c534e37a110292c931
BLAKE2b-256 afa87e91abf40cf87c3a6bb467c91ec4f769f21c68412556495b3aafcb58c8ac

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9bf4d98ae6b5f962c2b790843204625fedd4ede79fd918c9f634d9ca8ab3d855
MD5 79c7270b15ae4d3657df110aa1549e02
BLAKE2b-256 22c104f8da8557ddd2c79d4f194ad41141b543a1e297a3e47b18c288267fcb09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 40e5003b3aefcc4de6898bf284de804dcf3f299019ac3632062aac3725b6a908
MD5 2bd20ade3100e83303f7165121277b68
BLAKE2b-256 1aea9d83eea55347e740ce3f7e5de1babc77029d2563cb0066f925ea10e267ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 17104eda2151c8a3d0655ca8ece794d4df209a07d70a5ba90bf1cf27a5e30d51
MD5 d067f8ff378b40e754abdad9840f5325
BLAKE2b-256 7984c35f897f7c781b810b4edd10514714f1b5000023021c903cfb5a0dcf6c21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 029b689a5010645e455688d83071e09cd2d75b113c44245ba0b054e409d018e2
MD5 6ad8a0e87552488bbec8ca18fff6a0e7
BLAKE2b-256 ed72f99e59b7ccf04d69a0e2a7e1bf342b7b13595f97ac5f262e51262e1ef8f5

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35a586260ba2d0766d810f8d6b4e5325731a689f1848a5bee79aa10e213e76f4
MD5 b1278ee10bebd9acc32809d1f07bae6a
BLAKE2b-256 9d842b313ca9483e41bc2d7a5c75229029ae7f248f788d4da019ef4fe42621ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d664447ac3fc862707fe33608343b3ceaeca6f90fb739bb67f9d708836dbff10
MD5 167b6e8ac93256a2df5257f959d70def
BLAKE2b-256 e2d2b32b578d5acf40cf2141139a20997d469bdfeff56db39ea11290c42eee8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 57a8cf39b464e3ac567477978819642e04811bc469db274629059374bac3285a
MD5 3bbaca9ea53a5cd0daee272b5af9a888
BLAKE2b-256 c429376b2c65f633750f7e28748849fcfa9deb8b3687373d4121ffde53730381

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3bd113b0f6c03b268583efaa91681400a65378cf16b829ce7d8113a7e601c3ff
MD5 b715cd238d854697444fc37b33dc95f9
BLAKE2b-256 ff091b4e64e0b1e01e7c68cdadc3f7537d2a4ef2844e2926e3120ba02759b789

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 dad2dc96ebbafa9cc9aaa8f595bed4aa01abac4daaa0db1ae11e0b1e7ea539b8
MD5 b1409ecd612f348afa1e6fdec81401e7
BLAKE2b-256 fe6547e0ccfd185d202418f96862503117810ed6feaf50def896196c70597d78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 69fd269dd8c78157e51a4b62d7ceeaac5250195b0ff2bf83a359943faa0a1b62
MD5 b5763c982d34239f2cafebbe1e36c833
BLAKE2b-256 8c0ef3cb7a5484f3ffc6bb7fc2bdfd8fe9b6ba03cfe60c58cb47f75ca21e0c70

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cebf51880eb8be28aa8c8f6d1e7d2120efbf6be5407fa3e47f0e97204f75adb
MD5 dfe50187ef7191f59b3a436d20927597
BLAKE2b-256 e5d69dcc15864a88bbd0e5c6118338691229240b2be3b035abb549b3ab4ee62b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1a797bca8b52ffeb78446ed46402ba1fe48d5dbdc9669aa24ab8b006b3eaedc1
MD5 85de98517c39e580b54c219708a243aa
BLAKE2b-256 2ebccd5100f9a5bde336047aa08f1ef0605a5f90c1a60ad8945b35cab78c0b1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ab61e794d07cb5543254f7a2ef9a64ced98548314d7bedcf507281b88f57cae5
MD5 cabb626c34011ab48bbc87c9da8e9203
BLAKE2b-256 688092fef5bb4ed42447e003d28b98725492c06a77de29ecee31de962af9cd1d

See more details on using hashes here.

File details

Details for the file pyzmq-22.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2cc0094d5539feea4c54ca5e9019e9aa967f621af2ddabe69db79ecb6a8d9549
MD5 eae650d9f6c525e8a56f22da99c31e97
BLAKE2b-256 33230b07cdc21cd8d628474ec59416fbecce21a148ec9736636d158d1bd0ec10

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