{ "info": { "author": "MRP DevShort", "author_email": "mrppythondev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "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 :: Software Development :: Build Tools" ], "description": "This will use to compare the place based on google place id.\n So no need to compare the place string which may not be equal\n always.\n Ex. Madras not equel to Chennai\n\n from geo_id import GeoIds\n geo_ids=GeoIds('India')\n geo_ids.get_id_data()\n\n return:\n {\n \"country_id\": \"ChIJkbeSa_BfYzARphNChaFPjNc\",\n \"country\": \"India\"\n }\n\n geo_ids=GeoIds('Adyar')\n geo_ids.get_id_data()\n\n return:\n {\n \"locality_id\":\"ChIJgRbEFe1nUjoRg54kepbOaWU\",\n \"state\":\"Tamil Nadu\",\n \"city\":\"Chennai\",\n \"state_id\":\"ChIJM5YYsYLFADsR8GEzRsx1lFU\",\n \"locality\":\"Adyar\",\n \"city_id\":\"ChIJYTN9T-plUjoRM9RjaAunYW4\",\n \"country_id\":\"ChIJkbeSa_BfYzARphNChaFPjNc\",\n \"country\":\"India\"\n }", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Raja27/geoid.git", "keywords": "google place id,place id", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "google-place-id", "package_url": "https://pypi.org/project/google-place-id/", "platform": "", "project_url": "https://pypi.org/project/google-place-id/", "project_urls": { "Homepage": "https://github.com/Raja27/geoid.git" }, "release_url": "https://pypi.org/project/google-place-id/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Compare the place based on google place id", "version": "0.1.2" }, "last_serial": 3097879, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "349f38dc6af22797d0c98ff458d4ee98", "sha256": "758d3216f69222ad92c03cad103784a0831ad4f61055b50f90aadb7e724b3f16" }, "downloads": -1, "filename": "google-place-id-0.1.1.tar.gz", "has_sig": false, "md5_digest": "349f38dc6af22797d0c98ff458d4ee98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2876, "upload_time": "2017-08-15T11:17:12", "url": "https://files.pythonhosted.org/packages/38/2c/57e01c1c384dfed66ec7dd7b1fa308ce025cb425d3ac0cfbd537b8ad8b9c/google-place-id-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5f21664934252883e787d66986306096", "sha256": "960042a72bd3fa38a3878cd4836456fa098ab78d365dfc88b145ccf85f4e7fee" }, "downloads": -1, "filename": "google_place_id-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5f21664934252883e787d66986306096", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2883, "upload_time": "2017-08-15T11:25:26", "url": "https://files.pythonhosted.org/packages/df/fb/c1b0d92b549265256a692c73e4db07d99c68c7233f8aede30f189c460701/google_place_id-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f21664934252883e787d66986306096", "sha256": "960042a72bd3fa38a3878cd4836456fa098ab78d365dfc88b145ccf85f4e7fee" }, "downloads": -1, "filename": "google_place_id-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5f21664934252883e787d66986306096", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2883, "upload_time": "2017-08-15T11:25:26", "url": "https://files.pythonhosted.org/packages/df/fb/c1b0d92b549265256a692c73e4db07d99c68c7233f8aede30f189c460701/google_place_id-0.1.2.tar.gz" } ] }