slackbuilds/python/python-elementtree
B. Watson 821314c5ed
python/python-elementtree: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README python/*: Moved a lot of Python stuff here 2011-03-20 12:33:01 -05:00
python-elementtree.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
python-elementtree.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc python/python-elementtree: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML
infosets, in memory. The element type can be described as a cross
between a Python list and a Python dictionary.

The ElementTree wrapper type adds code to load XML files as trees of
Element objects, and save them back again.