PyLSPClient/README.md

22 lines
439 B
Markdown
Raw Normal View History

# pylspclient
2018-12-02 21:27:38 +00:00
[LSP](https://microsoft.github.io/language-server-protocol/) client implementation in Python.
2018-12-02 21:27:38 +00:00
[![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)
2018-12-02 21:27:38 +00:00
# Installation
```
pip install pylspclient
```
# Run the tests
```
tox
```
2018-12-02 21:27:38 +00:00
or
```
python setup.py test
```