jsonrpclib

RPC library

JSON-RPC implementation with support for original and proposed specifications, including batch submission, keyword arguments, and notifications.

A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.

GitHub

448 stars
27 watching
144 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
zcattacz/ujrpcProvides a Simple JSON-RPC 2.0 middleware for Python-based APIs5
cxxxr/jsonrpcA Common Lisp implementation of the JSON-RPC 2.0 protocol for remote procedure calls67
ybbus/jsonrpcAn implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go.336
osamingo/jsonrpcA JSON-RPC 2.0 implementation package in Go187
cloud-rocket/arduino-json-rpcAn implementation of the JSON-RPC protocol on an Arduino board for remote control via serial or other means.28
authorizon/fastapi_websocket_rpcProvides a robust and production-ready bidirectional JSON RPC channel over Websockets.7
nedpals/v-jsonrpcA basic JSON-RPC 2.0-compliant server written in a programming language.32
smagafurov/fastapi-jsonrpcA JSON-RPC server implementation using FastAPI293
juliendelplanque/jrpcA JSON-RPC 2.0 implementation for Pharo Smalltalk11
rpclib/rpclibA C++ RPC library for remote procedure call using MessagePack.1,728
status-im/nim-json-rpcProvides a standardized interface for remote procedure calls over JSON format92
oca/odoorpcA Python module that provides an interface to interact with Odoo servers through JSON-RPC.240
eddelbuettel/rcppsimdjsonA set of C++ bindings for a fast JSON parsing library118
timonson/gentle_rpcAn HTTP and WebSocket JSON-RPC 2.0 client and server library for deno and browsers.45
cenobites/flask-jsonrpcProvides a basic JSON-RPC implementation for building RESTful APIs with Python290