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