mirror of https://github.com/zeromq/pyzmq.git
f4e9f17fe1
recv_pyobj is pickle.loads, which means arbitrary code execution - add warnings to docstrings, narrative docs - updates some ancient examples to not use pyobj, which gives the impression it's a good idea - add example of using signatures to authenticate messages before calling pickle |
||
---|---|---|
.. | ||
asyncio | ||
cython | ||
device | ||
draft | ||
eventloop | ||
gevent | ||
heartbeat | ||
logger | ||
mongodb | ||
monitoring | ||
poll | ||
pubsub | ||
security | ||
serialization | ||
win32-interrupt | ||
LICENSE | ||
README.md |
README.md
pyzmq examples
These are some examples of using pyzmq, especially where pyzmq adds something beyond standard libzmq bindings, such as integrations with eventloops, security and serialization features, etc.
The best source of pyzmq examples for getting started with ZeroMQ is the ZeroMQ guide.