Skip to main content

Python Language Server for the Language Server Protocol

Project description

Python Language Server

https://circleci.com/gh/palantir/python-language-server.svg?style=shield https://img.shields.io/github/license/palantir/python-language-server.svg

A Python 2.7 and 3.4+ implementation of the Language Server Protocol making use of Jedi, pycodestyle, Pyflakes and YAPF.

Features

Auto Completion:

https://github.com/palantir/python-language-server/blob/develop/resources/auto-complete.gif

Code Linting with pycodestyle and pyflakes:

https://github.com/palantir/python-language-server/blob/develop/resources/linting.gif

Signature Help:

https://github.com/palantir/python-language-server/blob/develop/resources/signature-help.gif

Go to definition:

https://github.com/palantir/python-language-server/blob/develop/resources/goto-definition.gif

Hover:

https://github.com/palantir/python-language-server/blob/develop/resources/hover.gif

Find References:

https://github.com/palantir/python-language-server/blob/develop/resources/references.gif

Document Symbols:

https://github.com/palantir/python-language-server/blob/develop/resources/document-symbols.gif

Document Formatting:

https://github.com/palantir/python-language-server/blob/develop/resources/document-format.gif

Installation

pip install python-language-server

Development

To run the test suite:

pip install .[test] && tox

Develop against VS Code

The Python language server can be developed against a local instance of Visual Studio Code.

  1. Install [VSCode for Mac](http://code.visualstudio.com/docs/?dv=osx)

  2. From within VSCode View -> Command Palette, then type _shell_ and run install 'code' command in PATH

# Setup a virtual env
virtualenv env
. env/bin/activate

# Install pyls
pip install .

# Install the vscode-client extension
cd vscode-client
npm install .

# Run VSCode which is configured to use pyls
# See the bottom of vscode-client/src/extension.ts for info
npm run vscode -- $PWD/../

Then to debug, click View -> Output and in the dropdown will be pyls. To refresh VSCode, press Cmd + r

License

This project is made available under the MIT License.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-language-server-0.2.1.tar.gz (34.1 kB view details)

Uploaded Source

File details

Details for the file python-language-server-0.2.1.tar.gz.

File metadata

File hashes

Hashes for python-language-server-0.2.1.tar.gz
Algorithm Hash digest
SHA256 4287e676af3fde3fa1e99e101a8c87c33a5411f8f5204ad42e11ee38e5096c35
MD5 853d4a7dd9f3a4fdb77f94a14a1eee70
BLAKE2b-256 1b149a7f3c866bd7072864e406e45b4299e197e4b3a14b8248a3350a9a5fe9f6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page