.. json-rpc documentation master file, created by
   sphinx-quickstart on Sun Oct 13 15:41:10 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to json-rpc's documentation!
====================================

Contents:

.. toctree::
   :maxdepth: 3

   modules.rst

JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over http, or in many various message passing environments. It uses JSON (RFC 4627) as data format.

Specification:
`JSON-PRC2.0 <http://www.jsonrpc.org/specification>`_
`JSON-RPC1.0 <http://json-rpc.org/wiki/specification>`_


Install package::

    pip install json-rpc



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

