Metadata-Version: 1.1
Name: msjson
Version: 0.2.2
Summary: Converting UMN Mapserver mapscript objects from and to json
Home-page: https://bitbucket.org/frankbroniewski/msjson
Author: Frank Broniewski, Metrico s.à r.l
Author-email: frank.broniewski@gmail.com
License: GNU Lesser General Public License
Description: MsJSON Mapfile serialiser
        =========================
        
        A package for converting UMN Mapserver mapscript objects to and
        from JSON.
        
        `mapscript <http://mapserver.org/mapscript/>`_
        
        `JSON <http://www.json.org/>`_
        
        
        The MsJSON package is released under the terms of the GNU LPGL Version 3
        (see ``COPYRIGHT``).
        
        
        Installation
        ------------
        
        The MsJSON package requires a working mapscript Python library. For  
        processing with json.load(s) or json.dump(s) the Python JSON module is
        necessary but not required.
        
        JSON is battery included since Python 2.6, for Python 2.5 the SimpleJSON
        module can be used. It is available in the Python package index.
        
        You can do::
            
            easy_install msjson
        
        or you can download a source distribution archive from
        `Bitbucket <https://bitbucket.org/frankbroniewski/msjson/src>`_
        and then::
        
            python setup.py install
        
        
        The documentation is available under http://www.gis-hosting.lu/static/msjson/
        
        Development
        -----------
        
        Development is managed through bitbucket. The bitbucket archive is located
        under https://bitbucket.org/frankbroniewski/msjson/src.
        
        You are welcome to clone the project :-)::
        
            $ hg clone https://bitbucket.org/frankbroniewski/msjson
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Utilities
Requires: mapscript
