OOoPy は、!OpenOffice.org のドキュメントを変更するための Python ライブラリです。!ElementTree XML ライブラリを使用して OOo XML 形式に変換のセットを提供します。含まれている変換は、差し込み印刷アプリケーションと書式をそのまま使用してドキュメントの連結です。フレームワークは、新しい変換を簡単に作成をサポートします。
Compression was fixed: when writing new XML files, these would be stored instead of compressed in the OOo Zip file, resulting in unnecessarily large documents. A copyright notice was added to the command-line utilities. Mailmerge for OOo 3.X lists was fixed.
This release adds the ooo_fieldreplace, ooo_cat, and ooo_mailmerge command line utilities. It fixes ooo_as_text to allow specification of an output file. Note that handling of non-seekable input/output (pipes) for command line utilities will only work starting with Python 2.5. There are minor bugfixes when concatenating documents.