python-lsp-server

Python Language Server implementing the Language Server Protocol

brewmacoslinux
Try with needOr install directly
Source

About

Python Language Server for the Language Server Protocol

Commands

pylsp

Examples

Start the language server on default TCP port 2087$ pylsp
Start the language server on a specific TCP port$ pylsp --tcp --port 3000
Start the language server using stdio transport for editor integration$ pylsp --stdio