This file is indexed.

/usr/lib/python2.7/dist-packages/stuf-0.9.16.egg-info/PKG-INFO is in python-stuf 0.9.16-0ubuntu1.

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
Metadata-Version: 1.1
Name: stuf
Version: 0.9.16
Summary: Normal, default, ordered, chained, restricted, counter, and frozen dictionaries with attribute-style access.
Home-page: https://bitbucket.org/lcrees/stuf
Author: L. C. Rees
Author-email: lcrees@gmail.com
License: BSD
Description: A collection of Python dictionary types that support attribute-style access.
        Includes *defaultdict*,  *OrderedDict*, restricted, *ChainMap*, *Counter*, and
        frozen implementations plus miscellaneous utilities for writing Python software.
Keywords: dict attribute collection mapping dot notation access bunch
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities