A Python 3.10+ implementation of a LSP client.
pip install pylspclient
In order to contribute you need to make sure your PR passes all the Test Package steps. All the development related commands are wrap with Makefile just for easy access from both the development environment and from the workflows. You can see that most of the commands are only 1 line and you can run them directly. You can run it locally as well:
make test
make lint
make bump
make build
make publish
This project is made available under the MIT License.