PyLSPClient/README.md

20 lines
211 B
Markdown

# PyLSPClient
[LSP](https://microsoft.github.io/language-server-protocol/) client implementation in Python.
# What is LSP?
# Installation
```
```
# Run the tests
```
tox
```
or
```
python setup.py test
```