aboutsummaryrefslogtreecommitdiff
path: root/python/python-jsonrpclib/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-jsonrpclib/README')
-rw-r--r--python/python-jsonrpclib/README5
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.