File: control

package info (click to toggle)
python-jsonrpc 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: python: 3,177; makefile: 154
file content (52 lines) | stat: -rw-r--r-- 2,165 bytes parent folder | download
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
Source: python-jsonrpc
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               dpkg-dev (>= 1.17.14),
               python3-all,
               python3-django <!nocheck>,
               python3-flask <!nocheck>,
               python3-mock <!nocheck>,
               python3-nose <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               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 <!nodoc>
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: <!nodoc>