msjson 0.2.2
Converting UMN Mapserver mapscript objects from and to json
A package for converting UMN Mapserver mapscript objects to and from JSON.
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 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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| msjson-0.2.2.tar.gz (md5) | Source | 2011-09-20 | 411KB | 217 | |
| msjson-0.2.2.zip (md5) | Source | 2011-09-20 | 423KB | 204 | |
- Author: Frank Broniewski, Metrico s.Ã r.l
- Home Page: https://bitbucket.org/frankbroniewski/msjson
- License: GNU Lesser General Public License
- Requires mapscript
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Environment :: Web Environment
- Intended Audience :: Developers
- Intended Audience :: Other Audience
- Operating System :: OS Independent
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Scientific/Engineering :: GIS
- Topic :: Utilities
- Package Index Owner: frankbroniewski
- DOAP record: msjson-0.2.2.xml
