A high-performance asynchronous messaging library, testsuite
Description
ZeroMQ (also spelled ØMQ, 0MQ or ZMQ) is a high-performance
asynchronous messaging library, aimed at use in distributed
or concurrent applications. It provides a message queue, but
unlike message-oriented middleware, a ZeroMQ system can run
without a dedicated message broker.
This package contains the testsuite for the python bindings.