diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-02 19:07:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-02 19:07:22 +0700 |
commit | 440c0c33eed232a5c3c62ab286c754667c998dfe (patch) | |
tree | 50c34222fa2d99204de3e948d776a80abc701781 /python/python-jsonrpclib/README | |
parent | ae5429ca771ba7e434da89d0ab8d045cdfbdc83b (diff) | |
download | slackbuilds-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/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 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. |