Source: python-language-server Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Otto Kekäläinen , Pablo Mestre Drake , Julian Gilbey Build-Depends: debhelper-compat (= 13), dh-sequence-python3, flake8 , pylint , python3-all, python3-autopep8 , python3-coverage , python3-flaky , python3-jedi, python3-matplotlib , python3-mock , python3-numpy , python3-pandas , python3-pluggy, python3-pydocstyle , python3-pyls-jsonrpc, python3-pyqt5 , python3-pytest , python3-pytest-cov , python3-pytest-xvfb , python3-rope , python3-setuptools, python3-ujson, python3-yapf Standards-Version: 4.5.1 Homepage: https://github.com/palantir/python-language-server Vcs-Git: https://salsa.debian.org/python-team/packages/python-language-server.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-language-server Rules-Requires-Root: no Package: python3-pyls Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: flake8, pylint, python3-autopep8, python3-mccabe, python3-pycodestyle, python3-pydocstyle, python3-pyflakes, python3-rope, python3-yapf 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.