File: control

package info (click to toggle)
openoffice-python 1%3A0.1%2B20110209-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 236 kB
  • sloc: python: 952; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: openoffice-python
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Daniel Baumann <daniel@debian.org>, Mathias Behrle <mathiasb@m9s.biz>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.3
Homepage: http://openoffice-python.origo.ethz.ch/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/openoffice-python.git
Vcs-Git: git://debian.tryton.org/git/packages/openoffice-python.git
X-Python-Version: >= 2.4

Package: python-openoffice
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
Recommends: python-uno
Description: Python libraries for interacting with OpenOffice.org/LibreOffice
 This is a Python module to interact with OpenOffice.org/LibreOffice.
 It aims 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 support both writing macros (called by OOo) and
 interacting with OOo from an external Python program (using the UNO bridge).