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.
 
 
 
 
 
 
B. Watson a78a1e782e python/python-elementtree: i486=>i586. 9 years ago
..
README python/*: Moved a lot of Python stuff here 15 years ago
python-elementtree.SlackBuild python/python-elementtree: i486=>i586. 9 years ago
python-elementtree.info Add REQUIRED field to .info files. 13 years ago
slack-desc python/python-elementtree: Fix slack-desc. 9 years ago

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.