pyzmq

PyZMQ: Python bindings for zeromq

https://github.com/zeromq/pyzmq

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    8 of 198 committers (4.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.3%) to scientific vocabulary

Keywords

cython python zeromq

Keywords from Contributors

closember notebook ipython repl spec-0 cpython-extensions cpython packaging qt pip
Last synced: 6 months ago · JSON representation

Repository

PyZMQ: Python bindings for zeromq

Basic Info
Statistics
  • Stars: 3,967
  • Watchers: 104
  • Forks: 653
  • Open Issues: 45
  • Releases: 24
Topics
cython python zeromq
Created over 15 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Security Authors

README.md

PyZMQ: Python bindings for ØMQ

This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast messaging implementation.

PyZMQ should work with any reasonable version of Python (≥ 3.8), as well as PyPy. PyZMQ 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 stable (not DRAFT) 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.

Documentation

See PyZMQ's Sphinx-generated documentation on Read the Docs 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 docs.

We build wheels for macOS, 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. Make sure you are using the latest pip, 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 from source with:

pip install --no-binary=pyzmq pyzmq

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.

Owner

  • Name: The ZeroMQ project
  • Login: zeromq
  • Kind: organization

GitHub Events

Total
  • Create event: 16
  • Release event: 4
  • Issues event: 47
  • Watch event: 231
  • Delete event: 10
  • Issue comment event: 176
  • Push event: 44
  • Pull request review event: 3
  • Pull request review comment event: 3
  • Pull request event: 81
  • Fork event: 27
Last Year
  • Create event: 16
  • Release event: 4
  • Issues event: 47
  • Watch event: 231
  • Delete event: 10
  • Issue comment event: 176
  • Push event: 44
  • Pull request review event: 3
  • Pull request review comment event: 3
  • Pull request event: 81
  • Fork event: 27

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 2,852
  • Total Committers: 198
  • Avg Commits per committer: 14.404
  • Development Distribution Score (DDS): 0.258
Past Year
  • Commits: 136
  • Committers: 5
  • Avg Commits per committer: 27.2
  • Development Distribution Score (DDS): 0.11
Top Committers
Name Email Commits
Min Ragan-Kelley b****k@g****m 2,115
Brian E. Granger e****g@g****m 139
pre-commit-ci[bot] 6****] 82
Felipe Cruz f****z@l****t 26
Luca Boccassi l****i@g****m 22
Fernando Perez F****z@b****u 21
Iblis Lin e****9@h****m 14
Guido Goldstein g****b@a****e 14
Chris Laws c****s@g****m 14
Youhei Sakurai s****i@g****m 12
cclauss c****s@b****h 12
Nicolas Delaby n****y@e****m 9
Nicholas Piël n****s@n****s 8
Steven Armstrong s****g@i****h 8
Amr Ali a****r@l****m 8
Alex Rudy a****y@g****m 7
Christian Clauss c****s@m****m 7
Alex Dijkstra a****x@l****u 6
Christoph Gohlke c****e@u****u 6
Heungsub Lee s****b@s****e 6
Michel Pelletier p****l@g****m 6
Roger Iyengar ri@r****m 6
Csaba Drahos c****s@g****m 6
dependabot[bot] 4****] 6
pembem22 2****2 6
Yu Feng r****n@g****m 5
Randall Pittman r****n@o****m 5
Phus Lu p****u@g****m 5
Matteo Ferrabone m****e@g****m 5
Andre Caron a****n@g****m 5
and 168 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 201
  • Total pull requests: 320
  • Average time to close issues: about 2 years
  • Average time to close pull requests: 21 days
  • Total issue authors: 177
  • Total pull request authors: 29
  • Average comments per issue: 3.86
  • Average comments per pull request: 0.38
  • Merged pull requests: 276
  • Bot issues: 0
  • Bot pull requests: 62
Past Year
  • Issues: 34
  • Pull requests: 79
  • Average time to close issues: 15 days
  • Average time to close pull requests: 10 days
  • Issue authors: 32
  • Pull request authors: 8
  • Average comments per issue: 2.15
  • Average comments per pull request: 0.41
  • Merged pull requests: 61
  • Bot issues: 0
  • Bot pull requests: 20
Top Authors
Issue Authors
  • minrk (6)
  • kloczek (5)
  • Jeducious (3)
  • yurivict (3)
  • adhish9899 (3)
  • jacopoabramo (2)
  • chrisjbillington (2)
  • musicinmybrain (2)
  • Azmisov (2)
  • ericjmcd (2)
  • mgorny (2)
  • davetapley (2)
  • davidbrochart (2)
  • mtelka (2)
  • fiecato (1)
