This file is indexed.

/usr/lib/python3/dist-packages/babelfish-0.5.4.egg-info/PKG-INFO is in python3-babelfish 0.5.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
 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
Metadata-Version: 1.1
Name: babelfish
Version: 0.5.4
Summary: A module to work with countries and languages
Home-page: https://github.com/Diaoul/babelfish
Author: Antoine Bertin
Author-email: diaoulael@gmail.com
License: BSD
Description: BabelFish
        =========
        
        BabelFish is a Python library to work with countries and languages.
        
        .. image:: https://travis-ci.org/Diaoul/babelfish.png?branch=master
            :target: https://travis-ci.org/Diaoul/babelfish
        
        .. image:: https://coveralls.io/repos/Diaoul/babelfish/badge.png
            :target: https://coveralls.io/r/Diaoul/babelfish
        
        License
        -------
        
        BabelFish is licensed under the `3-clause BSD license <http://opensource.org/licenses/BSD-3-Clause>`_.
        Copyright (c) 2013, the BabelFish authors and contributors.
        
        
        Changelog
        =========
        
        0.5.4
        -----
        **release date:** 2015-01-24
        
        * Fix setuptools deprecation warning
        
        0.5.3
        -----
        **release date:** 2014-06-22
        
        * Better equality semantics for Language, Country, Script
        
        0.5.2
        -----
        **release date:** 2014-05-25
        
        * Babelfish objects (Language, Country, Script) are now picklable
        * Added support for Python 3.4
        
        
        0.5.1
        -----
        **release date:** 2014-01-26
        
        * Add a register method to ConverterManager to register without loading
        
        
        0.5.0
        -----
        **release date:** 2014-01-25
        
        **WARNING:** Backward incompatible changes
        
        * Simplify converter management with ConverterManager class
        * Make babelfish usable in place
        * Add Python 2.6 / 3.2 compatibility
        
        
        0.4.0
        -----
        **release date:** 2013-11-21
        
        **WARNING:** Backward incompatible changes
        
        * Add converter support for Country
        * Language/country reverse name detection is now case-insensitive
        * Add alpha3t, scope and type converters
        * Use lazy loading of converters
        
        
        0.3.0
        -----
        **release date:** 2013-11-09
        
        * Add support for scripts
        * Improve built-in converters
        * Add support for ietf
        
        
        0.2.1
        -----
        **release date:** 2013-11-03
        
        * Fix reading of data files
        
        
        0.2.0
        -----
        **release date:** 2013-10-31
        
        * Add str method
        * More explicit exceptions
        * Change repr format to use ascii only
        
        
        0.1.5
        -----
        **release date:** 2013-10-21
        
        * Add a fromcode method on Language class
        * Add a codes attribute on converters
        
        
        0.1.4
        -----
        **release date:** 2013-10-20
        
        * Fix converters not raising NoConversionError
        
        
        0.1.3
        -----
        **release date:** 2013-09-29
        
        * Fix source distribution
        
        
        0.1.2
        -----
        **release date:** 2013-09-29
        
        * Add missing files to source distribution
        
        
        0.1.1
        -----
        **release date:** 2013-09-28
        
        * Fix python3 support
        
        
        0.1
        ---
        **release date:** 2013-09-28
        
        * Initial version
        
Keywords: babelfish language country locale
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries :: Python Modules