LSP client implementation in Python
Go to file
yeger 0bfa422707 adding .gitattributes with .dot files 2019-07-15 16:19:25 -04:00
docs adding documentation to the project 2018-08-22 14:35:18 -04:00
examples adding defintion and declaration support 2019-06-19 13:36:19 -04:00
pylspclient adding did change method 2019-06-21 04:51:53 -04:00
tests some fixes 2019-05-12 15:12:13 -04: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 adding completion support, and remove some debug prints 2018-12-11 15:06:51 -05:00
classes.dot adding did change method 2019-06-21 04:51:53 -04:00
pytest.ini adding setup.py, tox, and pytests infra 2018-11-11 16:46:42 -05:00
requirements.txt adding deps to tox 2019-06-09 16:16:02 -04:00
setup.py adding deps to tox 2019-06-09 16:16:02 -04:00
tox.ini adding deps to tox 2019-06-09 16:16:02 -04:00

README.md

pylspclient

LSP client implementation in Python.

image Build Status

What is LSP?

Installation

pip install pylspclient

Run the tests

tox

or

python setup.py test