This file is indexed.

/usr/share/pyshared/weboob-0.g.egg-info/PKG-INFO is in python-weboob-core 0.g-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
42
43
44
45
46
47
Metadata-Version: 1.1
Name: weboob
Version: 0.g
Summary: Weboob, Web Outside Of Browsers
Home-page: http://weboob.org/
Author: Romain Bignon
Author-email: romain@weboob.org
License: GNU AGPL 3
Description: Weboob is a project which provides a core library, modules and applications.
        
        Overview
        --------
        
        The core library defines capabilities: features common to various websites.
        For example, http://www.youtube.com/ and http://www.dailymotion.com/ both
        provide videos; Weboob defines the "ICapVideo" capability for them.
        
        Each module interfaces with a website and implements one or many of these
        capabilities. Modules can be configured (becoming a "backend"), which means
        that the end-user can provide personal information to access the underlying
        website, like a login and password.
        
        Applications allow the end-user to work with many modules in parallel,
        in a multi-threaded way. For example, one could search a video on
        many websites at once. Applications are toolkit-agnostic. They can use GTK+,
        Qt or be text-only. The latter can be used either in an interactive way
        or in pipes.
        
        The core library provides base classes which help developers write
        modules and applications.
        
        Weboob is written in Python and is distributed under the AGPLv3+ license.
        
        
        For more information, please go to the official website at http://weboob.org/
        
        Installation is described on the website or in the INSTALL file.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Internet :: WWW/HTTP