This file is indexed.

/usr/share/pyshared/openoffice_python-0.1_20110209.egg-info/PKG-INFO is in python-openoffice 1:0.1+20110209-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Metadata-Version: 1.1
Name: openoffice-python
Version: 0.1-20110209
Summary: Enhanced Python interfaces to OpenOffice.org
Home-page: http://openoffice-python.origo.ethz.ch/
Author: Hartmut Goebel
Author-email: h.goebel@goebel-consult.de
License: GPLv3
Download-URL: http://openoffice-python.origo.ethz.ch/download
Description: =========================
        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/>.
        
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)