yeger00 / pylspclient

LSP client implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylspclient

image Test Package image image

A Python 3.10+ implementation 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.

About

LSP client implementation in Python

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.6%