PyLSPClient/README.md

20 lines
211 B
Markdown
Raw Permalink Normal View History

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