File: control

package info (click to toggle)
json-py 3.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 124 kB
  • ctags: 169
  • sloc: python: 837; makefile: 15
file content (24 lines) | stat: -rw-r--r-- 944 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
Source: json-py
Section: python
Priority: optional
Maintainer: Gustavo Noronha Silva <kov@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python-setuptools (>= 0.6a9-1)
Build-Depends-Indep: python-dev, python-support (>= 0.2.3)
Standards-Version: 3.7.2
XS-Python-Version: all

Package: python-json
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}
Provides: ${python:Provides}
Conflicts: python-json-py
Replaces: python-json-py
Description: a JSON (http://json.org) reader and writer in Python
 json-py is an implementation of a JSON (http://json.org) reader and
 writer for Python. Also available in the package are minjson, a
 minimalistic json reader and writer, and jsontest, a small test
 suite to verify the correctness of the implementation.
 .
  Homepage: http://sourceforge.net/projects/json-py/