This file is indexed.

/usr/lib/python2.7/dist-packages/mutagen-1.36.egg-info is in python-mutagen 1.36-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
Metadata-Version: 1.1
Name: mutagen
Version: 1.36
Summary: read and write audio tags for many formats
Home-page: https://github.com/quodlibet/mutagen
Author: Michael Urman
Author-email: quod-libet-development@groups.google.com
License: GNU GPL v2
Description: Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC,
        MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora,
        Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All
        versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed.
        It can read Xing headers to accurately calculate the bitrate and length of
        MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also
        manipulate Ogg streams on an individual packet/page level.
        
        Mutagen works with Python 2.7, 3.3+ (CPython and PyPy) on Linux, Windows and
        macOS, and has no dependencies outside the Python standard library.
        
        For more information visit https://mutagen.readthedocs.org
        
        .. image:: https://travis-ci.org/quodlibet/mutagen.svg?branch=master
            :target: https://travis-ci.org/quodlibet/mutagen
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Topic :: Multimedia :: Sound/Audio