https://github.com/kyuupichan/aiorpcx
Generic async RPC implementation, including JSON-RPC
https://github.com/kyuupichan/aiorpcx
asyncio jsonrpc rpc websockets
Last synced: about 1 year ago
JSON representation
Generic async RPC implementation, including JSON-RPC
- Host: GitHub
- URL: https://github.com/kyuupichan/aiorpcx
- Owner: kyuupichan
- License: mit
- Created: 2018-02-27T03:09:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T20:52:08.000Z (over 1 year ago)
- Last Synced: 2025-03-29T05:08:08.682Z (about 1 year ago)
- Topics: asyncio, jsonrpc, rpc, websockets
- Language: Python
- Size: 559 KB
- Stars: 28
- Watchers: 7
- Forks: 26
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. image:: https://badge.fury.io/py/aiorpcX.svg
:target: http://badge.fury.io/py/aiorpcX
.. image:: https://travis-ci.org/kyuupichan/aiorpcX.svg?branch=master
:target: https://travis-ci.org/kyuupichan/aiorpcX
.. image:: https://coveralls.io/repos/github/kyuupichan/aiorpcX/badge.svg
:target: https://coveralls.io/github/kyuupichan/aiorpcX
=======
aiorpcX
=======
A generic `asyncio `_
library implementation of RPC suitable for an application that is a
client, server or both.
:Licence: MIT
:Language: Python (>= 3.9)
:Author: Neil Booth
Documentation
=============
See `readthedocs `_.