Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
aiorpcX.egg-info/ | H | 03-May-2022 | - | 22 | 21 | |
aiorpcx/ | H | 25-May-2021 | - | 3,189 | 2,267 | |
PKG-INFO | H A D | 25-May-2021 | 846 | 22 | 21 | |
README.rst | H A D | 10-Mar-2021 | 691 | 24 | 18 | |
setup.cfg | H A D | 25-May-2021 | 38 | 5 | 3 | |
setup.py | H A D | 10-Mar-2021 | 1.4 KiB | 50 | 43 |
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.8) 18 :Author: Neil Booth 19 20Documentation 21============= 22 23See `readthedocs <https://aiorpcX.readthedocs.io/>`_. 24