UNMAINTAINED: MOVE TO github.com/coala/coala-vs-code
This is a language server for Coala that adheres to the Language Server Protocol (LSP). Python versions 3.x are supported.
Note: this language server is currently in the early stages of active development and not all features are yet supported.
You'll need python version 3.5 or greater.
pip3 install -r requirements.txt
python3 langserver-python.py --mode=tcp --addr=2087
To try it in Visual Studio Code, install the vscode-client extension and then open up a file.