This file is indexed.

/usr/lib/python3/dist-packages/MapProxy-1.11.0.egg-info/PKG-INFO is in python3-mapproxy 1.11.0-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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
Metadata-Version: 1.1
Name: MapProxy
Version: 1.11.0
Summary: An accelerating proxy for tile and web map services
Home-page: https://mapproxy.org
Author: Oliver Tonnhofer
Author-email: olt@omniscale.de
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Description: MapProxy is an open source proxy for geospatial data. It caches, accelerates and transforms data from existing map services and serves any desktop or web GIS client.
        
        .. image:: https://mapproxy.org/mapproxy.png
        
        MapProxy is a tile cache, but also offers many new and innovative features like full support for WMS clients.
        
        MapProxy is actively developed and supported by `Omniscale <https://omniscale.com>`_, it is released under the Apache Software License 2.0, runs on Unix/Linux and Windows and is easy to install and to configure.
        
        Go to https://mapproxy.org/ for more information.
        
        The documentation is available at: https://mapproxy.org/docs/latest/
        
        Changes
        -------
        1.11.0 2017-11-xx
        ~~~~~~~~~~~~~~~~~
        
        Improvements:
        
        - Improve reprojection performance and accuracy.
        - ArcGIS compact cache: Support for version 2.
        - ArcGIS compact cache: Improve performance for version 1.
        - ArcGIS compact cache: Add ``mapproxy-util defrag`` to reduce bundle size
          after tiles were removed/updated.
        - ArcGIS REST source: Support opts.map and seed_only.
        - Use systems CA certs by default and fix ssl_no_cert_checks
          for Python >=2.7.9 and >=3.4
        - WMS: Improve Bounding Boxes in Capabilities.
        - Mapserver: Find mapserv binary in PATH environment.
        
        Fixes:
        
        - Seed: Always show last log line (100%).
        - Fix saving transparent PNGs for some versions of Pillow
          (workaround for Pillow bug #2633)
        - SQLite: Fix possible errors on first request after start.
        - Demo: Fix demo client with `use_grid_names`.
        - serve-develop: Fix header encoding for Python 3.
        - Seed: Fix --interactive for Python 3.
        - Support tagged layers for sources with colons in name.
        - Support # character in Basis Authentication password.
        - Fix import error with shapely>=1.6
        - Fix duplicate level caches when using WMTS KVP with MBtile/SQLite/CouchDB.
        
        Other:
        
        - Remove support for Python 2.6
        
        1.10.4 2017-08-17
        ~~~~~~~~~~~~~~~~~
        
        Fixes:
        
        - Fix Cross Site Scripting (XSS) issue in demo service (#322).
          A targeted attack could be used for information disclosure. For
          example: Session cookies of a third party application running on
          the same domain.
        
        
        1.10.3 2017-07-07
        ~~~~~~~~~~~~~~~~~
        
        Fixes:
        
        - Fix crash during clipping
        - Fix bilinear/bicubic resampling from cropped source
        - Fix loading empty coverages
        
        1.10.2 2017-06-21
        ~~~~~~~~~~~~~~~~~
        
        Fixes:
        
        - Fix coverage clipping for caches with a single source
        
        1.10.1 2017-06-06
        ~~~~~~~~~~~~~~~~~
        
        Fixes:
        
        - Fix mapproxy-util serve-develop for Python 3.6 on Windows
        - Fix OGR coverages on Windows with Python 3 and official OGR Python bindings
        - Fix --repeat option of mapproxy-util scales
        
        1.10.0 2017-05-18
        ~~~~~~~~~~~~~~~~~
        
        Improvements:
        
        - Support for S3 cache.
        - Support for the ArcGIS Compact Cache format version 1.
        - Support for GeoPackage files.
        - Support for Redis cache.
        - Support meta_tiles for tiles sources with bulk_meta_tiles option.
        - mbtiles/sqlite cache: Store multiple tiles in one transaction.
        - mbtiles/sqlite cache: Make timeout and WAL configurable.
        - ArcGIS REST source: Improve handling for ImageServer endpoints.
        - ArcGIS REST source: Support FeatureInfo requests.
        - ArcGIS REST source: Support min_res and max_res.
        - Support merging of RGB images with fixed transparency.
        - Coverages: Clip source requests at coverage boundaries.
        - Coverages: Build the difference, union or intersection of multiple coverages.
        - Coverages: Create coverages from webmercator tile coordinates like 05/182/123
          with expire tiles files.
        - Coverages: Add native support for GeoJSON (no OGR/GDAL required).
        - mapproxy-seed: Add --duration, -reseed-file and -reseed-interval options.
        
        Fixes:
        
        - Fix level selection for grids with small res_factor.
        - mapproxy-util scales: Fix for Python 3.
        - WMS: Fix FeatureInfo precision for transformed requests.
        - Auth-API: Fix FeatureInfo for layers with limitto.
        - Fixes subpixel transformation deviations with Pillow 3.4 or higher.
        - mapproxy-seed: Reduce log output, especially in --quiet mode.
        - mapproxy-seed: Improve tile counter for tile grids with custom resolutions.
        - mapproxy-seed: Improve saving of the seed progress for --continue.
        - Fix band-merging when not all sources return an image.
        
        Other:
        
        - Python 2.6 is no longer supported.
        
        
        1.9.1 2017-01-18
        ~~~~~~~~~~~~~~~~
        
        Fixes:
        
        - serve-develop: fixed reloader for Windows installations made
          with recent pip version (#279)
        
        1.9.0 2016-07-22
        ~~~~~~~~~~~~~~~~
        
        Improvements:
        
        - New band merge feature. Allows to create false-color or grayscale
          images on the fly.
        - Support for ArcGIS REST sources.
        - Support multiple tilesets for each WMTS layer with the new
          tile_sources option.
        - Allow to build WMS images from SQLite cache with more then 330 tiles.
        - New `arcgis` cache layout. Compatible to ArcGIS exploded caches.
        - New `mp` cache layout. Reduces number of nested directories.
        - Prevent unneeded quantizing/re-encoding of images.
        - Demo client: Support custom tile_size.
        
        Fixes:
        
        - Fix quantization error for some image modes
          (e.g. grayscale image with transparency)
        - Support custom Proj4/EPSG files in mapproxy-util grid.
        - Convert paletted images to RGB(A) to avoid NEAREST resampling.
        - Fix quantizing with FASTOCTREE for paletted images with alpha channel.
        - Keep configured layer order in WMTS capabilities.
        - Fix coverage loading with Python 3.
        
        Other:
        
        - Make the output of various utils more clear.
        - wms.md.title is no longer required, default to "MapProxy WMS".
        
        
        Older changes
        -------------
        See https://raw.github.com/mapproxy/mapproxy/master/CHANGES.txt
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Scientific/Engineering :: GIS