This file is indexed.

/usr/lib/python3/dist-packages/lib389-1.4.0.1.egg-info/PKG-INFO is in python3-lib389 1.3.7.10-1ubuntu1.

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: lib389
Version: 1.4.0.1
Summary: A library for accessing and configuring the 389 Directory Server
Home-page: http://port389.org/wiki/Upstream_test_framework
Author: Red Hat Inc.
Author-email: 389-devel@lists.fedoraproject.org
License: GPLv3+
Description: Lib389
        ======
        
        This repository contains tools and libraries for testing 389 Directory Server.
        
        It can be used in place, or it can be built and installed with the provided
        Makefile.
        
        To compile the python code:
        
            make build
        
        To install the python code:
        
            sudo make install
        
        To build an rpm or srpm
        
            make [s]rpm
        
        To test the lib389 system (Requires an installation of 389-ds-base)
        
            sudo make test
        
        
        
        
Keywords: 389 directory server test configure
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing