This file is indexed.

/usr/share/pyshared/jpylyzer-1.10.1.egg-info is in python-jpylyzer 1.10.1-1.

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
Metadata-Version: 1.0
Name: jpylyzer
Version: 1.10.1
Summary: JP2 (JPEG 2000 Part 1) image validator and properties extractor
Home-page: https://github.com/openplanets/jpylyzer
Author: Johan van der Knijff
Author-email: johan.vanderknijff@kb.nl
License: LGPL
Description: Jpylyzer is a JP2 (JPEG 2000 Part 1) image validator and properties 
        extractor. Jpylyzer was specifically created to check that a JP2 file really
        conforms to the format's specifications. Additionally jpylyzer is able to
        extract a JP2's technical characteristics.
        
        Requires Python 2.7 or later
        
        usage: jpylyzer.py [-h] [--verbose] [--wrapper] [--version] ... 
        
        ~Positional arguments~ 
        
        ... : input JP2 image(s), may be one or more (whitespace-separated) path 
        expressions; prefix wildcard (*) with backslash (\) in Linux.. 
        
        ~Optional arguments~ 
        
        -h, --help : show this help message and exit; 
        
        -v, --version : show program's version number and exit; 
        
        --verbose : report test results in verbose format; 
        
        --wrapper, -w : wrap the output for individual image(s) in 'results' XML 
        element. Output 
        
        Output is directed to the standard output device (stdout).
        
        Development partially supported by the SCAPE Project. 
        The SCAPE project is co-funded by the European Union under FP7 
        ICT-2009.4.1 (Grant Agreement number 270137).
        
Platform: POSIX
Platform: Windows