This file is indexed.

/usr/lib/python2.7/dist-packages/autobahn-0.10.3.egg-info/PKG-INFO is in python-autobahn 0.10.3+dfsg1-5.

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Metadata-Version: 1.1
Name: autobahn
Version: 0.10.3
Summary: WebSocket client & server library, WAMP real-time framework
Home-page: http://autobahn.ws/python
Author: Tavendo GmbH
Author-email: autobahnws@googlegroups.com
License: MIT License
Description: 
        .. |ab| replace:: **Autobahn**\|Python
        
        |ab| is a networking library that is part of the `Autobahn <http://autobahn.ws>`__
        project and provides implementations of
        
        * `The WebSocket Protocol <http://tools.ietf.org/html/rfc6455>`__
        * `The Web Application Messaging Protocol (WAMP) <http://wamp.ws>`__
        
        for `Twisted <http://www.twistedmatrix.com/>`__ and
        `asyncio <https://docs.python.org/3/library/asyncio.html>`__,
        on Python 2 & 3 and for writing servers and clients.
        
        WebSocket allows bidirectional real-time messaging on the Web and WAMP
        adds asynchronous *Remote Procedure Calls* and *Publish & Subscribe* on
        top of WebSocket.
        
        More information:
        
        * `Project Site <http://autobahn.ws/python>`__
        * `Source Code <https://github.com/tavendo/AutobahnPython>`__
        
Keywords: autobahn autobahn.ws websocket realtime rfc6455 wamp rpc pubsub twisted asyncio
Platform: Any
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering