summaryrefslogtreecommitdiffstats
path: root/python/python-jsonrpclib/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-03-02 13:07:22 +0100
committer Willy Sudiarto Raharjo2016-03-02 13:07:22 +0100
commit440c0c33eed232a5c3c62ab286c754667c998dfe (patch)
tree50c34222fa2d99204de3e948d776a80abc701781 /python/python-jsonrpclib/README
parentae5429ca771ba7e434da89d0ab8d045cdfbdc83b (diff)
downloadslackbuilds-440c0c33eed232a5c3c62ab286c754667c998dfe.tar.gz
python/python-jsonrpclib: Added (JSON-RPC library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..31fa06f01a
--- /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.