File: control

package info (click to toggle)
bjsonrpc 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 168 kB
  • sloc: python: 817; makefile: 49
file content (29 lines) | stat: -rw-r--r-- 1,052 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
Source: bjsonrpc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Miriam Ruiz <little_miry@yahoo.es>,
 David Martínez Martí <deavidsedice@gmail.com>
Build-Depends:
 debhelper (>= 7),
 dh-buildinfo,
 python-all,
 python-setuptools,
 dh-python,
 quilt
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/bjsonrpc/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/bjsonrpc/trunk/
Homepage: https://bjsonrpc.wordpress.com/

Package: python-bjsonrpc
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-simplejson
Description: asynchronous bidirectional JSON-RPC protocol over TCP/IP
 bjsonrpc is a implementation of the well-known JSON-RPC protocol over TCP-IP
 with lots of features. It is aimed at speed and simplicity and it adds some
 other extensions to JSON-RPC that makes bjsonrpc a very powerful tool as a
 IPC mechanism over low bandwidth.