* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / textproc / elementtree / elementtree.desc
blobc30a067788ba90bcc2c8067e160432f21b0b052f
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/elementtree/elementtree.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
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.
18 [T]
19 [T] The Element type is available as a pure-Python implementation for Python
20 [T] 1.5.2 and later.
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>
27 [C] base/library
29 [L] BSD
30 [S] Stable
31 [V] 1.2.6-20050316
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/