{ "info": { "author": "NewBee", "author_email": "NewBee@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation", "Topic :: Software Development :: Libraries" ], "description": "\nmygmap\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```\n ", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NewBee", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "pppTest", "package_url": "https://pypi.org/project/pppTest/", "platform": "all", "project_url": "https://pypi.org/project/pppTest/", "project_urls": { "Homepage": "https://github.com/NewBee" }, "release_url": "https://pypi.org/project/pppTest/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A testing", "version": "1.0.0" }, "last_serial": 4341938, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ff72d7166066127d57326aba22e7887b", "sha256": "d5f7bf8d58a60d7014e4386bfb8728d03807236dc00e5d167e9d60904ad70c8c" }, "downloads": -1, "filename": "pppTest-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ff72d7166066127d57326aba22e7887b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2056, "upload_time": "2018-10-04T21:36:43", "url": "https://files.pythonhosted.org/packages/7b/1b/1ace090a2679fbfa417c1ac1549c39eb1f66817767c7ad589cba1d5b682e/pppTest-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff72d7166066127d57326aba22e7887b", "sha256": "d5f7bf8d58a60d7014e4386bfb8728d03807236dc00e5d167e9d60904ad70c8c" }, "downloads": -1, "filename": "pppTest-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ff72d7166066127d57326aba22e7887b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2056, "upload_time": "2018-10-04T21:36:43", "url": "https://files.pythonhosted.org/packages/7b/1b/1ace090a2679fbfa417c1ac1549c39eb1f66817767c7ad589cba1d5b682e/pppTest-1.0.0.tar.gz" } ] }