pylspclient

LSP client implementation in Python


Keywords
lsp, python
License
MIT
Install
pip install pylspclient==0.1.2

Documentation

pylspclient

image Test Package image

A Python 3.10+ implemntation of a LSP client.

What is LSP?

Getting started

Installation

pip install pylspclient

Contributing

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:

Run the tests

make test

Run the linter

make lint

New release

make bump
make build
make publish

License

This project is made available under the MIT License.