pyzmq/examples
Min RK 9cce914f7f
satisfy types in async monitor support
use generics to allow explicitly differentiating sync sockets from async sockets

`zmq.Socket[bytes]` is an explicitly sync socket;
`zmq.Socket[Future]` is an async socket
2022-06-01 11:58:59 +02:00
..
asyncio avoid calls to deprecated asyncio.get_event_loop 2022-03-07 12:36:06 +01:00
chat more types! 2022-01-11 15:49:04 +01:00
cython adopt pydata-sphinx-theme 2022-03-02 10:22:14 +01:00
device run pre-commit (isort, pyupgrade) 2021-12-07 14:44:16 +01:00
draft more types! 2022-01-11 15:49:04 +01:00
eventloop deprecate utils.strtypes 2022-03-03 15:05:08 +01:00
gevent more types! 2022-01-11 15:49:04 +01:00
heartbeat [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-01-31 17:07:53 +00:00
logger more types! 2022-01-11 15:49:04 +01:00
mongodb deprecate utils.strtypes 2022-03-03 15:05:08 +01:00
monitoring satisfy types in async monitor support 2022-06-01 11:58:59 +02:00
poll run pre-commit (isort, pyupgrade) 2021-12-07 14:44:16 +01:00
pubsub deprecate utils.strtypes 2022-03-03 15:05:08 +01:00
security deprecate utils.strtypes 2022-03-03 15:05:08 +01:00
serialization more types! 2022-01-11 15:49:04 +01:00
win32-interrupt more types! 2022-01-11 15:49:04 +01:00
LICENSE run pre-commit fixer 2021-05-16 21:23:37 +02:00
README.md add links to the guide and examples from docs 2021-06-02 10:04:31 +02:00

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.