/usr/lib/python2.7/dist-packages/geopandas-0.1.1.egg-info is in python-geopandas 0.1.1-3.
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  | Metadata-Version: 1.0
Name: geopandas
Version: 0.1.1
Summary: Geographic pandas extensions
Home-page: http://geopandas.org
Author: Kelsey Jordahl
Author-email: kjordahl@enthought.com
License: BSD
Description: GeoPandas is a project to add support for geographic data to
        `pandas`_ objects.
        
        The goal of GeoPandas is to make working with geospatial data in
        python easier. It combines the capabilities of `pandas`_ and `shapely`_,
        providing geospatial operations in pandas and a high-level interface
        to multiple geometries to shapely. GeoPandas enables you to easily do
        operations in python that would otherwise require a spatial database
        such as PostGIS.
        
        .. _pandas: http://pandas.pydata.org
        .. _shapely: http://toblerity.github.io/shapely
        
Platform: UNKNOWN
 |