1 =========================
3 =========================
4 ------------------------------------------------------------
5 Python libraries for interacting with OpenOffice.org
6 ------------------------------------------------------------
8 Homepage: http://openoffice-python.origo.ethz.ch/
10 Aim of this project is to support
12 * users writing complex macros for OpenOffice in Python
14 * developers interacting with OpenOffice from outside (eg. use
15 OpenOffice to print a file)
17 The library is designed to supports both writing macros (called by
18 OOo) and interacting with OOo from an external Python programm (using
21 The "UNO bridge" side is meant to implement a more Pythonic and
22 high-level interface than Danny Bewers OOoLib. While the "Macro" side
23 is meant to support writing macros. Well, there will be a big
24 intersection between these parts :-)
26 For more information, eg. related projects, please visit
27 <http://openoffice-python.origo.ethz.ch/>.