Source: python-lsp-jsonrpc Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Otto Kekäläinen , Pablo Mestre Drake , Julian Gilbey , Jochen Sprickerhof Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pylint , python3-all, python3-coverage , python3-pycodestyle , python3-pyflakes , python3-pytest , python3-pytest-cov , python3-setuptools, python3-ujson Standards-Version: 4.6.1 Homepage: https://github.com/python-lsp/python-lsp-jsonrpc Vcs-Git: https://salsa.debian.org/python-team/packages/python-lsp-jsonrpc.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lsp-jsonrpc Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Package: python3-pylsp-jsonrpc Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python server implementation of the JSON RPC 2.0 protocol JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. This library has been pulled out of the Python Language Server project.