25 lines
456 B
Markdown
25 lines
456 B
Markdown
# pylspclient
|
|
[LSP](https://microsoft.github.io/language-server-protocol/) client implementation in Python.
|
|
|
|
[![image](https://img.shields.io/pypi/v/pylspclient.svg)](https://pypi.org/project/pylspclient/)
|
|
[![Build Status](https://travis-ci.org/yeger00/pylspclient.svg?branch=master)](https://travis-ci.org/yeger00/pylspclient)
|
|
|
|
# What is LSP?
|
|
|
|
|
|
# Installation
|
|
```
|
|
pip install pylspclient
|
|
```
|
|
|
|
# Run the tests
|
|
```
|
|
tox
|
|
```
|
|
|
|
or
|
|
|
|
```
|
|
python setup.py test
|
|
```
|