A Python 3.10+ implemntation of a LSP client.
pip install pylspclient
In order to contribute you need to make sure your PR passes all the Test Package steps. You can run it locally as well:
pip install -e .
pip install -r requirements.test.txt
pytest test
ruff check .
This project is made available under the MIT License.