This file is indexed.

/usr/lib/python2.7/dist-packages/osmium-2.11.3.egg-info/PKG-INFO is in python-pyosmium 2.11.3-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
Metadata-Version: 1.1
Name: osmium
Version: 2.11.3
Summary: Python bindings for libosmium, the data processing library for OSM data
Home-page: http://osmcode.org/pyosmium
Author: Sarah Hoffmann
Author-email: lonvia@denofr.de
License: BSD
Download-URL: https://github.com/osmcode/pyosmium
Description: ========
        pyosmium
        ========
        
        This library provides Python bindings for the `Libosmium`_ C++
        library, a library for working with OpenStreetMap data in a fast and flexible
        manner.
        
        .. _Libosmium: https://github.com/osmcode/libosmium
        
        Installation
        ============
        
        pyosmium can be installed with pip:
        
            pip install osmium
        
        The Pypi source package already comes bundled with a matching version of
        libosmium. The library uses `Boost.Python`_ to create the C++ bindings.
        On Debian/Ubuntu install `libboost-python-dev`. 
        On OS X run `brew install boost-python` or `brew install boost-python --with-python3`
        depending on which python version you want to use. You can also (re)install both.
        
        Python >= 2.7 is supported but a version >= 3.3 is strongly recommended.
        
        Other dependencies are expat, libz, and libbz2. See `Libosmium dependencies`_
        for required packages for various distributions.
        
        .. _Boost.Python: http://www.boost.org/doc/libs/1_56_0/libs/python/doc/index.html
        .. _Libosmium dependencies: https://github.com/osmcode/libosmium/wiki/Libosmium-dependencies
        
        Documentation
        =============
        
        The documentation for the latest release is available at
        `osmcode.org`_.
        
        .. _osmcode.org: http://docs.osmcode.org/pyosmium/latest
        
        Examples
        ========
        
        The package contains an `example` directory with small examples on how to use
        the library. They are mostly ports of the examples in Libosmium and
        osmium-contrib.
        
        Fineprint
        =========
        
        Pyosmium is available under the BSD 2-Clause License. See LICENSE.TXT.
        
        The source code can be found on `GitHub`_. There is also the issue tracker
        for reporting bugs.
        
        .. _GitHub: https://github.com/osmcode/pyosmium
        
Keywords: OSM,OpenStreetMap,Osmium
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
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 :: C++