This file is indexed.

/usr/share/pyshared/doublex-1.7.1.egg-info/PKG-INFO is in python-doublex 1.7.2-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
Metadata-Version: 1.1
Name: doublex
Version: 1.7.1
Summary: Test doubles for Python
Home-page: https://bitbucket.org/DavidVilla/python-doublex
Author: David Villa Alises
Author-email: David.Villa@gmail.com
License: GPLv3
Description: doublex
        =======
        
        * `documentation        <https://bitbucket.org/DavidVilla/python-doublex/wiki>`_
        * `release notes        <https://bitbucket.org/DavidVilla/python-doublex/wiki/Home#rst-header-release-notes>`_
        * `slides               <http://arco.esi.uclm.es/~david.villa/python-doublex/slides>`_
        * `sources              <https://bitbucket.org/DavidVilla/python-doublex>`_
        * `PyPI project         <http://pypi.python.org/pypi/doublex>`_
        * `pydoubles.org        <http://www.pydoubles.org/doublex-documentation/>`_
        * `buildbot job         <https://fowler.esi.uclm.es:8010/builders/doublex>`_
        * `other Python doubles libraries <http://garybernhardt.github.io/python-mock-comparison/>`_
        
        
        debian
        ------
        
        * package: http://packages.debian.org/source/sid/doublex
        * debian dir: ``svn://svn.debian.org/svn/python-modules/packages/doublex/trunk``
        * amateur debian package at: ``deb http://babel.esi.uclm.es/arco/ sid main``
        * official ubuntu package: https://launchpad.net/ubuntu/+source/doublex
        
Keywords: unit test,double,stub,spy,mock
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing