Metadata-Version: 2.0
Name: zmq-rpc
Version: 0.2
Summary: 0mq RPC calls implemented with pyzmq.
Home-page: http://odoo.consulting
Author: XCG Consulting
Author-email: contact@xcg-consulting.fr
License: UNKNOWN
Keywords: zmq rpc msgpack
Platform: UNKNOWN
Classifier: Programming Language :: Python
Requires-Dist: msgpack-python
Requires-Dist: pyzmq

zmq_rpc
=======

0mq RPC calls implemented with pyzmq; part of the `zmq_rpc`_ project.

.. _zmq_rpc: https://bitbucket.org/xcg/zmq_rpc


Installing
----------

Install from pip::

    $ pip install zmq_rpc

Contributors
============

In order of appearance in the project:

    - Houzéfa Abbasbhay, <houzefa.abba@xcg-consulting.fr>
    - Jérémie Gavrel, <jeremie.gavrel@xcg-consulting.fr>

0.2
---

- Take logging set-up out of the lib itself.


0.1
---

-  Initial version.


