This file is indexed.

/usr/lib/python2.7/dist-packages/Pyro4-4.63.egg-info/PKG-INFO is in python2-pyro4 4.63-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
38
39
40
41
Metadata-Version: 1.1
Name: Pyro4
Version: 4.63
Summary: distributed object middleware for Python (RPC)
Home-page: http://pyro4.readthedocs.io
Author: Irmen de Jong
Author-email: irmen@razorvine.net
License: MIT
Description-Content-Type: UNKNOWN
Description: Pyro means PYthon Remote Objects.
        It is a library that enables you to build applications in which
        objects can talk to eachother over the network, with minimal programming effort.
        You can just use normal Python method calls, with almost every possible parameter
        and return value type, and Pyro takes care of locating the right object on the right
        computer to execute the method. It is designed to be very easy to use, and to
        generally stay out of your way. But it also provides a set of powerful features that
        enables you to build distributed applications rapidly and effortlessly.
        Pyro is a pure Python library and runs on many different platforms and Python versions.
        
        The source code repository is on Github: https://github.com/irmen/Pyro4
        
        The documentation can be found here: http://pyro4.readthedocs.io
        
Keywords: distributed objects,RPC,remote method call,IPC
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Dutch
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Requires: serpent