Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community

License

NotificationsYou must be signed in to change notification settings

python-lsp/python-lsp-jsonrpc

Repository files navigation

A Python 3.8+ server implementation of theJSON RPC 2.0 protocol. This library has been pulled out of thePython LSP Server project.

Installation

pip install -U python-lsp-jsonrpc

Examples

The examples directory contains two examples of running language servers over websockets.examples/langserver.py shows how to run a language server in-memory.examples/langserver_ext.py shows how to run a subprocess language server, in this case the Python LSP Server.

Start by installingtornado andpython-lsp-server

pip install python-lsp-server[all] tornado

Then runningpython examples/langserver.py orpython examples/langserver_ext.py will host a websocket onws://localhost:3000/python.

About

Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community

Resources

License

Security policy

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp