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
|
Source: python-anyjson
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: David Watson <dwatson@debian.org>,
Michael Fladischer <FladischerMichael@fladi.at>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all (>= 3.1.2-12~),
python3-setuptools
Standards-Version: 3.9.3
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
Homepage: http://bitbucket.org/runeh/anyjson/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-anyjson/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-anyjson/trunk/
Package: python-anyjson
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python (>= 2.6) | python-simplejson
Description: Common interface for the best available JSON implementation
Loads whichever is the fastest JSON module installed and provides a uniform
API regardless of which JSON implementation is used. The exceptions will also
be the same whichever JSON module is used.
The ranking of the JSON implementations is based on a benchmark.
Package: python3-anyjson
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Common interface for the best available JSON implementation (Python3 version)
Loads whichever is the fastest JSON module installed and provides a uniform
API regardless of which JSON implementation is used. The exceptions will also
be the same whichever JSON module is used.
The ranking of the JSON implementations is based on a benchmark.
.
This package contains the Python 3 version of the library.
|