LSP client implementation in Python
Go to file
itdominator cb30a63a5b Setup py formatting; docu changes; removed file 2023-11-12 00:06:58 -06:00
docs Setup py formatting; docu changes; removed file 2023-11-12 00:06:58 -06:00
examples Updated formatting of tests, README, etc 2023-11-11 23:54:48 -06:00
pylspclient Did personalizxed formatting; example cleanup; added some client commands 2023-11-11 23:38:53 -06:00
tests Updated formatting of tests, README, etc 2023-11-11 23:54:48 -06:00
.gitattributes adding .gitattributes with .dot files 2019-07-15 16:19:25 -04:00
.gitignore Initial commit 2018-08-21 22:14:20 +03:00
.travis.yml adding deps to tox 2019-06-09 16:16:02 -04:00
LICENSE preparing for pypi 2018-12-03 15:17:32 -05:00
README.md Updated formatting of tests, README, etc 2023-11-11 23:54:48 -06:00
pytest.ini adding setup.py, tox, and pytests infra 2018-11-11 16:46:42 -05:00
requirements.txt Setup py formatting; docu changes; removed file 2023-11-12 00:06:58 -06:00
setup.py Setup py formatting; docu changes; removed file 2023-11-12 00:06:58 -06:00
tox.ini adding deps to tox 2019-06-09 16:16:02 -04:00

README.md

PyLSPClient

LSP client implementation in Python.

What is LSP?

Installation

Run the tests

tox

or

python setup.py test