diff options
Diffstat (limited to 'python/python-jsonrpclib/README')
-rw-r--r-- | python/python-jsonrpclib/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-jsonrpclib/README b/python/python-jsonrpclib/README new file mode 100644 index 0000000000000..31fa06f01a352 --- /dev/null +++ b/python/python-jsonrpclib/README @@ -0,0 +1,5 @@ +This library is an implementation of the JSON-RPC specification. + +It supports both the original 1.0 specification, as well as the new +(proposed) 2.0 spec, which includes batch submission, keyword +arguments, etc. |