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

Uploaded Source

Built Distributions

pyzmq-21.0.1-pp37-pypy37_pp73-win32.whl (684.4 kB view details)

Uploaded PyPy Windows x86

pyzmq-21.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (784.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-21.0.1-pp36-pypy36_pp73-win32.whl (684.4 kB view details)

Uploaded PyPy Windows x86

pyzmq-21.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (784.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-21.0.1-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-21.0.1-cp39-cp39-win32.whl (916.8 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-21.0.1-cp39-cp39-manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9

pyzmq-21.0.1-cp39-cp39-manylinux2010_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-21.0.1-cp39-cp39-manylinux2010_i686.whl (8.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-21.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-21.0.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-21.0.1-cp38-cp38-win32.whl (918.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-21.0.1-cp38-cp38-manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8

pyzmq-21.0.1-cp38-cp38-manylinux2010_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-21.0.1-cp38-cp38-manylinux2010_i686.whl (8.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-21.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-21.0.1-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-21.0.1-cp37-cp37m-win32.whl (909.9 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-21.0.1-cp37-cp37m-manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.7m

pyzmq-21.0.1-cp37-cp37m-manylinux1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.7m

pyzmq-21.0.1-cp37-cp37m-manylinux1_i686.whl (6.6 MB view details)

Uploaded CPython 3.7m

pyzmq-21.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-21.0.1-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-21.0.1-cp36-cp36m-win32.whl (908.8 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-21.0.1-cp36-cp36m-manylinux1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.6m

pyzmq-21.0.1-cp36-cp36m-manylinux1_i686.whl (6.6 MB view details)

Uploaded CPython 3.6m

pyzmq-21.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzmq-21.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.6.1 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-21.0.1.tar.gz
Algorithm Hash digest
SHA256 c3a630dd7716e8e127d43b22598e256a2d11a847b8cc3310350528960037fa06
MD5 9c057aba96dab28d6e31f76742a43371
BLAKE2b-256 29844b0e1f95a9305861507e7d60bd2368c8939766335d716b7cb05d0200a5ed

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-21.0.1-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 76e1b4dff2be48ed98ec34dd10ad97316e69cb5ff37754f84abc9fb4bbc949bc
MD5 713dd2be172255698be15f632ca48581
BLAKE2b-256 b8e708aabb97a56418acff429f02d0b78f475ad246b3842ac93c12d247a76398

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-21.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5adc4e3015c647e413bdcf3cac803ffdb8566b938f83e5234ab9c2c14fe3ea3a
MD5 c2950c43e3447c06e0f5ff602cd6c96d
BLAKE2b-256 3280b5abcda45d45a63cba12754d886995277696cdc843f0f4440bc96b175185

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-21.0.1-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 20c53aff015001cb705db0928850fa74ea4280a935d4e726743e4cb13206b0f2
MD5 643a6c770e2a5745a4c1f039b7b1bad4
BLAKE2b-256 524b3922f2d8c25d58940cc21b79b4b5f974557a64d81b4a29c8617f819dcdfd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-21.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a82f6f41523db5408925b82bb150ecbc625c2eeccf31d38fa1a0e395e11dd5e2
MD5 6cfbbbe4e1c0bd2f09c1b4d273362b32
BLAKE2b-256 20309087c928208b1b99b62dd27053469a200094de2d98ee97db19445dee48b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 de00a0fe9735efa06b96af56c8e7baa67c0972ec510e18c98efbb593c73cd886
MD5 44ed59507ffa4a4f09fb98ee413f8e94
BLAKE2b-256 30fbef3e0240e44f5aed374a6c417874b8ca65b2e448d0fd2dd0f76997664de6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 916.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2199156013875ff4f872daa86214fe34658e4017b5cd8c4a2c4d6d9b59d1a2eb
MD5 eb532969ab5f11727dfe1c13e184951d
BLAKE2b-256 b65e1662126eb5c6db3d3981c21510e87b9459d148156d5836c5681302c191ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ca684fdb433577c30243357813eef81973d5dbbc3c6c1568e6c21ec1dcedda3
MD5 d8bcb2fbb3870cefc30573c92e0a093a
BLAKE2b-256 300921afb398efa090de37ad5f240263cb1becc5d9d5a581e85aaec9f12d0bf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 01715453ce14d4b804f87969461d21fff47df9bebde3c283c1ad872207717abc
MD5 10f5b33bd94a3c2caf4261ed6e19cfce
BLAKE2b-256 7b59678c2e9428b713d7b9a6039731522931c9951963d03c8983693d402cf081

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b1fb293a5562a4870f20bb859a50bd59c14fdb1fc13353e25267facaf68f6eb0
MD5 026d9e6cbaf9f572c2e9ea76936487c6
BLAKE2b-256 75b7984a3519d965c97e75d407b3c1250c9b5894ecbe828c9cad19e882eebea2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.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.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e51ea97103791597e4deca13992c3544224c7eed89dc575d9a85972b16f01b59
MD5 1728306f0c9446e7193e1820fef8e2e9
BLAKE2b-256 a681b4a95a18ac488395748f3afe2f1cd0bf6452d6cd8a6126405026fd3b6abc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.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/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 77371c7a39d2f1b71444128b9377be8b0588c3fbf7f56db970c5d4b7af8ed9fd
MD5 823ed68262c08b8ac7abe9657541e5b8
BLAKE2b-256 e5881571656819f5845924b2df4797154136a02c3ebd1aec56f7803d57483691

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 918.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f1e357e234b435441b9366f6958623abe74fbbb1bd8e3bc679f09b5126785785
MD5 316231aa47a605dc7f62646563ddbe2b
BLAKE2b-256 0e8d9c034a7f5b59b34f00fab205c74ae80a15c2f1cbd6a1bf3858de0eb326b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ea55c672840ee8fd5884134c0697845d28f5b053713fc682b5d5fc73d747853
MD5 1fc33ebd010dc30ae50403b06ba86eb2
BLAKE2b-256 3cdeb23004cc24ec0f3dbe5a70c9f81134a587fe86a087ad94ba98a901dfa99d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 930e33d92e7d991a1c194790c7fc7f3099f7ec1447e853b4218cba914bee3b7b
MD5 f4a22834f7bf209acaa237638fbc5148
BLAKE2b-256 bed11b23d587ef981282ebd479634bdcd763765480da64b55dc66dfdc6c6aaf8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c12fba29f0b956390aed37d463fbea215d7592c08241fb20a2c165ef64c95019
MD5 8cf37c72cef4f2ad36973373cf46444e
BLAKE2b-256 d1bc438240ff39a893a73240e7cea7a71c8b40bea2f345fd99322fd20c487921

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.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.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe0186c70fd3205b31daaa024409b8887af9b0344f47bc4d5ed03f08f64b9552
MD5 157fb17939e357c054e8607cbcbb7e25
BLAKE2b-256 af0be5fe7d11dcdfd0b1e8b6010531fc266d759219ced3292a7c54f19ffaa0a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.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/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 083dd4c1e9bc058acabab5d95e25180cec224ca9d372b088bf204b0822b278a9
MD5 ae889371178b9f1cde369521e6412e86
BLAKE2b-256 4e96afd10596d51300a1edbd7687725b22a4343c58a90a5fe89b4d629874b24e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 909.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9026acf8bf0852c8360c574d04d22d7a213dafaf04ab9c4d43c7430eda272cdd
MD5 d9f70fdee9bac4765ade502591c7bb58
BLAKE2b-256 3b24ac0757f8cf6c7c40dc222f9814d87685ee7d603160e25528bae1e30e8560

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2b9e25ea0f81e920de3bff65a5bd9056acd81f8cb439546d00d77f386cba251
MD5 fb8c0b63f2cff498dcacea6b4127a0d7
BLAKE2b-256 84c712298cd6aabe832a052ddd1d0c0513182e22a1ed55c4a8ad394076011710

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 69e5c1061a2e99ac2647db271a41cb5c95ff62dd5090a948b1fbca905c5cba81
MD5 eaaf08850f4847906ab61cf88d96bc5d
BLAKE2b-256 696b57cb27d83fe8f7fca720eb62b5b6f6353cf8a97d92185407d72e438af9af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8f17f71430c18666c0f6c81185ef494f59231d01b1f77f67debfe628d50479c6
MD5 7c91744f63d5997fa6a94516db2d4960
BLAKE2b-256 aa84459b83cdcde69c9c469b96a5a41d96ac4d50c08a0f14c95f427ed34a8716

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.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.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 923ec92c7b82d63bab4193aee23fd4a2b1636369494d55883fbda10fef1075a3
MD5 18c519d8a80f4560049925e17bd60437
BLAKE2b-256 c84d3284735602aa38af2f2e64bebe23a41ccc575d7c78e6efe6ddd05b0bc83a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.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/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e98d9b9efb22ece82b06046ba0c00cce157cbfd852cbd9a385b338f295cf38e6
MD5 2ccbacc3c5627660daebccc0abd41a7e
BLAKE2b-256 f472702a5abf8324051b8b4508c1a74f7b7faa9afad7c2780ed9386db7671d6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 908.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-21.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 520a80148c26cfbfb76fd169c089e7a899071dd5cd7553269e4da149382b9b88
MD5 6a2b338e92c9f16bb92338cb812b5856
BLAKE2b-256 422626f33243ddf0167d3d6b97ee51f098ddf987c9ca512890e685a4f2e79ee9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 405e754799480d960df7d8249192c4e46288d41d08aaaa45f339269bc09f3c0a
MD5 c18f777259ad9246e1504fdcf470ae6b
BLAKE2b-256 9f4026a32f8271b13def62e5d8f566037d91c1fdeb67cd14eab28ae386fa74c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-21.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 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-21.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f321b1e2ea990e9e760c1894234ee426e150995691c05b840a0d9743f5f202e1
MD5 68e66d374a067ece4d57f08301a47d03
BLAKE2b-256 294989b910571f72f0952626cf410d735865a2fa894138a6a9104946c9c1145c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzmq-21.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2a5d5fd2857e5006a5fd9067f5aa7aff0cd4f994180681b13a6bd724a5ce289
MD5 ca4ee55ab784a7fe9a1180f8472ab102
BLAKE2b-256 56672b78dafda28b135358f9ae553973802721f77133ef722a7f1f2a18b9f03b

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