This file is indexed.

/usr/share/pyshared/gearman-2.0.2.egg-info/PKG-INFO is in python-gearman 2.0.2-2.

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
Metadata-Version: 1.0
Name: gearman
Version: 2.0.2
Summary: Gearman API - Client, worker, and admin client interfaces
Home-page: http://github.com/Yelp/python-gearman/
Author: Matthew Tai
Author-email: mtai@yelp.com
License: Apache
Description: ==============
        python-gearman
        ==============
        
        Description
        ===========
        Python Gearman API - Client, worker, and admin client interfaces
        
        For information on Gearman and a C-based Gearman server, see http://www.gearman.org/
        
        Installation
        ============
        * easy_install gearman
        * pip install gearman
        
        Links
        =====
        * 2.x source <http://github.com/Yelp/python-gearman/>
        * 2.x documentation <http://packages.python.org/gearman/>
        
        * 1.x source <http://github.com/samuel/python-gearman/>
        * 1.x documentation <http://github.com/samuel/python-gearman/tree/master/docs/>
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules