{ "info": { "author": "Tom Kralidis", "author_email": "tomkralidis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering :: GIS" ], "description": "[![Build Status](https://travis-ci.org/geopython/geolinks.png)](https://travis-ci.org/geopython/geolinks)\n\ngeolinks\n========\n\nUtilities to deal with geospatial links. Working implementation\nof the Cat-Interop work at https://github.com/OSGeo/Cat-Interop\n\nInstall\n-------\n\n```bash\npip install geolinks\n```\n\nUse\n---\n\n```python\n>>> from geolinks import sniff_link\n>>> sniff_link('http://host/wms?service=WMS')\n'OGC:WMS'\n>>> sniff_link('http://host/wms?service=WPS')\n'OGC:WPS'\n>>> sniff_link('http://host/wms?service=CSW')\n'OGC:CSW'\n>>> sniff_link('http://host/data/roads.kmz')\n'OGC:KML'\n>>> sniff_link('http://host/data/roads.kml')\n'OGC:KML'\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/geopython/geolinks", "keywords": "links geo protocol url href", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "geolinks", "package_url": "https://pypi.org/project/geolinks/", "platform": "all", "project_url": "https://pypi.org/project/geolinks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/geopython/geolinks" }, "release_url": "https://pypi.org/project/geolinks/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Utilities to deal with geospatial links", "version": "0.2.0" }, "last_serial": 1709401, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "51e43aa0afd611cebc986ec411f24d40", "sha256": "69b4b6b562c45ad10e18d745b17ca40997f925fb1963d1598daf303ef3369208" }, "downloads": -1, "filename": "geolinks-0.0.1.tar.gz", "has_sig": false, "md5_digest": "51e43aa0afd611cebc986ec411f24d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2658, "upload_time": "2014-05-12T21:05:17", "url": "https://files.pythonhosted.org/packages/70/5b/5a52d80ebcb189bbd447c7aca7e1d913822fcf0e0346c26ff0b764a592b8/geolinks-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "c868d699319e8dee7a10f6745441107c", "sha256": "4e3c0e6c512735956f73139165f9d8fe86b13272749baa834e8430d0fa061cfd" }, "downloads": -1, "filename": "geolinks-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c868d699319e8dee7a10f6745441107c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2645, "upload_time": "2015-04-03T23:59:16", "url": "https://files.pythonhosted.org/packages/ce/37/b0b22f9d1b586b69433f8444694c7e6d76534a69f64be17f816af359ddc9/geolinks-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d3deb3ae7afd2670b8deb9bf00c7a13c", "sha256": "724b94b3ed619c2282acc74b7908cf866c10e7d97920a882349f1f22df79ca43" }, "downloads": -1, "filename": "geolinks-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d3deb3ae7afd2670b8deb9bf00c7a13c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2655, "upload_time": "2015-09-05T16:22:57", "url": "https://files.pythonhosted.org/packages/a1/e4/3f0ce50cb9a3d65b61e4f82d5c415d54346753db48357f96d69f71358213/geolinks-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d3deb3ae7afd2670b8deb9bf00c7a13c", "sha256": "724b94b3ed619c2282acc74b7908cf866c10e7d97920a882349f1f22df79ca43" }, "downloads": -1, "filename": "geolinks-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d3deb3ae7afd2670b8deb9bf00c7a13c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2655, "upload_time": "2015-09-05T16:22:57", "url": "https://files.pythonhosted.org/packages/a1/e4/3f0ce50cb9a3d65b61e4f82d5c415d54346753db48357f96d69f71358213/geolinks-0.2.0.tar.gz" } ] }