This file is indexed.

/usr/share/pyshared/protobuf.socketrpc-1.3.2.egg-info/PKG-INFO is in python-protobuf.socketrpc 1.3.2-2build1.

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
Metadata-Version: 1.1
Name: protobuf.socketrpc
Version: 1.3.2
Summary: a Python implementation of protobuf RPC over sockets
Home-page: http://code.google.com/p/protobuf-socket-rpc/
Author: Shardul Deo
Author-email: shardul.deo@gmail.com
License: UNKNOWN
Description: Google's protocol buffer library makes writing rpc services
        easy, but it does not contain a rpc implementation. The transport details are
        left up to the user to implement.
        
        This is a simple tcp/ip socket based rpc implementation in java and python for
        people who want a simple implementation of their protobuf rpc services.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules