{ "info": { "author": "Lawrence.Net", "author_email": "arnger@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "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", "Programming Language :: Python :: 3.5", "Topic :: Internet" ], "description": "mygmap\n======\n\nA simple python wrapper for Google Maps API.\nUse it to get the formatted address or co-ordinates of any location.\n\nThe code is Python 2, but Python 3 compatible.\n\nInstallation\n============\n\nFast install:\n\n```\npip install mygmap\n```\n\nFor a manual install get this package:\n\n```\nwget https://github.com/nikhilkumarsingh/mygmap/archive/master.zip\nunzip master.zip\nrm master.zip\ncd mygmap-master\n```\n\nInstall the package:\n```\npython setup.py install \n````\n\nExample\n=======\n\n```python\n\nfrom geo import locator\n\n# get formatted address of any location\nprint locator.get_address(\"rohini, delhi\")\n\n# get co-ordinates of location\nprint locator.get_coordinates(\"delhi\")\n``` \n \n\nHere is the output:\n```\nRohini, New Delhi, Delhi, India\n(28.7040592, 77.10249019999999)\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arnger", "keywords": "lawrence sample", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "arnger1", "package_url": "https://pypi.org/project/arnger1/", "platform": "", "project_url": "https://pypi.org/project/arnger1/", "project_urls": { "Homepage": "https://github.com/arnger" }, "release_url": "https://pypi.org/project/arnger1/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "lawrence sample", "version": "1.0.1" }, "last_serial": 4898162, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "993e85a9d4175f31ef0d91d145b727d7", "sha256": "50c1a1363cdc1462e16f57331a25d1750b36cf4be4b92860b3d8f8cf99408f47" }, "downloads": -1, "filename": "arnger1-1.0.0.tar.gz", "has_sig": false, "md5_digest": "993e85a9d4175f31ef0d91d145b727d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1989, "upload_time": "2019-03-05T08:52:01", "url": "https://files.pythonhosted.org/packages/d4/03/0c66a2fee4bb2269af01219a1b1c43b5dbf8282524204743b72326789344/arnger1-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "47bee439f4e733027eb15c0a4b4fc6be", "sha256": "b9f00c1b34383e1ce048ea2b0e25370b8c6092b49897d5614c65cb24f1e1762e" }, "downloads": -1, "filename": "arnger1-1.0.1.tar.gz", "has_sig": false, "md5_digest": "47bee439f4e733027eb15c0a4b4fc6be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2108, "upload_time": "2019-03-05T08:55:30", "url": "https://files.pythonhosted.org/packages/89/24/15db9571b916777539dec6de40dda5bc7022afb5a6739ad3230db4d067c7/arnger1-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "47bee439f4e733027eb15c0a4b4fc6be", "sha256": "b9f00c1b34383e1ce048ea2b0e25370b8c6092b49897d5614c65cb24f1e1762e" }, "downloads": -1, "filename": "arnger1-1.0.1.tar.gz", "has_sig": false, "md5_digest": "47bee439f4e733027eb15c0a4b4fc6be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2108, "upload_time": "2019-03-05T08:55:30", "url": "https://files.pythonhosted.org/packages/89/24/15db9571b916777539dec6de40dda5bc7022afb5a6739ad3230db4d067c7/arnger1-1.0.1.tar.gz" } ] }