1.. image:: https://badge.fury.io/py/aiorpcX.svg
2    :target: http://badge.fury.io/py/aiorpcX
3.. image:: https://travis-ci.org/kyuupichan/aiorpcX.svg?branch=master
4    :target: https://travis-ci.org/kyuupichan/aiorpcX
5.. image:: https://coveralls.io/repos/github/kyuupichan/aiorpcX/badge.svg
6    :target: https://coveralls.io/github/kyuupichan/aiorpcX
7
8=======
9aiorpcX
10=======
11
12A generic `asyncio <https://docs.python.org/3/library/asyncio.html>`_
13library implementation of RPC suitable for an application that is a
14client, server or both.
15
16  :Licence: MIT
17  :Language: Python (>= 3.6)
18  :Author: Neil Booth
19
20Documentation
21=============
22
23See `readthedocs <https://aiorpcX.readthedocs.io/>`_.
24