summaryrefslogtreecommitdiffstats
path: root/python/python3-lsp-jsonrpc/README
diff options
context:
space:
mode:
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.