1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: python-language-server
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Otto Kekäläinen <otto@debian.org>,
Pablo Mestre Drake <pmdcuba@gmail.com>,
Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
flake8 <!nocheck>,
pylint <!nocheck>,
python3-all,
python3-autopep8 <!nocheck>,
python3-coverage <!nocheck>,
python3-flaky <!nocheck>,
python3-jedi,
python3-matplotlib <!nocheck>,
python3-mock <!nocheck>,
python3-numpy <!nocheck>,
python3-pandas <!nocheck>,
python3-pluggy,
python3-pydocstyle <!nocheck>,
python3-pyls-jsonrpc,
python3-pyqt5 <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-rope <!nocheck>,
python3-setuptools,
python3-ujson,
python3-yapf <!nocheck>
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.
|