Metadata-Version: 1.0
Name: mapfish
Version: 1.2.2
Summary: The MapFish web-mapping framework.
Home-page: http://www.mapfish.org
Author: Camptocamp
Author-email: UNKNOWN
License: LGPLv3
Description: 
        MapFish
        =======
        
        MapFish is a Pylons-based web framework with GIS orientations.
        
        MapFish provides:
        
        * a geometry type which is to be used when mapping PostGIS tables
        with SQLAlchemy
        
        * a paster command to generate model and controller mode
        corresponding to layers (PostGIS tables) defined in a
        configuration file
        
        * an implementation of a RESTful protocols for creating, reading,
        updating, and deleting geographic objects (features)
        
        MapFish relies on the geojson and shapely packages, see
        http://gispython.org.
        
        MapFish projects are Pylons projects, the project developer
        therefore fully benefits from the power of Pylons and its
        companion components (SQLAlchemy, Mako, etc.).
        
        Current status
        --------------
        
        MapFish 1.2.2 described in this page is the current stable version.
        
        Download and Installation
        -------------------------
        
        MapFish can be installed with `Easy Install
        <http://peak.telecommunity.com/DevCenter/EasyInstall>`_ by typing::
        
        > easy_install mapfish
        
Keywords: pylons wsgi framework sqlalchemy geojson shapely GIS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
