This file is indexed.

/usr/lib/python3/dist-packages/txfixtures-0.2.6.egg-info/PKG-INFO is in python3-txfixtures 0.2.6-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
Metadata-Version: 1.1
Name: txfixtures
Version: 0.2.6
Summary: Treat Twisted applications as Python test fixtures
Home-page: https://launchpad.net/txfixtures
Author: Martin Pool
Author-email: mbp@canonical.com
License: GPLv3
Description: Twisted integration with Python Testfixtures
        ============================================
        
        txfixtures hooks into the testtools 'test fixture' interface, so that you can
        write tests that rely on having an external Twisted daemon.
        
        Documentation: http://txfixtures.readthedocs.io/
        
        See:
        
        - https://launchpad.net/txfixtures
        - https://launchpad.net/testtools
        
        Licence: GPLv3
        
        
Platform: POSIX
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing