{ "info": { "author": "Cezary Statkiewicz", "author_email": "cezary.statkiewicz@geo-solutions.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Plugins", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Scientific/Engineering :: GIS" ], "description": "GeoNode OWS endpoints\n---------------------\n\nThis is simple application that will list used OWS (WMS, WFS and other) endpoints used by GeoNode instance. If integrated with directions from this file, endpoints should be available at `/api/ows_endpoints/` path.\n\nRequirements\n============\n\n*GeoNode<2.7 instance*. GeoNode 2.7 and newer have this application in core. This package is a backport of that application for older installations.\n\nInstallation\n============\n\n1. install package with PIP:\n\n```\npip install geonode-ows-endpoints\n```\n\n2. customize urls\n\n\n If you have customized urls, add following code to your urls file:\n\n```\n\nurlpatterns += [url('^', include('geonode_ows_endpoints.urls'))]\n\n```\n If you don't have customized urls, you can use urlpatterns provided by this application in `geonode_ows_endpoints.custom_urls`. Then, you should also add following line to your settings file:\n\n```\nROOT_URLCONF = 'geonode_ows_endpoints.custom_urls'\n```\n\n\n3. update your settings\n\nInclude this in your settings.py file (or settings module pointed by `DJANGO_SETTINGS_MODULE`):\n\n```\nINSTALLED_APPS += ('geonode_ows_endpoints',)\n\n```\n\nUsage\n=====\n\nThis application exposes URL which lists endpoints to OWS used by layers. It is used by GeoHealthCheck to automatically populate monitored resources from URL to home page of GeoNode instance.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/geosolutions-it/geonode-ows-endpoints", "keywords": "geonode,monitoring,geohealthcheck,integration api,gis", "license": "", "maintainer": "", "maintainer_email": "", "name": "geonode-ows-endpoints", "package_url": "https://pypi.org/project/geonode-ows-endpoints/", "platform": "", "project_url": "https://pypi.org/project/geonode-ows-endpoints/", "project_urls": { "Homepage": "https://github.com/geosolutions-it/geonode-ows-endpoints" }, "release_url": "https://pypi.org/project/geonode-ows-endpoints/0.2/", "requires_dist": [ "GeoNode (<2.7)" ], "requires_python": "", "summary": "GeoNode OWS listing. Exposes url which lists all OWS endpoints used by layers.", "version": "0.2" }, "last_serial": 3171141, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f6e7e94ac25d59025a10f5b63d01dc45", "sha256": "3475f46f0fd79f7849cd2f481b953b78872a764d88fa8acafbe89e918c1f90b9" }, "downloads": -1, "filename": "geonode_ows_endpoints-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f6e7e94ac25d59025a10f5b63d01dc45", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7072, "upload_time": "2017-09-11T11:30:07", "url": "https://files.pythonhosted.org/packages/0c/87/e0855b9aa233c807582a462dab407207001ad17f659badea3856cd873ea6/geonode_ows_endpoints-0.1-py2-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "727f370a46b5b27917ecbb649e1677db", "sha256": "38db38ed8ff75f183675a38402bf29e804464c86232220bf081f288b5dc78c1f" }, "downloads": -1, "filename": "geonode_ows_endpoints-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "727f370a46b5b27917ecbb649e1677db", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7192, "upload_time": "2017-09-13T15:49:37", "url": "https://files.pythonhosted.org/packages/22/f0/c7f5ce054288805ce38e92547348dff9337c29786ca5a37ebd1198039f56/geonode_ows_endpoints-0.2-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "727f370a46b5b27917ecbb649e1677db", "sha256": "38db38ed8ff75f183675a38402bf29e804464c86232220bf081f288b5dc78c1f" }, "downloads": -1, "filename": "geonode_ows_endpoints-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "727f370a46b5b27917ecbb649e1677db", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7192, "upload_time": "2017-09-13T15:49:37", "url": "https://files.pythonhosted.org/packages/22/f0/c7f5ce054288805ce38e92547348dff9337c29786ca5a37ebd1198039f56/geonode_ows_endpoints-0.2-py2-none-any.whl" } ] }