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
Keywords from Contributors
Repository
PyZMQ: Python bindings for zeromq
Basic Info
- Host: GitHub
- Owner: zeromq
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Homepage: http://zguide.zeromq.org/py:all
- Size: 6.55 MB
Statistics
- Stars: 3,967
- Watchers: 104
- Forks: 653
- Open Issues: 45
- Releases: 24
Topics
Metadata Files
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
- Website: http://www.zeromq.org/
- Repositories: 84
- Profile: https://github.com/zeromq
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
Top Committers
| Name | 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... | ||
Committer Domains (Top 20 + Academic)
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
Pull Request Labels
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
Rankings
pypi.org: zmq
You are probably looking for pyzmq.
- Homepage: https://github.com/zeromq/pyzmq
- Documentation: https://zmq.readthedocs.io/
- License: BSD
-
Latest release: 0.0.0
published almost 11 years ago
Rankings
Maintainers (1)
spack.io: py-pyzmq
PyZMQ: Python bindings for zeromq.
- Homepage: https://github.com/zeromq/pyzmq
- License: []
-
Latest release: 26.2.0
published about 1 year ago
Rankings
Maintainers (1)
conda-forge.org: pyzmq
- Homepage: https://github.com/zeromq/pyzmq
- License: BSD-3-Clause
-
Latest release: 24.0.1
published over 3 years ago
Rankings
proxy.golang.org: github.com/zeromq/pyzmq
- Documentation: https://pkg.go.dev/github.com/zeromq/pyzmq#section-documentation
- License: bsd-3-clause
-
Latest release: v25.1.2+incompatible
published about 2 years ago
Rankings
pypi.org: pyzmq-static
Obsolete fork of pyzmq
- Homepage: https://github.com/zeromq/pyzmq
- Documentation: https://pyzmq-static.readthedocs.io/
- License: UNKNOWN
-
Latest release: 2.1.7
published almost 15 years ago
Rankings
Maintainers (2)
anaconda.org: pyzmq
PyZMQ contains Python bindings for 0MQ. 0MQ is a lightweight and fast messaging implementation.
- Homepage: https://github.com/zeromq/pyzmq
- License: BSD-3-Clause
-
Latest release: 26.2.0
published about 1 year ago
Rankings
Dependencies
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v3 composite
- actions/checkout v3 composite
- actions/setup-python v3 composite
- actions/upload-artifact v3 composite
- python 3.6 build
- 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 *
- cffi *
- 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
- cibuildwheel ==2.10.2
- cython ==0.29.32
- delvewheel ==0.0.22