Skip to content

afcarl/jsonrpc.py

 
 

Repository files navigation

What is JSON-RPC Parts (for Python)?

JSON-RPC Parts is a library of composable components one would need to assemble a JSON-RPC server or client.

The parts provided are JSON-RPC message parser and serializer, a generic request handler collection, a WSGI-specific request handler and bits and pieces.

This JSON-RPC Parts collection supports both, JSON-RPC v.1.0 and v.2.0 (including "batch" mode for v.2.0).

The parts are split into separate module files that can be used separately from this collection.

This project is largely a decomposition of Roland Koebler's original JSON-RPC v.2(preview) Python implementation (and an attempt to move the code to a public repo).

BETA

About

JSON-RPC tools (Parts) for Python - serializer, deserializer, request, response parsers. Plug your own server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%