CHANGES.txt
LICENSE.txt
MANIFEST.in
README.txt
setup.cfg
setup.py
MapProxy.egg-info/PKG-INFO
MapProxy.egg-info/SOURCES.txt
MapProxy.egg-info/dependency_links.txt
MapProxy.egg-info/entry_points.txt
MapProxy.egg-info/namespace_packages.txt
MapProxy.egg-info/not-zip-safe
MapProxy.egg-info/requires.txt
MapProxy.egg-info/top_level.txt
mapproxy/__init__.py
mapproxy/core/__init__.py
mapproxy/core/app.py
mapproxy/core/cache.py
mapproxy/core/client.py
mapproxy/core/conf_loader.py
mapproxy/core/config.py
mapproxy/core/defaults.py
mapproxy/core/exceptions.py
mapproxy/core/grid.py
mapproxy/core/image.py
mapproxy/core/layer.py
mapproxy/core/request.py
mapproxy/core/response.py
mapproxy/core/seed.py
mapproxy/core/server.py
mapproxy/core/srs.py
mapproxy/core/tilefilter.py
mapproxy/core/timeutils.py
mapproxy/core/utils.py
mapproxy/core/fonts/DejaVuSans.ttf
mapproxy/core/fonts/DejaVuSansMono.ttf
mapproxy/core/fonts/__init__.py
mapproxy/core/paster_templates/__init__.py
mapproxy/core/paster_templates/templates/etc/config.ini
mapproxy/core/paster_templates/templates/etc/develop.ini
mapproxy/core/paster_templates/templates/etc/log.ini
mapproxy/core/paster_templates/templates/etc/proxy.yaml
mapproxy/core/paster_templates/templates/etc/seed.yaml
mapproxy/core/paster_templates/templates/etc/services.yaml
mapproxy/core/paster_templates/templates/tmp/.empty
mapproxy/core/paster_templates/templates/var/.empty
mapproxy/core/scripts/__init__.py
mapproxy/core/scripts/seed.py
mapproxy/kml/__init__.py
mapproxy/kml/conf_loader.py
mapproxy/kml/templates/__init__.py
mapproxy/kml/templates/kml.xml
mapproxy/security/__init__.py
mapproxy/security/referrer.py
mapproxy/tests/.DS_Store
mapproxy/tests/__init__.py
mapproxy/tests/helper.py
mapproxy/tests/http.py
mapproxy/tests/image.py
mapproxy/tests/cite/cite.yaml
mapproxy/tests/cite/cite_conf.yaml
mapproxy/tests/cite/readme.txt
mapproxy/tests/schemas/kml/2.2.0/ReadMe.txt
mapproxy/tests/schemas/kml/2.2.0/atom-author-link.xsd
mapproxy/tests/schemas/kml/2.2.0/ogckml22.xsd
mapproxy/tests/schemas/kml/2.2.0/xAL.xsd
mapproxy/tests/schemas/wms/1.0.0/capabilities_1_0_0.dtd
mapproxy/tests/schemas/wms/1.0.0/capabilities_1_0_0.xml
mapproxy/tests/schemas/wms/1.0.7/capabilities_1_0_7.dtd
mapproxy/tests/schemas/wms/1.0.7/capabilities_1_0_7.xml
mapproxy/tests/schemas/wms/1.1.0/capabilities_1_1_0.dtd
mapproxy/tests/schemas/wms/1.1.0/capabilities_1_1_0.xml
mapproxy/tests/schemas/wms/1.1.0/exception_1_1_0.dtd
mapproxy/tests/schemas/wms/1.1.0/exception_1_1_0.xml
mapproxy/tests/schemas/wms/1.1.1/OGC-exception.xsd
mapproxy/tests/schemas/wms/1.1.1/WMS_DescribeLayerResponse.dtd
mapproxy/tests/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd
mapproxy/tests/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd
mapproxy/tests/schemas/wms/1.1.1/capabilities_1_1_1.dtd
mapproxy/tests/schemas/wms/1.1.1/capabilities_1_1_1.xml
mapproxy/tests/schemas/wms/1.1.1/exception_1_1_1.dtd
mapproxy/tests/schemas/wms/1.1.1/exception_1_1_1.xml
mapproxy/tests/schemas/wms/1.3.0/ReadMe.txt
mapproxy/tests/schemas/wms/1.3.0/capabilities_1_3_0.xml
mapproxy/tests/schemas/wms/1.3.0/capabilities_1_3_0.xsd
mapproxy/tests/schemas/wms/1.3.0/exceptions_1_3_0.xml
mapproxy/tests/schemas/wms/1.3.0/exceptions_1_3_0.xsd
mapproxy/tests/schemas/xlink/1.0.0/ReadMe.txt
mapproxy/tests/schemas/xlink/1.0.0/xlinks.xsd
mapproxy/tests/system/__init__.py
mapproxy/tests/system/test_kml.py
mapproxy/tests/system/test_tms.py
mapproxy/tests/system/test_wms.py
mapproxy/tests/system/fixture/layer.yaml
mapproxy/tests/system/fixture/cache_data/wms_cache_EPSG900913/01/000/000/000/000/000/001.jpeg
mapproxy/tests/unit/__init__.py
mapproxy/tests/unit/test_cache.py
mapproxy/tests/unit/test_client.py
mapproxy/tests/unit/test_conf_loader.py
mapproxy/tests/unit/test_config.py
mapproxy/tests/unit/test_exceptions.py
mapproxy/tests/unit/test_grid.py
mapproxy/tests/unit/test_image.py
mapproxy/tests/unit/test_layers.py
mapproxy/tests/unit/test_referrer.py
mapproxy/tests/unit/test_request.py
mapproxy/tests/unit/test_response.py
mapproxy/tests/unit/test_seed.py
mapproxy/tests/unit/test_server.py
mapproxy/tests/unit/test_timeutils.py
mapproxy/tests/unit/test_utils.py
mapproxy/tms/__init__.py
mapproxy/tms/cache.py
mapproxy/tms/conf_loader.py
mapproxy/tms/layer.py
mapproxy/tms/request.py
mapproxy/tms/templates/__init__.py
mapproxy/tms/templates/tms_capabilities.xml
mapproxy/tms/templates/tms_exception.xml
mapproxy/tms/templates/tms_tilemap_capabilities.xml
mapproxy/wms/__init__.py
mapproxy/wms/cache.py
mapproxy/wms/client.py
mapproxy/wms/conf_loader.py
mapproxy/wms/exceptions.py
mapproxy/wms/layer.py
mapproxy/wms/request.py
mapproxy/wms/server.py
mapproxy/wms/templates/__init__.py
mapproxy/wms/templates/wms100capabilities.xml
mapproxy/wms/templates/wms100exception.xml
mapproxy/wms/templates/wms111capabilities.xml
mapproxy/wms/templates/wms111exception.xml
mapproxy/wms/templates/wms130capabilities.xml
mapproxy/wms/templates/wms130exception.xml