PACKAGE NAME: python2-elementtree-1.3-x86_64-1salix15.0.txz PACKAGE LOCATION: ./salix/python PACKAGE SIZE (compressed): 36 K PACKAGE SIZE (uncompressed): 144 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python2-elementtree: python2-elementtree (Python library wrapper for XML) python2-elementtree: python2-elementtree: The Element type is a simple but flexible container object, designed python2-elementtree: to store hierarchical data structures, such as simplified XML python2-elementtree: infosets, in memory. The element type can be described as a cross python2-elementtree: between a Python list and a Python dictionary. python2-elementtree: python2-elementtree: The ElementTree wrapper type adds code to load XML files as trees of python2-elementtree: Element objects, and save them back again. python2-elementtree: python2-elementtree: Homepage: http://effbot.org/zone/element-index.htm