Source: python-cjson
Section: python
Priority: optional
Maintainer: Dan Pascu <dan@ag-projects.com>
Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.4.4-1), python-central (>= 0.5.6)
XS-Python-Version: all
Standards-Version: 3.7.2

Package: python-cjson
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Very fast JSON encoder/decoder for Python
 This module provides a very fast implementation of a JSON encoder/decoder
 for the python language.
 .
 The module is written in C and it is up to 250 times faster when compared to
 the other python JSON implementations which are written directly in python.
 .
 Encoder and decoder functions are extensible to convert objects not in the
 official JSON specification, such as Date objects.
 .
 This module is an enhanced version of the original python-cjson 1.0.3.
 Please send your comments regarding to this version to:
 Viktor Ferenczi <python@cx.hu>
 .
 New features not in the original 1.0.3 release:
 .
 Encoder and decoder functions are extensible to allow conversion of objects
 not in the official JSON specification, such as Date objects.
 .
 Unicode and character encoding related enhancements. Automatic conversion
 of dictionary keys to strings (JSON requires string keys in objects).
