1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/elementtree/elementtree.desc
3 [COPY] Copyright (C) 2004 - 2021 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 simple but flexible container object
14 [T] The Element type is a simple but flexible container object, designed to
15 [T] store hierarchical data structures, such as simplified XML infosets, in
16 [T] memory. The element type can be described as a cross between a Python
17 [T] list and a Python dictionary.
19 [T] The Element type is available as a pure-Python implementation for Python
22 [U] http://effbot.org/zone/element-index.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 [O] hook_add postmake 5 'cp -aR docs $docdir'
36 [D] 94876e76612562ffcef488cc1d808ca245c18f34a1c904ab4c45eb4f elementtree-1.2.6-20050316.tar.gz http://effbot.org/downloads/