You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.5 KiB
38 lines
1.5 KiB
18 years ago
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
[COPY]
|
||
|
[COPY] Filename: package/.../celementtree/celementtree.desc
|
||
|
[COPY] Copyright (C) 2006 The OpenSDE Project
|
||
|
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
|
||
|
[COPY]
|
||
|
[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 as published by
|
||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
|
||
|
[COPY] GNU General Public License can be found in the file COPYING.
|
||
|
[COPY] --- SDE-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 <fredrik@pythonware.com>
|
||
|
[M] Alejandro Mery <amery@opensde.org>
|
||
|
|
||
|
[C] base/library
|
||
|
|
||
|
[L] BSD
|
||
|
[S] Stable
|
||
|
[V] 1.0.2-20050302
|
||
|
[P] X -----5---9 600.000
|
||
|
|
||
|
[D] 3100558703 cElementTree-1.0.2-20050302.tar.gz http://effbot.org/downloads/
|