This file is indexed.

/usr/lib/python3/dist-packages/fswrap-1.0.1.egg-info/PKG-INFO is in python3-fswrap 1.0.1-0.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
36
37
Metadata-Version: 1.1
Name: fswrap
Version: 1.0.1
Summary: An opinionated wrapper on file system and path functions
Home-page: http://github.com/hyde/fswrap
Author: fswrap contributors
Author-email: navilan@folds.in
License: MIT
Description: Version 1.0.1
        
        Unified object oriented interface for interacting with file system
        objects. File system operations in python are distributed across
        modules: os, os.path, fnmatch, shutil and distutils. This module
        attempts to make the right choices for common operations to provide a
        single interface.
        
        This was extracted from the `hyde project`_ with minor changes.
        
        
        .. _hyde project: http://github.com/hyde/hyde
        
        Contributors
        -------------
        
        *   Laurent Bachelier (laurentb)
            - Fix packaging issues. (#2)
        
        *   Jon Banafato (jonafato)
            - Python 2 and 3 compatibility (#3)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development