[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/celementtree/celementtree.desc [COPY] Copyright (C) 2004 - 2024 The T2 SDE Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] A C implementation of the ElementTree API [T] The cElementTree module is a C implementation of the ElementTree API. [T] On typical documents, it's 15-20 times faster than the Python version [T] of ElementTree, and uses 2-5 times less memory. On modern hardware, [T] that means that documents in the 50-100 megabyte range can be [T] manipulated in memory, and that documents in the 0-1 megabyte [T] range load in zero time (0.0 seconds). This allows you to [T] drastically simplify many kinds of XML applications. [U] http://effbot.org/zone/celementtree.htm [A] Fredrik Lundh [M] The T2 Project [C] base/library [L] BSD [S] Stable [V] 1.0.2-20050302 [P] X -----5---9 600.000 [D] 08bab602d3ebc32a876965638e7f83cc4768bba4cd2c0600bca37a59 cElementTree-1.0.2-20050302.tar.gz http://effbot.org/downloads/