This file is indexed.

/usr/lib/python2.7/dist-packages/pyproj-1.8.9.egg-info is in python-pyproj 1.8.9-1.1+b2.

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
Metadata-Version: 1.1
Name: pyproj
Version: 1.8.9
Summary: Python interface to PROJ.4 library
Home-page: http://code.google.com/p/pyproj
Author: Jeff Whitaker
Author-email: jeffrey.s.whitaker@noaa.gov
License: ['OSI Approved']
Download-URL: http://python.org/pypi/pyproj
Description: 
        Performs cartographic transformations between geographic (lat/lon)
        and map projection (x/y) coordinates. Can also transform directly
        from one map projection coordinate system to another.
        Coordinates can be given as numpy arrays, python arrays, lists or scalars.
        Optimized for numpy arrays.
Keywords: python,map projections,GIS,mapping,maps
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent