cElementTree provides 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 hybrid between a Python list and a Python dictionary. cElementTree is a C implementation of the ElementTree API and is supposed to be a drop-in replacement.