Source: python-demjson
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 11)
	, dh-exec
	, dh-python
	, python-all (>= 2.6.6-3)
	, python3-all
	, python-setuptools
	, python3-setuptools
Standards-Version: 4.1.2
Homepage: http://deron.meranda.us/python/demjson/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-demjson.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-demjson.git

Package: python-demjson
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: encoder, decoder, and lint/validator for JSON in Python (python2)
 demjson is a comprehensive Python language binding to the JSON
 language-independent data encoding standard, which is often used as a
 simpler substitute for XML in AJAX-based web applications.
 .
 This package contains the python2 library and the jsonlint-py script.

Package: python3-demjson
Architecture: all
Depends: python3, ${python3:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: encoder, decoder, and lint/validator for JSON in Python (python3)
 demjson is a comprehensive Python language binding to the JSON
 language-independent data encoding standard, which is often used as a
 simpler substitute for XML in AJAX-based web applications.
 .
 This package contains the python3 library and the jsonlint-py3 script.
