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