This file is indexed.

/usr/share/pyshared/Twisted_Names-11.1.0.egg-info is in python-twisted-names 11.1.0-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
Metadata-Version: 1.1
Name: Twisted Names
Version: 11.1.0
Summary: A Twisted DNS implementation.
Home-page: http://twistedmatrix.com/trac/wiki/TwistedNames
Author: Jp Calderone
Author-email: twisted-python@twistedmatrix.com
License: MIT
Description: Twisted Names is both a domain name server as well as a client
        resolver library. Twisted Names comes with an "out of the box"
        nameserver which can read most BIND-syntax zone files as well as a
        simple Python-based configuration format. Twisted Names can act as an
        authoritative server, perform zone transfers from a master to act as a
        secondary, act as a caching nameserver, or any combination of
        these. Twisted Names' client resolver library provides functions to
        query for all commonly used record types as well as a replacement for
        the blocking gethostbyname() function provided by the Python stdlib
        socket module.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Software Development :: Libraries :: Python Modules