The full listing of OpenDocument development tools is available at the ODF Development Tools main page.
Category: Python API for ODF
Project Website
Odfpy is a complete API for OpenDocument in Python. Unlike other APIs, Odfpy is abstraction layer just above the XML format. The focus is to facilitate creation of valid documents and prevent the accidental creation of invalid documents.
Odfpy automatically checks the validity of the document being produced. With Odfpy it is easy to make ODF documents that are fully compliant with the RelaxNG schema.
The package includes a manual and several examples of real-world programs that use the Odfpy API. The sample programs are also part of the Fellowship's ODF Tools project.