This file is indexed.

/usr/lib/python2.7/dist-packages/zope.browserpage-4.1.0a1.egg-info/PKG-INFO is in python-zope.browserpage 4.1.0a1-0ubuntu1.

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
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
Metadata-Version: 1.1
Name: zope.browserpage
Version: 4.1.0a1
Summary: ZCML directives for configuring browser views for Zope.
Home-page: http://pypi.python.org/pypi/zope.browserpage/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ========
        Overview
        ========
        
        *This package is at present not reusable without depending on a large
        chunk of the Zope Toolkit and its assumptions. It is maintained by the*
        `Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.
        
        This package provides ZCML directives for configuring browser views.
        More specifically it defines the following ZCML directives:
        
         * browser:page
         * browser:pages
         * browser:view
        
        These directives also support menu item registration for pages, when
        ``zope.browsermenu`` package is installed. Otherwise, they simply ignore
        the menu attribute.
        
        
        =======
        CHANGES
        =======
        
        4.1.0a1 (2013-02-22)
        ====================
        
        - Added support for Python 3.3.
        
        
        4.0.0 (2012-07-04)
        ===================
        
        - When registering views, no longer pass the deprecated 'layer' agrument
          to ``zope.component.registerAdapter``.  Instead, pass ``(for_, layer)``
          as expected (forward-compatibility with ``zope.component`` 4.0.0).
        
        - Replaced deprecated ``zope.interface.implements`` usage with equivalent
          ``zope.interface.implementer`` decorator.
        
        - Dropped support for Python 2.4 and 2.5.
        
        
        3.12.2 (2010-05-24)
        ===================
        
        - Fixed unit tests broken under Python 2.4 by the switch to the standard
          library ``doctest`` module.
        
        
        3.12.1 (2010-04-30)
        ===================
        
        - Prefer the standard library's ``doctest`` module to the one from
          ``zope.testing``.
        
        
        3.12.0 (2010-04-26)
        ===================
        
        - Move the implementation of ``tales:expressiontype`` here from
          ``zope.app.pagetemplate``.
        
        
        3.11.0 (2009-12-22)
        ===================
        
        - Move the named template implementation here from ``zope.app.pagetemplate``.
        
        
        3.10.1 (2009-12-22)
        ===================
        
        - Depend on the ``untrustedpython`` extra of ``zope.security``, since we
          import from ``zope.pagetemplate.engine``.
        
        
        3.10.0 (2009-12-22)
        ===================
        
        - Remove the dependency on ``zope.app.pagetemplate`` by moving
          ``viewpagetemplatefile``, ``simpleviewclass`` and
          ``metaconfigure.registerType`` into this package.
        
        
        3.9.0 (2009-08-27)
        ==================
        
        - Initial release. This package was split off from ``zope.app.publisher``.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3