:width: 210
:alt: SourceForge.net Logo
:target: http://sourceforge.net
OOoPy: Modify OpenOffice.org documents in Python
================================================
OpenOffice.org (OOo) documents are ZIP archives containing several XML
files. Therefore it is easy to inspect, create, or modify OOo
documents. OOoPy is a library in Python for these tasks with OOo
documents. To not reinvent the wheel, OOoPy uses an existing XML
library, ElementTree_ by Fredrik Lundh. OOoPy is a thin wrapper around
ElementTree_ using Python's ZipFile to read and write OOo documents.
.. _ElementTree: http://effbot.org/zone/element-index.htm
In addition to being a wrapper for ElementTree_, OOoPy contains ...