OpenSDE Packages Database (without history before r20070)
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.

37 lines
1.5 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../celementtree/celementtree.desc
  5. [COPY] Copyright (C) 2006 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY]
  8. [COPY] More information can be found in the files COPYING and README.
  9. [COPY]
  10. [COPY] This program is free software; you can redistribute it and/or modify
  11. [COPY] it under the terms of the GNU General Public License as published by
  12. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  13. [COPY] GNU General Public License can be found in the file COPYING.
  14. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  15. [I] a C implementation of the ElementTree API
  16. [T] The cElementTree module is a C implementation of the ElementTree API.
  17. [T] On typical documents, it's 15-20 times faster than the Python version
  18. [T] of ElementTree, and uses 2-5 times less memory. On modern hardware,
  19. [T] that means that documents in the 50-100 megabyte range can be
  20. [T] manipulated in memory, and that documents in the 0-1 megabyte
  21. [T] range load in zero time (0.0 seconds). This allows you to
  22. [T] drastically simplify many kinds of XML applications.
  23. [U] http://effbot.org/zone/celementtree.htm
  24. [A] Fredrik Lundh <fredrik@pythonware.com>
  25. [M] Alejandro Mery <amery@opensde.org>
  26. [C] base/library
  27. [L] BSD
  28. [S] Stable
  29. [V] 1.0.2-20050302
  30. [P] X -----5---9 600.000
  31. [D] 3100558703 cElementTree-1.0.2-20050302.tar.gz http://effbot.org/downloads/