aboutsummaryrefslogtreecommitdiff
path: root/python/python3-lsp-jsonrpc/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-22 22:40:59 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:02 +0700
commit36fb8afee8766ff341e79e902a1e5471c2ee7bfb (patch)
tree1212153a14f79e47c183d428f4c6969e5520c70d /python/python3-lsp-jsonrpc/README
parent4e71d69389ed79b84871bd42cb090ec6201016e6 (diff)
python/python3-lsp-jsonrpc: Added (Fork of python-jsonrpc-server)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lsp-jsonrpc/README')
-rw-r--r--python/python3-lsp-jsonrpc/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-lsp-jsonrpc/README b/python/python3-lsp-jsonrpc/README
new file mode 100644
index 0000000000..1a883cc863
--- /dev/null
+++ b/python/python3-lsp-jsonrpc/README
@@ -0,0 +1,3 @@
+Python JSON RPC Server is a Python 3.7+ server implementation of the
+JSON RPC 2.0 protocol. This library has been pulled out of the Python
+LSP Server project.