File: control

package info (click to toggle)
jsonrpclib-pelix 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 260 kB
  • sloc: python: 1,301; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,197 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
Source: jsonrpclib-pelix
Section: python
Priority: optional
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
Standards-Version: 4.1.2
Homepage: https://github.com/tcalmant/jsonrpclib/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/jsonrpclib-pelix.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/jsonrpclib-pelix.git

Package: python3-jsonrpclib-pelix
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Implementation of the JSON-RPC v2.0 specification (Python 3)
 This library is an implementation of the JSON-RPC specification.
 It supports both the original 1.0 specification, as well as the
 new (proposed) 2.0 specification, which includes batch submission, keyword
 arguments, etc.
 .
 This is a patched version of the original ``jsonrpclib`` project.
 .
 The suffix *-pelix* only indicates that this version works with Pelix Remote
 Services, but it is **not** a Pelix specific implementation.