{ "info": { "author": "Simone Murzilli; Guido Barbaglia", "author_email": "geobrickspy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Geobricks Manager for Geoserver Clusters\n=====================\n\nThe main purpose of this project is to provide a configurable entry point to handle a cluster of Geoservers.\nIt uses as dependency [gscofing](https://github.com/boundlessgeo/gsconfig) as base REST engine to publish the data.\n\nExample to configure a cluster of Geoservers\n```python\nfrom geobricks_geoserver_manager.core.geoserver_manager_core import GeoserverManager\n\nconfig = {\n \"geoserver_master\": \"http://localhost:9090/geoserver/rest\",\n \"geoserver_slaves\": [],\n \"username\": \"admin\",\n \"password\": \"geoserver\"\n}\ngeoserver_manager = GeoserverManager(config)\n```\n\nExample of how to publish a coveragestore\n\n```python\n\ndata_coverage = {\n \"layerName\": \"raster_name\",\n \"path\": \"../test_data/MODIS/MOD13A2_3857.tif\",\n # optional workspace (otherwise it uses the default Geoserver master one)\n \"workspace\": \"test_workspace\",\n # optional style to be applied to the layer\n \"defaultStyle\": \"mask\"\n}\ngeoserver_manager.publish_coveragestore(data_coverage)\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/GeobricksGeoserverManager/", "keywords": "geobricks,geoserver,gis,gsconfig", "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "GeobricksGeoserverManager", "package_url": "https://pypi.org/project/GeobricksGeoserverManager/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/GeobricksGeoserverManager/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/GeobricksGeoserverManager/" }, "release_url": "https://pypi.org/project/GeobricksGeoserverManager/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Geobricks library to manage Geoserver clusters.", "version": "0.1.0" }, "last_serial": 1362115, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "72820ad4ca05b2aaa0786ef17dc7a279", "sha256": "ff5420c9d2f5ef5ab49c82aa33036851998ff77749aa44d8c273f971718b2347" }, "downloads": -1, "filename": "GeobricksGeoserverManager-0.1.0.tar.gz", "has_sig": false, "md5_digest": "72820ad4ca05b2aaa0786ef17dc7a279", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4708, "upload_time": "2014-12-27T16:48:54", "url": "https://files.pythonhosted.org/packages/af/6e/030550568a0a5d37a827849b4e664cb9535698b2f43f44d9a52b41a6abd4/GeobricksGeoserverManager-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "72820ad4ca05b2aaa0786ef17dc7a279", "sha256": "ff5420c9d2f5ef5ab49c82aa33036851998ff77749aa44d8c273f971718b2347" }, "downloads": -1, "filename": "GeobricksGeoserverManager-0.1.0.tar.gz", "has_sig": false, "md5_digest": "72820ad4ca05b2aaa0786ef17dc7a279", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4708, "upload_time": "2014-12-27T16:48:54", "url": "https://files.pythonhosted.org/packages/af/6e/030550568a0a5d37a827849b4e664cb9535698b2f43f44d9a52b41a6abd4/GeobricksGeoserverManager-0.1.0.tar.gz" } ] }