This file is indexed.

/usr/lib/python3/dist-packages/rpaths-0.13.egg-info/PKG-INFO is in python3-rpaths 0.13-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
Metadata-Version: 1.1
Name: rpaths
Version: 0.13
Summary: Path manipulation library
Home-page: http://github.com/remram44/rpaths
Author: Remi Rampin
Author-email: remirampin@gmail.com
License: BSD
Description: rpaths is another path manipulation library. It is heavily inspired by Unipath
        and pathlib.
        
        It aims at total Python 2/3 and Windows/POSIX compatibility. To my knowledge,
        no other library can handle all the possible paths on every platform.
        
Keywords: path,file,filename,pattern,fnmatch
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Filesystems