Is there an up-to-date, maintained Json-rpc 2.0 implementation written in python?

119 views
Skip to first unread message

Jorge Vargas

unread,
Feb 6, 2013, 10:03:01 AM2/6/13
to json...@googlegroups.com
I came across an API I need to talk to which implements jsonrpc2.0 which to be honest I though was death. Is there any actively developed working clients written in python out there? 

bbkr

unread,
Feb 6, 2013, 5:29:02 PM2/6/13
to json...@googlegroups.com
For testing my JSON-RPC servers connectivity and compatibility with Python I use https://github.com/joshmarshall/jsonrpclib client.

It is not very actively developed but sufficient to talk in 2.0 standard.


David Aguilar

unread,
Feb 7, 2013, 3:51:02 AM2/7/13
to json...@googlegroups.com
We've been using this implementation over at the animation studio:

https://github.com/davvid/python-jsonrpc

We use it to serve APIs behind Apache and it works great.

It doesn't support MultiCall but otherwise does what we need.

It is actively developed, as in, I will happily review any
patches or pull requests. ;-)
--
David
Reply all
Reply to author
Forward
0 new messages