JSON-RPC Python¶
JSON-RPC Python is a lightweight ASGI micro framework for building web applications.
Features¶
Pure zero-dependency JSON-RPC 2.0 and OpenRPC implementation.
Simple and user-friendly API interface.
100% type annotated codebase.
100% test coverage, so it’s production-ready.
Requirements¶
Python 3.12 and above.
Installation¶
The recommended way to get jsonrpc-py
is to install the latest stable release via pip:
$ pip install jsonrpc-py