| 12
 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
 58
 59
 60
 
 | Source: python-lsp-server
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pablo Mestre Drake <pmdcuba@gmail.com>,
           Julian Gilbey <jdg@debian.org>,
           Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               flake8 <!nocheck>,
               pybuild-plugin-pyproject,
               pylint <!nocheck>,
               python3-all,
               python3-autopep8 <!nocheck>,
               python3-docstring-to-markdown,
               python3-flaky <!nocheck>,
               python3-jedi,
               python3-matplotlib <!nocheck>,
               python3-numpy <!nocheck>,
               python3-pandas <!nocheck>,
               python3-pluggy (>= 1.0.0),
               python3-pydocstyle (>= 6.3.0) <!nocheck>,
               python3-pylsp-jsonrpc,
               python3-pyqt5 <!nocheck>,
               python3-pytest <!nocheck>,
               python3-rope <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-ujson,
               python3-whatthepatch (>= 1.0.2) <!nocheck>,
               python3-yapf <!nocheck>
Standards-Version: 4.7.0
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.3.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.
 |