File: control

package info (click to toggle)
python-jsonrpc2 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 184 kB
  • sloc: python: 275; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 857 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
Source: python-jsonrpc2
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-setuptools,
	python-all (>= 2.6.6-3),
	python-pkg-resources,
	python-nose,
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/jsonrpc2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-jsonrpc2/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-jsonrpc2/trunk/

Package: python-jsonrpc2
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python WSGI Framework for JSON RPC 2.0
 jsonrpc2 is WSGI Framework for JSON RPC 2.0. JSON RPC 2.0 Spec can be seen
 on http://groups.google.com/group/json-rpc/web/json-rpc-2-0 .