This file is indexed.

/usr/lib/python2.7/dist-packages/billiard-3.5.0.3.egg-info/PKG-INFO is in python-billiard 3.5.0.3-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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Metadata-Version: 1.1
Name: billiard
Version: 3.5.0.3
Summary: Python multiprocessing fork with improvements and bugfixes
Home-page: http://github.com/celery/billiard
Author: Ask Solem
Author-email: ask@celeryproject.org
License: BSD
Description: ========
        billiard
        ========
        :version: 3.5.0.2
        
        |build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|
        
        .. |build-status-lin| image:: https://secure.travis-ci.org/celery/billiard.png?branch=master
            :alt: Build status on Linux
            :target: https://travis-ci.org/celery/billiard
        
        .. |build-status-win| image:: https://ci.appveyor.com/api/projects/status/github/celery/billiard?png=true&branch=master
            :alt: Build status on Windows
            :target: https://ci.appveyor.com/project/ask/billiard
        
        .. |license| image:: https://img.shields.io/pypi/l/billiard.svg
            :alt: BSD License
            :target: https://opensource.org/licenses/BSD-3-Clause
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/billiard.svg
            :alt: Billiard can be installed via wheel
            :target: http://pypi.python.org/pypi/billiard
        
        .. |pyversion| image:: https://img.shields.io/pypi/pyversions/billiard.svg
            :alt: Supported Python versions.
            :target: http://pypi.python.org/pypi/billiard
        
        .. |pyimp| image:: https://img.shields.io/pypi/implementation/billiard.svg
            :alt: Support Python implementations.
            :target: http://pypi.python.org/pypi/billiard
        
        About
        -----
        
        `billiard` is a fork of the Python 2.7 `multiprocessing <http://docs.python.org/library/multiprocessing.html>`_
        package. The multiprocessing package itself is a renamed and updated version of
        R Oudkerk's `pyprocessing <http://pypi.python.org/pypi/processing/>`_ package.
        This standalone variant draws its fixes/improvements from python-trunk and provides
        additional bug fixes and improvements.
        
        - This package would not be possible if not for the contributions of not only
          the current maintainers but all of the contributors to the original pyprocessing
          package listed `here <http://pyprocessing.berlios.de/doc/THANKS.html>`_
        
        - Also it is a fork of the multiprocessing backport package by Christian Heims.
        
        - It includes the no-execv patch contributed by R. Oudkerk.
        
        - And the Pool improvements previously located in `Celery`_.
        
        - Billiard is used in and is a dependency for `Celery`_ and is maintained by the
          Celery team.
        
        .. _`Celery`: http://celeryproject.org
        
        Bug reporting
        -------------
        
        Please report bugs related to multiprocessing at the
        `Python bug tracker <http://bugs.python.org/>`_. Issues related to billiard
        should be reported at http://github.com/celery/billiard/issues.
        
Keywords: multiprocessing pool process
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing