Source: python-lsp-server Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Pablo Mestre Drake , Julian Gilbey , Jochen Sprickerhof Build-Depends: debhelper-compat (= 13), dh-sequence-python3, flake8 , pybuild-plugin-pyproject, pylint , python3-all, python3-autopep8 , python3-docstring-to-markdown, python3-flaky , python3-jedi, python3-matplotlib , python3-numpy , python3-pandas , python3-pluggy (>= 1.0.0), python3-pydocstyle (>= 6.2.0) , python3-pylsp-jsonrpc, python3-pyqt5 , python3-pytest , python3-rope , python3-setuptools, python3-setuptools-scm, python3-ujson, python3-whatthepatch (>= 1.0.2) , python3-yapf Standards-Version: 4.6.2 Homepage: https://github.com/python-lsp/python-lsp-server Vcs-Git: https://salsa.debian.org/python-team/packages/python-lsp-server.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lsp-server Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Package: python3-pylsp Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: flake8, pylint, python3-autopep8, python3-mccabe, python3-pycodestyle, python3-pydocstyle (>= 6.2.0), python3-pyflakes, python3-rope, python3-whatthepatch (>= 1.0.2), python3-yapf, Breaks: python3-spyder (<< 5.3.1+dfsg-2) Description: Python implementation of the Language Server Protocol The Language Server Protocol is designed to standardise how language servers and development tools communicate. This package provides a Python implementation. . A number of optional providers can be enabled if the requisite dependencies are installed, which are listed as Suggests.