LSP client implementation in Python
Go to file
yeger00 4d383b7ef8
Merge pull request #3 from yeger00/support-python-language-server
adding python-language-server example, and content-type header support
2019-01-12 14:22:44 +02:00
docs adding documentation to the project 2018-08-22 14:35:18 -04:00
examples adding python-language-server example, and content-type header support 2019-01-12 07:20:08 -05:00
pylspclient passing only params to callbacks 2019-01-11 17:55:02 -05:00
tests more tests, and travis yaml integration 2018-12-02 16:11:15 -05:00
.gitignore Initial commit 2018-08-21 22:14:20 +03:00
.travis.yml more tests, and travis yaml integration 2018-12-02 16:11:15 -05: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
pytest.ini adding setup.py, tox, and pytests infra 2018-11-11 16:46:42 -05:00
setup.py bump version 2018-12-03 15:22:37 -05:00
tox.ini more tests, and travis yaml integration 2018-12-02 16:11:15 -05: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