PyLSPClient/README.md

10 lines
213 B
Markdown
Raw Normal View History

# pylspclient
The library implements a LSP client in Python.
[![Build Status](https://travis-ci.org/yeger00/pylspclient.svg?branch=master)](https://travis-ci.org/yeger00/pylspclient)
# Run the tests
```
tox
```