Metadata-Version: 2.4
Name: openoffice-python
Version: 0.1.post20110209
Summary: Enhanced Python interfaces to OpenOffice.org
Home-page: http://openoffice-python.origo.ethz.ch/
Download-URL: http://openoffice-python.origo.ethz.ch/download
Author: Hartmut Goebel
Author-email: h.goebel@goebel-consult.de
License: GPLv3
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: python(>=2.3)
License-File: LICENSE-gpl-3.0.txt
License-File: COPYING
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires
Dynamic: summary

=========================
openoffice-python
=========================
------------------------------------------------------------
Python libraries for interacting with OpenOffice.org
------------------------------------------------------------

Homepage: http://openoffice-python.origo.ethz.ch/

Aim of this project is to support

    * users writing complex macros for OpenOffice in Python

    * developers interacting with OpenOffice from outside (eg. use
      OpenOffice to print a file)

The library is designed to supports both writing macros (called by
OOo) and interacting with OOo from an external Python programm (using
the UNO bridge).

The "UNO bridge" side is meant to implement a more Pythonic and
high-level interface than Danny Bewers OOoLib. While the "Macro" side
is meant to support writing macros. Well, there will be a big
intersection between these parts :-)

For more information, eg. related projects, please visit
<http://openoffice-python.origo.ethz.ch/>.
