celementtree: A C implementation of the ElementTree API1

The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory. On modern hardware, that means that documents in the 50-100 megabyte range can be manipulated in memory, and that documents in the 0-1 megabyte range load in zero time (0.0 seconds). This allows you to drastically simplify many kinds of XML applications.

... part of T2, get it here

URL: http://effbot.org/zone/celementtree.htm

Author: Fredrik Lundh <fredrik [at] pythonware [dot] com>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>

License: BSD
Status: Stable
Version: 1.0.2-20050302

Download: http://effbot.org/downloads/ cElementTree-1.0.2-20050302.tar.gz

T2 source: celementtree.cache
T2 source: celementtree.desc

Build time (on reference hardware): 5% (relative to binutils)2

Installed size (on reference hardware): 0.18 MB, 7 files

Dependencies (build time detected): 00-dirtree binutils coreutils diffutils findutils grep linux-header python sed sysfiles tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).