Fixed: missing import of `glob`
[openoffice-python:openoffice-python.git] / README
1 =========================
2 openoffice-python
3 =========================
4 ------------------------------------------------------------
5 Python libraries for interacting with OpenOffice.org
6 ------------------------------------------------------------
7
8 Homepage: http://openoffice-python.origo.ethz.ch/
9
10 Aim of this project is to support
11
12     * users writing complex macros for OpenOffice in Python
13
14     * developers interacting with OpenOffice from outside (eg. use
15       OpenOffice to print a file)
16
17 The library is designed to supports both writing macros (called by
18 OOo) and interacting with OOo from an external Python programm (using
19 the UNO bridge).
20
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 :-)
25
26 For more information, eg. related projects, please visit
27 <http://openoffice-python.origo.ethz.ch/>.