JSON-RPC Python#

pipeline status coverage report latest release pypi downloads

JSON-RPC Python is a lightweight ASGI micro framework for building web applications.

Features#

  1. Pure zero-dependency JSON-RPC 2.0 implementation.

  2. Simple and user-friendly API interface.

  3. 100% type annotated codebase.

  4. 100% test coverage, so it’s production-ready.

Requirements#

Python 3.11 and above.

Installation#

The recommended way to get jsonrpc-py is to install the latest stable release via pip:

$ pip install jsonrpc-py

User’s Guide#