Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 303 Bytes

ZMQRPC

A Python library that exports a class for RPC via zmq, using a variety of serializers.

Prerequisites

  • pyzmq
  • simplejson
  • msgpack-python

Usage Notes

This fork of zmqrpc is significantly different than the original. The documentation will be updated soon.