{ "info": { "author": "Walid Saad", "author_email": "walid.sa3d@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "gmaps-url-parser\n================\n\n|Build| |downloads| |license| |version| |PEP8|\n\nParse google maps URLs\n\nInstall (automatic)\n-------------------\n\n::\n\n $ pip install gmaps-url-parser\n\nInstall (manual)\n----------------\n\n::\n\n $ git clone \n $ cd gmaps-url-parser\n $ python setup.py install\n\nUsage\n-----\n\n.. code:: python\n\n >>> from gmaps_url_parser import parse\n >>> url = \"https://www.google.com/maps/place/u+Saada,+Algeria/@35.2131065,4.1479717,10106m/data=!3m1!1e3!4m2!3m1!1s0x128bb3c644644ec3:0x7f746dd09dad9a9f\"\n >>> parse(url)\n {'latitude': 35.2131065, 'zoom_level': '10106', 'place': 'Bou Saada, Algeria', 'maptype': 'earth', 'longitude': 4.1479717}\n\nLicense\n-------\n\nMIT\n\n.. |Build| image:: https://travis-ci.org/walidsa3d/gmaps-url-parser.svg?branch=master\n.. |downloads| image:: https://img.shields.io/pypi/dm/gmaps-url-parser.svg\n.. |license| image:: https://img.shields.io/pypi/l/gmaps-url-parser.svg\n.. |version| image:: https://img.shields.io/pypi/v/gmaps-url-parser.svg\n.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg\n :target: https://www.python.org/dev/peps/pep-0008/", "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/walidsa3d/gmaps-url-parser", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gmaps-url-parser", "package_url": "https://pypi.org/project/gmaps-url-parser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gmaps-url-parser/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/walidsa3d/gmaps-url-parser" }, "release_url": "https://pypi.org/project/gmaps-url-parser/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "parse google maps url", "version": "0.1.0" }, "last_serial": 1896520, "releases": { "0.0.0": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "5023d2020d21d34d4543610c1f889aa6", "sha256": "8d113e89f087c04b80c8351a2a6b7764ed0a5d6e32efc10f01fb0a27199fc383" }, "downloads": -1, "filename": "gmaps-url-parser-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5023d2020d21d34d4543610c1f889aa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2490, "upload_time": "2016-01-09T14:21:36", "url": "https://files.pythonhosted.org/packages/04/b3/b9e5faaa20a7df8046f14574d602881bbe411d87a2b8152ec16d9044c0fa/gmaps-url-parser-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5023d2020d21d34d4543610c1f889aa6", "sha256": "8d113e89f087c04b80c8351a2a6b7764ed0a5d6e32efc10f01fb0a27199fc383" }, "downloads": -1, "filename": "gmaps-url-parser-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5023d2020d21d34d4543610c1f889aa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2490, "upload_time": "2016-01-09T14:21:36", "url": "https://files.pythonhosted.org/packages/04/b3/b9e5faaa20a7df8046f14574d602881bbe411d87a2b8152ec16d9044c0fa/gmaps-url-parser-0.1.0.tar.gz" } ] }