# PyZMQ: Python bindings for ØMQ
This package contains Python bindings for [ØMQ](http://www.zeromq.org).
ØMQ is a lightweight and fast messaging implementation.
PyZMQ should work with any Python ≥ 2.6 (including Python 3), as well as PyPy.
The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x),
but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2.
## Versioning
Current release of pyzmq is 13.0.1, and targets libzmq-3.2.2. For
libzmq 2.0.x, use pyzmq release 2.0.10.1 or the 2.0.x development
branch. PyZMQ (on CPython via Cython) continues to support libzmq ≥ 2.1.4.
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 will no
longer be the case. To avoid confusion with the contemporary libzmq-3.2
major version release, PyZMQ is jumping to 13.0 (it will be the
thirteenth release, so why not?). PyZMQ ≥ 13.0 will follow semantic
versioning conventions accounting only for PyZMQ itself.
For a summary of changes to pyzmq, see our
[changelog](http://zeromq.github.com/pyzmq/changelog.html).
### ØMQ 3.x
PyZMQ ≥ 2.2.0 fully supports the 3.x API of libzmq,
developed at [zeromq/libzmq](https://github.com/zeromq/libzmq).
No code to change, no flags to pass,
just build pyzmq against libzmq3 and it should work.
PyZMQ on PyPy *only* supports the 3.x API of libzmq.
## Documentation
See PyZMQ's Sphinx-generated
[documentation](http://zeromq.github.com/pyzmq) 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](http://zguide.zeromq.org) is the place to start, which has a
Python version of every example. We also have some information on our
[wiki](https://github.com/zeromq/pyzmq/wiki)
## Downloading
Unless you specifically want to develop PyZMQ, we recommend downloading
the PyZMQ source code, eggs, or MSI installer from
[PyPI](http://pypi.python.org/pypi/pyzmq).
You can also get the latest source code from our GitHub repository, but
building from the repository will require that you install Cython
version 0.16 or later.
## Building and installation
For more detail on building pyzmq, see [our Wiki](https://github.com/zeromq/pyzmq/wiki).
We build eggs for OS X and Windows, so we generally recommend that those
platforms use `easy_install pyzmq`, but `pip install pyzmq` should work on
most platforms as well.
To build pyzmq from the git repo requires Cython.
没有合适的资源?快使用搜索试试~ 我知道了~
pyzmq-13.0.1.tar.gz
0 下载量 155 浏览量
2024-06-20
23:52:59
上传
评论
收藏 809KB GZ 举报
温馨提示
Python库是一组预先编写的代码模块,旨在帮助开发者实现特定的编程任务,无需从零开始编写代码。这些库可以包括各种功能,如数学运算、文件操作、数据分析和网络编程等。Python社区提供了大量的第三方库,如NumPy、Pandas和Requests,极大地丰富了Python的应用领域,从数据科学到Web开发。Python库的丰富性是Python成为最受欢迎的编程语言之一的关键原因之一。这些库不仅为初学者提供了快速入门的途径,而且为经验丰富的开发者提供了强大的工具,以高效率、高质量地完成复杂任务。例如,Matplotlib和Seaborn库在数据可视化领域内非常受欢迎,它们提供了广泛的工具和技术,可以创建高度定制化的图表和图形,帮助数据科学家和分析师在数据探索和结果展示中更有效地传达信息。
资源推荐
资源详情
资源评论
收起资源包目录
pyzmq-13.0.1.tar.gz (357个子文件)
setup.cfg.android 439B
COPYING.BSD 2KB
socket.c 436KB
message.c 312KB
monitoredqueue.c 233KB
context.c 203KB
rebuffer.c 190KB
_poll.c 175KB
constants.c 158KB
_device.c 151KB
stopwatch.c 103KB
error.c 80KB
_version.c 69KB
initthreads.c 67KB
initlibzmq.c 793B
vers.c 243B
check_sys_un.c 171B
dummy.c 90B
COPYING 34KB
socket_base.cpp 34KB
zmq.cpp 29KB
pgm_socket.cpp 22KB
tcp_address.cpp 17KB
stream_engine.cpp 17KB
options.cpp 14KB
session_base.cpp 14KB
mtrie.cpp 13KB
pipe.cpp 12KB
signaler.cpp 11KB
trie.cpp 10KB
router.cpp 10KB
ctx.cpp 9KB
err.cpp 9KB
tcp_connecter.cpp 8KB
object.cpp 8KB
tcp_listener.cpp 8KB
pgm_receiver.cpp 8KB
msg.cpp 7KB
ipc_connecter.cpp 7KB
xsub.cpp 6KB
pgm_sender.cpp 6KB
select.cpp 6KB
ipc_listener.cpp 5KB
xpub.cpp 5KB
own.cpp 5KB
devpoll.cpp 5KB
dist.cpp 5KB
kqueue.cpp 5KB
proxy.cpp 5KB
decoder.cpp 5KB
req.cpp 5KB
epoll.cpp 5KB
v1_decoder.cpp 5KB
poll.cpp 5KB
clock.cpp 4KB
tcp.cpp 4KB
fq.cpp 4KB
lb.cpp 4KB
rep.cpp 4KB
dealer.cpp 3KB
v1_encoder.cpp 3KB
pair.cpp 3KB
encoder.cpp 3KB
ip.cpp 3KB
poller_base.cpp 3KB
reaper.cpp 3KB
thread.cpp 3KB
io_object.cpp 2KB
sub.cpp 2KB
io_thread.cpp 2KB
mailbox.cpp 2KB
address.cpp 2KB
ipc_address.cpp 2KB
pull.cpp 2KB
push.cpp 2KB
zmq_utils.cpp 2KB
pub.cpp 1KB
random.cpp 1KB
precompiled.cpp 829B
default.css 9KB
zmq.h 13KB
zmq_compat.h 5KB
zmq_utils.h 2KB
pyversion_compat.h 1KB
ipcmaxlen.h 454B
getpid_compat.h 103B
socket_base.hpp 8KB
decoder.hpp 8KB
platform.hpp 7KB
pipe.hpp 7KB
ypipe.hpp 7KB
platform.hpp 7KB
platform.hpp 7KB
platform.hpp 7KB
yqueue.hpp 6KB
encoder.hpp 6KB
atomic_counter.hpp 6KB
atomic_ptr.hpp 6KB
ctx.hpp 5KB
own.hpp 5KB
共 357 条
- 1
- 2
- 3
- 4
资源评论
程序员Chino的日记
- 粉丝: 3671
- 资源: 5万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 从 Python 访问 Java 类.zip
- 交互式 JavaScript 沙箱.zip
- 交互式 JavaScript API 参考.zip
- 使用SSM框架的Java Web项目-电商后台管理.zip
- 与 FrontendMasters 课程 JavaScript 和 React 模式相关的 repo.zip
- win11系统有ie浏览器,打开ie浏览器自动跳转edge浏览器解决方案
- 基于Spark的新闻推荐系统源码+文档说明(高分项目)
- 27个常用分布函数详细汇总-名称+类别+用途+概率密度曲线+公式-PPT版本
- Python毕业设计基于时空图卷积ST-GCN的骨骼动作识别项目源码+文档说明(高分项目)
- 一个易于使用的多线程库,用于用 Java 创建 Discord 机器人 .zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功