Pull Request Authors
  • minrk (230)
  • pre-commit-ci[bot] (53)
  • dependabot[bot] (12)
  • mgorny (3)
  • cclauss (3)
  • davidbrochart (2)
  • musicinmybrain (2)
  • radeksm (2)
  • markclare1992 (2)
  • dcsaba89 (2)
  • henryiii (2)
  • steamraven (2)
  • kloczek (2)
  • tacaswell (1)
  • consideRatio (1)
Top Labels
Issue Labels
question (20) docs (4) not pyzmq (3)
Pull Request Labels
dependencies (12) docs (3) python (2)

Packages

  • Total packages: 7
  • Total downloads:
    • pypi 44,570,806 last-month
  • Total docker downloads: 689,356,398
  • Total dependent packages: 807
    (may contain duplicates)
  • Total dependent repositories: 83,055
    (may contain duplicates)
  • Total versions: 258
  • Total maintainers: 5
pypi.org: pyzmq

Python bindings for 0MQ

  • Homepage: https://pyzmq.readthedocs.org
  • Documentation: https://pyzmq.readthedocs.org
  • License: BSD 3-Clause License Copyright (c) 2009-2012, Brian Granger, Min Ragan-Kelley All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  • Latest release: 27.0.2
    published 6 months ago
  • Versions: 105
  • Dependent Packages: 612
  • Dependent Repositories: 78,978
  • Downloads: 44,392,926 Last month
  • Docker Downloads: 689,348,248
Rankings
Dependent repos count: 0.0%
Downloads: 0.0%
Dependent packages count: 0.0%
Docker downloads count: 0.3%
Average: 0.8%
Stargazers count: 1.8%
Forks count: 2.4%
Maintainers (2)
Last synced: 6 months ago
pypi.org: zmq

You are probably looking for pyzmq.

  • Versions: 1
  • Dependent Packages: 71
  • Dependent Repositories: 1,287
  • Downloads: 177,642 Last month
  • Docker Downloads: 8,150
Rankings
Dependent packages count: 0.3%
Dependent repos count: 0.3%
Downloads: 0.8%
Average: 1.0%
Docker downloads count: 1.3%
Stargazers count: 1.3%
Forks count: 1.9%
Maintainers (1)
Last synced: 6 months ago
spack.io: py-pyzmq

PyZMQ: Python bindings for zeromq.

  • Versions: 12
  • Dependent Packages: 21
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 2.7%
Dependent packages count: 3.3%
Forks count: 3.5%
Stargazers count: 3.9%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: pyzmq
  • Versions: 33
  • Dependent Packages: 86
  • Dependent Repositories: 1,388
Rankings
Dependent repos count: 0.5%
Dependent packages count: 0.9%
Average: 3.7%
Forks count: 6.4%
Stargazers count: 7.0%
Last synced: 6 months ago
proxy.golang.org: github.com/zeromq/pyzmq
  • Versions: 80
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Forks count: 1.1%
Stargazers count: 1.1%
Average: 5.7%
Dependent packages count: 9.6%
Dependent repos count: 10.8%
Last synced: over 1 year ago
pypi.org: pyzmq-static

Obsolete fork of pyzmq

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 14
  • Downloads: 238 Last month
Rankings
Stargazers count: 1.3%
Forks count: 1.9%
Dependent repos count: 3.9%
Average: 6.1%
Dependent packages count: 7.4%
Downloads: 15.8%
Maintainers (2)
Last synced: 6 months ago
anaconda.org: pyzmq

PyZMQ contains Python bindings for 0MQ. 0MQ is a lightweight and fast messaging implementation.

  • Versions: 19
  • Dependent Packages: 17
  • Dependent Repositories: 1,388
Rankings
Dependent packages count: 1.7%
Dependent repos count: 3.0%
Average: 8.2%
Forks count: 13.8%
Stargazers count: 14.1%
Last synced: 6 months ago

Dependencies

.github/workflows/test.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/wheels.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • actions/upload-artifact v3 composite
perf/Dockerfile docker
  • python 3.6 build
docs/requirements.txt pypi
  • cython >=0.29
  • enum-tools >=0.9
  • gevent *
  • myst-parser *
  • pydata_sphinx_theme *
  • pygments >=2.6
  • sphinx >=3.0.4
  • sphinx-rtd-theme ==0.5.
  • tornado *
setup.py pypi
  • cffi *
test-requirements.txt pypi
  • black * test
  • codecov * test
  • coverage <5 test
  • flake8 * test
  • gevent * test
  • mypy * test
  • pytest * test
  • pytest-asyncio >=0.16 test
  • pytest-asyncio >=0.17 test
  • pytest-cov ==2.10. test
  • pytest-rerunfailures * test
  • tornado * test
tools/wheel-requirements.txt pypi
  • cibuildwheel ==2.10.2
  • cython ==0.29.32
  • delvewheel ==0.0.22