Source: python-jsonrpc-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, pylint , python3-all, python3-coverage , python3-mock , python3-pycodestyle , python3-pyflakes , python3-pytest , python3-pytest-cov , python3-setuptools, python3-ujson Standards-Version: 4.5.1 Homepage: https://github.com/palantir/python-jsonrpc-server Vcs-Git: https://salsa.debian.org/python-team/packages/python-jsonrpc-server.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-jsonrpc-server Rules-Requires-Root: no Package: python3-pyls-jsonrpc Architecture: all Depends: python3-ujson, ${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.