This file is indexed.

/usr/share/pyshared/bjsonrpc-0.2.0.egg-info is in python-bjsonrpc 0.2.0-1build1.

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
Metadata-Version: 1.1
Name: bjsonrpc
Version: 0.2.0
Summary: Asynchronous Bidirectional JSON-RPC protocol implementation over TCP/IP
Home-page: http://deavid.github.com/bjsonrpc
Author: David Martinez Marti
Author-email: deavidsedice@gmail.com
License: UNKNOWN
Download-URL: http://github.com/deavid/bjsonrpc/tarball/master
Description: 
                *bjsonrpc* is a implementation of the well-known JSON-RPC protocol
                over TCP-IP with lots of features. It is aimed at speed and simplicity and
                it adds some other extensions to JSON-RPC that makes *bjsonrpc* a very
                powerful tool as a IPC mechanism over low bandwidth.
            
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering