An open API service indexing awesome lists of open source software.

https://github.com/albertodonato/pylsp-snap

Snap for the python-lsp-server
https://github.com/albertodonato/pylsp-snap

lsp lsp-server python-language-server snap

Last synced: 3 months ago
JSON representation

Snap for the python-lsp-server

Awesome Lists containing this project

README

        

# Snap for the python-lsp-server

[![Snap Package](https://snapcraft.io/pylsp/badge.svg)](https://snapcraft.io/pylsp)

This snap provides a full installation of [Python LSP Server](https://github.com/python-lsp/python-lsp-server).

It also includes the following plugins:

- `pylsp-mypy`
- `pyls-black`
- `pyls-flake8`
- `pyls-isort`
- `pyls-memestra`

It can be installed from the store via:

```bash
sudo snap install pylsp
```

It provides the `pylsp` command and also exposes related tools (`flake8`, `isort`, `mypy`, `pyflakes`, ...).

[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/pylsp)