This file is indexed.

/usr/lib/python3/dist-packages/rednose-0.4.1.egg-info/PKG-INFO is in python3-rednose 0.4.1-2.

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
56
57
58
59
60
61
62
63
64
Metadata-Version: 1.1
Name: rednose
Version: 0.4.1
Summary: coloured output for nosetests
Home-page: http://gfxmonk.net/dist/0install/rednose.xml
Author: UNKNOWN
Author-email: UNKNOWN
License: BSD
Description: 
        **Note**: This package has been built automatically by
        `zero2pypi <http://gfxmonk.net/dist/0install/zero2pypi.xml>`_.
        If possible, you should use the zero-install feed instead:
        http://gfxmonk.net/dist/0install/rednose.xml
        
        ----------------
        
        =========
        rednose
        =========
        
        rednose is a `nosetests`_
        plugin for adding colour (and readability) to nosetest console results.
        
        Installation:
        -------------
        ::
        
        	easy_install rednose
        	
        or from the source::
        
        	./setup.py develop
        
        Usage:
        ------
        ::
        
        	nosetests --rednose
        
        or::
        
        	export NOSE_REDNOSE=1
        	nosetests
        
        Rednose by default uses auto-colouring, which will only use
        colour if you're running it on a terminal (i.e not piping it
        to a file). To control colouring, use one of::
        
        	nosetests --rednose --force-color
        	nosetests --no-color
        
        (you can also control this by setting the environment variable NOSE_REDNOSE_COLOR to 'force' or 'no')
        
        .. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/
        
Keywords: test nosetests nose nosetest output colour console
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing