pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/py-simplejson



Module Name:    pkgsrc
Committed By:   mjl
Date:           Wed Sep 10 13:53:29 UTC 2008

Update of /cvsroot/pkgsrc/converters/py-simplejson
In directory ivanova.netbsd.org:/tmp/cvs-serv3874

Log Message:
Import py-simplejson 1.9.2

simplejson is a simple, fast, extensible JSON encoder/decoder for Python

simplejson is compatible with Python 2.3 and later with no external 
dependencies. It covers the full JSON specification for both encoding and 
decoding, with unicode support. By default, encoding is done in an encoding 
neutral fashion (plain ASCII with \uXXXX escapes for unicode characters).

The encoder may be subclassed to provide serialization in any kind of 
situation, without any special support by the objects to be serialized 
(somewhat like pickle).

The decoder can handle incoming JSON strings of any specified encoding 
(UTF-8 by default).

Status:

Vendor Tag:     pkgsrc-base
Release Tags:   TNF
                
N pkgsrc/converters/py-simplejson/Makefile
N pkgsrc/converters/py-simplejson/PLIST
N pkgsrc/converters/py-simplejson/distinfo
N pkgsrc/converters/py-simplejson/DESCR

No conflicts created by this import



Home | Main Index | Thread Index | Old Index