Skip to content

OspreyX/jsonrpc.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 for Python - serializer, deserializer, request, response parsers. Plug your own server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%