This file is indexed.

/usr/lib/python2.7/dist-packages/pyip-0.7.egg-info is in python-pyip 0.7-2.

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
Metadata-Version: 1.1
Name: pyip
Version: 0.7
Summary: pyip: assemble/disassemble raw ip packet
Home-page: https://sourceforge.net/projects/pyip
Author: Kenneth Jiang
Author-email: kenneth.jiang@gmail.com
License: Standard Python License
Description: pyip is a Python package offering assembling/disassembling of raw ip packet,
        including ip, udp, and icmp. Also it includes 2 utilities based on raw ip, 
        traceroute and ping.
        
        The primary motivation for this project is to fill the blank in Python,
        i.e., handling raw ip packet. Meanwhile, the utility 'traceroute' is intended 
        to be port of Unix 'traceroute' to Windows platform, as Windows' tracert has 
        only very limited command line options compared with Unix 'traceroute'.
        
Platform: any
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX