• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aiorpcX.egg-info/H03-May-2022-2221

aiorpcx/H10-Mar-2021-3,1522,248

PKG-INFOH A D10-Mar-2021846 2221

README.rstH A D10-Mar-2021691 2418

setup.cfgH A D10-Mar-202138 53

setup.pyH A D10-Mar-20211.4 KiB5043

README.rst

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