This file is indexed.

/usr/lib/python2.7/dist-packages/flufl.i18n-1.1.3.egg-info/PKG-INFO is in python-flufl.i18n 1.1.3-4.

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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Metadata-Version: 1.1
Name: flufl.i18n
Version: 1.1.3
Summary: A high level API for Python internationalization.
Home-page: https://launchpad.net/flufl.i18n
Author: Barry Warsaw
Author-email: barry@python.org
License: LGPLv3
Download-URL: https://launchpad.net/flufl.i18n/+download
Description:    ==========
           flufl.i18n
           ==========
           
           A high level API for Python internationalization.
           
           The ``flufl.i18n`` library provides a convenient API for managing translation
           contexts in Python applications.  It provides facilities not only for
           single-context applications like command line scripts, but also more
           sophisticated management of multiple-context applications such as Internet
           servers.
           
           
           License
           =======
           
           This file is part of flufl.i18n.
           
           flufl.i18n is free software: you can redistribute it and/or modify it
           under the terms of the GNU Lesser General Public License as published by
           the Free Software Foundation, version 3 of the License.
           
           flufl.i18n is distributed in the hope that it will be useful, but
           WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
           or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
           License for more details.
           
           You should have received a copy of the GNU Lesser General Public License
           along with flufl.i18n.  If not, see <http://www.gnu.org/licenses/>.
        
           =====================
           NEWS for flufl.i18n
           =====================
           
           1.1.3 (2014-04-25)
           ==================
            * Include MANIFEST.in in the sdist tarball, otherwise the Debian package
              won't built correctly.
           
           1.1.2 (2014-03-31)
           ==================
            * Fix documentation bug.  LP: #1026403
            * Use modern setuptools rather than distutils.
            * Bump copyright years.
           
           
           1.1.1 (2012-04-19)
           ==================
            * Add classifiers to setup.py and make the long description more compatible
              with the Cheeseshop.
            * Other changes to make the Cheeseshop page look nicer.  (LP: #680136)
            * setup_helper.py version 2.1.
           
           
           1.1 (2012-01-19)
           ================
            * Support Python 3 without the need for 2to3.
           
           
           1.0.4 (2010-12-06)
           ==================
            * Restore missing line from MANIFEST.in to fix distribution tarball.
           
           
           1.0.3 (2010-12-01)
           ==================
            * Fix setup.py to not install myfixers artifact directory on install.
            * Remove pylint.rc; we'll use pyflakes instead.
           
           
           1.0.2 (2010-06-23)
           ==================
            * Small documentation fix.
           
           
           1.0.1 (2010-06-09)
           ==================
            * Ditch the use of zc.buildout.
            * Improved documentation.
           
           
           1.0 (2010-04-24)
           ================
            * Use Distribute instead of Setuptools.
            * Port to Python 3 when used with 2to3.
            * More documentation improvements.
           
           
           0.6 (2010-04-21)
           ================
            * Documentation and lint clean up.
           
           
           0.5 (2010-04-20)
           ================
            * Added a simplified initialization API for one-language-context
              applications. This works much better for non-server applications.
            * Added a SimpleStrategy which recognizes the $LOCPATH environment variable.
            * Show how PEP 292 strings are supported automatically.
            * When strategies are called with zero arguments, they supply the default
              translation context, which is usually a NullTranslation.  This is better
              than hardcoding the NullTranslation in the Application.
           
           
           0.4 (2010-03-04)
           ================
            * Add the ability to get the current language code, via _.code
           
           
           0.3 (2009-11-15)
           ================
            * Initial release; refactored from Mailman 3.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization