This file is indexed.

/usr/lib/python3/dist-packages/xattr-0.9.1.egg-info/PKG-INFO is in python3-xattr 0.9.1-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
Metadata-Version: 1.1
Name: xattr
Version: 0.9.1
Summary: Python wrapper for extended filesystem attributes
Home-page: http://github.com/xattr/xattr
Author: Bob Ippolito
Author-email: bob@redivi.com
License: MIT License
Description: 
        Extended attributes extend the basic attributes of files and directories
        in the file system.  They are stored as name:data pairs associated with
        file system objects (files, directories, symlinks, etc).
        
        Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4)
        and Linux 2.6+. Experimental support is included for Solaris and FreeBSD.
        
Platform: MacOS X
Platform: Linux
Platform: FreeBSD
Platform: Solaris
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules