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/slack-desc | |
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/slack-desc')
-rw-r--r-- | python/python-jsonrpclib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-jsonrpclib/slack-desc b/python/python-jsonrpclib/slack-desc new file mode 100644 index 0000000000..1cf4dc25e9 --- /dev/null +++ b/python/python-jsonrpclib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-jsonrpclib: python-jsonrpclib (JSON-RPC library) +python-jsonrpclib: +python-jsonrpclib: This library is an implementation of the JSON-RPC specification. +python-jsonrpclib: +python-jsonrpclib: It supports both the original 1.0 specification, as well as the new +python-jsonrpclib: (proposed) 2.0 spec, which includes batch submission, keyword +python-jsonrpclib: arguments, etc. +python-jsonrpclib: +python-jsonrpclib: +python-jsonrpclib: Project URL: https://github.com/joshmarshall/jsonrpclib +python-jsonrpclib: |