Skip to content

yeger00/pylspclient

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published