PyLSPClient/README.md
2018-12-03 15:17:32 -05:00

22 lines
439 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)
# Installation
```
pip install pylspclient
```
# Run the tests
```
tox
```
or
```
python setup.py test
```