Socket
Book a DemoInstallSign in
Socket

gmaps-url-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmaps-url-parser

parse google maps url

pipPyPI
Version
0.1.0
Maintainers
1

gmaps-url-parser

|Build| |downloads| |license| |version| |PEP8|

Parse google maps URLs

Install (automatic)

::

$ pip install gmaps-url-parser

Install (manual)

::

$ git clone 
$ cd gmaps-url-parser
$ python setup.py install

Usage

.. code:: python

>>> from gmaps_url_parser import parse
>>> url = "https://www.google.com/maps/place/u+Saada,+Algeria/@35.2131065,4.1479717,10106m/data=!3m1!1e3!4m2!3m1!1s0x128bb3c644644ec3:0x7f746dd09dad9a9f"
>>> parse(url)
{'latitude': 35.2131065, 'zoom_level': '10106', 'place': 'Bou Saada, Algeria', 'maptype': 'earth', 'longitude': 4.1479717}

License

MIT

.. |Build| image:: https://travis-ci.org/walidsa3d/gmaps-url-parser.svg?branch=master .. |downloads| image:: https://img.shields.io/pypi/dm/gmaps-url-parser.svg .. |license| image:: https://img.shields.io/pypi/l/gmaps-url-parser.svg .. |version| image:: https://img.shields.io/pypi/v/gmaps-url-parser.svg .. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg :target: https://www.python.org/dev/peps/pep-0008/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts