This file is indexed.

/usr/lib/python2.7/dist-packages/netifaces-0.8.egg-info/PKG-INFO is in python-netifaces 0.8-3build1.

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
Metadata-Version: 1.1
Name: netifaces
Version: 0.8
Summary: Portable network interface information.
Home-page: http://alastairs-place.net/netifaces
Author: Alastair Houghton
Author-email: alastair@alastairs-place.net
License: MIT License
Description: (Python 3.x compatibility added by Kevin Kelley <kelleyk@kelleyk.net>.
        The functionality of the module should remain unchanged.)
        
        netifaces provides a (hopefully portable-ish) way for Python programmers to
        get access to a list of the network interfaces on the local machine, and to
        obtain the addresses of those network interfaces.
        
        The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
        and Solaris.
        
        It should work on other UNIX-like systems provided they implement
        either getifaddrs() or support the SIOCGIFxxx socket options, although the
        data provided by the socket options is normally less complete.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2