Source: python-jsonrpc Maintainer: Debian Python Modules Team Uploaders: Ghislain Antony Vaillant Section: python Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, dpkg-dev (>= 1.17.14), python3-all, python3-django , python3-flask , python3-mock , python3-nose , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme , sphinx-common Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-jsonrpc Vcs-Git: https://salsa.debian.org/python-team/modules/python-jsonrpc.git Homepage: https://github.com/pavlov99/json-rpc Package: python3-jsonrpc Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-jsonrpc-doc Description: Python implementation of JSON-RPC 1.0 and 2.0 (Python 3) JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over http, or in many various message passing environments. It uses JSON (RFC 4627) as data format. . This package provides the modules for Python 3. Package: python-jsonrpc-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Built-Using: ${sphinxdoc:Built-Using} Description: documentation for json-rpc JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over http, or in many various message passing environments. It uses JSON (RFC 4627) as data format. . This package provides the documentation. Build-Profiles: