This file is indexed.

/usr/lib/python2.7/dist-packages/statistics-3.4.0b3.egg-info/PKG-INFO is in python-statistics 3.4.0b3-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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Metadata-Version: 1.1
Name: statistics
Version: 3.4.0b3
Summary: A Python 2.* port of 3.4 Statistics Module
Home-page: https://github.com/digitalemagine/py-statistics
Author: Stefano Crosta
Author-email: stefano@digitalemagine.com
License: PSF License
Description-Content-Type: UNKNOWN
Description: ==============================================
        statistics - Mathematical statistics functions
        ==============================================
        
        A port of Python 3.4 statistics module to Python 2.*, initially done through the `3to2 tool <https://pypi.python.org/pypi/3to2>`_.
        
        
        This module provides functions for calculating mathematical statistics of numeric (Real-valued) data.
        
        
        Bugs
        ====
        
        Please use the github tracker (see github link later)
        
        Version
        =======
        
        Currently corresponds to Python 3.4.0 beta 3 - commit `720bb69ea9b39adc6c39d2fd9da5072a5c1e8d03
        <https://github.com/python/cpython/commit/720bb69ea9b39adc6c39d2fd9da5072a5c1e8d03>`_
        
        
        Sources
        =======
        
        Relevant links:
        
        * This package: https://github.com/digitalemagine/py-statistics
        * Official Python documentation: https://docs.python.org/3/library/statistics.html
        * Original PEP 450: http://www.python.org/dev/peps/pep-0450/
        * Original source code: https://github.com/python/cpython/blob/master/Lib/statistics.py (`alt <https://hg.python.org/cpython/file/3.4/Lib/statistics.py>`_)
        * Original source documentation: https://github.com/python/cpython/blob/master/Doc/library/statistics.rst
        
        License
        =======
        
        This is a backport, and adopts the same PSF License as the original code
        
        TODO
        ====
        
        Make a version for Python 3.0 -> 3.2 (http://pythonhosted.org//setuptools/python3.html)
        
Keywords: statistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7