This file is indexed.

/usr/lib/python2.7/dist-packages/nose2-0.5.0.egg-info/PKG-INFO is in python-nose2 0.5.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
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
65
66
67
68
69
70
71
72
73
74
75
Metadata-Version: 1.1
Name: nose2
Version: 0.5.0
Summary: nose2 is the next generation of nicer testing for Python
Home-page: https://github.com/nose-devs/nose2
Author: Jason Pellerin
Author-email: jpellerin+nose@gmail.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/nose-devs/nose2.png?branch=master
            :target: https://travis-ci.org/nose-devs/nose2
            :alt: Build Status
            
        .. image:: https://coveralls.io/repos/nose-devs/nose2/badge.png?branch=master
            :target: https://coveralls.io/r/nose-devs/nose2?branch=master
            :alt: Coverage Status
            
        .. image:: https://landscape.io/github/nose-devs/nose2/master/landscape.png
           :target: https://landscape.io/github/nose-devs/nose2/master
           :alt: Code Health
            
        .. image:: https://pypip.in/v/nose2/badge.png
            :target: https://crate.io/packages/nose2/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/nose2/badge.png
            :target: https://crate.io/packages/nose2/
            :alt: Number of PyPI downloads
            
        .. image:: https://www.versioneye.com/user/projects/52037a30632bac57a00257ea/badge.png
            :target: https://www.versioneye.com/user/projects/52037a30632bac57a00257ea/
            :alt: Dependencies Status    
        
        Welcome to nose2
        ================
        
        nose2 is the next generation of nicer testing for Python, based
        on the plugins branch of unittest2. nose2 aims to improve on nose by:
        
         * providing a better plugin api
         * being easier for users to configure
         * simplifying internal interfaces and processes
         * supporting Python 2 and 3 from the same codebase, without translation
         * encourging greater community involvement in its development
        
        In service of some those goals, some features of nose *will not* be
        supported in nose2. See `differences`_ for a thorough rundown.
        
        In time -- once unittest2 supports plugins -- nose2 should be able to
        become just a collection of plugins and configuration defaults. For
        now, it provides a plugin api similar to the one in the unittest2
        plugins branch, and overrides various unittest2 objects.
        
        You are witnesses at the new birth of nose, mark 2. Hope you enjoy our
        new direction!
        
        .. _differences: http://readthedocs.org/docs/nose2/en/latest/differences.html
        
Keywords: unittest,testing,tests
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
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: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing