This file is indexed.

/usr/lib/python2.7/dist-packages/nose2-0.7.4.egg-info/PKG-INFO is in python-nose2 0.7.4-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
76
77
78
79
80
81
82
83
84
85
86
Metadata-Version: 1.1
Name: nose2
Version: 0.7.4
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-Content-Type: UNKNOWN
Description: Welcome to nose2
        ================
        
        **Note**: As of 0.7.0 we no longer support 2.6, 3.2, or 3.3. We also removed ``nose2.compat``.
        
        ``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
         * encouraging greater community involvement in its development
        
        In service of some those goals, some features of ``nose`` *are not*
        supported in ``nose2``. See `differences`_ for a thorough rundown.
        
        Workflow
        --------
        
        If you want to make contributions, you can use the ``Makefile`` to get started
        quickly and easily::
        
            # All you need is a supported version of python and virtualenv installed
            make test
        
        tox will run our full test suite
        against all supported version of python that you have installed locally.
        Don't worry if you don't have all supported versions installed.
        Your changes will get tested automatically when you make a PR.
        
        Use ``make help`` to see other options.
        
        Original Mission & Present Goals
        --------------------------------
        
        When ``nose2`` was first written, the plan for its future was to wait for
        ``unittest2`` plugins to be released (``nose2`` is actually based on the
        plugins branch of ``unittest2``).
        Once that was done, ``nose2`` was to become a set of plugins and default
        configuration for ``unittest2``.
        
        However, based on the current status of ``unittest2``, it is doubtful that this
        plan will ever be carried out.
        
        Current Goals
        ~~~~~~~~~~~~~
        
        Even though ``unittest2`` plugins never arrived, ``nose2`` is still being
        maintained!
        We have a small community interested in continuing to work on and use ``nose2``
        
        However, given the current climate, with much more interest accruing around
        `pytest`_, ``nose2`` is prioritizing bugfixes and maintenance ahead of new
        feature development.
        
        .. _differences: https://nose2.readthedocs.io/en/latest/differences.html
        
        .. _pytest: http://pytest.readthedocs.io/en/latest/
        
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.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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