openbsd-ports/textproc/py-ElementTree/pkg/DESCR

5 lines
248 B
Plaintext
Raw Normal View History

The ElementTree 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.