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
- Host: GitHub
- URL: https://github.com/albertodonato/pylsp-snap
- Owner: albertodonato
- License: mit
- Created: 2021-05-25T20:17:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T08:18:31.000Z (over 2 years ago)
- Last Synced: 2025-03-23T13:01:44.821Z (about 1 year ago)
- Topics: lsp, lsp-server, python-language-server, snap
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snap for the python-lsp-server
**Note: This repository is now archived and the snap is no longer produced from it**
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`, ...).